Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: @preserved-rebuild
Date: Mon, 28 Sep 2009 12:53:50
Message-Id: loom.20090928T145152-951@post.gmane.org
In Reply to: Re: [gentoo-user] @preserved-rebuild by Neil Bothwick
1 Neil Bothwick <neil <at> digimed.co.uk> writes:
2
3
4
5 > > > No apparent ill effects. You now have the old, orphaned version of the
6 > > > library on your system and unknown to portage. Portage deletes these
7 > > > after emerge @preserved-rebuild has successfully re-emerged packages
8 > > > depending on it.
9
10 > > OK, so now I just have to root it out manually.....?
11
12 > Yes, qfile will help here
13
14 > qfile -o $(find /lib* /usr/lib*)
15
16 OK, I used Francesco's little script:
17
18 for i in $(find /lib* /usr/lib*) ; do qfile -o $i ; done
19
20 It worked like a charm, except there is a huge list?
21 It overfilled my scroll back, so below is a tiny snippet.
22 I'm weary of removing so many files?
23 rm these files?
24
25 revdep-rebuild comes back clean. Check with another tool?
26 I already synced and updated, do again?
27 ????
28
29 <snip>
30 /usr/lib64/python2.6/site-packages/_xmlplus/dom/html/HTMLElement.pyo
31 <snip>
32 /usr/lib64/libblas.a
33 /usr/lib64/libruby.so
34
35
36 James

Replies

Subject Author
Re: [gentoo-user] Re: @preserved-rebuild Neil Bothwick <neil@××××××××××.uk>