Gentoo Archives: gentoo-dev

From: Spider <spider@g.o>
To: gentoo-dev <gentoo-dev@g.o>
Subject: [gentoo-dev] gcc 3.2_pre to _pre-r1 update script
Date: Thu, 15 Aug 2002 15:18:56
Message-Id: 20020815221420.6db74929.spider@gentoo.org
1 heres a quickie I whipped up to run the update.. comments? (this can be
2 adapted for gcc 2.95.3->3.2 and I really want it slicker for that sake )
3
4 for i in /usr/lib/*.so /usr/bin/* /usr/sbin/* ;
5 do ldd ${i} 2>&1 |grep "not found" - >/dev/null && qpkg -f -nc -v $i;
6 done |sort |uniq |while read PACK;do emerge -p \=${PACK};done
7
8 //Spider
9
10
11 --
12 begin .signature
13 This is a .signature virus! Please copy me into your .signature!
14 See Microsoft KB Article Q265230 for more information.
15 end

Replies

Subject Author
Re: [gentoo-dev] gcc 3.2_pre to _pre-r1 update script Rigo <rigo@××××.nl>