Summary: | dev-java/netbeans-java-7.0_rc1 fails to emerge due to missing package CheckForCleanBuild | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
Component: | Current packages | Assignee: | Miroslav Šulc <fordfrog> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | CC: | bugs+gentoo, java, jimtahu, n-roeser |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 237562 | ||
Attachments: |
/var/tmp/portage/dev-java/netbeans-java-7.0_rc1/temp/build.log
script(1) recording of installation session (text/plain, gzipped) |
Description
Juergen Rose
2011-03-30 19:09:37 UTC
Created attachment 267895 [details]
/var/tmp/portage/dev-java/netbeans-java-7.0_rc1/temp/build.log
Try to use sun-jdk-1.6 as system default Java VM. this is really related to the jvm one uses to build netbeans-java. atm i have no idea whether this is issue of sun-jdk (including on classpath something that should not be on classpath) or icedtea (not including on classpath something that should be on classpath) or some other problem. the workaround is to use sun-jdk to build netbeans-java which works fine. Thanks ak47wj, emerging with sun-jdk works. i filed bug upstream: http://netbeans.org/bugzilla/show_bug.cgi?id=197275 Created attachment 278095 [details]
script(1) recording of installation session (text/plain, gzipped)
I managed to build and install dev-java/netbeans-java-7.0 with icedtea-6.1.10.2. This attachment shows the details and commands used (grep for ' \$ ').
$ qlist -CvIe icedtea
dev-java/icedtea-6.1.10.2
Hope that helps.
nico, so it's just about issuing 'unset ANT_ARGS' before compilation? i can't test it here as i am not able to reproduce it. No, it’s not about unsetting ANT_ARGS. I just did that so that colors would not mess up the script file. The important thing here is to run the compilation a *second* time. After restarting it, it finishes successfully. are you still able to reproduce this bug with latest icedtea (6.1.10.4 atm) and netbeans-java-7.0.1? |