Gentoo Archives: gentoo-user

From: 1126 <mailinglists@××××××××××××××××××.de>
To: Gentoo-User-List <gentoo-user@l.g.o>
Subject: [gentoo-user] revdep-rebuild keeps repeating the same steps
Date: Fri, 25 May 2012 12:43:05
Message-Id: 20120525124136.GA2911@1126.localdomain
1 Hello list!
2
3 When I run revdep-rebuild, it keeps repeating the same steps over and over
4 again.
5
6 Here is what I mean:
7
8 * Configuring search environment for revdep-rebuild
9
10 * Checking reverse dependencies
11 * Packages containing binaries and libraries broken by a package update
12 * will be emerged.
13
14 * Collecting system binaries and libraries
15 * Generated new 1_files.rr
16 * Collecting complete LD_LIBRARY_PATH
17 * Generated new 2_ldpath.rr
18 * Checking dynamic linking consistency
19 [ 36% ] * broken /usr/lib32/libavdevice.so.53.4.100 (requires
20 libpulse-simple.so.0
21 libpulse.so.0)
22 [ 100% ]
23 * Generated new 3_broken.rr
24 * Assigning files to packages
25 * /usr/lib32/libavdevice.so.53.4.100 ->
26 app-emulation/emul-linux-x86-medialibs
27 * Generated new 4_raw.rr and 4_owners.rr
28 * Cleaning list of packages to rebuild
29 * Generated new 4_pkgs.rr
30 * Assigning packages to ebuilds
31 * Generated new 4_ebuilds.rr
32 * Evaluating package order
33 * Generated new 5_order.rr
34 * All prepared. Starting rebuild
35 emerge --complete-graph=y --oneshot app-emulation/emul-linux-x86-medialibs:0
36 ..........
37 Calculating dependencies... done!
38
39 >>> Verifying ebuild manifests
40
41 >>> Emerging (1 of 1) app-emulation/emul-linux-x86-medialibs-20120520
42 * emul-linux-x86-medialibs-20120520.tar.xz RMD160 SHA1 SHA256 size ;-) ...
43 [ ok ]
44 >>> Unpacking source...
45 >>> Unpacking emul-linux-x86-medialibs-20120520.tar.xz to
46 /var/tmp/portage/app-emulation/emul-linux-x86-medialibs-20120520/work
47 >>> Source unpacked in
48 /var/tmp/portage/app-emulation/emul-linux-x86-medialibs-20120520/work
49 >>> Preparing source in
50 /var/tmp/portage/app-emulation/emul-linux-x86-medialibs-20120520/work ...
51 >>> Source prepared.
52 >>> Configuring source in
53 /var/tmp/portage/app-emulation/emul-linux-x86-medialibs-20120520/work ...
54 >>> Source configured.
55 >>> Compiling source in
56 /var/tmp/portage/app-emulation/emul-linux-x86-medialibs-20120520/work ...
57 >>> Source compiled.
58 >>> Test phase [not enabled]: app-emulation/emul-linux-x86-medialibs-20120520
59
60 >>> Install emul-linux-x86-medialibs-20120520 into
61 /var/tmp/portage/app-emulation/emul-linux-x86-medialibs-20120520/image/ category
62 app-emulation
63 >>> Completed installing emul-linux-x86-medialibs-20120520 into
64 /var/tmp/portage/app-emulation/emul-linux-x86-medialibs-20120520/image/
65
66
67 * QA Notice: The following files contain runtime text relocations
68 * Text relocations force the dynamic linker to perform extra
69 * work at startup, waste system resources, and may pose a security
70 * risk. On some architectures, the code may not even function
71 * properly, if at all.
72 * For more information, see http://hardened.gentoo.org/pic-fix-guide.xml
73 * Please include the following list of files in your report:
74 * TEXTREL usr/lib32/libx264.so.120
75
76
77 >>> Installing (1 of 1) app-emulation/emul-linux-x86-medialibs-20120520
78 >>> Auto-cleaning packages...
79
80 >>> No outdated packages were found on your system.
81
82 * GNU info directory index is up-to-date.
83 * Build finished correctly. Removing temporary files...
84 * You can re-run revdep-rebuild to verify that all libraries and binaries
85 * are fixed. Possible reasons for remaining inconsistencies include:
86 * orphaned files
87 * deep dependencies
88 * packages installed outside of portage's control
89 * specially-evaluated libraries
90
91
92 It keeps complaining about libavdevice.so and them re-emerges
93 app-emulation/emul-linux-x86-medialibs-20120520.
94
95
96 When I would re-run it right now, it would again complain about libavdevice and
97 would again re-emerge app-emulation/emul-linux-x86-medialibs..
98
99 Has anyone any idea how to fix this?
100
101 Thanks in advance,
102 Christian.

Replies

Subject Author
Re: [gentoo-user] revdep-rebuild keeps repeating the same steps Markos Chandras <hwoarang@g.o>
Re: [gentoo-user] revdep-rebuild keeps repeating the same steps Alan McKinnon <alan.mckinnon@×××××.com>