unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: branch core-updates updated: gnu: coreutils-boot0: Fix building on arm architectures.
Date: Mon, 12 Dec 2022 14:03:48 +0000	[thread overview]
Message-ID: <E7C03CE1-3934-453E-B89E-98FF6A488675@flashner.co.il> (raw)
In-Reply-To: <87bko820pa.fsf@gnu.org>



On December 12, 2022 1:47:29 PM UTC, "Ludovic Courtès" <ludo@gnu.org> wrote:
>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’.

I built all the way out to hello without any problems. Also %final-inputs has coreutils-final, so it really shouldn't be noticable.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


  reply	other threads:[~2022-12-12 14:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <167079131409.22455.5790377740841482505@vcs2.savannah.gnu.org>
2022-12-12 13:47 ` branch core-updates updated: gnu: coreutils-boot0: Fix building on arm architectures Ludovic Courtès
2022-12-12 14:03   ` Efraim Flashner [this message]
2022-12-15 14:56     ` Ludovic Courtès
2023-02-12 19:10       ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E7C03CE1-3934-453E-B89E-98FF6A488675@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).