From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roger Mc Murtrie Newsgroups: gmane.lisp.guile.bugs Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results Date: Fri, 25 Jan 2008 19:20:39 +1100 Message-ID: <6844ECAC-72E7-46CB-8032-D941B94876B1@iinet.net.au> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201249270 2654 80.91.229.12 (25 Jan 2008 08:21:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jan 2008 08:21:10 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jan 25 09:21:29 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 1JIJoW-0006Gq-Ig for guile-bugs@m.gmane.org; Fri, 25 Jan 2008 09:21:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIJo5-0006js-Kf for guile-bugs@m.gmane.org; Fri, 25 Jan 2008 03:21:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIJo0-0006jn-UH for bug-guile@gnu.org; Fri, 25 Jan 2008 03:20:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIJnz-0006j7-M6 for bug-guile@gnu.org; Fri, 25 Jan 2008 03:20:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIJnz-0006ic-F2 for bug-guile@gnu.org; Fri, 25 Jan 2008 03:20:55 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JIJnz-0001qS-4j for bug-guile@gnu.org; Fri, 25 Jan 2008 03:20:55 -0500 Original-Received: from outbound.icp-qv1-irony-out1.iinet.net.au ([203.59.1.108]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIJnv-0003VU-Hi for bug-guile@gnu.org; Fri, 25 Jan 2008 03:20:52 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAEMqmUfL2Tu0/2dsb2JhbAAIrwM X-IronPort-AV: E=Sophos;i="4.25,249,1199631600"; d="scan'208";a="279032226" Original-Received: from unknown (HELO [10.0.1.2]) ([203.217.59.180]) by outbound.icp-qv1-irony-out1.iinet.net.au with ESMTP; 25 Jan 2008 17:20:39 +0900 In-Reply-To: <93FFB602-A52D-41A6-B987-D330A188C2AD@iinet.net.au> X-Mailer: Apple Mail (2.915) X-detected-kernel: by mx20.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:3723 Archived-At: On 25/01/2008, at 12:31 PM, Roger Mc Murtrie wrote: > I'm having trouble implementing the patches. > The problem seems to occur when autoconf runs. > It generates configure with a CR after the 3 in the guile version > number: > > #! /bin/sh > # Guess values for system-dependent variables and create Makefiles. > # Generated by GNU Autoconf 2.61 for guile-readline -n 1.8.3 > . > # 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]) Something wrong with the m4_esyscmd or AC_INIT syntax? then: ./configure make completed successfully then make checks . . make check-TESTS PASS: test-system-cmds PASS: test-require-extension PASS: test-num2integral PASS: test-round PASS: test-gh PASS: test-asmobs PASS: test-list PASS: test-unwind PASS: test-conversion PASS: test-use-srfi =================== All 10 tests passed =================== . . . Totals for this test run: passes: 11867 failures: 0 unexpected passes: 0 expected failures: 25 unresolved test cases: 9 untested test cases: 0 unsupported test cases: 9 errors: 0 PASS: check-guile ================== All 1 tests passed ================== > Roger