Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185962 - missing link to libgcj.la and lib-gnu-java-awt-peer-gtk.la when using "gcj" flag in gcc
Summary: missing link to libgcj.la and lib-gnu-java-awt-peer-gtk.la when using "gcj" f...
Status: RESOLVED DUPLICATE of bug 125728
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-20 09:13 UTC by Bobert Tomte
Modified: 2007-07-20 09:17 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 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 ***