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

Previous Next

Package: guix-patches;

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

Date: Tue, 21 May 2024 16:26:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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 71098 in the body.
You can then email your comments to 71098 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#71098; Package guix-patches. (Tue, 21 May 2024 16:26: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, 21 May 2024 16:26: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 18.1.6.
Date: Tue, 21 May 2024 17:24:45 +0100
From 77b2024300884a5b494d1be28ae1bec6b9c42509 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Tue, 21 May 2024 10:46:44 +0100
Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.6.

* gnu/packages/llvm.scm (llvm-18, clang-18, libomp-18, lld-18):
Update to 18.1.6.
---
 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 de0a46f277..55acb8f87b 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -551,7 +551,7 @@ (define %llvm-monorepo-hashes
     ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
     ("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
     ("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
-    ("18.1.5" . "0n44chqn96xsa00ryhwk8g0vv3zx908xjakkgjsa14sjr9mcsq8q")))
+    ("18.1.6" . "14p7f82x5qp1dv0y4d6pz42z0dsmpxz393prhi2acbzk5hksz9mb")))

 (define %llvm-patches
   '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
@@ -559,7 +559,7 @@ (define %llvm-patches
     ("16.0.6" . ("clang-16.0-libc-search-path.patch"))
     ("17.0.6" . ("clang-17.0-libc-search-path.patch"
                  "clang-17.0-link-dsymutil-latomic.patch"))
-    ("18.1.5" . ("clang-18.0-libc-search-path.patch"
+    ("18.1.6" . ("clang-18.0-libc-search-path.patch"
                  "clang-17.0-link-dsymutil-latomic.patch"))))

 (define (llvm-monorepo version)
@@ -1455,7 +1455,7 @@ (define-public clang-toolchain-17
 (define-public llvm-18
   (package
     (inherit llvm-15)
-    (version "18.1.5")
+    (version "18.1.6")
     (source (llvm-monorepo version))))

 (define-public clang-runtime-18
@@ -1471,7 +1471,7 @@ (define-public clang-18
                     (package-version llvm-18)))
      (sha256
       (base32
-       "1azb2wn7gfpj61kh5brrima3c2lf4c9csy3xpn729zrm1n8pg8s5")))))
+       "0kknfygvc0iq9jzsaacrw4gnmdd756aprf8lpr53gdsmdpn351yp")))))

 (define-public libomp-18
   (package
-- 
2.45.1




Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 22 May 2024 05:12:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Ford <fanquake <at> gmail.com>:
bug acknowledged by developer. (Wed, 22 May 2024 05:12:02 GMT) Full text and rfc822 format available.

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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 71098-done <at> debbugs.gnu.org
Subject: Re: [bug#71098] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to
 18.1.6.
Date: Wed, 22 May 2024 13:11:04 +0800
[Message part 1 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:

> From 77b2024300884a5b494d1be28ae1bec6b9c42509 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Tue, 21 May 2024 10:46:44 +0100
> Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.6.
>
> * gnu/packages/llvm.scm (llvm-18, clang-18, libomp-18, lld-18):
> Update to 18.1.6.
> ---
>  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 de0a46f277..55acb8f87b 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -551,7 +551,7 @@ (define %llvm-monorepo-hashes
>      ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
>      ("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
>      ("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
> -    ("18.1.5" . "0n44chqn96xsa00ryhwk8g0vv3zx908xjakkgjsa14sjr9mcsq8q")))
> +    ("18.1.6" . "14p7f82x5qp1dv0y4d6pz42z0dsmpxz393prhi2acbzk5hksz9mb")))
>
>  (define %llvm-patches
>    '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
> @@ -559,7 +559,7 @@ (define %llvm-patches
>      ("16.0.6" . ("clang-16.0-libc-search-path.patch"))
>      ("17.0.6" . ("clang-17.0-libc-search-path.patch"
>                   "clang-17.0-link-dsymutil-latomic.patch"))
> -    ("18.1.5" . ("clang-18.0-libc-search-path.patch"
> +    ("18.1.6" . ("clang-18.0-libc-search-path.patch"
>                   "clang-17.0-link-dsymutil-latomic.patch"))))
>
>  (define (llvm-monorepo version)
> @@ -1455,7 +1455,7 @@ (define-public clang-toolchain-17
>  (define-public llvm-18
>    (package
>      (inherit llvm-15)
> -    (version "18.1.5")
> +    (version "18.1.6")
>      (source (llvm-monorepo version))))
>
>  (define-public clang-runtime-18
> @@ -1471,7 +1471,7 @@ (define-public clang-18
>                      (package-version llvm-18)))
>       (sha256
>        (base32
> -       "1azb2wn7gfpj61kh5brrima3c2lf4c9csy3xpn729zrm1n8pg8s5")))))
> +       "0kknfygvc0iq9jzsaacrw4gnmdd756aprf8lpr53gdsmdpn351yp")))))
>
>  (define-public libomp-18
>    (package
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=1fa1325c0b4bb5c28e564526f387d82083733104
[signature.asc (application/pgp-signature, inline)]

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

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

Previous Next


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