Gentoo Archives: gentoo-dev

From: Rigo <rigo@××××.nl>
To: Spider <spider@g.o>
Cc: gentoo-dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] gcc 3.2_pre to _pre-r1 update script
Date: Fri, 16 Aug 2002 04:55:44
Message-Id: 1029482394.30276.70.camel@lappy.rogi.biz
In Reply to: [gentoo-dev] gcc 3.2_pre to _pre-r1 update script by Spider
1 Happily compiling almost everything overhere (since 01:00 last night ;)
2
3 I saw some failed...Most do not...Do you have a tip to see afterwards
4 which did/didn't succeeded ?
5
6 Rigo
7
8
9 Op do 15-08-2002, om 22:14 schreef Spider:
10 > heres a quickie I whipped up to run the update.. comments? (this can be
11 > adapted for gcc 2.95.3->3.2 and I really want it slicker for that sake )
12 >
13 > for i in /usr/lib/*.so /usr/bin/* /usr/sbin/* ;
14 > do ldd ${i} 2>&1 |grep "not found" - >/dev/null && qpkg -f -nc -v $i;
15 > done |sort |uniq |while read PACK;do emerge -p \=${PACK};done
16 >
17 > //Spider
18 >
19 >
20 > --
21 > begin .signature
22 > This is a .signature virus! Please copy me into your .signature!
23 > See Microsoft KB Article Q265230 for more information.
24 > end

Replies

Subject Author
Re: [gentoo-dev] gcc 3.2_pre to _pre-r1 update script Spider <spider@g.o>