From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qu324-00081L-P1 for garchives@archives.gentoo.org; Thu, 18 Aug 2011 13:53:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C1BF21C04D; Thu, 18 Aug 2011 13:53:02 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B7C321C04D for ; Thu, 18 Aug 2011 13:51:52 +0000 (UTC) Received: from ajglap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p7IDpptO005490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 18 Aug 2011 09:51:51 -0400 (EDT) Received: by ajglap.localdomain (Postfix, from userid 1502) id 60A327006E; Thu, 18 Aug 2011 09:52:23 -0400 (EDT) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] what is /usr/lib64/debug ? Date: Thu, 18 Aug 2011 09:52:23 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archives-Salt: X-Archives-Hash: d6a61c16ed1338ecb72e76f082701aa1 /usr/lib64/debug seems to have in it a duplicate (at least as far as directory names are concerned) of much of /usr/lib64. For example ajglap lib64 # /bin/pwd /usr/lib64/debug/usr/lib64 ajglap lib64 # du -s * | sort -n | tail -10 34020 mesa 53148 gstreamer-0.10 155992 icedtea6 161360 llvm 208932 qt4 304016 xulrunner-devel-2.0 308880 xulrunner-2.0 618408 firefox 669000 libwebkitgtk-1.0.so.0.7.2.debug 1087848 libreoffice ajglap lib64 # Is this correct? My system is ~amd64 thanks, allan