GNU bug report logs - #76145
[PATCH] gnu: libcxx: update to 19.1.4.

Previous Next

Package: guix-patches;

Reported by: Hikari <aneris <at> disroot.org>

Date: Sat, 8 Feb 2025 16:40:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 76145 in the body.
You can then email your comments to 76145 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76145; Package guix-patches. (Sat, 08 Feb 2025 16:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hikari <aneris <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 08 Feb 2025 16:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hikari <aneris <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Hikari <aneris <at> disroot.org>
Subject: [PATCH] gnu: libcxx: update to 19.1.4.
Date: Sat,  8 Feb 2025 14:33:47 +0530
* gnu/packages/llvm.scm (libcxx): update to 19.1.4.
[native-inputs]: remove clang; add clang-19.
[native-inputs]: add libunwind-headers.
[arguments]<#:configure-flags>: add libunwind.

Change-Id: I8235077727b6f54edddc60d9bf1c4c9de93b32fe
---
 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 07506fa850..5f5b38ef6e 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1858,14 +1858,14 @@ (define-public lldb
 (define-public libcxx
   (package
     (name "libcxx")
-    (version (package-version llvm-15))
+    (version (package-version llvm-19))
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (arguments
      (list
       #:tests? #f
       #:configure-flags
-      #~(list "-DLLVM_ENABLE_RUNTIMES=libcxx;libcxxabi"
+      #~(list "-DLLVM_ENABLE_RUNTIMES=libcxx;libcxxabi;libunwind"
               "-DCMAKE_C_COMPILER=clang"
               "-DCMAKE_CXX_COMPILER=clang++"
               ;; libc++.so is actually a GNU ld style linker script, however,
@@ -1894,7 +1894,7 @@ (define-public libcxx
                         (getenv "CPLUS_INCLUDE_PATH"))
                 #t))))))
     (native-inputs
-     (list clang llvm python))
+     (list clang-19 libunwind-headers llvm python))
     (home-page "https://libcxx.llvm.org")
     (synopsis "C++ standard library")
     (description

base-commit: 0c9da3dbcb47840089a0213a59c385e780317bb6
-- 
2.48.1




Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Thu, 13 Feb 2025 03:25:02 GMT) Full text and rfc822 format available.

Notification sent to Hikari <aneris <at> disroot.org>:
bug acknowledged by developer. (Thu, 13 Feb 2025 03:25:02 GMT) Full text and rfc822 format available.

Message #10 received at 76145-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Hikari <aneris <at> disroot.org>
Cc: 76145-done <at> debbugs.gnu.org
Subject: Re: [bug#76145] [PATCH] gnu: libcxx: update to 19.1.4.
Date: Thu, 13 Feb 2025 11:28:40 +0800
Hikari <aneris <at> disroot.org> writes:

> * gnu/packages/llvm.scm (libcxx): update to 19.1.4.

Pushed with adjusted commit message, thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Mar 2025 11:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 99 days ago.

Previous Next


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