Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235924 - sys-devel/gcc-4.1.2 with USE=gcj: broken dependency in libgcjawt.la and libgij.la
Summary: sys-devel/gcc-4.1.2 with USE=gcj: broken dependency in libgcjawt.la and libgi...
Status: RESOLVED DUPLICATE of bug 125728
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-27 15:33 UTC by Stephan Springer
Modified: 2008-08-27 16:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Output form "emerge --info" (emerge--info.txt,4.11 KB, text/plain)
2008-08-27 15:34 UTC, Stephan Springer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Springer 2008-08-27 15:33:23 UTC
Since I reinstalled gcc with USE=gcj, the tool revdep-rebuild from  app-portage/gentoolkit tries to reinstall gcc over and over again.  Its output includes:

  broken /usr/lib64/gcc/x86_64-pc-linux-gnu/4.1.2/libgcjawt.la (requires /usr/lib/../lib64/lib-gnu-java-awt-peer-gtk.la)
  broken /usr/lib64/gcc/x86_64-pc-linux-gnu/4.1.2/libgij.la (requires /usr/lib/../lib64/libgcj.la)
  broken /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libgcjawt.la (requires /usr/lib/../lib64/lib-gnu-java-awt-peer-gtk.la)
  broken /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libgij.la (requires /usr/lib/../lib64/libgcj.la)

The missing libraries are actually located at

    /usr/lib64/gcc/x86_64-pc-linux-gnu/4.1.2/lib-gnu-java-awt-peer-gtk.la
and /usr/lib64/gcc/x86_64-pc-linux-gnu/4.1.2/libgcj.la

So the dependency_libs stated in these two *.la files(*) should simply be fixed, I guess.

My platform is AMD64, but I'm not sure if this is not a problem on all platforms.

(*) /lib is just a sym-link to /lib64, so it's not four files.
Comment 1 Stephan Springer 2008-08-27 15:34:07 UTC
Created attachment 163911 [details]
Output form "emerge --info"
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-27 16:34:34 UTC

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