all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53785] [PATCH] gnu: lldb: Update to 13.0.1.
@ 2022-02-04 20:57 Greg Hogan
  2022-02-10 22:21 ` bug#53785: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-02-04 20:57 UTC (permalink / raw)
  To: 53785


[-- Attachment #1.1: Type: text/plain, Size: 1897 bytes --]

I could not tell if lldb had been overlooked during the LLVM 13 update or
if there was a reason that this package was left behind.

Patch inline and attached.


From 6b10197220bd789d0dc0bd1131717d6ae46f46c1 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 4 Feb 2022 20:52:37 +0000
Subject: [PATCH] gnu: lldb: Update to 13.0.1.

* gnu/packages/llvm.scm (lldb): Update to 13.0.1.
[inputs]: Change from LLVM-12 and CLANG-12 to LLVM-13 and CLANG-13.
---
 gnu/packages/llvm.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 64b4e7521d..b6d52402a8 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net>
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1204,21 +1205,21 @@ (define-public lld-as-ld-wrapper
 (define-public lldb
   (package
     (name "lldb")
-    (version "12.0.1")
+    (version "13.0.1")
     (source (origin
               (method url-fetch)
               (uri (llvm-uri "lldb" version))
               (sha256
                (base32
-                "0g3pj1m3chafavpr35r9fynm85y2hdyla6klj0h28khxs2613i78"))))
+                "05nvcbgb4rx860r3jzsbpvcbzpd0i7nsm5qrpkyfhg5vrh5mj32a"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DCMAKE_CXX_COMPILER=clang++")))
     (native-inputs
      (list pkg-config swig))
     (inputs
-     (list clang-12
-           llvm-12
+     (list clang-13
+           llvm-13
            ;; Optional (but recommended) inputs.
            ncurses
            libedit
-- 
2.34.0

[-- Attachment #1.2: Type: text/html, Size: 2498 bytes --]

[-- Attachment #2: 0001-gnu-lldb-Update-to-13.0.1.patch --]
[-- Type: text/x-patch, Size: 1680 bytes --]

From 6b10197220bd789d0dc0bd1131717d6ae46f46c1 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 4 Feb 2022 20:52:37 +0000
Subject: [PATCH] gnu: lldb: Update to 13.0.1.

* gnu/packages/llvm.scm (lldb): Update to 13.0.1.
[inputs]: Change from LLVM-12 and CLANG-12 to LLVM-13 and CLANG-13.
---
 gnu/packages/llvm.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 64b4e7521d..b6d52402a8 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net>
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1204,21 +1205,21 @@ (define-public lld-as-ld-wrapper
 (define-public lldb
   (package
     (name "lldb")
-    (version "12.0.1")
+    (version "13.0.1")
     (source (origin
               (method url-fetch)
               (uri (llvm-uri "lldb" version))
               (sha256
                (base32
-                "0g3pj1m3chafavpr35r9fynm85y2hdyla6klj0h28khxs2613i78"))))
+                "05nvcbgb4rx860r3jzsbpvcbzpd0i7nsm5qrpkyfhg5vrh5mj32a"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DCMAKE_CXX_COMPILER=clang++")))
     (native-inputs
      (list pkg-config swig))
     (inputs
-     (list clang-12
-           llvm-12
+     (list clang-13
+           llvm-13
            ;; Optional (but recommended) inputs.
            ncurses
            libedit
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53785: [PATCH] gnu: lldb: Update to 13.0.1.
  2022-02-04 20:57 [bug#53785] [PATCH] gnu: lldb: Update to 13.0.1 Greg Hogan
@ 2022-02-10 22:21 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-02-10 22:21 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 53785-done

Hi,

Greg Hogan <code@greghogan.com> skribis:

> I could not tell if lldb had been overlooked during the LLVM 13 update or
> if there was a reason that this package was left behind.

I suppose there was no specific reason.  But AIUI, it’s not necessary to
update in lockstep either, right?

>>From 6b10197220bd789d0dc0bd1131717d6ae46f46c1 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Fri, 4 Feb 2022 20:52:37 +0000
> Subject: [PATCH] gnu: lldb: Update to 13.0.1.
>
> * gnu/packages/llvm.scm (lldb): Update to 13.0.1.
> [inputs]: Change from LLVM-12 and CLANG-12 to LLVM-13 and CLANG-13.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-10 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 20:57 [bug#53785] [PATCH] gnu: lldb: Update to 13.0.1 Greg Hogan
2022-02-10 22:21 ` bug#53785: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.