GNU bug report logs - #41854
[PATCH] gnu: musl: Enable gcc wrapper.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Sun, 14 Jun 2020 14:54:01 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 41854 in the body.
You can then email your comments to 41854 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#41854; Package guix-patches. (Sun, 14 Jun 2020 14:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 14 Jun 2020 14:54:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: musl: Enable gcc wrapper.
Date: Sun, 14 Jun 2020 16:53:08 +0200
* gnu/packages/musl.scm (musl)[arguments]<#:configure-flags>: Delete.
---
 gnu/packages/musl.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 44c39750d6..61519a36e0 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -38,9 +38,7 @@
                 "1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f                      ; musl has no tests
-       #:configure-flags
-       (list "--disable-gcc-wrapper")))
+     `(#:tests? #f))                    ; musl has no tests
     (synopsis "Small C standard library")
     (description "musl is a simple and lightweight C standard library.  It
 strives to be correct in the sense of standards-conformance and safety.")




Information forwarded to guix-patches <at> gnu.org:
bug#41854; Package guix-patches. (Sun, 21 Jun 2020 09:48:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 41854 <at> debbugs.gnu.org
Subject: Re: [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper.
Date: Sun, 21 Jun 2020 11:47:46 +0200
Hey Danny,

> -     `(#:tests? #f                      ; musl has no tests
> -       #:configure-flags
> -       (list "--disable-gcc-wrapper")))
> +     `(#:tests? #f))                    ; musl has no tests

Not sure why it was disabled in the first place, but I think you can go
for it.

Thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#41854; Package guix-patches. (Fri, 12 Mar 2021 10:03:01 GMT) Full text and rfc822 format available.

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

From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>,
 Mathieu Othacehe <othacehe <at> gnu.org>, 41854 <at> debbugs.gnu.org
Subject: Re: [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper.
Date: Fri, 12 Mar 2021 11:01:50 +0100
Hello,

I don't remember why it was disabled, so
if it works for you, please go ahead and
commit.

-- 
Vincent Legoll




Information forwarded to guix-patches <at> gnu.org:
bug#41854; Package guix-patches. (Sat, 22 Jun 2024 14:29:02 GMT) Full text and rfc822 format available.

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

From: Noé Lopez <noe <at> xn--no-cja.eu>
To: 41854 <at> debbugs.gnu.org
Subject: [PATCH] gnu: musl: Enable gcc wrapper.
Date: Sat, 22 Jun 2024 16:25:57 +0200
Hi,

This patch was going to be merged but it was forgotten. It still
builds fine on my end.

Can someone merge this please?

Thanks in advance,
Noé Lopez




Information forwarded to guix-patches <at> gnu.org:
bug#41854; Package guix-patches. (Sun, 23 Jun 2024 06:28:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Noé Lopez via Guix-patches via <guix-patches <at> gnu.org>
Cc: Noé Lopez <noe <at> xn--no-cja.eu>, 41854-done <at> debbugs.gnu.org
Subject: Re: [bug#41854] [PATCH] gnu: musl: Enable gcc wrapper.
Date: Sun, 23 Jun 2024 14:26:53 +0800
[Message part 1 (text/plain, inline)]
Noé Lopez via Guix-patches via <guix-patches <at> gnu.org> writes:

> Hi,
>
> This patch was going to be merged but it was forgotten. It still
> builds fine on my end.
>
> Can someone merge this please?
>
> Thanks in advance,
> Noé Lopez

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=36fcf6092f47ae5d4fad24b3f2f7025f6214a1c3
[signature.asc (application/pgp-signature, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Sun, 23 Jun 2024 06:28:02 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Sun, 23 Jun 2024 06:28:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 292 days ago.

Previous Next


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