GNU bug report logs -
#13205
guile 2.0.7: net-db.test fails
Previous Next
Reported by: pgajdos <at> suse.cz
Date: Mon, 17 Dec 2012 13:21:02 UTC
Severity: normal
Tags: moreinfo
Done: Mark H Weaver <mhw <at> netris.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13205 in the body.
You can then email your comments to 13205 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#13205
; Package
guile
.
(Mon, 17 Dec 2012 13:21:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
pgajdos <at> suse.cz
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Mon, 17 Dec 2012 13:21:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
net-db.test fails in some cirtumstances (build changeroot) because glibc's
gettadrinfo() can return EAI_SYSTEM:
http://sourceware.org/ml/libc-alpha/2012-10/msg00611.html
rpm -q glibc
glibc-2.16.90-7.1.x86_64
Following patch fixed test for me:
Index: guile-2.0.7/test-suite/tests/net-db.test
===================================================================
--- guile-2.0.7.orig/test-suite/tests/net-db.test
+++ guile-2.0.7/test-suite/tests/net-db.test
@@ -79,6 +79,7 @@
(and (defined? 'EAI_NODATA) ; GNU extension
(= errcode EAI_NODATA))
(= errcode EAI_AGAIN)
+ (= errcode EAI_SYSTEM)
(begin
(format #t "unexpected error code: ~a ~s~%"
errcode (gai-strerror errcode))
@@ -105,6 +106,7 @@
;; `EAI_NONAME'.)
(and (or (= errcode EAI_SERVICE)
(= errcode EAI_NONAME)
+ (= errcode EAI_SYSTEM)
(and (defined? 'EAI_NODATA)
(= errcode EAI_NODATA)))
(string? (gai-strerror errcode))))))))
Thanks,
Petr
Few more details at:
https://bugzilla.novell.com/show_bug.cgi?id=794696
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guile <at> gnu.org
:
bug#13205
; Package
guile
.
(Tue, 18 Dec 2012 13:03:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 13205 <at> debbugs.gnu.org (full text, mbox):
Hi,
pgajdos <at> suse.cz skribis:
> net-db.test fails in some cirtumstances (build changeroot) because glibc's
> gettadrinfo() can return EAI_SYSTEM:
>
> http://sourceware.org/ml/libc-alpha/2012-10/msg00611.html
The message above suggests that EAI_SYSTEM is now (2.17+) returned when
running out of file descriptors.
That should definitely not be the case when running the test suite, or
that would indicate a real problem in Guile.
Do you have a particular setup to reproduce the EAI_SYSTEM return?
Thanks,
Ludo’.
Information forwarded
to
bug-guile <at> gnu.org
:
bug#13205
; Package
guile
.
(Wed, 27 Mar 2013 21:42:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 13205 <at> debbugs.gnu.org (full text, mbox):
Hello again,
pgajdos <at> suse.cz skribis:
> net-db.test fails in some cirtumstances (build changeroot) because glibc's
> gettadrinfo() can return EAI_SYSTEM:
This may be the same problem as
<http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13958#14>. That is,
/etc/nsswitch.conf may refer to NSS modules that are not accessible in
your build chroot.
Can you check whether this is the case?
TIA,
Ludo’.
Added tag(s) moreinfo.
Request was from
Mark H Weaver <mhw <at> netris.org>
to
control <at> debbugs.gnu.org
.
(Thu, 05 Dec 2013 04:07:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
13205 <at> debbugs.gnu.org and pgajdos <at> suse.cz
Request was from
Mark H Weaver <mhw <at> netris.org>
to
control <at> debbugs.gnu.org
.
(Wed, 01 Oct 2014 22:38:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 30 Oct 2014 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.