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: 2.0.10 testing report Date: Mon, 17 Mar 2014 17:37:55 +0100 Message-ID: <871ty0eq70.fsf@inria.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1395074311 22825 80.91.229.3 (17 Mar 2014 16:38:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2014 16:38:31 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 17 17:38:39 2014 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 1WPaYe-0002fZ-AJ for guile-devel@m.gmane.org; Mon, 17 Mar 2014 17:38:36 +0100 Original-Received: from localhost ([::1]:59068 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPaYd-0005vS-TU for guile-devel@m.gmane.org; Mon, 17 Mar 2014 12:38:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPaYU-0005to-9r for guile-devel@gnu.org; Mon, 17 Mar 2014 12:38:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPaYI-0004eU-5t for guile-devel@gnu.org; Mon, 17 Mar 2014 12:38:26 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:55351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPaYH-0004ab-Vy for guile-devel@gnu.org; Mon, 17 Mar 2014 12:38:14 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WPaYB-00025l-68 for guile-devel@gnu.org; Mon, 17 Mar 2014 17:38:07 +0100 Original-Received: from pluto.bordeaux.inria.fr ([193.50.110.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Mar 2014 17:38:07 +0100 Original-Received: from ludo by pluto.bordeaux.inria.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Mar 2014 17:38:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pluto.bordeaux.inria.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 26 =?utf-8?Q?Vent=C3=B4se?= an 222 de la =?utf-8?Q?R?= =?utf-8?Q?=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 User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:jIBIWCMwIEr8t+CQRQOqKDwxxAs= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:16977 Archived-At: Hello, Here’s some results for guile-2.0.9.241-950a on a few less common platforms: • armv5tel-unknown-linux-gnueabi with libgc 7.2alpha5, libffi 3.0.9, libc 2.12.2 OK • sparc64-unknown-linux-gnu with libgc 7.2alpha4, libffi 3.0.9, libc 2.7 OK (2 types.test errors fixed by f2de4fa) • i686-unknown-gnu0.5 (Debian GNU/Hurd) with libgc 7.2alpha6, libffi 3.0.13, EGLIBC 2.18-3 OK (1 build issue fixed by f1a1326) • sparc-sun-solaris2.10 with libgc 7.2alpha6, libffi 3.0.9, GCC 4.8.2 FAIL: time.test: strftime: C99 %z format: EST+5 ERROR: net-db.test: getaddrinfo: 127.0.0.1:80 - arguments: ((getaddrinfo-error 8)) ERROR: net-db.test: getaddrinfo: port 80 - arguments: ((getaddrinfo-error 8)) (+ 2 types.test errors fixed by f2de4fa) Overall that looks OK to me. I’ll see what I can do with the Solaris issues, but that’s not blocking IMO. Ludo’.