Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258957 - sys-devel/gcc-4.3.3 installs libjvm.la with wrong paths
Summary: sys-devel/gcc-4.3.3 installs libjvm.la with wrong paths
Status: RESOLVED DUPLICATE of bug 125728
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-14 10:51 UTC by Martin Väth
Modified: 2009-02-14 20:20 UTC (History)
1 user (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 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