From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: Test fail in Guile-1.8.5 Date: Tue, 07 Dec 2010 10:34:06 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291726529 11237 80.91.229.12 (7 Dec 2010 12:55:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Dec 2010 12:55:29 +0000 (UTC) Cc: bug-guile@gnu.org To: Nick Cripps Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Dec 07 13:55:25 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PPx4m-0001a0-Ei for guile-bugs@m.gmane.org; Tue, 07 Dec 2010 13:55:25 +0100 Original-Received: from localhost ([127.0.0.1]:53981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPx4m-0005Br-25 for guile-bugs@m.gmane.org; Tue, 07 Dec 2010 07:55:24 -0500 Original-Received: from [140.186.70.92] (port=60821 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPx48-00054S-OG for bug-guile@gnu.org; Tue, 07 Dec 2010 07:55:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPx3c-00082y-9Z for bug-guile@gnu.org; Tue, 07 Dec 2010 07:54:44 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:52549 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPx3c-00082r-6r for bug-guile@gnu.org; Tue, 07 Dec 2010 07:54:12 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id E5E0A363B; Tue, 7 Dec 2010 07:54:34 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=ZWnWKk0ACelyaSuObd49Y6TpVHc=; b=vNdsFT pSLssMUWsdFR2zxC5/rdl7tRGBmC9+gQSkrapsLJhFSowMB0JZLJp2Iir+6VrqcW Hx22xvzZgTSkdd/12mQGvTNVPHQ1tdCfe/AEE5k2U5XQtiIP2YcvGU87IAIAqFdq 3xSM8DtcXp1GBrglIxnRcs9QDuULyRdfelBfw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=ZVDd2uezNXIf8c1X2YDJW9aMbxkfyolw gLyTOT5/Mwxf0NeyuySZAwzbHcQ6JOQ6E2tboGAVX7IjPBbN7i4GpgfXOE2slPru vtd9Chfvz2d//cNUX8cRAFahDAQzY0rgK2bZ/uP3cPChQsa0SZ85eiuJhz2e9HbN hc6tcVgtxVc= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id CCF9A3639; Tue, 7 Dec 2010 07:54:33 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 2F9133637; Tue, 7 Dec 2010 07:54:31 -0500 (EST) In-Reply-To: (Nick Cripps's message of "Sat, 4 Dec 2010 22:12:08 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 23AEC8BC-0201-11E0-9CE3-C4BE9B774584-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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: news.gmane.org gmane.lisp.guile.bugs:4892 Archived-At: Hi Nick, On Sat 04 Dec 2010 23:12, Nick Cripps writes: > (sudo apt-get install gcc make libtool libgmp3-dev) > wget http://ftp.gnu.org/pub/gnu/guile/guile-1.8.5.tar.gz > tar -xzf guile-1.8.5.tar.gz > cd guile-1.8.5 > ./configure && make && make check Could you try the same thing on guile 1.8.7, the latest stable release? I don't know of any test failures in that release. Andy -- http://wingolog.org/