Gentoo Archives: gentoo-user

From: Francesco Talamona <francesco.talamona@××××.eu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: @preserved-rebuild
Date: Sun, 27 Sep 2009 16:20:55
Message-Id: 200909271820.52155.francesco.talamona@know.eu
In Reply to: [gentoo-user] Re: @preserved-rebuild by James
1 On Sunday 27 September 2009, James wrote:
2 > Neil Bothwick <neil <at> digimed.co.uk> writes:
3 > >>> Portage deletes these
4 > >>>
5 > > > > after emerge @preserved-rebuild has successfully re-emerged
6 > > > > packages depending on it.
7 > > >
8 > > > OK, so now I just have to root it out manually.....?
9 > >
10 > > qfile -o $(find /lib* /usr/lib*)
11 >
12 > qfile -o $(find /lib* /usr/lib*)
13 >
14 > bash: /usr/bin/qfile: Argument list too long
15 >
16 >
17 > Now what? I look at the man page for qfile and tried
18 > all the -m option, but still get the same error?
19 >
20 >
21 > ideas?
22 >
23 >
24 > James
25
26 for i in $(find /lib* /usr/lib*) ; do qfile -o $i ; done
27
28 Ciao
29 Francesco
30
31 --
32 Linux Version 2.6.31-gentoo, Compiled #3 SMP PREEMPT Sat Sep 12 15:07:06
33 CEST 2009
34 Two 2.9GHz AMD Athlon 64 Processors, 4GB RAM, 11659 Bogomips Total
35 aemaeth

Replies

Subject Author
Re: [gentoo-user] Re: @preserved-rebuild Marc Joliet <marcec@×××.de>