GNU bug report logs - #42565
[PATCH] gnu: arm-none-eabi-toolchain: Fix compilation.

Previous Next

Package: guix-patches;

Reported by: Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>

Date: Mon, 27 Jul 2020 21:05:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 42565 in the body.
You can then email your comments to 42565 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#42565; Package guix-patches. (Mon, 27 Jul 2020 21:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 27 Jul 2020 21:05:02 GMT) Full text and rfc822 format available.

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

From: Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
To: guix-patches <at> gnu.org
Cc: Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
Subject: [PATCH] gnu: arm-none-eabi-toolchain: Fix compilation.
Date: Mon, 27 Jul 2020 23:03:41 +0200
* gnu/packages/embedded.scm
(gcc-arm-none-eabi-7-2018-q2-update)[native-inputs]: Use gcc-7.
---
 gnu/packages/embedded.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index e3a9017ba5..c7b8fcc0ce 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -251,7 +251,7 @@ usable on embedded products.")
            (origin-patches (package-source gcc-7))
            (search-patches "gcc-7-cross-environment-variables.patch")))))
       (native-inputs
-       `(("gcc <at> 5" ,gcc-5)
+       `(("gcc <at> 7" ,gcc-7)
          ("flex" ,flex)
          ("isl" ,isl-0.18)
          ,@(alist-delete "isl" (package-native-inputs xgcc))))
-- 
2.27.0





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 28 Jul 2020 07:51:02 GMT) Full text and rfc822 format available.

Notification sent to Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>:
bug acknowledged by developer. (Tue, 28 Jul 2020 07:51:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
Cc: 42565-done <at> debbugs.gnu.org
Subject: Re: [bug#42565] [PATCH] gnu: arm-none-eabi-toolchain: Fix compilation.
Date: Tue, 28 Jul 2020 10:50:10 +0300
[Message part 1 (text/plain, inline)]
On Mon, Jul 27, 2020 at 11:03:41PM +0200, Jan Wielkiewicz wrote:
> * gnu/packages/embedded.scm
> (gcc-arm-none-eabi-7-2018-q2-update)[native-inputs]: Use gcc-7.
> ---
>  gnu/packages/embedded.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
> index e3a9017ba5..c7b8fcc0ce 100644
> --- a/gnu/packages/embedded.scm
> +++ b/gnu/packages/embedded.scm
> @@ -251,7 +251,7 @@ usable on embedded products.")
>             (origin-patches (package-source gcc-7))
>             (search-patches "gcc-7-cross-environment-variables.patch")))))
>        (native-inputs
> -       `(("gcc <at> 5" ,gcc-5)
> +       `(("gcc <at> 7" ,gcc-7)
>           ("flex" ,flex)
>           ("isl" ,isl-0.18)
>           ,@(alist-delete "isl" (package-native-inputs xgcc))))

Turns out we only needed to remove gcc-5. Adding gcc <at> 7 proved
unnecessary.

Patch pushed! Thanks.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[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, 25 Aug 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 217 days ago.

Previous Next


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