From unknown Fri Aug 15 21:19:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76145] [PATCH] gnu: libcxx: update to 19.1.4. Resent-From: Hikari Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 08 Feb 2025 16:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76145 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76145@debbugs.gnu.org Cc: Hikari X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173903279332004 (code B ref -1); Sat, 08 Feb 2025 16:40:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Feb 2025 16:39:53 +0000 Received: from localhost ([127.0.0.1]:41165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgnry-0008K1-4B for submit@debbugs.gnu.org; Sat, 08 Feb 2025 11:39:53 -0500 Received: from lists.gnu.org ([2001:470:142::17]:42526) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tggo2-0004bI-RE for submit@debbugs.gnu.org; Sat, 08 Feb 2025 04:07:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tggnw-0004a2-E5 for guix-patches@gnu.org; Sat, 08 Feb 2025 04:07:12 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tggnt-0000q8-V6 for guix-patches@gnu.org; Sat, 08 Feb 2025 04:07:12 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 928EC25E7E; Sat, 8 Feb 2025 10:07:06 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id feOva8J2oqhw; Sat, 8 Feb 2025 10:07:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1739005622; bh=ROZ9LxPyrTnfirblPltcn0YA4cDq6iFPUdWhugAiZ7s=; h=From:To:Cc:Subject:Date; b=F2V1Uswg1foeuvi2YZRXffvXCEq4QjxY5zj3lnxPQn+XqMC2IAxwKLIOXnvp9/50K 8dmZDTJuSSl21PlKz1prquFSzqfXDHfALsrf6g+Nb7vo6aeLU3nrAZ3//qySPpq69E stGRGZogWmUxiQoRevYe1qKrPTO2mUkRjQsWtbzhYUlYWqgYwI/V3Nx3/ElFEDwYsP pcdK2xCk0g6kHMUCiVrJXIk5C9tDqoGOvZEVSze24MFqCKX7GDr7X9DLxSLKLz4g0F z2fGlpsTkxQpJ/Z6J8Vkyl2vkPU8AaRIkWBnkdqBe45exnNL5o/3Q8uQLqQKHJ6jc2 cOFLortJPneOg== From: Hikari Date: Sat, 8 Feb 2025 14:33:47 +0530 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=aneris@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Mailman-Approved-At: Sat, 08 Feb 2025 11:39:48 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * 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 From unknown Fri Aug 15 21:19:33 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Hikari Subject: bug#76145: closed (Re: [bug#76145] [PATCH] gnu: libcxx: update to 19.1.4.) Message-ID: References: <87ikpeed5j.fsf@envs.net> X-Gnu-PR-Message: they-closed 76145 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76145@debbugs.gnu.org Date: Thu, 13 Feb 2025 03:25:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1739417102-1592-1" This is a multi-part message in MIME format... ------------=_1739417102-1592-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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@debbugs.gnu.org. --=20 76145: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76145 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1739417102-1592-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76145-done) by debbugs.gnu.org; 13 Feb 2025 03:24:55 +0000 Received: from localhost ([127.0.0.1]:39290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiPqQ-0000Oy-TY for submit@debbugs.gnu.org; Wed, 12 Feb 2025 22:24:55 -0500 Received: from mail.envs.net ([5.199.136.28]:59744) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiPqO-0000Op-5h for 76145-done@debbugs.gnu.org; Wed, 12 Feb 2025 22:24:52 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 4A92938A3E42; Thu, 13 Feb 2025 03:24:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TYwBN-mBOV-V; Thu, 13 Feb 2025 03:24:48 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Thu, 13 Feb 2025 03:24:48 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id eb566039; Thu, 13 Feb 2025 03:28:40 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Hikari Subject: Re: [bug#76145] [PATCH] gnu: libcxx: update to 19.1.4. In-Reply-To: (Hikari's message of "Sat, 8 Feb 2025 14:33:47 +0530") References: Date: Thu, 13 Feb 2025 11:28:40 +0800 Message-ID: <87ikpeed5j.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76145-done Cc: 76145-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hikari writes: > * gnu/packages/llvm.scm (libcxx): update to 19.1.4. Pushed with adjusted commit message, thanks. ------------=_1739417102-1592-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Feb 2025 16:39:53 +0000 Received: from localhost ([127.0.0.1]:41165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgnry-0008K1-4B for submit@debbugs.gnu.org; Sat, 08 Feb 2025 11:39:53 -0500 Received: from lists.gnu.org ([2001:470:142::17]:42526) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tggo2-0004bI-RE for submit@debbugs.gnu.org; Sat, 08 Feb 2025 04:07:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tggnw-0004a2-E5 for guix-patches@gnu.org; Sat, 08 Feb 2025 04:07:12 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tggnt-0000q8-V6 for guix-patches@gnu.org; Sat, 08 Feb 2025 04:07:12 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 928EC25E7E; Sat, 8 Feb 2025 10:07:06 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id feOva8J2oqhw; Sat, 8 Feb 2025 10:07:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1739005622; bh=ROZ9LxPyrTnfirblPltcn0YA4cDq6iFPUdWhugAiZ7s=; h=From:To:Cc:Subject:Date; b=F2V1Uswg1foeuvi2YZRXffvXCEq4QjxY5zj3lnxPQn+XqMC2IAxwKLIOXnvp9/50K 8dmZDTJuSSl21PlKz1prquFSzqfXDHfALsrf6g+Nb7vo6aeLU3nrAZ3//qySPpq69E stGRGZogWmUxiQoRevYe1qKrPTO2mUkRjQsWtbzhYUlYWqgYwI/V3Nx3/ElFEDwYsP pcdK2xCk0g6kHMUCiVrJXIk5C9tDqoGOvZEVSze24MFqCKX7GDr7X9DLxSLKLz4g0F z2fGlpsTkxQpJ/Z6J8Vkyl2vkPU8AaRIkWBnkdqBe45exnNL5o/3Q8uQLqQKHJ6jc2 cOFLortJPneOg== From: Hikari To: guix-patches@gnu.org Subject: [PATCH] gnu: libcxx: update to 19.1.4. Date: Sat, 8 Feb 2025 14:33:47 +0530 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=aneris@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 08 Feb 2025 11:39:48 -0500 Cc: Hikari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * 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 ------------=_1739417102-1592-1--