Gentoo Archives: gentoo-user

From: Daniel Pielmeier <billie@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] what is /usr/lib64/debug ?
Date: Thu, 18 Aug 2011 14:10:34
Message-Id: CAJnEOsg88RYOgxdhmFueGHAV9_RZX8m9fMj20f4_wE7+1gsTzg@mail.gmail.com
In Reply to: [gentoo-user] what is /usr/lib64/debug ? by Allan Gottlieb
1 2011/8/18 Allan Gottlieb <gottlieb@×××.edu>:
2 > /usr/lib64/debug seems to have in it a duplicate (at least as far as
3 > directory names are concerned) of much of /usr/lib64.
4 >
5 > For example
6 >
7 >    ajglap lib64 # /bin/pwd
8 >    /usr/lib64/debug/usr/lib64
9 >    ajglap lib64 # du -s * | sort -n | tail -10
10 >    34020       mesa
11 >    53148       gstreamer-0.10
12 >    155992      icedtea6
13 >    161360      llvm
14 >    208932      qt4
15 >    304016      xulrunner-devel-2.0
16 >    308880      xulrunner-2.0
17 >    618408      firefox
18 >    669000      libwebkitgtk-1.0.so.0.7.2.debug
19 >    1087848     libreoffice
20 >    ajglap lib64 #
21 >
22 > Is this correct?  My system is ~amd64
23
24
25 Do you have the splitdebug [1] FEATURE enabled?
26
27 [1] http://www.gentoo.org/proj/en/qa/backtraces.xml
28
29 --
30 Daniel Pielmeier

Replies

Subject Author
Re: [gentoo-user] what is /usr/lib64/debug ? Allan Gottlieb <gottlieb@×××.edu>