Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 258957

Summary: sys-devel/gcc-4.3.3 installs libjvm.la with wrong paths
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: [OLD] Core systemAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin Väth 2009-02-14 10:51:54 UTC
This is _not_ a dupe of bug 258953.

On x86 (or amd64) the file
   /usr/lib/gcj-4.3.3-9/libjvm.la
   /usr/lib64/gcj-4.3.3-9/libjvm.la
respectively contains the line
   dependency_libs=' /usr/lib/libgcj.la -lpthread -lrt -ldl -lz'
   dependency_libs=' /usr/lib/../lib64/libgcj.la -lpthread -lrt -ldl -lz'
respectively. However, the referrred file appears to be
   /usr/lib/gcc-lib/i686-pc-linux-gnu/4.3.3/libgcj.la
   /usr/lib64/gcc-lib/x86_64-pc-linux-gnu/4.3.3/libgcj.la
At least one problem caused by this is that revdep-rebuild always want to
rebuild gcc.
Comment 1 SpanKY gentoo-dev 2009-02-14 17:43:27 UTC
so re-emerge gcc

*** This bug has been marked as a duplicate of bug 125728 ***
Comment 2 Martin Väth 2009-02-14 18:23:21 UTC
I had reemerged it several times, but apparently this was before bug 125728 was fixed. Now it works.

Sorry for the noise. I would have re-emerged immediately before reporting a
bug, if I would have seen a change in the gcc-ebuild: I did no expect that
the problem came from an eclass.
Comment 3 SpanKY gentoo-dev 2009-02-14 20:20:00 UTC
the toolchain.eclass is pretty much gcc