Ludovic Courtès writes: > [email protected] (Ludovic Courtès) skribis: > >> Ricardo Wurmus <[email protected]> skribis: >> >>> 17814 >>> execve("/localhome/rwurmus-tmp/guix/test-tmp/store/nakn26p520psw7jawgfv74wm34dn6kxj-bash", >>> ["nakn26p520psw7jawgfv74wm34dn6kxj"..., >>> "/localhome/rwurmus-tmp/guix/test"...], [/* 11 vars */]) = 0 >> >> [...] >> >>> 17814 connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, >>> 110) = -1 ENOENT (No such file or directory) >>> 17814 close(3) = 0 >>> 17814 open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3 >>> 17814 fstat(3, {st_mode=S_IFREG|0644, st_size=1861, ...}) = 0 >>> 17814 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, >>> 0) = 0x7fed42e86000 >>> 17814 read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1861 >>> 17814 read(3, "", 4096) = 0 >>> 17814 close(3) = 0 >>> 17814 munmap(0x7fed42e86000, 4096) = 0 >>> 17814 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 >>> 17814 fstat(3, {st_mode=S_IFREG|0644, st_size=33941, ...}) = 0 >>> 17814 mmap(NULL, 33941, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fed42e7e000 >>> 17814 close(3) = 0 >>> 17814 open("/lib64/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3 >> >> And from there we’re doomed. >> >> Could you download >> <ftp://alpha.gnu.org:/gnu/guix/bootstrap/x86_64-linux/20131110/static-binaries.tar.xz> >> and replace ‘gnu/packages/bootstrap/x86_64-linux/bash’ with the ‘bash’ >> file from that tarball (make it executable), and then try again? > > Ping! :-) > > ‘core-updates’ being opened, it would be the right time to update those > binaries if that solves the problem.
Sorry for dropping the ball. I tested with the new static binaries but still could not run the tests successfully. I hope to get back to work on this on Monday again and provide more helpful feedback. ~~ Ricardo
