GNU bug report logs - #53609
[PATCH] Add GHC 4 for the Haskell bootstrap

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Fri, 28 Jan 2022 17:44:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Ricardo Wurmus <rekado <at> elephly.net>, 53609 <at> debbugs.gnu.org
Subject: [bug#53609] [PATCH v2 3/4] gnu: Add glibc-2.2.5.
Date: Sat, 05 Feb 2022 15:44:37 +0100
[Message part 1 (text/plain, inline)]
Ricardo Wurmus schreef op za 05-02-2022 om 01:08 [+0100]:
> +      ((#:configure-flags flags '())
> +       #~(let ((out (assoc-ref %outputs "out"))

(assoc-ref %outputs "out") -> #$output

> +               (headers (assoc-ref %build-inputs "kernel-headers")))
> +           `("--enable-shared"
> +             "--enable-static"
> +             "--disable-sanity-checks"
> +             "--build=i686-unknown-linux-gnu"
> +             "--host=i686-unknown-linux-gnu"

Given that it's always compiled for i686-linux, even on x86_64, should
#:system "i686-linux" be set be added to 'arguments', such that glibc-
2.2.5 only needs to be compiled once?  Likewise for the
'glibc-mesboot0' package (on core-updates).

Greetings,
Maxime
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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