[Bug 615] New: Compiler exception while compiling netbeans 6.9.1

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Jan 12 12:31:33 PST 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=615

           Summary: Compiler exception while compiling netbeans 6.9.1
           Product: IcedTea
           Version: 6-1.9.2
          Platform: all
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea6
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: fordfrog at gentoo.org


i tried to compile netbeans using sources from
http://download.netbeans.org/netbeans/6.9.1/final/zip/netbeans-6.9.1-201007282301-src.zip
but i get this error:

compile:
    [mkdir] Created dir: /var/tmp/portage/tmp/cnd.model.services/build/classes
 [nb-javac] Compiling 43 source files to
/var/tmp/portage/tmp/cnd.model.services/build/classes
   [repeat] warning: [path] bad path element
"/var/tmp/portage/tmp/nbbuild/netbeans/ide/modules/org-netbeans-modules-utilities.jar":
no such file or directory
   [repeat] warning: [path] bad path element
"/var/tmp/portage/tmp/nbbuild/netbeans/platform/lib/boot.jar": no such file or
directory
   [repeat] warning: [path] bad path element
"/var/tmp/portage/tmp/nbbuild/netbeans/platform/modules/org-openide-io.jar": no
such file or directory
   [repeat] An exception has occurred in the compiler (1.6.0_20). Please file a
bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) 
after checking the Bug Parade for duplicates. Include your program and the
following diagnostic in your report.  Thank you.
   [repeat] com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
org.netbeans.api.lexer.TokenId not found
  [nbmerge] Failed to build target: all-cnd.model.services

BUILD FAILED
/var/tmp/portage/tmp/nbbuild/build.xml:394: The following error occurred while
executing this line:
/var/tmp/portage/tmp/nbbuild/build.xml:389: The following error occurred while
executing this line:
/var/tmp/portage/tmp/nbbuild/build.xml:436: The following error occurred while
executing this line:
/var/tmp/portage/tmp/nbbuild/templates/common.xml:202: Compile failed; see the
compiler error output for details.


here is my icedtea version:

$ java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.3) (Gentoo build 1.6.0_20-b20)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)


this issue seems to be reproducable as i got reports from other people on
gentoo that they cannot compile this version of netbeans.

just a minor note for compilation of netbeans, you will most probably have to
disable ruby cluster as there is some error with one file download. so the
steps might be these:

1) download
http://download.netbeans.org/netbeans/6.9.1/final/zip/netbeans-6.9.1-201007282301-src.zip
2) unzip it to new folder and cd to the folder
3) edit nbbuild/cluster.properties and remove from variable
clusters.config.full.list line with nb.cluster.ruby
4) run: ant -f nbbuild/build.xml build-nozip

alternatively, you can probably just try to build cnd cluster but i did not try
that.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list