Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GCJ as Java SDK, dead, long live IcedTea!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 24, 25, 26  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
davidgurvich
Veteran
Veteran


Joined: 23 Apr 2004
Posts: 1063

PostPosted: Fri Dec 08, 2006 5:02 pm    Post subject: Reply with quote

Problem lies in gcj-jdk src_install, modified the ebuild by adding a JVMARCH variable at the start
Code:
if use x86 ; then
        JVMARCH=i386
else
        JVMARCH=${ARCH}
fi
and then modified src_install to use that instead of i386 and added a symlink for fastjar->jar as some packages still look for fastjar.
Code:
        dosym ${GCJ_HOME}/share/java/libgcj-${PV//_/-}.jar ${GCJ_HOME}/jre/lib/rt.jar
        dosym ${GCJ_HOME}/bin/jar  /usr/bin/fastjar
        dosym ${GCJ_HOME}/lib/libjvm.so ${GCJ_HOME}/jre/lib/${JVMARCH}/client/libjvm.so
        dosym ${GCJ_HOME}/lib/libjawt.so ${GCJ_HOME}/jre/lib/${JVMARCH}/libjawt.so
        dosym ${GCJ_HOME}/bin/java ${GCJ_HOME}/jre/bin/java
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Fri Dec 08, 2006 5:14 pm    Post subject: Reply with quote

I did that already and ...
wrt fastjar fix the broken packages. ;)
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Tue Dec 12, 2006 5:23 pm    Post subject: Reply with quote

JFYI, eclipse-sdk-3.2.1-r2 in gcj-overlay builds and links to system swt now.
For that I added dev-java/swt to gcj-overlay with these extra features:

- build against xulrunner or seamonkey hopefully ;); or firefox 2.0 tested
- drops useless (broken?) patches
- fixes some more warnings
_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Thu Dec 14, 2006 7:27 pm    Post subject: Reply with quote

After upgrading ecj:
Code:
% ecj-3.2 gov/empire/Destroyer.java
Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse.jdt.internal.compiler.batch.Main
   at gnu.java.lang.MainThread.run(MainThread.java:102)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.compiler.batch.Main not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/share/eclipse-ecj-3.2/lib/ecj.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(URLClassLoader.java:1080)
   at gnu.gcj.runtime.SystemClassLoader.findClass(natSystemClassLoader.cc:27)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
   at gnu.java.lang.MainThread.run(MainThread.java:98)
% javac gov/empire/Destroyer.java
Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse.jdt.internal.compiler.batch.Main
   at gnu.java.lang.MainThread.run(MainThread.java:102)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.compiler.batch.Main not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/share/eclipse-ecj-3.2/lib/ecj.jar,file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(URLClassLoader.java:1080)
   at gnu.gcj.runtime.SystemClassLoader.findClass(natSystemClassLoader.cc:27)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
   at gnu.java.lang.MainThread.run(MainThread.java:98)
% ecj-3.2 -version
Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse.jdt.internal.compiler.batch.Main
   at gnu.java.lang.MainThread.run(MainThread.java:102)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.compiler.batch.Main not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/share/eclipse-ecj-3.2/lib/ecj.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(URLClassLoader.java:1080)
   at gnu.gcj.runtime.SystemClassLoader.findClass(natSystemClassLoader.cc:27)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
   at gnu.java.lang.MainThread.run(MainThread.java:98)


I had eclipse-ecj-3.2.2_pre20061206-r1 (Now, because I can't downgrade it, I reinstall gcj-jdk following the guide).
_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Dec 14, 2006 8:42 pm    Post subject: Reply with quote

mmh, build of native exe seems to trash the jar sometimes.
revision 3373 comments that parts.
please re-emerge it and check for errors during compile, please.
_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Thu Dec 14, 2006 11:17 pm    Post subject: Reply with quote

Code:
 * ecjsrc.zip MD5 ;-) ...                                                 [ ok ]
 * ecjsrc.zip RMD160 ;-) ...                                              [ ok ]
 * ecjsrc.zip SHA1 ;-) ...                                                [ ok ]
 * ecjsrc.zip SHA256 ;-) ...                                              [ ok ]
 * ecjsrc.zip size ;-) ...                                                [ ok ]
