bug#13958: Failing net-db.test on armv5tel glibc 2.17

2013-03-25 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Ideally Guile would propagate the errno value. But in your case it’s > ENOENT, so the error message would be like: > > failed to resolve host name: No such file or directory > > This is not really more helpful than: > > failed to resolve host name: Sy

bug#13958: Failing net-db.test on armv5tel glibc 2.17

2013-03-15 Thread Ludovic Courtès
Lluís Batlle i Rossell skribis: > On Fri, Mar 15, 2013 at 02:36:40PM +0100, Ludovic Courtès wrote: >> Lluís Batlle i Rossell skribis: [...] >> > 16993 >> > open("/nix/store/83fff5psdwad2vcy44lv5gwyzfmj4433-glibc-2.17/lib/libnss_myhostname.so.2", >> > O_R >> > DONLY|O_CLOEXEC) = -1 ENOENT (No

bug#13958: Failing net-db.test on armv5tel glibc 2.17

2013-03-15 Thread Lluís Batlle i Rossell
On Fri, Mar 15, 2013 at 02:36:40PM +0100, Ludovic Courtès wrote: > Lluís Batlle i Rossell skribis: > > > I think this log should be enough. I have a dns server at 127.0.0.1, > > and I have in nix.conf: > > build-use-chroot = false > > > > > > Excerpt of the strace log: > > 16993 connect(7, {sa_fa

bug#13958: Failing net-db.test on armv5tel glibc 2.17

2013-03-15 Thread Ludovic Courtès
Lluís Batlle i Rossell skribis: > I think this log should be enough. I have a dns server at 127.0.0.1, > and I have in nix.conf: > build-use-chroot = false > > > Excerpt of the strace log: > 16993 connect(7, {sa_family=AF_INET, sin_port=htons(53), > sin_addr=inet_addr("127.0.0.1")}, 16) = 0 So

bug#13958: Failing net-db.test on armv5tel glibc 2.17

2013-03-15 Thread Lluís Batlle i Rossell
On Fri, Mar 15, 2013 at 12:14:21PM +0100, Ludovic Courtès wrote: > Hi Lluís! > > Lluís Batlle i Rossell skribis: > > > running the test below, I see on glibc-2.17 armv5tel-linux: > > > > Running net-db.test > > > > ;;; (err -11) > > unexpected error code: -11 "System error" > > FAIL: net-db

bug#13958: Failing net-db.test on armv5tel glibc 2.17

2013-03-15 Thread Ludovic Courtès
Hi Lluís! Lluís Batlle i Rossell skribis: > running the test below, I see on glibc-2.17 armv5tel-linux: > > Running net-db.test > > ;;; (err -11) > unexpected error code: -11 "System error" > FAIL: net-db.test: getaddrinfo: no name > Does it happen in a chroot without /etc/resolv.conf

bug#13958: Failing net-db.test on armv5tel glibc 2.17

2013-03-14 Thread Lluís Batlle i Rossell
Hello, running the test below, I see on glibc-2.17 armv5tel-linux: Running net-db.test ;;; (err -11) unexpected error code: -11 "System error" FAIL: net-db.test: getaddrinfo: no name I mention glibc 2.17 because I think it didn't fail with glibc 2.13. Regards, Lluís. On Thu, Mar 14,