On Sunday 27 September 2009, James wrote: > Neil Bothwick <neil <at> digimed.co.uk> writes: > >>> Portage deletes these > >>> > > > > after emerge @preserved-rebuild has successfully re-emerged > > > > packages depending on it. > > > > > > OK, so now I just have to root it out manually.....? > > > > qfile -o $(find /lib* /usr/lib*) > > qfile -o $(find /lib* /usr/lib*) > > bash: /usr/bin/qfile: Argument list too long > > > Now what? I look at the man page for qfile and tried > all the -m option, but still get the same error? > > > ideas? > > > James
for i in $(find /lib* /usr/lib*) ; do qfile -o $i ; done Ciao Francesco -- Linux Version 2.6.31-gentoo, Compiled #3 SMP PREEMPT Sat Sep 12 15:07:06 CEST 2009 Two 2.9GHz AMD Athlon 64 Processors, 4GB RAM, 11659 Bogomips Total aemaeth