>>> Unpacking source...
>>> Unpacking ecjsrc.zip to /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work
 * Applying eclipse-ecj-square-bracket-classpath.patch ...                [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work ...
 * Bootstrapping ecj with javac
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java: In class 'org.eclipse.jdt.internal.compiler.codegen.StackMapFrame':
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java: In method 'org.eclipse.jdt.internal.compiler.codegen.StackMapFrame.numberOfDifferentLocals(org.eclipse.jdt.internal.compiler.codegen.StackMapFrame)':
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java:194: warning: Unreachable statement.
                        for (;indexInPrevLocals < prevLocalsLength && prevLocalsCounter < prevNumberOfLocals; indexInPrevLocals++) {
                                                                                                                                    ^
1 warning
 * Build ecj with bootstrapped ecj
!!! ERROR: The java executable was not found in the Java path
/usr/portage/local/layman/java-gcj-overlay/dev-java/eclipse-ecj/eclipse-ecj-3.2.2_pre20061206-r1.ebuild: line 63: -classpath: command not found
>>> Source compiled.

Revision 3373
_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Fri Dec 15, 2006 11:58 am    Post subject: Reply with quote

bla², I guess I found it... fix in Revision 3374?!
_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Fri Dec 15, 2006 12:41 pm    Post subject: Reply with quote

The same result - wait a momet, please
Code:
>>> Compiling source in /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work ...
 * bootstrapping ecj with javac
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java: In class 'org.eclipse.jdt.internal.compiler.codegen.StackMapFrame':
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java: In method 'org.eclipse.jdt.internal.compiler.codegen.StackMapFrame.numberOfDifferentLocals(org.eclipse.jdt.internal.compiler.codegen.StackMapFrame)':
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java:194: warning: Unreachable statement.
                        for (;indexInPrevLocals < prevLocalsLength && prevLocalsCounter < prevNumberOfLocals; indexInPrevLocals++) {
                                                                                                                                    ^
1 warning
 * build ecj with bootstrapped ecj
----------
1. ERROR in /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work/org/eclipse/jdt/internal/compiler/ClassFilePool.java (at line 1)
        /*******************************************************************************
        ^
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
----------
1 problem (1 error)>>> Source compiled.

_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Fri Dec 15, 2006 1:16 pm    Post subject: Reply with quote

what prints:
$ which gij
_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Fri Dec 15, 2006 1:24 pm    Post subject: Reply with quote

Code:
/usr/lib/gcj-4.2.0_alpha20061128/bin/gij

_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Fri Dec 15, 2006 1:27 pm    Post subject: Reply with quote

mmh, so it should work :o
_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Fri Dec 15, 2006 1:36 pm    Post subject: Reply with quote

I guess so...
_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Fri Dec 15, 2006 1:51 pm    Post subject: Reply with quote

I'll try a gcj bump myself...
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Fri Dec 15, 2006 5:35 pm    Post subject: Reply with quote

found the cause. should be fixed with 20061212 bump, very soon in overlay.
...and one more bug appeared -> worked around...

# java-config -p eclipse-ecj-3.2
!!! ERROR: The active vm could not be found
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Fri Dec 15, 2006 6:05 pm    Post subject: Reply with quote

have fun with revision 3375 :o
_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Sat Dec 16, 2006 8:10 am    Post subject: Reply with quote

A big improvment ;(:
Code:
>>> Emerging (1 of 1) dev-java/eclipse-ecj-3.2.2_pre20061206-r1 to /
>>> Downloading 'http://distfiles.gentoo.org/distfiles/ecjsrc.zip'
--08:50:02--  http://distfiles.gentoo.org/distfiles/ecjsrc.zip
           => `/usr/portage/distfiles/ecjsrc.zip'
Resolving distfiles.gentoo.org... 216.165.129.135, 156.56.247.195, 64.50.236.52, ...
Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
08:50:03 ERROR 404: Not Found.

>>> Downloading 'http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ecjsrc.zip'
--08:50:03--  http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ecjsrc.zip
           => `/usr/portage/distfiles/ecjsrc.zip'
Resolving distro.ibiblio.org... 152.46.7.109, 2002::982e:76d
Connecting to distro.ibiblio.org|152.46.7.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
08:50:05 ERROR 404: Not Found.

>>> Downloading 'http://download.eclipse.org/eclipse/downloads/drops/M20061206-0800/ecjsrc.zip'
--08:50:05--  http://download.eclipse.org/eclipse/downloads/drops/M20061206-0800/ecjsrc.zip
           => `/usr/portage/distfiles/ecjsrc.zip'
Resolving download.eclipse.org... 206.191.52.47, 2002::cebf:342f
Connecting to download.eclipse.org|206.191.52.47|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,051,990 (1.0M) [application/zip]

100%[====================================>] 1,051,990    247.93K/s    ETA 00:00

08:50:10 (220.59 KB/s) - `/usr/portage/distfiles/ecjsrc.zip' saved [1051990/1051990]

>>> Unpacking source...
>>> Unpacking ecjsrc.zip to /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work
 * Applying eclipse-ecj-square-bracket-classpath.patch ...                [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work ...
 * bootstrapping ecj with javac
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java: In class 'org.eclipse.jdt.internal.compiler.codegen.StackMapFrame':
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java: In method 'org.eclipse.jdt.internal.compiler.codegen.StackMapFrame.numberOfDifferentLocals(org.eclipse.jdt.internal.compiler.codegen.StackMapFrame)':
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java:194: warning: Unreachable statement.
                        for (;indexInPrevLocals < prevLocalsLength && prevLocalsCounter < prevNumberOfLocals; indexInPrevLocals++) {
                                                                                                                                    ^
1 warning
 * build ecj with bootstrapped ecj
----------
1. ERROR in /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work/org/eclipse/jdt/internal/compiler/ClassFilePool.java (at line 1)
        /*******************************************************************************
        ^
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
----------
1 problem (1 error)
!!! ERROR: dev-java/eclipse-ecj-3.2.2_pre20061206-r1 failed.
Call stack:
  ebuild.sh, line 1576:   Called dyn_compile
  ebuild.sh, line 945:   Called src_compile
  eclipse-ecj-3.2.2_pre20061206-r1.ebuild, line 67:   Called die

!!! ecj build failed!
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="." JAVA_HOME="/usr/lib/gcj-4.2.0_alpha20061128"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info
!!! This ebuild is from an overlay: '/usr/portage/local/layman/java-gcj-overlay'

And, connected with gcj:
Code:
!!! An atom in the dependencies is not fully-qualified. Multiple matches:

    n
    e
    e
    d
     
    m
    o
    r
    e
     
    t
    h
    a
    n
     
    1
     
    v
    a
    l
    u
    e
     
    t
    o
     
    u
    n
    p
    a
    c
    k

!!! This ebuild cannot be installed: '/usr/portage/local/layman/java-gcj-overlay/dev-java/gnu-classpath-generics/gnu-classpath-generics-0.92.ebuild'
!!! Please notify the package maintainer that atoms must be fully-qualified.


!!! Problem resolving dependencies for dev-java/gnu-classpath-generics
!!! Depgraph creation failed.

_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Dec 16, 2006 11:58 am    Post subject: Reply with quote

that failure is just fine. heh.
you did not bump gcj to 20061212.
please take care next time...

and do not repost same errors.... ever listened of pastebins?! google is your friend ...
_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Sat Dec 16, 2006 2:03 pm    Post subject: Reply with quote

geki wrote:
that failure is just fine. heh.
you did not bump gcj to 20061212.
please take care next time...

and do not repost same errors.... ever listened of pastebins?! google is your friend ...


Because I saw it's new gcj I upgrade it first. The same error
_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Dec 16, 2006 2:19 pm    Post subject: Reply with quote

So why does it show this? ;)
Quote:
!!! When you file a bug report, please include the following information:
GENTOO_VM= CLASSPATH="." JAVA_HOME="/usr/lib/gcj-4.2.0_alpha20061128"

_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Sat Dec 16, 2006 5:16 pm    Post subject: Reply with quote

Beacouse I try second time after gcj-config:
Code:
>>> Compiling source in /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work ...
 * bootstrapping ecj with javac
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java: In class 'org.eclipse.jdt.internal.compiler.codegen.StackMapFrame':
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java: In method 'org.eclipse.jdt.internal.compiler.codegen.StackMapFrame.numberOfDifferentLocals(org.eclipse.jdt.internal.compiler.codegen.StackMapFrame)':
org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java:194: warning: Unreachable statement.
                        for (;indexInPrevLocals < prevLocalsLength && prevLocalsCounter < prevNumberOfLocals; indexInPrevLocals++) {
                                                                                                                                    ^
1 warning
 * build ecj with bootstrapped ecj
----------
1. ERROR in /var/tmp/portage/dev-java/eclipse-ecj-3.2.2_pre20061206-r1/work/org/eclipse/jdt/internal/compiler/ClassFilePool.java (at line 1)
        /*******************************************************************************
        ^
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
----------
1 problem (1 error)
!!! ERROR: dev-java/eclipse-ecj-3.2.2_pre20061206-r1 failed.
Call stack:
  ebuild.sh, line 1576:   Called dyn_compile
  ebuild.sh, line 945:   Called src_compile
  eclipse-ecj-3.2.2_pre20061206-r1.ebuild, line 67:   Called die

!!! ecj build failed!
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="." JAVA_HOME="/usr/lib/gcj-4.2.0_alpha20061212"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info
!!! This ebuild is from an overlay: '/usr/portage/local/layman/java-gcj-overlay'

_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Dec 16, 2006 5:31 pm    Post subject: Reply with quote

oh well, yes, this is some magic. :x
there was no entry for HOME/jre/lib/rt.jar to be the bootclasspath (patched).
still, gij wanted HOME/jre/lib/rt.jar. I wonder why, how...

however, now I let that point to the bootclasspath. very annoying...
I hope it helps...

workaround
Quote:
mkdir -p /usr/lib/gcj-4.2.0_alpha20061212/jre/lib
ln -s /usr/lib/gcj-4.2.0_alpha20061212/share/java/libgcj-4.2.0-alpha20061212.jar /usr/lib/gcj-4.2.0_alpha20061212/jre/lib/rt.jar

_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Sun Dec 17, 2006 9:18 am    Post subject: Reply with quote

Problem with build new gcj from overlay:
Code:
ork/build/./gcc/collect-ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/build/./gcc/nm output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
updating cache ./config.cache
configure: loading cache ./config.cache
checking how to run the C++ preprocessor... /var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/build/./gcc/g++ -B/var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/build/./gcc/ -nostdinc++  -L/var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/build/i686-pc-linux-gnu/libstdc++-v3/src -L/var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/lib/gcj-4.2.0_alpha20061212/i686-pc-linux-gnu/bin/ -B/usr/lib/gcj-4.2.0_alpha20061212/i686-pc-linux-gnu/lib/ -isystem /usr/lib/gcj-4.2.0_alpha20061212/i686-pc-linux-gnu/include -isystem /usr/lib/gcj-4.2.0_alpha20061212/i686-pc-linux-gnu/sys-include -E
loading cache ./config.cache within ltconfig
ltconfig: cannot find config.guess in /var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/gcc-4.2-20061212/boehm-gc/.. /var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/gcc-4.2-20061212/boehm-gc/../.. /var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/gcc-4.2-20061212/boehm-gc/../../..
Try `ltconfig --help' for more information.
configure: error: libtool tag configuration failed
make[1]: *** [configure-target-boehm-gc] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-java/gcj-4.2.0_alpha20061212/work/build'
make: *** [profiledbootstrap] Error 2

!!! ERROR: dev-java/gcj-4.2.0_alpha20061212 failed.
Call stack:
  ebuild.sh, line 1576:   Called dyn_compile
  ebuild.sh, line 945:   Called src_compile
  gcj-4.2.0_alpha20061212.ebuild, line 44:   Called gcj_src_compile
  gcc-java-2.eclass, line 223:   Called die



and eclipse-ecj:
Code:
10:19:39 (240.80 KB/s) - `/usr/portage/distfiles/classpath-0.92-generics.tar.gz' saved [9441922]

/usr/portage/local/layman/java-gcj-overlay/dev-java/gnu-classpath-generics/gnu-classpath-generics-0.92.ebuild: line 43: java-pkg-2_pkg-setup: command not found

!!! ERROR: dev-java/gnu-classpath-generics-0.92 failed.
Call stack:
  ebuild.sh, line 1592:   Called dyn_setup
  ebuild.sh, line 666:   Called pkg_setup
  gnu-classpath-generics-0.92.ebuild, line 46:   Called die

!!! gcj-jdk required!
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
and of course, the output of emerge --info
!!! This ebuild is from an overlay: '/usr/portage/local/layman/java-gcj-overlay'

_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Dec 17, 2006 12:51 pm    Post subject: Reply with quote

1. gcj error? uhh...
2. is not eclipse-ecj. and you may re-read error message. nothing I can do to help. ;)

please, use pastebins.
_________________
hear hear
Back to top
View user's profile Send private message
Uzytkownik
Guru
Guru


Joined: 31 Oct 2004
Posts: 399
Location: Bay Area, US

PostPosted: Sun Dec 17, 2006 2:44 pm    Post subject: Reply with quote

1. Sorry - I forgot to switch back to free java :oops:
2. You forgot about '?' after gconf in gnu-classpath-generics
_________________
I've probably left my head... somwhere. Please wait untill I find it.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Dec 17, 2006 2:58 pm    Post subject: Reply with quote

gnu-classpath-generics-0.93 soon...
_________________
hear hear
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 7, 8, 9 ... 24, 25, 26  Next
Page 8 of 26

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum