Nikita Karetnikov <nik...@karetnikov.org> writes: > OK, I fetched the tarballs. Now I’m getting this error. > > > $ ./pre-inst-env guix build -K hello > > [...] > > make-3.82/main.c > make-3.82/README.OS2 > make-3.82/remote-cstms.c > phase `unpack' succeeded after 4 seconds [...] > pwd: error retrieving current directory: getcwd: cannot access parent > directories: Success > pwd: error retrieving current directory: getcwd: cannot access parent > directories: Bad address > configure: error: working directory cannot be determined > phase `configure' failed after 0 seconds [...]
FYI, I found a simple workaround for this problem: make sure that /tmp and /nix/store are not on the same filesystem. I'll write more later, but in the meantime this workaround is allowing me to successfully bootstrap Guix on my YeeLoong, using the N32 ABI. Mark