Hello, On Thu 17 Jun 2010 09:40, Marco Maggi <[email protected]> writes:
> "Andy Wingo" wrote: >> ERROR: In procedure string-ref: >> ERROR: Wrong type argument in position 1 (expecting string): #<undefined> > > With commit a4082ab57e81c1826906c1a8601593e8dea5078c I get, > running twice "make gtest" after cleaning the cache for my > home directory: > > $ make gtest > GUILE_LOAD_PATH=. guile -l guile-config.scm --autocompile -s > ./tests/test-makers.sps I see you have changed the code to add --autocompile. Has anything else changed? > ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0 > ;;; or pass the --no-autocompile argument to disable. > ;;; compiling guile-config.scm > ;;; compiled > /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/guile-config.scm.go > ;;; compiling ./tests/test-makers.sps > WARNING: (rnrs): `i/o-error-port' imported from both (rnrs files) and (rnrs > io simple) > ... > WARNING: (rnrs): `&i/o' imported from both (rnrs files) and (rnrs io simple) > ;;; compiling ./makers//makers.sls > ;;; compiling ./makers//helpers.sls > ;;; compiled > /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/makers/helpers.sls.go > ;;; compiled > /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/makers/makers.sls.go > ;;; compiled > /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/tests/test-makers.sps.go > guile: uncaught throw to r6rs:exception: > (#<r6rs:record:&raise-object-wrapper>) > make: *** [gtest] Error 1 Yes this is where I am now. I don't know much about our r6rs condition shims... > ~/src/devel/scheme/makers $ make gtest > 2401: 3 [find-versioned-module "rnrs/io/" "ports" ...] This would seem to indicate that you have an old (well, from before wednesday) Guile laying around. Can you double-check? Andy -- http://wingolog.org/
