From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Nelson H. F. Beebe" Newsgroups: gmane.lisp.guile.bugs Subject: guile-2.0.1 on 64-bit PowerPC Gentoo Linux: one test failure Date: Thu, 28 Apr 2011 12:39:28 -0600 (MDT) Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1304015988 31705 80.91.229.12 (28 Apr 2011 18:39:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2011 18:39:48 +0000 (UTC) Cc: beebe@math.utah.edu To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Apr 28 20:39:43 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QFW7q-0004GK-Nh for guile-bugs@m.gmane.org; Thu, 28 Apr 2011 20:39:43 +0200 Original-Received: from localhost ([::1]:44257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFW7q-00080f-9v for guile-bugs@m.gmane.org; Thu, 28 Apr 2011 14:39:42 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFW7n-00080Z-4h for bug-guile@gnu.org; Thu, 28 Apr 2011 14:39:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFW7m-0000BQ-1q for bug-guile@gnu.org; Thu, 28 Apr 2011 14:39:39 -0400 Original-Received: from mail.math.utah.edu ([155.101.98.135]:61593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFW7l-0000BF-R7 for bug-guile@gnu.org; Thu, 28 Apr 2011 14:39:38 -0400 Original-Received: from psi.math.utah.edu (psi.math.utah.edu [155.101.96.19]) by mail.math.utah.edu (8.14.4/8.14.4) with ESMTP id p3SIdS3Y008988; Thu, 28 Apr 2011 12:39:28 -0600 (MDT) Original-Received: from psi.math.utah.edu (localhost [127.0.0.1]) by psi.math.utah.edu (8.14.4/8.14.4) with ESMTP id p3SIdSkP021886; Thu, 28 Apr 2011 12:39:28 -0600 (MDT) Original-Received: (from beebe@localhost) by psi.math.utah.edu (8.14.4/8.14.4/Submit) id p3SIdSP9021884; Thu, 28 Apr 2011 12:39:28 -0600 (MDT) X-US-Mail: "Department of Mathematics, 110 LCB, University of Utah, 155 S 1400 E RM 233, Salt Lake City, UT 84112-0090, USA" X-Telephone: +1 801 581 5254 X-FAX: +1 801 585 1640, +1 801 581 4148 X-URL: http://www.math.utah.edu/~beebe X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.8 (mail.math.utah.edu [155.101.98.135]); Thu, 28 Apr 2011 12:39:28 -0600 (MDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 155.101.98.135 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5539 Archived-At: I've just done two builds of guile-2.0.1 on 64-bit PowerPC Gentoo Linux with differing choices of PATH. Here are the settings for one of them: % cat /etc/gentoo-release Gentoo Base System release 1.12.14 % gcc --version gcc (Gentoo 4.4.5 p1.2, pie-0.4.5) 4.4.5 PATH=/usr/local/bin:/usr/bin:/bin LDFLAGS='-Wl,-rpath,/lib -L/lib -Wl,-rpath,/usr/lib -L/usr/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib' LIBS=-lgc The builds are successful, but there is a single test failure: PASS: test-asmobs bad return from expression `(f-s8-)': expected -100; got -1 bad return from expression `(f-u8-)': expected 200; got 0 bad return from expression `(f-s16-)': expected -20000; got -1 bad return from expression `(f-u16-)': expected 40000; got 0 bad return from expression `(f-s32-)': expected -2000000000; got -1 bad return from expression `(f-u32-)': expected 4000000000; got 0 bad return from expression `(f-s8-u8 10)': expected -90; got -1 bad return from expression `(f-u8-u8 10)': expected 210; got 0 bad return from expression `(f-s16-u8 10)': expected -19990; got -1 bad return from expression `(f-u16-u8 10)': expected 40010; got 0 bad return from expression `(f-s32-u8 10)': expected -1999999990; got -1 bad return from expression `(f-u32-u8 10)': expected 4000000010; got 0 bad return from expression `(f-s8-s64 10)': expected -90; got -1 bad return from expression `(f-u8-s64 10)': expected 210; got 0 bad return from expression `(f-s16-s64 10)': expected -19990; got -1 bad return from expression `(f-u16-s64 10)': expected 40010; got 0 bad return from expression `(f-s32-s64 10)': expected -1999999990; got -1 bad return from expression `(f-u32-s64 10)': expected 4000000010; got 0 Backtrace: In module/ice-9/boot-9.scm: 170: 9 [catch #t # ...] In unknown file: ?: 8 [catch-closure] In module/ice-9/boot-9.scm: 62: 7 [call-with-prompt prompt0 ...] In module/ice-9/eval.scm: 389: 6 [eval # #] In module/ice-9/boot-9.scm: 1918: 5 [save-module-excursion #] 3346: 4 [#] 1190: 3 [%start-stack load-stack ...] 1195: 2 [#] In unknown file: ?: 1 [primitive-load "/local/build/bare/guile-2.0.1/test-suite/standalone/test-ffi"] ?: 0 [scm-error misc-error #f ...] ERROR: In procedure scm-error: ERROR: incorrect result (0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0) FAIL: test-ffi ... ================================== 1 of 23 tests failed (1 test was not run) Please report to bug-guile@gnu.org ================================== I have a recent installation of -lffi: % ls -log /usr/local/lib/libffi* -rw-r--r-- 1 202394 Feb 18 15:52 /usr/local/lib/libffi.a -rwxr-xr-x 1 925 Feb 18 15:52 /usr/local/lib/libffi.la lrwxrwxrwx 1 15 Feb 18 15:52 /usr/local/lib/libffi.so -> libffi.so.6.0.0 lrwxrwxrwx 1 15 Feb 18 15:52 /usr/local/lib/libffi.so.6 -> libffi.so.6.0.0 -rwxr-xr-x 1 147113 Feb 18 15:52 /usr/local/lib/libffi.so.6.0.0 /usr/local/lib/libffi-3.0.10rc5: total 4 drwxrwxr-x 2 4096 Feb 18 15:52 include Any ideas for debugging the test failure? ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - University of Utah FAX: +1 801 581 4148 - - Department of Mathematics, 110 LCB Internet e-mail: beebe@math.utah.edu - - 155 S 1400 E RM 233 beebe@acm.org beebe@computer.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe/ - -------------------------------------------------------------------------------