From unknown Sat Aug 16 16:20:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57845] [PATCH] guix: Clarify what CRC is. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Sep 2022 01:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57845 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57845@debbugs.gnu.org Cc: Ludovic Court s , jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16632918051390 (code B ref -1); Fri, 16 Sep 2022 01:31:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Sep 2022 01:30:05 +0000 Received: from localhost ([127.0.0.1]:41041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZ0BA-0000ML-N5 for submit@debbugs.gnu.org; Thu, 15 Sep 2022 21:30:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:39382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZ0B8-0000Lm-0O for submit@debbugs.gnu.org; Thu, 15 Sep 2022 21:30:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52854) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZ0B7-00054X-NJ for guix-patches@gnu.org; Thu, 15 Sep 2022 21:30:01 -0400 Received: from mx1.dismail.de ([78.46.223.134]:5443) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZ0B4-0002Y3-Uh; Thu, 15 Sep 2022 21:30:00 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 1dd07872; Fri, 16 Sep 2022 03:29:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=WyiwPqoG78e4uwzvSFNOs vvDIw1bm9B49sPrjB4IlK8=; b=vPnhoc3yatufniJe7JvXwBVI7VnudXTUIoAlu QmPyQCmIPBbJHaqrDT1eWE5c7/5mG4ZZacOGwPvr0qK+odd9DkCkQhp9uQnif3+J wN3s+IleTluz0zpumTWSCMzpNOmqZaSi+OmkIY1RroLw4yBGiBFUf0YgpqlvE2X1 OSTTO5TfflchptGrC2qF1x5YDIFGP67cJLbz+0qaDQU0sohELgA0x8oWZozsGdWS RhiyB87//aOOxLOJWiJcN/hE8MKawjks8qVoqq0sUsB1OKWxEGTU6zOVQVjYY0/Y 3k8iSy0smwkq8Z9QQeBgc8BsPAcFZlQB+IFT1VVAl/21QAgiA== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 45931d64; Fri, 16 Sep 2022 03:29:53 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 61c6f77f; Fri, 16 Sep 2022 03:29:53 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 258541aa (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 16 Sep 2022 03:29:52 +0200 (CEST) From: jgart Date: Thu, 15 Sep 2022 20:29:20 -0500 Message-Id: <20220916012919.9558-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * guix/build-debug-link (Commentary): Clarify that CRC refers to cyclic redundancy check. [define-module]: Remove empty line. --- guix/build/debug-link.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guix/build/debug-link.scm b/guix/build/debug-link.scm index 9167737fb3..8fd90d951d 100644 --- a/guix/build/debug-link.scm +++ b/guix/build/debug-link.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Ludovic Courtès +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -28,7 +29,6 @@ (define-module (guix build debug-link) #:export (debuglink-crc32 elf-debuglink set-debuglink-crc - graft-debug-links)) ;;; Commentary: @@ -38,10 +38,10 @@ (define-module (guix build debug-link) ;;; create separate debug files (info "(gdb) Separate Debug Files"). ;;; ;;; The main facility of this module is 'graft-debug-links', which allows us -;;; to update the CRC that appears in '.gnu_debuglink' sections when grafting, -;;; such that separate debug files remain usable after grafting. Failing to -;;; do that, GDB would complain about CRC mismatch---see -;;; . +;;; to update the cyclic redundancy check (CRC) that appears in +;;; '.gnu_debuglink' sections when grafting, such that separate debug files +;;; remain usable after grafting. Failing to do that, GDB would complain +;;; about CRC mismatch---see . ;;; ;;; Code: -- 2.37.3 From unknown Sat Aug 16 16:20:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57845] [PATCH v2] guix: Clarify what CRC is. References: <20220916012919.9558-1-jgart@dismail.de> In-Reply-To: <20220916012919.9558-1-jgart@dismail.de> Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 16 Sep 2022 01:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57845 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57845@debbugs.gnu.org Cc: Ludovic Court s , jgart Received: via spool by 57845-submit@debbugs.gnu.org id=B57845.16632920951883 (code B ref 57845); Fri, 16 Sep 2022 01:35:02 +0000 Received: (at 57845) by debbugs.gnu.org; 16 Sep 2022 01:34:55 +0000 Received: from localhost ([127.0.0.1]:41047 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZ0Fq-0000UJ-Ni for submit@debbugs.gnu.org; Thu, 15 Sep 2022 21:34:55 -0400 Received: from mx1.dismail.de ([78.46.223.134]:11188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZ0Fm-0000U4-5v for 57845@debbugs.gnu.org; Thu, 15 Sep 2022 21:34:52 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 0d69f966; Fri, 16 Sep 2022 03:34:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=f4T3Z6tblavOJCitMz28+ 2628ICVR3moIYpoAlNB05U=; b=L4HFleoekBtbSlMW0lnzBxrSnANAhuaLraiva 1MXRlTgkiYSmTq3Yob6+XALekiRDtFynq9AbUkywBPCWiQ8LhQM/wXbEpv936BG/ PtNj/6u/zGBU1lwuQW2kAK9Syr6oIkW320R0dwqj6NJG3kJ0+z2hEK3N5/YWvTh+ bOyFoGP6pA7nxZFk4yRRbPbvAxa9Y0C9mt6B6WIJ4/n2KC3NSvW4NuJLDWkJ5HJn LHb3nCoZgK0pfBH1P6+z1q/Y7H7DEpG+CrivfMeIvfmHPu4WFdDTpe2pQDG67vQk I1LMYKSxFvNAmI9zqqdBOoUnwklRVhhPBFrjSN/je2ikfERRQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 66328d4f; Fri, 16 Sep 2022 03:34:44 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 7316da20; Fri, 16 Sep 2022 03:34:44 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b1f2b84f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 16 Sep 2022 03:34:43 +0200 (CEST) From: jgart Date: Thu, 15 Sep 2022 20:33:01 -0500 Message-Id: <20220916013259.9803-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * guix/build-debug-link (Commentary): Clarify that CRC refers to cyclic redundancy check and fix broken link to issue. [define-module]: Remove empty line. Forgot to mention in the commit message that I also fixed the broken link to the issue. all best, jgart --- guix/build/debug-link.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guix/build/debug-link.scm b/guix/build/debug-link.scm index 9167737fb3..8fd90d951d 100644 --- a/guix/build/debug-link.scm +++ b/guix/build/debug-link.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Ludovic Courtès +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -28,7 +29,6 @@ (define-module (guix build debug-link) #:export (debuglink-crc32 elf-debuglink set-debuglink-crc - graft-debug-links)) ;;; Commentary: @@ -38,10 +38,10 @@ (define-module (guix build debug-link) ;;; create separate debug files (info "(gdb) Separate Debug Files"). ;;; ;;; The main facility of this module is 'graft-debug-links', which allows us -;;; to update the CRC that appears in '.gnu_debuglink' sections when grafting, -;;; such that separate debug files remain usable after grafting. Failing to -;;; do that, GDB would complain about CRC mismatch---see -;;; . +;;; to update the cyclic redundancy check (CRC) that appears in +;;; '.gnu_debuglink' sections when grafting, such that separate debug files +;;; remain usable after grafting. Failing to do that, GDB would complain +;;; about CRC mismatch---see . ;;; ;;; Code: -- 2.37.3 From unknown Sat Aug 16 16:20:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#57845: closed (Re: bug#57845: [PATCH] guix: Clarify what CRC is.) Message-ID: References: <87k05pj0xk.fsf_-_@gnu.org> <20220916012919.9558-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 57845 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57845@debbugs.gnu.org Date: Mon, 26 Sep 2022 21:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1664226722-6592-1" This is a multi-part message in MIME format... ------------=_1664226722-6592-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57845: [PATCH] guix: Clarify what CRC is. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57845@debbugs.gnu.org. --=20 57845: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57845 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1664226722-6592-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57845-done) by debbugs.gnu.org; 26 Sep 2022 21:11:46 +0000 Received: from localhost ([127.0.0.1]:51927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocvOE-0001hf-Cs for submit@debbugs.gnu.org; Mon, 26 Sep 2022 17:11:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocvOA-0001hM-Th for 57845-done@debbugs.gnu.org; Mon, 26 Sep 2022 17:11:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54950) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocvO4-0001QG-V3; Mon, 26 Sep 2022 17:11:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=KJYg3h63mz7BPlyzuP29Tmm4ZgqSl1KJGIEPMKhgtEE=; b=QyzsCWf4rAoJVYC2mfzP pIGPeIvgu15kNLaYhL0ABIb3tleAmHQ78niYRV9AqtrNqQhXQeKeYD3h93ScSN1j8lGI79k2pfu9b IvBaaq1b/tNpK4/+D0c93HP491uE9+6Ti77irwGjKnvW5IYSCKKcu2RQuU4jTTbl+2DHMsUstezpl hutKqB6UYMidyuodoJ6UEacvNvB/aRDLtRXzW+bG7jV3JWjUrbgCnoOx4NRUrfcvUE3yolLkf5KnQ 3Vo9wznr3RcBEmScDo97Jr8byGHSpc3XOVfiV+Jri2NDGKbKyWliRB64oqrX/c7/bOmyfEH9cXCaE cQ0/J1pwd4oAmQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56644 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocvO4-0008V7-IB; Mon, 26 Sep 2022 17:11:36 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#57845: [PATCH] guix: Clarify what CRC is. References: <20220916012919.9558-1-jgart@dismail.de> <20220916013259.9803-1-jgart@dismail.de> Date: Mon, 26 Sep 2022 23:11:35 +0200 In-Reply-To: <20220916013259.9803-1-jgart@dismail.de> (jgart@dismail.de's message of "Thu, 15 Sep 2022 20:33:01 -0500") Message-ID: <87k05pj0xk.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57845-done Cc: 57845-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, jgart skribis: > * guix/build-debug-link (Commentary): Clarify that CRC refers to cyclic > redundancy check and fix broken link to issue. > [define-module]: Remove empty line. > > Forgot to mention in the commit message that I also fixed the broken > link to the issue. > > all best, > > jgart Applied, but without the copyright line (expanding those three letters is not copyrightable) and without the blank line removal (it=E2=80=99s here= on purpose to separate different levels of the interface). BTW, the original bug URL is not =E2=80=9Cbroken=E2=80=9D: the page is just= less pleasant to the eye. :-) Thanks, Ludo=E2=80=99. ------------=_1664226722-6592-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Sep 2022 01:30:05 +0000 Received: from localhost ([127.0.0.1]:41041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZ0BA-0000ML-N5 for submit@debbugs.gnu.org; Thu, 15 Sep 2022 21:30:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:39382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZ0B8-0000Lm-0O for submit@debbugs.gnu.org; Thu, 15 Sep 2022 21:30:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52854) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZ0B7-00054X-NJ for guix-patches@gnu.org; Thu, 15 Sep 2022 21:30:01 -0400 Received: from mx1.dismail.de ([78.46.223.134]:5443) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZ0B4-0002Y3-Uh; Thu, 15 Sep 2022 21:30:00 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 1dd07872; Fri, 16 Sep 2022 03:29:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=WyiwPqoG78e4uwzvSFNOs vvDIw1bm9B49sPrjB4IlK8=; b=vPnhoc3yatufniJe7JvXwBVI7VnudXTUIoAlu QmPyQCmIPBbJHaqrDT1eWE5c7/5mG4ZZacOGwPvr0qK+odd9DkCkQhp9uQnif3+J wN3s+IleTluz0zpumTWSCMzpNOmqZaSi+OmkIY1RroLw4yBGiBFUf0YgpqlvE2X1 OSTTO5TfflchptGrC2qF1x5YDIFGP67cJLbz+0qaDQU0sohELgA0x8oWZozsGdWS RhiyB87//aOOxLOJWiJcN/hE8MKawjks8qVoqq0sUsB1OKWxEGTU6zOVQVjYY0/Y 3k8iSy0smwkq8Z9QQeBgc8BsPAcFZlQB+IFT1VVAl/21QAgiA== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 45931d64; Fri, 16 Sep 2022 03:29:53 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 61c6f77f; Fri, 16 Sep 2022 03:29:53 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 258541aa (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 16 Sep 2022 03:29:52 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] guix: Clarify what CRC is. Date: Thu, 15 Sep 2022 20:29:20 -0500 Message-Id: <20220916012919.9558-1-jgart@dismail.de> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Ludovic Court s , jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * guix/build-debug-link (Commentary): Clarify that CRC refers to cyclic redundancy check. [define-module]: Remove empty line. --- guix/build/debug-link.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guix/build/debug-link.scm b/guix/build/debug-link.scm index 9167737fb3..8fd90d951d 100644 --- a/guix/build/debug-link.scm +++ b/guix/build/debug-link.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Ludovic Courtès +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -28,7 +29,6 @@ (define-module (guix build debug-link) #:export (debuglink-crc32 elf-debuglink set-debuglink-crc - graft-debug-links)) ;;; Commentary: @@ -38,10 +38,10 @@ (define-module (guix build debug-link) ;;; create separate debug files (info "(gdb) Separate Debug Files"). ;;; ;;; The main facility of this module is 'graft-debug-links', which allows us -;;; to update the CRC that appears in '.gnu_debuglink' sections when grafting, -;;; such that separate debug files remain usable after grafting. Failing to -;;; do that, GDB would complain about CRC mismatch---see -;;; . +;;; to update the cyclic redundancy check (CRC) that appears in +;;; '.gnu_debuglink' sections when grafting, such that separate debug files +;;; remain usable after grafting. Failing to do that, GDB would complain +;;; about CRC mismatch---see . ;;; ;;; Code: -- 2.37.3 ------------=_1664226722-6592-1-- From unknown Sat Aug 16 16:20:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57845] [PATCH] guix: Clarify what CRC is. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 27 Sep 2022 16:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57845 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 57845-done@debbugs.gnu.org Received: via spool by 57845-done@debbugs.gnu.org id=D57845.166429456713032 (code D ref 57845); Tue, 27 Sep 2022 16:03:01 +0000 Received: (at 57845-done) by debbugs.gnu.org; 27 Sep 2022 16:02:47 +0000 Received: from localhost ([127.0.0.1]:56603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odD2k-0003O8-T0 for submit@debbugs.gnu.org; Tue, 27 Sep 2022 12:02:47 -0400 Received: from mx1.dismail.de ([78.46.223.134]:41324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odD2h-0003Ns-KE for 57845-done@debbugs.gnu.org; Tue, 27 Sep 2022 12:02:45 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 77220d3b; Tue, 27 Sep 2022 18:02:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=mcuSeSaROopOSfn9V+am8GRTfTLxUt79nyhBk0e700I=; b=GPT 5Nn+8JuX7pT1tNu30f8IFgHjETkJqJQa4JRlL8NU/kFCyBdAOjeNP1qm599okrZW znBxEadMphSIJn+wN+qSxmkFENSQ8ePjCZw7Z1FxZ/iEDWlC+SIyXG859v4xNbpY 6rp0A9SC01CkGbMA2sK1JVu3LyNoa2jrsdZAJCmZs9emDnpl50Pi4eu+beVSUsk7 ceH0dIQOMdjNNap6VVa5PBVhVFIfdWppyhKMxVry3Ym9rMeTgee4YkrQL9cs+HNu uz1vCXblfVt28LeQi+IshNY65svsT7OO6/WPNA9mqW3sWj8cXjnNnxv+nMxo7GMM PYg6sTvDtGkMPKGDGgw== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5ab2a85e; Tue, 27 Sep 2022 18:02:36 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id c51d3aad; Tue, 27 Sep 2022 18:02:36 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 4b8990a8 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 27 Sep 2022 18:02:35 +0200 (CEST) Date: Tue, 27 Sep 2022 11:02:34 -0500 Message-ID: <20220927110234.GB14540@dismail.de> From: jgart In-Reply-To: <87k05pj0xk.fsf_-_@gnu.org> References: <20220916012919.9558-1-jgart@dismail.de> <20220916013259.9803-1-jgart@dismail.de> <87k05pj0xk.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Mon, 26 Sep 2022 23:11:35 +0200 Ludovic Courtès wrote: Thanks! No worries all best, jgart