From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results Date: Tue, 29 Jan 2008 23:09:35 +0000 Message-ID: <87prvkp6ts.fsf@ossau.uklinux.net> References: <6D512751-B4BD-4E2B-A903-9732A68E7DF4@iinet.net.au> <87hchl33cv.fsf@ossau.uklinux.net> <873asoktvn.fsf@ossau.uklinux.net> <4C6B44CC-8612-43D9-BBEB-53FCDB4D1D95@iinet.net.au> <878x2e51dd.fsf@ossau.uklinux.net> <7A8A3E01-C259-46BB-8FA7-92F75AAB7642@iinet.net.au> <87y7ae3kqj.fsf@ossau.uklinux.net> <93FFB602-A52D-41A6-B987-D330A188C2AD@iinet.net.au> <6844ECAC-72E7-46CB-8032-D941B94876B1@iinet.net.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201648192 16803 80.91.229.12 (29 Jan 2008 23:09:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jan 2008 23:09:52 +0000 (UTC) Cc: bug-guile@gnu.org To: Roger Mc Murtrie Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 30 00:10:13 2008 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.50) id 1JJzak-0002tf-7L for guile-bugs@m.gmane.org; Wed, 30 Jan 2008 00:10:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJzaI-0004V2-UZ for guile-bugs@m.gmane.org; Tue, 29 Jan 2008 18:09:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJzaF-0004Ux-6Y for bug-guile@gnu.org; Tue, 29 Jan 2008 18:09:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJzaD-0004UT-Pp for bug-guile@gnu.org; Tue, 29 Jan 2008 18:09:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJzaD-0004UQ-MX for bug-guile@gnu.org; Tue, 29 Jan 2008 18:09:37 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJzaD-0006bg-P7 for bug-guile@gnu.org; Tue, 29 Jan 2008 18:09:38 -0500 Original-Received: from arudy (host86-145-183-175.range86-145.btcentralplus.com [86.145.183.175]) by mail3.uklinux.net (Postfix) with ESMTP id 693FE1F759C; Tue, 29 Jan 2008 23:09:36 +0000 (GMT) Original-Received: from laruns (laruns [192.168.0.10]) by arudy (Postfix) with ESMTP id DF7D13800A; Tue, 29 Jan 2008 23:09:35 +0000 (GMT) In-Reply-To: <6844ECAC-72E7-46CB-8032-D941B94876B1@iinet.net.au> (Roger Mc Murtrie's message of "Fri, 25 Jan 2008 19:20:39 +1100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:3740 Archived-At: Roger Mc Murtrie writes: >> I'm having trouble implementing the patches. [...] > I managed to get configure to work by changing in guile-readline/ > configure.in > AC_INIT(guile-readline, > m4_esyscmd(. ../GUILE-VERSION && echo -n ${GUILE_VERSION})) > to > AC_INIT(guile-readline,[1.8.3],[bug-guile@gnu.org]) FWIW: the patch didn't change that line, so I'd guess that the patch application problems were caused by a mail server or client somewhere mangling the patch. I'll take care from now on to provide patches as attachments, instead of just inline in the text. > PASS: check-guile > ================== > All 1 tests passed > ================== Fantastic; many thanks for trying this out. Neil