GNU bug report logs -
#71100
[PATCH] gnu: gcc-13: Update to 13.3.0.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Tue, 21 May 2024 17:18:01 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 71100 in the body.
You can then email your comments to 71100 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71100
; Package
guix-patches
.
(Tue, 21 May 2024 17:18:01 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 17:18:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 2d20191e3686e7db7a00c67a8ae24961a311296f Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Tue, 21 May 2024 17:29:43 +0100
Subject: [PATCH] gnu: gcc-13: Update to 13.3.0.
* gnu/packages/gcc.scm (gcc-13): Update to 13.3.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 7be4cb9bb1..c08c6521d6 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -796,14 +796,14 @@ (define-public gcc-12
(define-public gcc-13
(package
(inherit gcc-11)
- (version "13.2.0")
+ (version "13.3.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
- "1nj3qyswcgc650sl3h0480a171ixp33ca13zl90p61m689jffxg2"))
+ "10y0l1hx1haz4cj4d4g9f2ci5h7z9555i52f90zs2hwm3iifji88"))
(patches (search-patches "gcc-12-strmov-store-file-names.patch"
"gcc-5.0-libvtv-runpath.patch"))
(modules '((guix build utils)))
--
2.45.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71100
; Package
guix-patches
.
(Wed, 22 May 2024 07:52:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71100 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:
> From 2d20191e3686e7db7a00c67a8ae24961a311296f Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Tue, 21 May 2024 17:29:43 +0100
> Subject: [PATCH] gnu: gcc-13: Update to 13.3.0.
>
> * gnu/packages/gcc.scm (gcc-13): Update to 13.3.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 7be4cb9bb1..c08c6521d6 100644
> --- a/gnu/packages/gcc.scm
> +++ b/gnu/packages/gcc.scm
> @@ -796,14 +796,14 @@ (define-public gcc-12
> (define-public gcc-13
> (package
> (inherit gcc-11)
> - (version "13.2.0")
> + (version "13.3.0")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnu/gcc/gcc-"
> version "/gcc-" version ".tar.xz"))
> (sha256
> (base32
> - "1nj3qyswcgc650sl3h0480a171ixp33ca13zl90p61m689jffxg2"))
> + "10y0l1hx1haz4cj4d4g9f2ci5h7z9555i52f90zs2hwm3iifji88"))
> (patches (search-patches "gcc-12-strmov-store-file-names.patch"
> "gcc-5.0-libvtv-runpath.patch"))
> (modules '((guix build utils)))
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=750148ce1ea6c65a7c14424546db0078161f7e17
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Wed, 22 May 2024 08:16:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Ford <fanquake <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 22 May 2024 08:16:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 71100-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[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:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.