On Sat, Dec 04, 2021 at 01:03:13AM +0100, Florian Hoertlehner wrote: > guix system disk-image --system=aarch64-linux \ -e "(@ (gnu system install) > rock64-installation-os)" > fails with this error: > > builder for > `/gnu/store/399pb3xc4pcxkclfcp1fsbxx8jy1vifq-openconnect-8.10.drv' failed > with exit code 1
Instead of --system=aarch64-linux maybe --target=aarch64-linux-gnu works? I assume you run the command on an x86_64-linux? I will try tomorrow. (I’m writing this using GNU Guix System on a rock64 …) Regards, Florian
