GNU bug report logs - #50617
[core-updates-frozen] CMake fails to build on i686-linux

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Date: Thu, 16 Sep 2021 09:42:02 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


Message #17 received at 50617 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: Guillaume Le Vaillant <glv <at> posteo.net>, 50617 <at> debbugs.gnu.org
Subject: Re: bug#50617: [core-updates-frozen] CMake fails to build on
 i686-linux
Date: Fri, 17 Sep 2021 09:05:04 +0200
Maxime Devos <maximedevos <at> telenet.be> skribis:

> Ludovic Courtès schreef op do 16-09-2021 om 17:20 [+0200]:
>> +    ,@(let ((system (or (%current-target-system) (%current-system))))
>> +        (if (or (string-prefix? "i686-" system)
>> +                (string-prefix? "i586-" system))
>
> (Unrelated to the build failure) you could use target-x86-32? here
> to make the code a little simpler:
>
> ,@(if (target-x86-32?)
>       '((add-after ....))
>       '()

Ah yes, definitely!  Thanks for the hint.

Ludo’.




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

Previous Next


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