From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Debian package build problems with 2.0.9 (from git) Date: Sun, 16 Jun 2013 00:21:51 +0200 Message-ID: <87fvwj2eww.fsf@gnu.org> References: <87ip1fuu30.fsf@trouble.defaultvalue.org> <87a9mr3xv2.fsf@gnu.org> <87k3lvrrl0.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371335219 30050 80.91.229.3 (15 Jun 2013 22:26:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Jun 2013 22:26:59 +0000 (UTC) Cc: guile-devel@gnu.org To: Rob Browning Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jun 16 00:27:00 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Unyvz-0004Pg-O7 for guile-devel@m.gmane.org; Sun, 16 Jun 2013 00:26:59 +0200 Original-Received: from localhost ([::1]:52554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Unyvz-0006Zx-Av for guile-devel@m.gmane.org; Sat, 15 Jun 2013 18:26:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Unyvv-0006Zr-9W for guile-devel@gnu.org; Sat, 15 Jun 2013 18:26:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Unyvu-00051k-3d for guile-devel@gnu.org; Sat, 15 Jun 2013 18:26:55 -0400 Original-Received: from hera.aquilenet.fr ([141.255.128.1]:40291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Unyvt-0004zo-UZ for guile-devel@gnu.org; Sat, 15 Jun 2013 18:26:54 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 4C235D7A; Sun, 16 Jun 2013 00:21:52 +0200 (CEST) Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yXNLRo2M9QtY; Sun, 16 Jun 2013 00:21:52 +0200 (CEST) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C6076BFC; Sun, 16 Jun 2013 00:21:51 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Prairial an 221 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87k3lvrrl0.fsf@trouble.defaultvalue.org> (Rob Browning's message of "Sat, 15 Jun 2013 16:28:59 -0500") User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 141.255.128.1 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16487 Archived-At: Rob Browning skribis: > $ strace -f -p ./foo > ... > 27725 open("/lib/libnss_mdns4.so.2", O_RDONLY|O_CLOEXEC) =3D 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) =3D 832 > 27725 fstat(3, {st_mode=3DS_IFREG|0644, st_size=3D10880, ...}) =3D 0 > 27725 mmap(NULL, 2106096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRIT= E, 3, 0) =3D 0x7f3717b7f000 > 27725 mprotect(0x7f3717b81000, 2097152, PROT_NONE) =3D 0 > 27725 mmap(0x7f3717d81000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_= FIXED|MAP_DENYWRITE, 3, 0x2000) =3D 0x7f3717d81000 > 27725 close(3) =3D 0 > 27725 munmap(0x7f3718b48000, 203786) =3D 0 > 27725 open("/etc/mdns.allow", O_RDONLY) =3D -1 ENOENT (No such file or = directory) > 27725 fstat(1, {st_mode=3DS_IFCHR|0620, st_rdev=3Dmakedev(136, 1), ...}= ) =3D 0 > 27725 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,= -1, 0) =3D 0x7f3718b79000 > 27725 write(1, " err: -11\n", 11) =3D 11 > 27725 write(1, "errno: 2\n", 9) =3D 9 > 27725 exit_group(0) =3D ? 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 . Let=E2=80=99s se= e... Thanks! Ludo=E2=80=99.