GNU bug report logs - #68825
[PATCH] gnu: gdb: Update to 14.1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 30 Jan 2024 18:06:02 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68825: closed ([PATCH] gnu: gdb: Update to 14.1.)
Date: Tue, 27 Feb 2024 10:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 27 Feb 2024 11:33:44 +0100
with message-id <87plwigprr.fsf <at> gnu.org>
and subject line Re: [bug#68825] [PATCH] gnu: gdb: Update to 14.1.
has caused the debbugs.gnu.org bug report #68825,
regarding [PATCH] gnu: gdb: Update to 14.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68825: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68825
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: gdb: Update to 14.1.
Date: Tue, 30 Jan 2024 18:05:16 +0000
* gnu/packages/gdb.scm (gdb-12): Rename to ...
(gdb-14): ... and update to 14.1.
(avr-gdb, gdb-minimal, gdb-multiarch): Inherit from GDB-14.

Change-Id: I1396ba885fc97a8b0387a4b8e4c04ff018eba23f
---
 gnu/packages/gdb.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index d3881ed9d7..d0e72f9176 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -145,25 +145,25 @@ (define-public gdb/pinned
     (properties `((hidden? . #t)))
     (license gpl3+)))
 
-(define-public gdb-12
+(define-public gdb-14
   (package
     (inherit gdb/pinned)
-    (version "12.1")
+    (version "14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gdb/gdb-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))
+                "106v7rj72km56mb2ssjsyjfix3yn4f3wqr7lpzy52d0lfq9gavfn"))))
     (properties '())))
 
 (define-public gdb
   ;; The "default" version.
-  gdb-12)
+  gdb-14)
 
 (define-public gdb-multiarch
-  (package/inherit gdb-12
+  (package/inherit gdb-14
     (name "gdb-multiarch")
     (arguments
      `(#:configure-flags
@@ -172,17 +172,17 @@ (define-public gdb-multiarch
              "--enable-interwork"
              "--enable-languages=c,c++"
              "--disable-nls")
-       ,@(package-arguments gdb-12)))
+       ,@(package-arguments gdb-14)))
     (synopsis "The GNU debugger (with all architectures enabled)")))
 
 (define-public gdb-minimal
-  (package/inherit gdb-12
+  (package/inherit gdb-14
     (name "gdb-minimal")
     (inputs (fold alist-delete (package-inputs gdb)
                   '("libxml2" "ncurses" "python-wrapper" "source-highlight")))))
 
 (define-public avr-gdb
-  (package/inherit gdb-12
+  (package/inherit gdb-14
     (name "avr-gdb")
     (arguments
      `(#:configure-flags
@@ -191,7 +191,7 @@ (define-public avr-gdb
              "--enable-languages=c,c++"
              "--with-system-readline"
              "--enable-source-highlight")
-       ,@(package-arguments gdb-12)))
+       ,@(package-arguments gdb-14)))
     (synopsis "The GNU Debugger for AVR")
     (description
      "GDB is the GNU debugger.  With it, you can monitor what a program is

base-commit: 95e2d66c959275dc196f3f5922801dffb35317ff
-- 
2.43.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 68825-done <at> debbugs.gnu.org
Subject: Re: [bug#68825] [PATCH] gnu: gdb: Update to 14.1.
Date: Tue, 27 Feb 2024 11:33:44 +0100
Hi Greg,

Greg Hogan <code <at> greghogan.com> skribis:

> * gnu/packages/gdb.scm (gdb-12): Rename to ...
> (gdb-14): ... and update to 14.1.
> (avr-gdb, gdb-minimal, gdb-multiarch): Inherit from GDB-14.
>
> Change-Id: I1396ba885fc97a8b0387a4b8e4c04ff018eba23f

Applied, thanks!

Ludo’.


This bug report was last modified 1 year and 162 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.