From: "Lluís Batlle i Rossell" <viric@viric.name>
To: 13958@debbugs.gnu.org
Subject: bug#13958: Failing net-db.test on armv5tel glibc 2.17
Date: Thu, 14 Mar 2013 15:03:37 +0100 [thread overview]
Message-ID: <20130314140337.GE14560@vicerveza.homeunix.net> (raw)
In-Reply-To: <87txoert3q.fsf@gnu.org>
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, 2013 at 02:47:21PM +0100, Ludovic Courtès wrote:
> Lluís Batlle i Rossell <viric@viric.name> skribis:
>
> > Running net-db.test
> > unexpected error code: -11 "System error"
> > FAIL: net-db.test: getaddrinfo: no name
>
> La provo estas:
>
> (catch 'getaddrinfo-error
> (lambda ()
> (pk "getaddrinfo for \"does-not-exist\" succeeded!"
> (getaddrinfo "does-not-exist"))
> (throw 'unresolved))
> (lambda (key errcode)
> ;; In some cases (e.g., in a chroot without
> ;; /etc/{hosts,resolv.conf}), this can result in
> ;; `EAI_EAGAIN' (glibc 2.11), or `EAI_NODATA' (glibc 2.12).
> (and (or (= errcode EAI_NONAME)
> (and (defined? 'EAI_NODATA) ; GNU extension
> (= errcode EAI_NODATA))
> (= errcode EAI_AGAIN)
> (begin
> (format #t "unexpected error code: ~a ~s~%"
> errcode (gai-strerror errcode))
> #f))
> (string? (gai-strerror errcode)))))
>
> Ĉu vi povas ŝanĝi (= errcode EAI_NONAME) per (= (pk 'err errcode) EAI_NONAME)
> kaj sendi la detalojn al bug-guile@gnu.org?
>
> Dankon!
>
> Ludo'.
next parent reply other threads:[~2013-03-14 14:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20130310225811.GO14560@vicerveza.homeunix.net>
[not found] ` <87txoert3q.fsf@gnu.org>
2013-03-14 14:03 ` Lluís Batlle i Rossell [this message]
2013-03-15 11:14 ` bug#13958: Failing net-db.test on armv5tel glibc 2.17 Ludovic Courtès
2013-03-15 11:34 ` Lluís Batlle i Rossell
2013-03-15 13:36 ` Ludovic Courtès
2013-03-15 13:40 ` Lluís Batlle i Rossell
2013-03-15 13:48 ` Ludovic Courtès
2013-03-25 21:47 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130314140337.GE14560@vicerveza.homeunix.net \
--to=viric@viric.name \
--cc=13958@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).