From unknown Sun Jun 22 15:24:57 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#13205 <13205@debbugs.gnu.org> To: bug#13205 <13205@debbugs.gnu.org> Subject: Status: guile 2.0.7: net-db.test fails Reply-To: bug#13205 <13205@debbugs.gnu.org> Date: Sun, 22 Jun 2025 22:24:57 +0000 retitle 13205 guile 2.0.7: net-db.test fails reassign 13205 guile submitter 13205 pgajdos@suse.cz severity 13205 normal tag 13205 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 17 08:20:50 2012 Received: (at submit) by debbugs.gnu.org; 17 Dec 2012 13:20:50 +0000 Received: from localhost ([127.0.0.1]:46874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tkacg-0007iW-Et for submit@debbugs.gnu.org; Mon, 17 Dec 2012 08:20:50 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49459) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tkaca-0007iM-P5 for submit@debbugs.gnu.org; Mon, 17 Dec 2012 08:20:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkabJ-0007yT-NB for submit@debbugs.gnu.org; Mon, 17 Dec 2012 08:19:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-106.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:34304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkabJ-0007yP-K9 for submit@debbugs.gnu.org; Mon, 17 Dec 2012 08:19:21 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkabF-0002SE-Ca for bug-guile@gnu.org; Mon, 17 Dec 2012 08:19:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkabA-0007wi-UK for bug-guile@gnu.org; Mon, 17 Dec 2012 08:19:17 -0500 Received: from cantor2.suse.de ([195.135.220.15]:54524 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkabA-0007q2-Nc for bug-guile@gnu.org; Mon, 17 Dec 2012 08:19:12 -0500 Received: from relay1.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 00181A39D2 for ; Mon, 17 Dec 2012 14:18:30 +0100 (CET) Date: Mon, 17 Dec 2012 14:18:26 +0100 From: pgajdos@suse.cz To: bug-guile@gnu.org Subject: guile 2.0.7: net-db.test fails Message-ID: <20121217131826.GA8811@laura.suse.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: 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 --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlDPG6IACgkQGevYtT2kPwMjJgCdH5dhZFWSm3ploBD53tlay/Q+ it4AnjsAJCZKG4Fo8EMeERFeVbk1z2UP =dSYV -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 18 08:02:41 2012 Received: (at 13205) by debbugs.gnu.org; 18 Dec 2012 13:02:41 +0000 Received: from localhost ([127.0.0.1]:48375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tkwoj-0004dy-Aa for submit@debbugs.gnu.org; Tue, 18 Dec 2012 08:02:41 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:17572) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tkwog-0004dn-4f for 13205@debbugs.gnu.org; Tue, 18 Dec 2012 08:02:39 -0500 X-IronPort-AV: E=Sophos;i="4.84,309,1355094000"; d="scan'208";a="186667658" Received: from unknown (HELO pluto) ([193.50.110.62]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 18 Dec 2012 14:01:14 +0100 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: pgajdos@suse.cz Subject: Re: bug#13205: guile 2.0.7: net-db.test fails References: <20121217131826.GA8811@laura.suse.cz> Date: Tue, 18 Dec 2012 14:01:11 +0100 In-Reply-To: <20121217131826.GA8811@laura.suse.cz> (pgajdos@suse.cz's message of "Mon, 17 Dec 2012 14:18:26 +0100") Message-ID: <87ip7zfrag.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 13205 Cc: 13205@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.3 (----) Hi, pgajdos@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=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 27 17:41:22 2013 Received: (at 13205) by debbugs.gnu.org; 27 Mar 2013 21:41:22 +0000 Received: from localhost ([127.0.0.1]:48377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UKy5y-000692-8I for submit@debbugs.gnu.org; Wed, 27 Mar 2013 17:41:22 -0400 Received: from xanadu.aquilenet.fr ([88.191.123.111]:35944) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UKy5v-00068u-G2 for 13205@debbugs.gnu.org; Wed, 27 Mar 2013 17:41:20 -0400 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 548DBCD24; Wed, 27 Mar 2013 22:38:51 +0100 (CET) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yBXeUgpcSUmS; Wed, 27 Mar 2013 22:38:51 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id D2065CD09; Wed, 27 Mar 2013 22:38:50 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: pgajdos@suse.cz Subject: Re: bug#13205: guile 2.0.7: net-db.test fails References: <20121217131826.GA8811@laura.suse.cz> Date: Wed, 27 Mar 2013 22:38:50 +0100 In-Reply-To: <20121217131826.GA8811@laura.suse.cz> (pgajdos@suse.cz's message of "Mon, 17 Dec 2012 14:18:26 +0100") Message-ID: <87sj3gplp1.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello again, pgajdos@suse.cz skribis: > net-db.test fails in some cirtumstances (build changeroot) because glibc's > gettadrinfo() can return EAI_SYSTEM: [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] X-Debbugs-Envelope-To: 13205 Cc: 13205@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello again, pgajdos@suse.cz skribis: > net-db.test fails in some cirtumstances (build changeroot) because glibc's > gettadrinfo() can return EAI_SYSTEM: [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4786] Hello again, pgajdos@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 . 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=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 04 23:06:08 2013 Received: (at control) by debbugs.gnu.org; 5 Dec 2013 04:06:08 +0000 Received: from localhost ([127.0.0.1]:58709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VoQCV-0004jf-DO for submit@debbugs.gnu.org; Wed, 04 Dec 2013 23:06:07 -0500 Received: from world.peace.net ([96.39.62.75]:37878) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VoQCS-0004jW-NH for control@debbugs.gnu.org; Wed, 04 Dec 2013 23:06:05 -0500 Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1VoQCN-0003Jl-5V; Wed, 04 Dec 2013 23:05:59 -0500 From: Mark H Weaver To: control@debbugs.gnu.org Date: Wed, 04 Dec 2013 23:04:57 -0500 Message-ID: <874n6okknq.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 14141 tags 15807 moreinfo tags 14550 moreinfo tags 14421 moreinfo tags 14042 moreinfo tags 13205 moreinfo tags 15470 wontfix severity 14109 wishlist retitle 15065 VM stack overflows sometimes cause an abort (Guile 2.0) thanks [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 14141 tags 15807 moreinfo tags 14550 moreinfo tags 14421 moreinfo tags 14042 moreinfo tags 13205 moreinfo tags 15470 wontfix severity 14109 wishlist retitle 15065 VM stack overflows sometimes cause an abort (Guile 2.0) thanks [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject close 14141 tags 15807 moreinfo tags 14550 moreinfo tags 14421 moreinfo tags 14042 moreinfo tags 13205 moreinfo tags 15470 wontfix severity 14109 wishlist retitle 15065 VM stack overflows sometimes cause an abort (Guile 2.0) thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 01 18:37:18 2014 Received: (at control) by debbugs.gnu.org; 1 Oct 2014 22:37:19 +0000 Received: from localhost ([127.0.0.1]:57793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZSWM-0002HQ-EV for submit@debbugs.gnu.org; Wed, 01 Oct 2014 18:37:18 -0400 Received: from world.peace.net ([96.39.62.75]:44850) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZSWJ-0002HH-1a for control@debbugs.gnu.org; Wed, 01 Oct 2014 18:37:15 -0400 Received: from c-24-62-95-23.hsd1.ma.comcast.net ([24.62.95.23] helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XZSWC-000270-Rk; Wed, 01 Oct 2014 18:37:09 -0400 From: Mark H Weaver To: control@debbugs.gnu.org Date: Wed, 01 Oct 2014 18:37:07 -0400 Message-ID: <87mw9fbeng.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 14421 close 13205 close 14042 thanks [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 14421 close 13205 close 14042 thanks [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject close 14421 close 13205 close 14042 thanks From unknown Sun Jun 22 15:24:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 30 Oct 2014 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator