From: "Richard Fish" <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] splitdebug
Date: Wed, 14 Jun 2006 17:01:18 -0700 [thread overview]
Message-ID: <7573e9640606141701m41ed179cs4bbfe7b5db4c1dc6@mail.gmail.com> (raw)
In-Reply-To: <200606142345.17687.bo.andresen@zlin.dk>
On 6/14/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> 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 '=>' | awk '{print $3}' \
| sort | uniq | xargs equery belongs | grep '/' | sort | uniq \
| xargs printf "=%s\n" | xargs emerge -p --oneshot
(Ok people, have at it. Show me how you can do this in 5 commands or less.)
-Richard
>
> Or how else to know?
>
> --
> Bo Andresen
>
>
>
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-06-15 0:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-14 20:57 [gentoo-user] splitdebug Bo Ørsted Andresen
2006-06-14 21:28 ` Richard Fish
2006-06-14 21:45 ` Bo Ørsted Andresen
2006-06-15 0:01 ` Richard Fish [this message]
2006-06-15 0:25 ` Bo Ørsted Andresen
2006-06-15 1:09 ` Bo Ørsted Andresen
2006-06-15 1:57 ` Richard Fish
2006-06-15 8:53 ` Neil Bothwick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7573e9640606141701m41ed179cs4bbfe7b5db4c1dc6@mail.gmail.com \
--to=bigfish@asmallpond.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox