Gentoo Archives: gentoo-user

From: Mariusz Ceier <mceier@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] binutils broken revdep-rebuild
Date: Thu, 04 Feb 2010 08:56:07
Message-Id: 4B6A8C42.8060506@gmail.com
In Reply to: [gentoo-user] binutils broken revdep-rebuild by Steven
1 W dniu 04.02.2010 08:15, Steven pisze:
2 > I am having a recurring error for the last few weeks
3 >
4 > revdep-rebuild -p
5 >
6 > * Configuring search environment for revdep-rebuild
7 >
8 > * Checking reverse dependencies
9 > * Packages containing binaries and libraries broken by a package
10 > * update
11 > * will be emerged.
12 >
13 > * Collecting system binaries and libraries
14 > * Generated new 1_files.rr
15 > * Collecting complete LD_LIBRARY_PATH
16 > * Generated new 2_ldpath.rr
17 > * Checking dynamic linking consistency
18 > [ 37% ] * broken
19 > /usr/lib64/binutils/x86_64-pc-linux-gnu/2.20/libbfd.la (requires
20 > -liberty)
21 > * broken
22 > * /usr/lib64/binutils/x86_64-pc-linux-gnu/2.20/libopcodes.la
23 > * (requires -liberty)
24 > [ 100% ]
25 > * Generated new 3_broken.rr
26 > * Assigning files to packages
27 > * /usr/lib64/binutils/x86_64-pc-linux-gnu/2.20/libbfd.la
28 > * -> sys-devel/binutils
29 > * /usr/lib64/binutils/x86_64-pc-linux-gnu/2.20/libopcodes.la
30 > * -> sys-devel/binutils
31 > * Generated new 4_raw.rr and 4_owners.rr
32 > * Cleaning list of packages to rebuild
33 > * Generated new 4_pkgs.rr
34 > * Assigning packages to ebuilds
35 > * Generated new 4_ebuilds.rr
36 > * Evaluating package order
37 > * Generated new 5_order.rr
38 > * All prepared. Starting rebuild
39 >
40 > emerge --oneshot --pretend sys-devel/binutils:0
41 >
42 > I am not to sure how to go about trouble shooting this problem.
43 > Everything seems to be running as usual aside from the revdep-rebuild
44 > broken error.
45 Check if you have /etc/ld.so.conf.d/05binutils and not
46 /etc/env.d/00glibc ( this file should contain LDPATH="include
47 ld.so.conf.d/*.conf" ), if so - rebuild glibc. If this is not the case,
48 maybe try lafilefixer --justfixit.
49
50 HTH

Replies

Subject Author
Re: [gentoo-user] binutils broken revdep-rebuild Stefan Schulte <stefan.schulte@×××××××××××.net>
Re: [gentoo-user] binutils broken revdep-rebuild Steven <apartment415@×××××.com>