From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FqfYQ-0002Fm-Mj for garchives@archives.gentoo.org; Thu, 15 Jun 2006 00:17:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k5F0EaRm017887; Thu, 15 Jun 2006 00:14:36 GMT Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.205]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k5F01INB019539 for ; Thu, 15 Jun 2006 00:01:19 GMT Received: by wx-out-0102.google.com with SMTP id s18so188809wxc for ; Wed, 14 Jun 2006 17:01:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=gC3BVQaUf8VF6xmb2W3kZcErUEa97F506AGPt3Grb6D2dS3LLXPsWZHpqidEY4Tnup4x7mr6knvLal0107qCLo3EmRT9VUdnNyMESqs+/QO3PeoyZzcx48xPUhS7DmzE7EdmVJ0iPFj8ll8w/QbSwVAS8+7slY49CoYvWzebOiU= Received: by 10.70.132.14 with SMTP id f14mr1424032wxd; Wed, 14 Jun 2006 17:01:18 -0700 (PDT) Received: by 10.70.91.13 with HTTP; Wed, 14 Jun 2006 17:01:18 -0700 (PDT) Message-ID: <7573e9640606141701m41ed179cs4bbfe7b5db4c1dc6@mail.gmail.com> Date: Wed, 14 Jun 2006 17:01:18 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] splitdebug In-Reply-To: <200606142345.17687.bo.andresen@zlin.dk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Disposition: inline References: <200606142257.35341.bo.andresen@zlin.dk> <7573e9640606141428u5ec18658ga41edbee8c2d3f01@mail.gmail.com> <200606142345.17687.bo.andresen@zlin.dk> X-Google-Sender-Auth: bc25518bbebfa534 X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k5F01INB019539 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k5F0EaS5017887 X-Archives-Salt: 1e4f4deb-215a-4d01-a418-e4f4d57f74b8 X-Archives-Hash: 2102bb437268dca8933176dc39343841 On 6/14/06, Bo =D8rsted Andresen wrote: > Like this: > > # emerge -ep kontact kmail knode akregator | awk '$1~/ebuild/{print $4}= ' | \ > sed -e 's/\-[0-9][A-Za-z0-9._-]*$//' | grep lib | xargs emerge = -vp This will merge all of system. I was thinking more like: ldd `which kontact kmail knode akregator` | grep '=3D>' | awk '{print $3}= ' \ | sort | uniq | xargs equery belongs | grep '/' | sort | uniq \ | xargs printf "=3D%s\n" | xargs emerge -p --oneshot (Ok people, have at it. Show me how you can do this in 5 commands or les= s.) -Richard > > Or how else to know? > > -- > Bo Andresen > > > --=20 gentoo-user@gentoo.org mailing list