Gentoo Archives: gentoo-user

From: Marc Joliet <marcec@×××.de>
To: Gentoo-User ML <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: @preserved-rebuild
Date: Sun, 27 Sep 2009 16:34:55
Message-Id: 20090927183440.504ccdff@marcec.huntemann.uni-oldenburg.de
In Reply to: [gentoo-user] Re: @preserved-rebuild by Francesco Talamona
1 Am Sun, 27 Sep 2009 18:20:52 +0200
2 schrieb Francesco Talamona <francesco.talamona@××××.eu>:
3
4 > On Sunday 27 September 2009, James wrote:
5 > > Neil Bothwick <neil <at> digimed.co.uk> writes:
6 > > >>> Portage deletes these
7 > > >>>
8 > > > > > after emerge @preserved-rebuild has successfully re-emerged
9 > > > > > packages depending on it.
10 > > > >
11 > > > > OK, so now I just have to root it out manually.....?
12 > > >
13 > > > qfile -o $(find /lib* /usr/lib*)
14 > >
15 > > qfile -o $(find /lib* /usr/lib*)
16 > >
17 > > bash: /usr/bin/qfile: Argument list too long
18 > >
19 > >
20 > > Now what? I look at the man page for qfile and tried
21 > > all the -m option, but still get the same error?
22 > >
23 > >
24 > > ideas?
25 > >
26 > >
27 > > James
28 >
29 > for i in $(find /lib* /usr/lib*) ; do qfile -o $i ; done
30 >
31 > Ciao
32 > Francesco
33 >
34
35 It would be much faster to use
36
37 find /lib* /usr/lib* | qfile -o -f -
38
39 instead (see "man qfile").
40
41 HTH
42 --
43 Marc Joliet
44 --
45 Lt. Frank Drebin: "It's true what they say: cops and women don't mix. Like
46 eating a spoonful of Drāno; sure, it'll clean you out, but it'll leave you
47 hollow inside."

Attachments

File name MIME type
signature.asc application/pgp-signature