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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hikari <aneris <at> disroot.org>
Subject: bug#76145: closed (Re: [bug#76145] [PATCH] gnu: libcxx: update to
 19.1.4.)
Date: Thu, 13 Feb 2025 03:25:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76145: [PATCH] gnu: libcxx: update to 19.1.4.

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

-- 
76145: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76145
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.

[Message part 3 (message/rfc822, inline)]
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



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.