From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#19780: 13 failing tests Date: Sat, 28 Feb 2015 22:58:29 +0100 Message-ID: <87ioelaebe.fsf@mango.localdomain> References: <874mqxprk6.fsf@gnu.org> <87vbja7xat.fsf@gnu.org> <87sied7s9p.fsf@gnu.org> <87d25h6a1n.fsf@gnu.org> <87lhk53d9q.fsf@gnu.org> <87zj8i5g27.fsf@gnu.org> <87bnky0wyz.fsf@gnu.org> <87lhjk7h4k.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRpPd-0005Ty-T3 for bug-guix@gnu.org; Sat, 28 Feb 2015 16:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRpPa-0001LN-Nb for bug-guix@gnu.org; Sat, 28 Feb 2015 16:59:05 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:57305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRpPa-0001LI-KC for bug-guix@gnu.org; Sat, 28 Feb 2015 16:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YRpPa-0004Fb-6p for bug-guix@gnu.org; Sat, 28 Feb 2015 16:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lhjk7h4k.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 19780@debbugs.gnu.org Ludovic Courtès writes: > ludo@gnu.org (Ludovic Courtès) skribis: > >> Ricardo Wurmus 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 >> >> 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