Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214507 - revdep-rebuild should ignore sys-devel/gcc with USE="gcj"
Summary: revdep-rebuild should ignore sys-devel/gcc with USE="gcj"
Status: RESOLVED DUPLICATE of bug 125728
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-24 11:51 UTC by Stefan Briesenick (RETIRED)
Modified: 2008-03-24 12:28 UTC (History)
0 users

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 Stefan Briesenick (RETIRED) gentoo-dev 2008-03-24 11:51:32 UTC
if you emerge sys-devel/gcc with USE="gcj", revdep-rebuld will always fail with:

broken /usr/lib/gcc/i686-pc-linux-gnu/4.2.3/libgij.la (requires /usr/lib/libgcj.la)
broken /usr/lib/gcj-4.2.3/libjvm.la (requires /usr/lib/libgcj.la)

a rule like this helps:

[/etc/revdep-rebuild/60-gcc-gcj]
LD_LIBRARY_MASK="libjvm.la libgij.la"


Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-24 12:28:20 UTC

*** This bug has been marked as a duplicate of bug 125728 ***