Ricardo Wurmus skribis: > Ricardo Wurmus writes: > >> Ricardo Wurmus writes: >> >>> I tried to deploy to my aarch64 system with Guix on core-updates. This >>> fails with a configure failure in the build of glibc 2.39. >> >> You can reproduce this like so: >> >> ./pre-inst-env guix build -K --system=aarch64-linux -e \ >> '((@@ (gnu packages make-bootstrap) glibc-for-bootstrap) (@ (gnu packages base) glibc))' > > I was able to build that glibc with this diff: I’m testing this other patch below. I can build ‘bootstrap-tarballs’ and ‘guile-initrd’ on x86_64-linux with it; the aarch64-linux build is still ongoing and will take a while. That would be a welcome simplification of all this. Ludo’.