View previous topic :: View next topic |
Author |
Message |
Ramblurr Tux's lil' helper
Joined: 18 Dec 2006 Posts: 103
|
Posted: Thu Feb 01, 2007 11:07 pm Post subject: eclipse-sdk-3.3.0_pre4 fails with java-gcj |
|
|
Ok, so my goal in all of this is to get eclipse working with junit4 support.
I'm using the java-gjc-overlay and trying to emergeee dev-util/eclipse-sdk-3.3.0_pre4.
One of th dependencies is dev-java/gcj-4.3.0_alpha20070119
during compilation I get to this line:
Quote: | checking for i686-pc-linux-gnu-gcc... /var/tmp/portage/dev-java/gcj-4.3.0_alpha20070119/work/build/./gcc/xgcc -B/var/tmp/portage/dev-java/gcj-4.3.0_alpha20070119/work/build/./gcc/ -B/usr/lib/gcj-4.3.0_alpha20070119/i686-pc-linux-gnu/bin/ -B/usr/lib/gcj-4.3.0_alpha20070119/i686-pc-linux-gnu/lib/ -isystem /usr/lib/gcj-4.3.0_alpha20070119/i686-pc-linux-gnu/include -isystem /usr/lib/gcj-4.3.0_alpha20070119/i686-pc-linux-gnu/sys-include
|
Then my computer just hangs for about 5 minutes... then I get:
Quote: |
checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stage2-target-libgcc] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-java/gcj-4.3.0_alpha20070119/work/build'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-java/gcj-4.3.0_alpha20070119/work/build'
make: *** [bootstrap] Error 2 |
I didn't want to make a bug report, because this is all from an overlay. Here is some more info:
Quote: | !!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="." JAVA_HOME="/opt/blackdown-jdk-1.4.2.03"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info
!!! This ebuild is from an overlay: '/usr/portage/local/layman/java-gcj-overlay'
|
My emerge --info is here |
|
Back to top |
|
|
Ramblurr Tux's lil' helper
Joined: 18 Dec 2006 Posts: 103
|
Posted: Sun Feb 04, 2007 6:50 pm Post subject: |
|
|
Bump |
|
Back to top |
|
|
jonnevers Veteran
Joined: 02 Jan 2003 Posts: 1594 Location: Gentoo64 land
|
Posted: Mon Feb 05, 2007 6:22 pm Post subject: |
|
|
Ramblurr wrote: | Bump |
have you tried in the gcc 4.3.0 Unsupported Forum thread?
I have to admit I'm not exactly sure what you are trying to accomplish (junit4 support for eclipse itself or built-in to eclipse for stuff created in eclipse..).
I'd be surprised if eclipse can be built by even the stable gcj. has anyone done this?
why are you setting JAVA_HOME to blackdown? |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Tue Feb 06, 2007 9:18 pm Post subject: |
|
|
it does not require gcj-4.3. it depends on jdk-1.4.
just merge one java sdk you want and then merge eclipse-sdk.
btw, problems with gcj-overlay are discussed in this thread:
https://forums.gentoo.org/viewtopic-t-379693.html _________________ hear hear |
|
Back to top |
|
|
|