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

Bug 235924

Summary: sys-devel/gcc-4.1.2 with USE=gcj: broken dependency in libgcjawt.la and libgij.la
Product: Gentoo Linux Reporter: Stephan Springer <Gentoo-bugs>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Output form "emerge --info"

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 ***