GNU bug report logs - #67177
[PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Tue, 14 Nov 2023 15:45:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

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 67177 in the body.
You can then email your comments to 67177 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#67177; Package guix-patches. (Tue, 14 Nov 2023 15:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Ford <fanquake <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 14 Nov 2023 15:45:02 GMT) Full text and rfc822 format available.

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

From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.
Date: Tue, 14 Nov 2023 15:43:29 +0000
From 33cba894363c3334ee9ac71eb9f402a9179aca13 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Tue, 14 Nov 2023 15:34:48 +0000
Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.

* gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17):
Update to 17.0.5.
---
 gnu/packages/llvm.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 82a4088829..6bd52969e6 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -601,13 +601,13 @@ (define %llvm-monorepo-hashes
   '(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
     ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
     ("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
-    ("17.0.3" . "1fhrnsv87if7kbqmrsxy2r7ykx3gnr9lmbmvkhvycc91ii4ihybx")))
+    ("17.0.5" . "149flpr96vcn7a1ckya6mm93m9yp85l47w156fjd0r99ydxrw5kv")))

 (define %llvm-patches
   '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
     ("15.0.7" . ("clang-15.0-libc-search-path.patch"))
     ("16.0.6" . ("clang-16.0-libc-search-path.patch"))
-    ("17.0.3" . ("clang-17.0-libc-search-path.patch"))))
+    ("17.0.5" . ("clang-17.0-libc-search-path.patch"))))

 (define (llvm-monorepo version)
   (origin
@@ -1500,7 +1500,7 @@ (define-public clang-toolchain-16
 (define-public llvm-17
   (package
     (inherit llvm-15)
-    (version "17.0.3")
+    (version "17.0.5")
     (source (llvm-monorepo version))))

 (define-public clang-runtime-17
@@ -1516,7 +1516,7 @@ (define-public clang-17
                     (package-version llvm-17)))
      (sha256
       (base32
-       "0an16xdc8rgrdf0dcq3sdg82ajyb00h4bff9n0gm7gqf48ds0da8")))))
+       "12dbp10bhq25a44qnvz978mf9y6pdycwpp7sgq8a93by0fpgb72r")))))

 (define-public libomp-17
   (package
-- 
2.42.1




Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Sun, 26 Nov 2023 05:43:03 GMT) Full text and rfc822 format available.

Notification sent to Michael Ford <fanquake <at> gmail.com>:
bug acknowledged by developer. (Sun, 26 Nov 2023 05:43:03 GMT) Full text and rfc822 format available.

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

From: Hilton Chain <hako <at> ultrarare.space>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 67177-done <at> debbugs.gnu.org
Subject: Re: [bug#67177] [PATCH] gnu: LLVM, Clang, libomp,
 lld: Update to 17.0.5.
Date: Sat, 25 Nov 2023 22:11:15 +0800
Hi Michael,

On Tue, 14 Nov 2023 23:43:29 +0800,
Michael Ford wrote:
> 
> From 33cba894363c3334ee9ac71eb9f402a9179aca13 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Tue, 14 Nov 2023 15:34:48 +0000
> Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.
> 
> * gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17):
> Update to 17.0.5.
> ---
>  gnu/packages/llvm.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
> index 82a4088829..6bd52969e6 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -601,13 +601,13 @@ (define %llvm-monorepo-hashes
>    '(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
>      ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
>      ("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
> -    ("17.0.3" . "1fhrnsv87if7kbqmrsxy2r7ykx3gnr9lmbmvkhvycc91ii4ihybx")))
> +    ("17.0.5" . "149flpr96vcn7a1ckya6mm93m9yp85l47w156fjd0r99ydxrw5kv")))
> 
>  (define %llvm-patches
>    '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
>      ("15.0.7" . ("clang-15.0-libc-search-path.patch"))
>      ("16.0.6" . ("clang-16.0-libc-search-path.patch"))
> -    ("17.0.3" . ("clang-17.0-libc-search-path.patch"))))
> +    ("17.0.5" . ("clang-17.0-libc-search-path.patch"))))
> 
>  (define (llvm-monorepo version)
>    (origin
> @@ -1500,7 +1500,7 @@ (define-public clang-toolchain-16
>  (define-public llvm-17
>    (package
>      (inherit llvm-15)
> -    (version "17.0.3")
> +    (version "17.0.5")
>      (source (llvm-monorepo version))))
> 
>  (define-public clang-runtime-17
> @@ -1516,7 +1516,7 @@ (define-public clang-17
>                      (package-version llvm-17)))
>       (sha256
>        (base32
> -       "0an16xdc8rgrdf0dcq3sdg82ajyb00h4bff9n0gm7gqf48ds0da8")))))
> +       "12dbp10bhq25a44qnvz978mf9y6pdycwpp7sgq8a93by0fpgb72r")))))
> 
>  (define-public libomp-17
>    (package
> -- 
> 2.42.1

Applied as 1566e00fbc87ba7b6320be7f587e2e5e5c082b38, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Dec 2023 12:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 137 days ago.

Previous Next


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