bug-guix
[Top][All Lists]
Advanced

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

bug#55283: ‘tests/guix-shell-export-manifest.sh’ fails on aarch64-linux


From: Ludovic Courtès
Subject: bug#55283: ‘tests/guix-shell-export-manifest.sh’ fails on aarch64-linux
Date: Thu, 12 May 2022 10:09:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Efraim Flashner <efraim@flashner.co.il> skribis:

> On Tue, May 10, 2022 at 05:40:28PM +0200, Ludovic Courtès wrote:

[...]

>> >      (architecture
>> > -     ;; TODO: AArch64.
>> > -     architecture)))
>> > +      ;; TODO: More architectures
>> > +      (utsname:machine (uname)))))
>> 
>> We can return ‘architecture’ as is, no need to re-call ‘uname’.
>
> That's what we had before and we got the error.

The error reported at the beginning of this thread was different: it
came from the fact that (current-cpu) would return #f on aarch64,
whereas ‘current-cpu’ is meant to always return a <cpu> record.

Thanks,
Ludo’.





reply via email to

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