GNU bug report logs - #72475
[PATCH] gnu: gcc-14: Update to 14.2.0.

Previous Next

Package: guix-patches;

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

Date: Mon, 5 Aug 2024 10:58:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <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 72475 in the body.
You can then email your comments to 72475 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#72475; Package guix-patches. (Mon, 05 Aug 2024 10:58: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. (Mon, 05 Aug 2024 10:58: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: gcc-14: Update to 14.2.0.
Date: Mon, 5 Aug 2024 11:56:41 +0100
From 403c6fd3da6b97b7bdf54fefe67858f4187ccbf0 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Mon, 5 Aug 2024 11:39:39 +0100
Subject: [PATCH] gnu: gcc-14: Update to 14.2.0.

* gnu/packages/gcc.scm (gcc-14): Update to 14.2.0.
---
 gnu/packages/gcc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index c02cd8aee8..9e3ee2031c 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -833,14 +833,14 @@ (define-public gcc-13
 (define-public gcc-14
   (package
     (inherit gcc-13)
-    (version "14.1.0")
+    (version "14.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.xz"))
               (sha256
                (base32
-                "0h3889kkfp9bzw8km9w1ssh5qjskg6yw02q8v3lkvzksk1acd0z2"))
+                "1j9wdznsp772q15w1kl5ip0gf0bh8wkanq2sdj12b7mzkk39pcx7"))
               (patches (search-patches "gcc-12-strmov-store-file-names.patch"
                                        "gcc-5.0-libvtv-runpath.patch"))
               (modules '((guix build utils)))
-- 
2.46.0




Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Mon, 05 Aug 2024 16:03:01 GMT) Full text and rfc822 format available.

Notification sent to Michael Ford <fanquake <at> gmail.com>:
bug acknowledged by developer. (Mon, 05 Aug 2024 16:03:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 72475-done <at> debbugs.gnu.org
Subject: Re: [bug#72475] [PATCH] gnu: gcc-14: Update to 14.2.0.
Date: Tue, 06 Aug 2024 00:01:35 +0800
[Message part 1 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:

> From 403c6fd3da6b97b7bdf54fefe67858f4187ccbf0 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Mon, 5 Aug 2024 11:39:39 +0100
> Subject: [PATCH] gnu: gcc-14: Update to 14.2.0.
>
> * gnu/packages/gcc.scm (gcc-14): Update to 14.2.0.
> ---
>  gnu/packages/gcc.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
> index c02cd8aee8..9e3ee2031c 100644
> --- a/gnu/packages/gcc.scm
> +++ b/gnu/packages/gcc.scm
> @@ -833,14 +833,14 @@ (define-public gcc-13
>  (define-public gcc-14
>    (package
>      (inherit gcc-13)
> -    (version "14.1.0")
> +    (version "14.2.0")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://gnu/gcc/gcc-"
>                                    version "/gcc-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0h3889kkfp9bzw8km9w1ssh5qjskg6yw02q8v3lkvzksk1acd0z2"))
> +                "1j9wdznsp772q15w1kl5ip0gf0bh8wkanq2sdj12b7mzkk39pcx7"))
>                (patches (search-patches "gcc-12-strmov-store-file-names.patch"
>                                         "gcc-5.0-libvtv-runpath.patch"))
>                (modules '((guix build utils)))

push, please use `git send-email' next time, see
https://guix.gnu.org/en/manual/devel/en/html_node/Sending-a-Patch-Series.html
.
close.
[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. (Tue, 03 Sep 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 291 days ago.

Previous Next


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