Hi! Efraim Flashner <efr...@flashner.co.il> skribis:
> On the side I'm working on the aarch64 port, and I've come across a Woohoo! > snag. I've been unable to actually get anything to build. When I start > the daemon as: > `sudo ./pre-inst-env guix-daemon --build-users-group=guixbuild', > when I attempt to build hello I get back the error: > guix build: error: build failed: cloning builder process: Invalid argument Could you strace the daemon itself? sudo ./pre-inst-env strace -f -o log guix-daemon \ --build-users-group=guixbuild I presume EINVAL is returned by clone(2), but it would be good to see that syscall precisely. What Linux version is this? Thanks, Ludo’.