guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: branch core-updates updated: gnu: coreutils-boot0: Fix building on a


From: Ludovic Courtès
Subject: Re: branch core-updates updated: gnu: coreutils-boot0: Fix building on arm architectures.
Date: Mon, 12 Dec 2022 14:47:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

guix-commits@gnu.org skribis:

> commit 9782c4529249c8300501202112c095a6589845d3
> Author: Efraim Flashner <efraim@flashner.co.il>
> AuthorDate: Sun Dec 11 22:35:06 2022 +0200
> 
>     gnu: coreutils-boot0: Fix building on arm architectures.
>     
>     * gnu/packages/commencement.scm (coreutils-boot0)[arguments]: When
>     building for arm architectures skip building some programs.

[…]

> +       ,@(if (target-arm?)
> +           ;; Some binaries fail to build.
> +           `(#:configure-flags '(,(string-append
> +                                    "--enable-no-install-program="
> +                                    ;; the defaults
> +                                    "arch,coreutils,hostname"
> +                                    ;; fails on aarch64
> +                                    ",timeout,sort")))

Isn’t there a risk that things will break down the road if ‘sort’,
‘hostname’, etc. are missing?  How hard would it be to address the build
failure instead?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]