Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249749 - dev-util/netbeans-6.5-r2 does not build with ecj-3.4
Summary: dev-util/netbeans-6.5-r2 does not build with ecj-3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 23:24 UTC by Nico R.
Modified: 2009-05-03 11:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico R. 2008-12-03 23:24:02 UTC
I have dev-java/eclipse-ecj-3.4-r3 and dev-java/ant-eclipse-ecj-3.4 installed.

If the line
COMPILERS="ecj-3.4 jikes javac"
is contained in /etc/java-config-2/build/compilers.conf, emerging
dev-util/netbeans-6.5-r2 fails.

If the line says
COMPILERS="jikes javac ecj-3.4"
instead, emerging the package works fine.


If the build fails, the last few lines up to the first error message are as follows (continues with more error messages):

build-init:
[parseprojectxml] Distilling /var/tmp/portage/dev-util/netbeans-6.5-r2/work/nbbuild/build/public-package-jars/org-netbeans-modules-autoupdate-services.jar from [/var/tmp/portage/dev-util/netbeans-6.5-r2/work/nbbuild/netbeans/platform9/modules/org-netbeans-modules-autoupdate-services.jar, /var/tmp/portage/dev-util/netbeans-6.5-r2/work/nbbuild/netbeans/platform9/modules/ext/updater.jar]
[parseprojectxml] Distilling /var/tmp/portage/dev-util/netbeans-6.5-r2/work/nbbuild/build/public-package-jars/org-netbeans-modules-options-api.jar from [/var/tmp/portage/dev-util/netbeans-6.5-r2/work/nbbuild/netbeans/platform9/modules/org-netbeans-modules-options-api.jar]

-init-proxy:

init:

up-to-date:

compile: 
    [mkdir] Created dir: /var/tmp/portage/dev-util/netbeans-6.5-r2/work/autoupdate.ui/build/classes
    [javac] Compiling 53 source files to /var/tmp/portage/dev-util/netbeans-6.5-r2/work/autoupdate.ui/build/classes
   [repeat] ----------
   [repeat] 1. ERROR in /var/tmp/portage/dev-util/netbeans-6.5-r2/work/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/AvailableTableModel.java (at line 1)
   [repeat]     /*
   [repeat]     ^
   [repeat] The type org.netbeans.modules.autoupdate.services.OperationContainerImpl cannot be resolved. It is indirectly referenced from required .class files
Comment 1 Nico R. 2008-12-03 23:25:07 UTC
This bug should probably block bug 237562, but I do not have sufficient permissions to set that.
Comment 2 Miroslav Šulc gentoo-dev 2008-12-04 10:46:02 UTC
Thank you for the report. I filtered out all current ecj compilers so these will not be used to build netbeans anymore.