Issue with Qemu Binfmt and CMake not detecting compiler.
(address . bug-guix@gnu.org)
Hey all,
Opening a bug report as per a request following this issue identified
To recap, when running
Toggle snippet (3 lines)
./pre-inst-env guix build --system=armhf-linux swi-prolog
the configure phase is failing to identify the C/CXX compiler
toolchains to compile a test CMake file. There is a variety of
CMakeError.log and other object outputs that populate the build
directory when ran with --keep-failed.
This seems to be reported before, but subsequently patched at
https://issues.guix.gnu.org/38454#3.This only occurs when using the
Qemu method of compiling on a foreign architecture, and is not present
when natively compiling on true hardware.
Thanks,
Brett Gilio