GNU bug report logs -
#57845
[PATCH] guix: Clarify what CRC is.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 16 Sep 2022 01:31:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.
--
57845: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57845
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
jgart <jgart <at> dismail.de> 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’s here on
purpose to separate different levels of the interface).
BTW, the original bug URL is not “broken”: the page is just less
pleasant to the eye. :-)
Thanks,
Ludo’.
[Message part 3 (message/rfc822, inline)]
* 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 <ludo <at> gnu.org>
+;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;;
;;; 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
-;;; <https://bugs.gnu.org/19973>.
+;;; 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 <https://issues.guix.gnu.org/19973>.
;;;
;;; Code:
--
2.37.3
This bug report was last modified 2 years and 295 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.