From: Roger Mc Murtrie <rogermc@iinet.net.au>
To: Neil Jerram <neil@ossau.uklinux.net>
Cc: bug-guile@gnu.org
Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results
Date: Fri, 25 Jan 2008 19:20:39 +1100 [thread overview]
Message-ID: <6844ECAC-72E7-46CB-8032-D941B94876B1@iinet.net.au> (raw)
In-Reply-To: <93FFB602-A52D-41A6-B987-D330A188C2AD@iinet.net.au>
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
next prev parent reply other threads:[~2008-01-25 8:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-09 3:57 Intel Mac-mini OSX 10.5.1 guile test results Roger Mc Murtrie
2008-01-10 19:08 ` Neil Jerram
2008-01-23 23:24 ` Neil Jerram
2008-01-24 13:36 ` Roger Mc Murtrie
2008-01-24 22:01 ` Neil Jerram
[not found] ` <7A8A3E01-C259-46BB-8FA7-92F75AAB7642@iinet.net.au>
[not found] ` <87y7ae3kqj.fsf@ossau.uklinux.net>
2008-01-25 1:31 ` Roger Mc Murtrie
2008-01-25 8:20 ` Roger Mc Murtrie [this message]
2008-01-29 23:09 ` Neil Jerram
2008-01-30 0:35 ` Roger Mc Murtrie
2008-01-30 21:54 ` Neil Jerram
[not found] ` <87zlvept9v.fsf@ossau.uklinux.net>
[not found] ` <0CAB0B4F-7CA6-4892-9066-BA9D0CA56EAF@iinet.net.au>
[not found] ` <7A68F70F-CCDB-46E7-9B11-D4B564B33F7C@iinet.net.au>
[not found] ` <87prw91dwv.fsf@ossau.uklinux.net>
2008-01-10 23:46 ` Roger Mc Murtrie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6844ECAC-72E7-46CB-8032-D941B94876B1@iinet.net.au \
--to=rogermc@iinet.net.au \
--cc=bug-guile@gnu.org \
--cc=neil@ossau.uklinux.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).