GNU bug report logs -
#78211
[PATCH] gnu: lldb: Update to 20.1.3.
Previous Next
To reply to this bug, email your comments to 78211 AT debbugs.gnu.org.
There is no need to reopen the bug first.
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)]
This bug report was last modified 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.