Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 179311 - revdep-rebuild fails when gcc has USE="gcj"
Summary: revdep-rebuild fails when gcc has USE="gcj"
Status: RESOLVED DUPLICATE of bug 125728
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-21 10:26 UTC by Martin Ereth
Modified: 2007-05-21 10:43 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 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 ***