From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19973: Grafts break debug outputs Date: Fri, 10 Mar 2017 14:14:13 +0100 Message-ID: <87shml9suy.fsf@gnu.org> References: <878ufh71do.fsf@netris.org> <87a88wrbvk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmKNu-0004BU-1o for bug-guix@gnu.org; Fri, 10 Mar 2017 08:15:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmKNq-0004iB-QC for bug-guix@gnu.org; Fri, 10 Mar 2017 08:15:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50414) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmKNq-0004i3-N5 for bug-guix@gnu.org; Fri, 10 Mar 2017 08:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cmKNq-0006Ti-Hm for bug-guix@gnu.org; Fri, 10 Mar 2017 08:15:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a88wrbvk.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 07 Mar 2017 22:54:39 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mark H Weaver Cc: 19973@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > However, one very likely problem is that .debug files include a CRC of > the binary they correspond to (info "(gdb) Separate Debug Files"), and > that CRC is not updated when we graft things. It manifests like this in GDB: --8<---------------cut here---------------start------------->8--- warning: the debug information found in "/home/ludo/.guix-profile/lib/debug= //gnu/store/y8ppqsxiki39n4mqpb4mab6bgwqsnnp7-libgc-7.4.2/lib/libgc.so.debug= " does not match "/gnu/store/y8ppqsxiki39n4mqpb4mab6bgwqsnnp7-libgc-7.4.2/l= ib/libgc.so.1" (CRC mismatch). --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.