From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: Problem compiling tests for guile 1.7.1 Date: Fri, 10 Dec 2004 07:43:56 +1100 Message-ID: <87llc7mcc3.fsf@zip.com.au> References: <41B77D1D.2000601@9online.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102625091 3476 80.91.229.6 (9 Dec 2004 20:44:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2004 20:44:51 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Dec 09 21:44:43 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CcV9X-0006zg-00 for ; Thu, 09 Dec 2004 21:44:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcVJR-0004ap-SG for guile-bugs@m.gmane.org; Thu, 09 Dec 2004 15:54:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CcVJP-0004aX-4K for bug-guile@gnu.org; Thu, 09 Dec 2004 15:54:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CcVJO-0004a2-6P for bug-guile@gnu.org; Thu, 09 Dec 2004 15:54:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcVJO-0004Zr-1w for bug-guile@gnu.org; Thu, 09 Dec 2004 15:54:54 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CcV91-0000gi-8l for bug-guile@gnu.org; Thu, 09 Dec 2004 15:44:11 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id iB9Ki3Gx025209; Fri, 10 Dec 2004 07:44:03 +1100 Original-Received: from localhost (ppp255C.dyn.pacific.net.au [61.8.37.92]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id iB9Ki2cG025409; Fri, 10 Dec 2004 07:44:03 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1CcV8m-0000Ob-00; Fri, 10 Dec 2004 07:43:56 +1100 Original-To: Pierre In-Reply-To: <41B77D1D.2000601@9online.fr> (pierre42d@9online.fr's message of "Wed, 08 Dec 2004 23:15:57 +0100") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:2234 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:2234 Pierre writes: > > fail: scm_from_double (nan) == +nan.0 > FAIL: test-conversion See if you can trace through with gdb to see where it fails, ie. if one of the operands is not a nan, or if the comparison has gone wrong. A build with CFLAGS=-g will make source lines work properly, but might also make the problem go away. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile