From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: bug#10681: GNU Guile 2.0.5 released Date: Tue, 31 Jan 2012 20:30:03 +0100 Message-ID: <0C009B24-5C81-47B1-8C82-97B6DFEC3B68@telia.com> References: <87r4yg3l3e.fsf@gnu.org> <6B207FB0-C631-4DF8-A09D-046E2EB27361@telia.com> <87hazbg341.fsf@netris.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328038265 2251 80.91.229.3 (31 Jan 2012 19:31:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2012 19:31:05 +0000 (UTC) Cc: 10681@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= To: Mark H Weaver Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Jan 31 20:31:03 2012 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RsJPy-0002ho-Pd for guile-bugs@m.gmane.org; Tue, 31 Jan 2012 20:31:03 +0100 Original-Received: from localhost ([::1]:36272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsJPx-0008Ca-KW for guile-bugs@m.gmane.org; Tue, 31 Jan 2012 14:31:01 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsJPo-0008CJ-EN for bug-guile@gnu.org; Tue, 31 Jan 2012 14:31:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsJPh-0000Xh-14 for bug-guile@gnu.org; Tue, 31 Jan 2012 14:30:52 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsJPg-0000Xd-UP for bug-guile@gnu.org; Tue, 31 Jan 2012 14:30:44 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1RsJPx-0002D8-L5 for bug-guile@gnu.org; Tue, 31 Jan 2012 14:31:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Hans Aberg Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 31 Jan 2012 19:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10681 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 10681-submit@debbugs.gnu.org id=B10681.13280382448468 (code B ref 10681); Tue, 31 Jan 2012 19:31:01 +0000 Original-Received: (at 10681) by debbugs.gnu.org; 31 Jan 2012 19:30:44 +0000 Original-Received: from localhost ([127.0.0.1]:47604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsJPf-0002CX-P9 for submit@debbugs.gnu.org; Tue, 31 Jan 2012 14:30:44 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:49256) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsJPd-0002CF-UW for 10681@debbugs.gnu.org; Tue, 31 Jan 2012 14:30:43 -0500 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4EFC380E00895010; Tue, 31 Jan 2012 20:30:04 +0100 In-Reply-To: <87hazbg341.fsf@netris.org> X-Mailer: Apple Mail (2.1251.1) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org 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:6125 Archived-At: On 31 Jan 2012, at 19:04, Mark H Weaver wrote: >> The 'make check' gives this error, on OS X 10.7.2 using the compiler >> i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 supplied by Xcode 4.2.1: >>=20 >> PASS: test-asmobs >> bad return from expression `(f-sum -1 2000 -30000 40000000000)': = expected 39999971999; got 39999972255 >=20 > I may be stating the obvious here, but the -1, which is declared to be > of type 'scm_t_int8' in the C function being called, is apparently = being > interpreted as 255. This suggests that whatever is handling its > promotion to a full int is failing to extend its sign bit. I'm = guessing > that this is libffi's job. It is broken (libffi from GIT, the only that works on OX 10.7): $ make check Making check in include make[1]: Nothing to be done for `check'. Making check in testsuite make check-DEJAGNU srcdir=3D`CDPATH=3D"${ZSH_VERSION+.}:" && cd ../../libffi/testsuite && = pwd`; export srcdir; \ EXPECT=3D`if [ -f ../../expect/expect ] ; then echo = ../../expect/expect ; else echo expect ; fi`; export EXPECT; \ runtest=3D`if [ -f ../../libffi/../dejagnu/runtest ] ; then echo = ../../libffi/../dejagnu/runtest ; else echo runtest; fi`; \ if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ exit_status=3D0; l=3D'libffi'; for tool in $l; do \ if $runtest --tool $tool --srcdir $srcdir ; \ then :; else exit_status=3D1; fi; \ done; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: could not find `runtest' Making check in man make[1]: Nothing to be done for `check'. make[1]: Nothing to be done for `check-am' > Hans: can you please verify that your libffi's 'make check' passes all > tests on your platform? If it passes, and if this ends up being a > different build of 'libffi' than you were previously using, it would = be > helpful if you could install the newly-built 'libffi', then do a fresh > rebuild of Guile 2.0.5 and see if that fixes the problem. I have installed the newly built libffi, but rebuilding guile takes a = lot of time. Hans