When testing the MKCL patch, I did a test-all on Linux, and found that
CCL claimed not to build cleanly.

But actually it wasn't failing to build cleanly: it was failing to
correctly parse the second command line in test_clean_load.

I am not seeing this on Mac, but there I have 1.9 instead of 1.10.

Unfortunately the transcript is not helpful (see attachment).  Seems
like I'm no longer able to parse all that quoting.

Two questions:

1. Can anyone else replicate this?
2. Any reason we couldn't take the contents of that command line and
stuff it into a lisp file to load?

Thanks!

R




+ '[' -z /home/rpg/src/ccl ']'
+ '[' -z '' ']'
+ case `uname -s` in
++ uname -s
+ case `uname -m` in
++ uname -m
+ OPENMCL_KERNEL=lx86cl
+ export CCL_DEFAULT_DIRECTORY
+ echo 'Looking for CCL executable here:'
Looking for CCL executable here:
+ echo /home/rpg/src/ccl/lx86cl
/home/rpg/src/ccl/lx86cl
+ exec /home/rpg/src/ccl/lx86cl --no-init --quiet --batch --eval 
'(or'\''#.(load(string'\''|test/script-support.lisp|):verbose():print())#.(asdf-test:verbose())#.(load(string'\''|build/asdf.lisp|):verbose())#.(asdf/image:quit'\''0))'
_______________________________________________
Asdf-devel mailing list
Asdf-devel@common-lisp.net
http://mailman.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to