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


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Ludovic Courtès <ludovic.courtes <at> inria.fr>,  Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 50617 <at> debbugs.gnu.org
Subject: bug#50617: [core-updates-frozen] CMake fails to build on i686-linux
Date: Thu, 16 Sep 2021 18:21:31 +0200
[Message part 1 (text/plain, inline)]
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 ....))
      '()

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

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.