GNU bug report logs - #48325
update of julia to 1.6.1

Previous Next

Package: guix-patches;

Reported by: Jean-Baptiste Volatier <jbv <at> pm.me>

Date: Mon, 10 May 2021 00:43:02 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Jean-Baptiste Volatier <jbv <at> pm.me>, zimoun <zimon.toutoune <at> gmail.com>,  48325 <at> debbugs.gnu.org, Ludovic Courtès <ludo <at> gnu.org>
Subject: [bug#48325] [PATCH 3/4] gnu: openlibm: Update to 0.7.4.
Date: Thu, 01 Jul 2021 10:22:03 +0200
[Message part 1 (text/plain, inline)]
>      (arguments
>       `(#:make-flags
> -       (list (string-append "prefix=" (assoc-ref %outputs "out")))
> +       (list (string-append "prefix=" (assoc-ref %outputs "out")) "CC=gcc")

The cross-compiler TARGET-gcc is require when cross-compiling,
so you need ,(string-append "CC=" (cc-for-target)) instead of "CC=gcc"
here. "gcc" is always the native compiler.

You can test if cross-compilation seems to work with
  ./pre-inst-env guix build --target=aarch64-linux-gnu openlibm

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

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

Previous Next


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