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

To reply to this bug, email your comments to 41854 AT debbugs.gnu.org.

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




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

Previous Next


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