GNU bug report logs - #68540
[PATCH] gnu: lldb: Update to 17.0.6.

Previous Next

Package: guix-patches;

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

Date: Wed, 17 Jan 2024 17:38:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

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#68540: closed ([PATCH] gnu: lldb: Update to 17.0.6.)
Date: Sat, 10 Feb 2024 17:41:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68540: [PATCH] gnu: lldb: Update to 17.0.6.

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

-- 
68540: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68540
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 68540-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: lldb: Update to 17.0.6.
Date: Sat, 10 Feb 2024 16:09:15 +0000
[Message part 3 (text/plain, inline)]
Hi,

Pushed as 354de73fa45bdf045ccca8461dab500f5347b06c to master

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (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: lldb: Update to 17.0.6.
Date: Wed, 17 Jan 2024 17:36:55 +0000
* gnu/packages/llvm.scm (lldb): Update to 17.0.6.
[inputs]: Change from LLVM-15 and CLANG-15 to LLVM-17 and CLANG-17.

Change-Id: Iad04ee722c81ecb223ea4d57d25ea57ca7df59a0
---
 gnu/packages/llvm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 0062bc56cd..78b2a5ab56 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1709,7 +1709,7 @@ (define-public lld-as-ld-wrapper
 (define-public lldb
   (package
     (name "lldb")
-    (version (package-version llvm-15))
+    (version (package-version llvm-17))
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (arguments
@@ -1723,8 +1723,8 @@ (define-public lldb
     (native-inputs
      (list pkg-config swig))
     (inputs
-     (list clang-15
-           llvm-15
+     (list clang-17
+           llvm-17
            ;; Optional (but recommended) inputs.
            ncurses
            libedit

base-commit: dff06d2550c463410d81bff6f09fe52e615a809d
-- 
2.40.1




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

Previous Next


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