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

Bug 179311

Summary: revdep-rebuild fails when gcc has USE="gcj"
Product: Gentoo Linux Reporter: Martin Ereth <martin.ereth>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin Ereth 2007-05-21 10:26:20 UTC
When I emerge gcc with the gcj USE-flag on, revdep-rebuild wants gcc to be recompiled _everytime_. The problem is the absence of /usr/lib64/libgcj.la.
A "ln -fs /usr/lib64/gcc/x86_64-pc-linux-gnu/4.1.2/libgcj.la /usr/lib64/" solves this problem.
This problems also occures with other versions of 4.1

Reproducible: Always

Steps to Reproduce:
1. run: USE="gcj" emerge -a gcc
2. run: revdep-rebuild -p
3. Look at the output of revdep-rebuild

Actual Results:  
revdep-rebuild wants to re-emerge gcc

Expected Results:  
gcc shouldn't be re-emerged by revdep-rebuild

ln -fs /usr/lib64/gcc/x86_64-pc-linux-gnu/4.1.2/libgcj.la /usr/lib64/ fixes this issue.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-21 10:43:18 UTC
Please search...
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-05-21 10:43:42 UTC

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