GNU bug report logs - #56784
[PATCH] gnu: Add gdb-12.

Previous Next

Package: guix-patches;

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

Date: Tue, 26 Jul 2022 17:03: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: Greg Hogan <code <at> greghogan.com>
Subject: bug#56784: closed (Re: bug#56784: [PATCH] gnu: Add gdb-12.)
Date: Wed, 03 Aug 2022 15:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56784: [PATCH] gnu: Add gdb-12.

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 56784 <at> debbugs.gnu.org.

-- 
56784: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56784
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 56784-done <at> debbugs.gnu.org
Subject: Re: bug#56784: [PATCH] gnu: Add gdb-12.
Date: Wed, 03 Aug 2022 17:26:11 +0200
Hi,

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

> * gnu/packages/gdb.scm (gdb-12): New variable.

Applied, thanks!

Ludo’.

[Message part 3 (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: Add gdb-12.
Date: Tue, 26 Jul 2022 17:02:16 +0000
* gnu/packages/gdb.scm (gdb-12): New variable.
---
 gnu/packages/gdb.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index aa9e479e46..7d8416c7c5 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -149,6 +149,18 @@ (define-public gdb-11
 written in C, C++, Ada, Objective-C, Pascal and more.")
     (license gpl3+)))
 
+(define-public gdb-12
+  (package
+    (inherit gdb-11)
+    (version "12.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/gdb/gdb-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))))
+
 (define-public gdb
   ;; This is the fixed version that packages depend on.  Update it rarely
   ;; enough to avoid massive rebuilds.
-- 
2.37.1




This bug report was last modified 2 years and 316 days ago.

Previous Next


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