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

Bug 214507

Summary: revdep-rebuild should ignore sys-devel/gcc with USE="gcj"
Product: Gentoo Linux Reporter: Stefan Briesenick (RETIRED) <sbriesen>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***