I’m running Guix System in a VM on arm64 hardware, using a system
image created from another VM. I’m unable to `guix system
reconfigure' in the VM, because it needs to build guix[1], and the
"'download' built-in builder" test is failing. The guix package
must be built, because substitutes for
Hello,
Ian Eure skribis:
> This is failing for me on aarch64-linux also:
>
>test-name: kexec-load-file
>location:
>/tmp/guix-build-guix-1.4.0-31.121e96d.drv-0/source/tests/syscalls.scm:688
>source:
>+ (test-equal
>+ "kexec-load-file"
>+ EPERM
>+ (catch 'syst
He is using linux-6.6, which is the same version as guix's linux-lts.
This is probably because older kernels don't support the KEXEC_FILE_DEBUG flag
that is passed to kexec-load-file unconditionally.
To fix, remove the use of KEXEC_FILE_DEBUG in
guix/scripts/system/reconfigure.scm
I didn't test
Hi Guix,
it seems that docker-compose is broken on Guix. Running `docker-compose
up` with any docker-compose.yml file in the current directory fails with:
Traceback (most recent call last):
File
"/gnu/store/7v8r5c2xf2g6l4k7dfvcxxhm1kfdm9b5-python-docker-5.0.3/lib/python3.10/site-packages/dock