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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: bug#41854: closed (Re: [bug#41854] [PATCH] gnu: musl: Enable gcc
 wrapper.)
Date: Sun, 23 Jun 2024 06:28:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#41854: [PATCH] gnu: musl: Enable gcc wrapper.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 41854 <at> debbugs.gnu.org.

-- 
41854: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41854
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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)]
[Message part 5 (message/rfc822, inline)]
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.")



This bug report was last modified 335 days ago.

Previous Next


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