Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] splitdebug
Date: Wed, 14 Jun 2006 21:56:17
Message-Id: 200606142345.17687.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] splitdebug by Richard Fish
1 On Wednesday 14 June 2006 23:28, Richard Fish wrote:
2 > For "full" advantage, yes, you would need to emerge -e world, since
3 > otherwise the debugging information will only be generated for new
4 > merges.  And of course, any binary packages won't get debug symbols in
5 > any case.
6
7 Thanks. Good to know.
8
9 > But if there is a specific program you are wanting to get backtraces
10 > from, you can simplify by just re-merging that program and dependant
11 > libraries.
12
13 Like this:
14
15 # emerge -ep kontact kmail knode akregator | awk '$1~/ebuild/{print $4}' | \
16 sed -e 's/\-[0-9][A-Za-z0-9._-]*$//' | grep lib | xargs emerge -vp
17
18 Or how else to know?
19
20 --
21 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] splitdebug Richard Fish <bigfish@××××××××××.org>