New snow user here... I have MIT/GNU Scheme (7.7.90), Chicken (2.740), and Gambit (v4.1.2 w/ Termite) installed and running fine. I'm trying to install snow-generic-v1.1.1 and attached is what I'm seeing when I do a './configure --site-root=$HOME/.snow-site -- install-hosts=yes' against the latest tarball.
So, I guess the 'time' self test is failing across the boards, but I'm also not sure what to make of the 'hostossh: line 1: unknowncommand: command not found' message. A quick grep in the snow directory didn't point me at anything obvious. What am I missing?
Thanks!
fluffy% uname -a Darwin fluffy.local 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
Searching for the Scheme systems accessible in the current PATH: Chicken 2.740 -> /usr/local/bin/csi Chicken compiler 2.740 -> /usr/local/bin/csc Gambit 4.1.2 -> /usr/local/Gambit-C/current/bin/gsi Gambit compiler 4.1.2 -> /usr/local/Gambit-C/current/bin/gsc Gauche 0.8.9 -> /Users/ddp/.snow-site/v1.1.1/bin/gosh MIT Scheme 7.7.90.+ -> /usr/local/bin/mit-scheme MzScheme 360 -> /Users/ddp/.snow-site/v1.1.1/bin/mzscheme Petite Chez Scheme 7.3 -> /Users/ddp/.snow-site/v1.1.1/bin/petite Scheme48 1.4 -> /Users/ddp/.snow-site/v1.1.1/bin/scheme48 Scsh 0.6.7 -> /usr/local/bin/scsh STklos 0.82 -> /Users/ddp/.snow-site/v1.1.1/bin/stklos
These systems were not found (you might want to check the URL to install them): bigloo -> http://www-sop.inria.fr/mimosa/fp/Bigloo chez -> http://www.scheme.com guile -> http://www.gnu.org/software/guile kawa -> http://www.gnu.org/software/kawa larceny -> http://www.ccs.neu.edu/home/will/Larceny rscheme -> http://www.rscheme.org scm -> http://www-swiss.ai.mit.edu/~jaffer/SCM.html sisc -> http://sisc.sourceforge.net stalin -> http://en.wikipedia.org/wiki/Stalin_Scheme_compiler
Testing the Scheme systems: ----------------------------------------------- testing chicken START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= #u16(1 9698 7785 4) #u16(1 1024 5753 4)) (bignum<= #u16(1 9698 7785 4) #u16(1 3072 7706 4))) , bignum, string, filesys, hostossh: line 1: unknowncommand: command not found , random, extio, genport, digest, aes, http, zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** chicken has ***failed*** the self test ----------------------------------------------- testing gambit START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= 1201300987 1168000000) (bignum<= 1201300987 1200000000)) , bignum, string, filesys, hostossh: line 1: unknowncommand: command not found , random, extio, genport, digest, aes, http, zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** gambit has ***failed*** the self test ----------------------------------------------- testing gauche START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= 1201300990 1168000000) (bignum<= 1201300990 1200000000)) sh: line 1: unknowncommand: command not found , bignum, string, filesys, hostos, random, extio, genport, digest, aes, http, zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** gauche has ***failed*** the self test ----------------------------------------------- testing mit START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= 1201301056 1168000000) (bignum<= 1201301056 1200000000)) , bignum, string, filesys, hostostcsh: unknowncommand: Command not found. , random, extio, genport, digest, aes, http, zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** mit has ***failed*** the self test ----------------------------------------------- testing mzscheme START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= 1201301082 1168000000) (bignum<= 1201301082 1200000000)) /bin/sh: line 1: unknowncommand: command not found , bignum, string, filesys, hostos, random, extio, genport, digest, aes, http, zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** mzscheme has ***failed*** the self test ----------------------------------------------- testing petite START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= 1201301084 1168000000) (bignum<= 1201301084 1200000000)) , bignum, string, filesys, hostossh: line 1: unknowncommand: command not found , random, extio, genport, digest, aes, http, zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** petite has ***failed*** the self test ----------------------------------------------- testing scheme48 Welcome to Scheme 48 1.4 (made by ddp on Fri Jan 25 11:57:04 PST 2008) Copyright (c) 1993-2006 by Richard Kelsey and Jonathan Rees. Please report bugs to scheme-48-bugs@s48.org. Get more information at http://www.s48.org/. Type ,? (comma question-mark) for help.
; no values returned
; no values returned ./base/compat-scheme48.scm
; no values returned
./base/snow.scm
#f
./pack/snowlib/v1.2.1/snow/snowlib.scm
./pack/tcpip/v1.1.2/snow/tcpip.scm ./pack/extio/v1.0.3/snow/extio.scm ./pack/time/v1.0.2/snow/time.scm ./pack/string/v1.0.2/snow/string.scm ./pack/fixnum/v1.0.3/snow/fixnum.scm ./pack/homovector/v1.0.1/snow/homovector.scm ./pack/mime/v1.0.1/snow/mime.scm ./pack/aes/v1.0.1/snow/aes.scm ./pack/binio/v1.0.2/snow/binio.scm ./pack/base64/v1.0.1/snow/base64.scm ./pack/digest/v1.0.1/snow/digest.scm ./pack/bignum/v1.0.1/snow/bignum.scm ./pack/random/v1.0.1/snow/random.scm ./pack/filesys/v1.0.4/snow/filesys.scm ./pack/genport/v1.0.1/snow/genport.scm ./pack/tar/v1.0.1/snow/tar.scm ./pack/zlib/v1.0.1/snow/zlib.scm ./pack/hostos/v1.0.3/snow/hostos.scm ./pack/http/v1.0.2/snow/http.scm ./test.scm START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= 1201301099 1168000000) (bignum<= 1201301099 1200000000)) , bignum, string, filesyssh: line 1: unknowncommand: command not found , hostos, random, extio, genport, digest, aes, http, zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** scheme48 has ***failed*** the self test ----------------------------------------------- testing scsh START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= 1201301117 1168000000) (bignum<= 1201301117 1200000000)) , bignum, string, filesys, hostossh: line 1: unknowncommand: command not found , random, extio, genport, digest, aes, httpChannel closed: 3 3 Channel closed: 4 4 , zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** scsh has ***failed*** the self test ----------------------------------------------- testing stklos START OF SELF TEST exceptions, records, optional parameters, keywords, fixnum, homovector, timeFAILED: (and (bignum>= 1201301125 1168000000) (bignum<= 1201301125 1200000000)) , bignum, string, filesys, hostossh: line 1: unknowncommand: command not found , random, extio, genport, digest, aes, http, zlib, tar END OF SELF TEST *** 1 TESTS FAILED *** stklos has ***failed*** the self test -----------------------------------------------
*** None of the installed Scheme systems support Scheme Now! *** Consequently, the Scheme Now! framework can't be installed. *** You might want to install a Scheme system, add it to your *** PATH, and then run the configure script again.