On 4/9/07, Thien-Thi Nguyen <address@hidden> wrote:
() "Issac Trotts" <address@hidden>
() Mon, 9 Apr 2007 13:37:53 -0700
[problems] configuring ttn-pers-scheme under guile-1.4.1.107,
grabbed from
http://www.gnuvola.org/software
Where can I get ice-9 accumulate?
hmm, looks like i have gone out-of-order publishing-wise. sloppy!
sorry about that. since you show appearance of having adventurous
spirit, try this out:
<http://www.gnuvola.org/tmp/guile-1.4.1.107.9.0.3.tar.gz>
The configuring and making all went well this time, but make check is not entirely happy:
address@hidden:~/downloads/ttn-pers-scheme-0.48$ make check
make -C tests check
make[1]: Entering directory `/home/issac/downloads/ttn-pers-scheme-0.48/tests'
guile-tools run-all-tests -p SETUP -l CHECK.LOG
sanity.test flatten.test grep.test fileutils.test bufutils.test parse-rfc822.test shellutils.test call-process.test call-process-to-buffers.test make-buffered-caller.test gpgutils.test slackful-concat.test shell-command-to-string.test
dirutils.test filesystem-tree-to-list.test scat.test
FAIL: call-process.test: ls zzzzz.zzz (sep args)
FAIL: call-process.test: ls zzzzz.zzz (sep args) #:norm #t
FAIL: call-process.test: ls zzzzz.zzz #:norm #t
FAIL: call-process-to-buffers.test: check-cp->b ls
FAIL: call-process-to-buffers.test: check-cp->b ls
FAIL: call-process-to-buffers.test: check-cp->b ls zzzzz.zzz
SKIP: gpgutils.test (disabled by configuration)
Totals for this test run:
passes: 133
failures: 6
unexpected passes: 0
expected failures: 0
unresolved test cases: 0
untested test cases: 0
unsupported test cases: 0
errors: 0
I don't know whether this is a quirk of my system or an oversight in the ttn-pers lib.
-ijt