GNU bug report logs -
#78211
[PATCH] gnu: lldb: Update to 20.1.3.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 2 May 2025 13:44:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78211 in the body.
You can then email your comments to 78211 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78211
; Package
guix-patches
.
(Fri, 02 May 2025 13:44:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Greg Hogan <code <at> greghogan.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 02 May 2025 13:44:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/llvm.scm (lldb): Update to 20.1.3.
[inputs]: Change from LLVM-17 and CLANG-17 to LLVM-20 and CLANG-20.
Change-Id: I95d0595315ec319d523046a582cc789de2f4d05b
---
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 ecfffd4b95..927f297c94 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1867,7 +1867,7 @@ (define-public lld-as-ld-wrapper
(define-public lldb
(package
(name "lldb")
- (version (package-version llvm-17))
+ (version (package-version llvm-20))
(source (llvm-monorepo version))
(build-system cmake-build-system)
(arguments
@@ -1881,8 +1881,8 @@ (define-public lldb
(native-inputs
(list pkg-config swig))
(inputs
- (list clang-17
- llvm-17
+ (list clang-20
+ llvm-20
;; Optional (but recommended) inputs.
ncurses
libedit
base-commit: 5d5c0dfcdaff9205b3fe8f7822f16ad55743df8a
--
2.49.0
Reply sent
to
Z572 <z572 <at> z572.online>
:
You have taken responsibility.
(Thu, 08 May 2025 07:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Greg Hogan <code <at> greghogan.com>
:
bug acknowledged by developer.
(Thu, 08 May 2025 07:00:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 78211-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> writes:
> * gnu/packages/llvm.scm (lldb): Update to 20.1.3.
> [inputs]: Change from LLVM-17 and CLANG-17 to LLVM-20 and CLANG-20.
>
> Change-Id: I95d0595315ec319d523046a582cc789de2f4d05b
> ---
> 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 ecfffd4b95..927f297c94 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -1867,7 +1867,7 @@ (define-public lld-as-ld-wrapper
> (define-public lldb
> (package
> (name "lldb")
> - (version (package-version llvm-17))
> + (version (package-version llvm-20))
> (source (llvm-monorepo version))
> (build-system cmake-build-system)
> (arguments
> @@ -1881,8 +1881,8 @@ (define-public lldb
> (native-inputs
> (list pkg-config swig))
> (inputs
> - (list clang-17
> - llvm-17
> + (list clang-20
> + llvm-20
> ;; Optional (but recommended) inputs.
> ncurses
> libedit
>
> base-commit: 5d5c0dfcdaff9205b3fe8f7822f16ad55743df8a
pushed ,closing.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 05 Jun 2025 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.