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

Bug 185962

Summary: missing link to libgcj.la and lib-gnu-java-awt-peer-gtk.la when using "gcj" flag in gcc
Product: Gentoo Linux Reporter: Bobert Tomte <kpts44>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bobert Tomte 2007-07-20 09:13:29 UTC
After emerging gcc with the "gcj" use flag, if I run revdep-rebuild it tries to reemerge gcc because the libraries /usr/lib/libgcj.la and /usr/lib/lib-gnu-java-awt-peer-gtk.la are missing. However, re-emering gcc does not solve the problem, and the next revdep-rebuild will try again!

My solution is to manually link those libraries from the directory /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/ where they can be found. Then the problem is solved until the version of gcc changes and I must update my links. I guess emerge should automatically place the links.

Reproducible: Always

Steps to Reproduce:
1. USE="gcj" emerge gcc
2. revdep-rebuild

Actual Results:  
revdep-rebuild will reemerge gcc

Expected Results:  
revdep-rebuild should not emerge anything.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-20 09:17:23 UTC

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