Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198671 - gcc symlinks in /usr/lib point to removed version of gcc (4.1.2) and not current one (4.2.2)
Summary: gcc symlinks in /usr/lib point to removed version of gcc (4.1.2) and not curr...
Status: RESOLVED DUPLICATE of bug 125728
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-10 13:02 UTC by Adrian Bassett
Modified: 2007-11-10 13:08 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 Adrian Bassett 2007-11-10 13:02:38 UTC
revdep-rebuild included the following output:

41% ]  *   broken /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/libgij.la (requires /usr/lib/libgcj.la)
 *   broken /usr/lib/gcj-4.2.2/libjvm.la (requires /usr/lib/libgcj.la)

Investigation showed that in /usr/lib:

1/ libgcj.la -> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcj.la

even though gcc-4.2.2 was the only installed gcc on system:

# gcc-config -l
 [1] i686-pc-linux-gnu-4.2.2 *

2/ lib-gnu-java-awt-peer-gtk.la -> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/lib-gnu-java-awt-peer-gtk.la

'equery belongs lib-gnu-java-awt-peer-gtk.la' shows no owner so link is presumably a stray whose deletion should be handled by appropriate ebuild? 

Reproducible: Always

Steps to Reproduce:

2.
3.
Comment 1 Adrian Bassett 2007-11-10 13:05:21 UTC
(In reply to comment #0)
> revdep-rebuild included the following output:
> 
> 41% ]  *   broken /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/libgij.la (requires
> /usr/lib/libgcj.la)
>  *   broken /usr/lib/gcj-4.2.2/libjvm.la (requires /usr/lib/libgcj.la)
> 
> Investigation showed that in /usr/lib:
> 
> 1/ libgcj.la -> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcj.la
> 
> even though gcc-4.2.2 was the only installed gcc on system:
> 
> # gcc-config -l
>  [1] i686-pc-linux-gnu-4.2.2 *
> 
> 2/ lib-gnu-java-awt-peer-gtk.la ->
> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/lib-gnu-java-awt-peer-gtk.la
> 
> 'equery belongs /usr/lib/lib-gnu-java-awt-peer-gtk.la' shows no owner so link is
> presumably a stray whose deletion should be handled by appropriate ebuild? 
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 
> 2.
> 3.
> 

Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-11-10 13:08:07 UTC

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