From: ludo@gnu.org (Ludovic Courtès)
To: Rob Browning <rlb@defaultvalue.org>
Cc: guile-devel@gnu.org
Subject: Re: Debian package build problems with 2.0.9 (from git)
Date: Sun, 16 Jun 2013 00:21:51 +0200 [thread overview]
Message-ID: <87fvwj2eww.fsf@gnu.org> (raw)
In-Reply-To: <87k3lvrrl0.fsf@trouble.defaultvalue.org> (Rob Browning's message of "Sat, 15 Jun 2013 16:28:59 -0500")
Rob Browning <rlb@defaultvalue.org> skribis:
> $ strace -f -p ./foo
> ...
> 27725 open("/lib/libnss_mdns4.so.2", O_RDONLY|O_CLOEXEC) = 3
> 27725 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\v\0\0\0\0\0\0"..., 832) = 832
> 27725 fstat(3, {st_mode=S_IFREG|0644, st_size=10880, ...}) = 0
> 27725 mmap(NULL, 2106096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3717b7f000
> 27725 mprotect(0x7f3717b81000, 2097152, PROT_NONE) = 0
> 27725 mmap(0x7f3717d81000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f3717d81000
> 27725 close(3) = 0
> 27725 munmap(0x7f3718b48000, 203786) = 0
> 27725 open("/etc/mdns.allow", O_RDONLY) = -1 ENOENT (No such file or directory)
> 27725 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
> 27725 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3718b79000
> 27725 write(1, " err: -11\n", 11) = 11
> 27725 write(1, "errno: 2\n", 9) = 9
> 27725 exit_group(0) = ?
Here requests take place in the program, rather than going through nscd.
I just tried (with glibc 2.17) and indeed, I get EAI_SYSTEM when nscd is
*not* running, and EAI_NONAME when nscd is running.
I believe the former is a bug, and I reported it at
<http://sourceware.org/bugzilla/show_bug.cgi?id=15635>. Let’s see...
Thanks!
Ludo’.
next prev parent reply other threads:[~2013-06-15 22:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-15 18:06 Debian package build problems with 2.0.9 (from git) Rob Browning
2013-06-15 20:47 ` Ludovic Courtès
2013-06-15 21:28 ` Rob Browning
2013-06-15 22:21 ` Ludovic Courtès [this message]
2013-06-16 15:18 ` Ludovic Courtès
2013-06-16 0:22 ` Daniel Hartwig
2013-06-16 4:52 ` Rob Browning
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=87fvwj2eww.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guile-devel@gnu.org \
--cc=rlb@defaultvalue.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).