ccl now passes.
clisp fails to build ASDF successfully:
+ clisp -norc --silent -ansi -I -on-error exit -x '(or #.(load "test/script-support.lisp") #.(asdf-test::compile-asdf-script))' [3]> ;; Loading file test/script-support.lisp ... ;; Loading file /Users/rpg/lisp/asdf/build/asdf.lisp ... ;; Loaded file /Users/rpg/lisp/asdf/build/asdf.lisp TEST ABORTED: READ from #<INPUT BUFFERED FILE-STREAM CHARACTER #P"/Users/rpg/lisp/asdf/build/asdf.lisp" @7809>: there is no package with name "ASDF" Script failed Compilation FAILED
still 9 tests failing on Allegro 8.2: asdf-pathname-test.script test-force.script test-module-depend.script test-module-excessive-depend.script test-static-and-serial.script test-touch-system-1.script test-touch-system-2.script test1.script test3.script
didn't bother with allegromodern yet...
SBCL passes
ECL goes ape-execrement, and goes into what looks like an infinite loop in error-handling on test test-retry-loading-component-1.script. Seemingly infinite flood of the following:
ASDF/LISP-BUILD::STATUS Caught error #<a UNBOUND-VARIABLE> trlc1 5 trlc1 6 ASDF-TEST::NAME => ASDF/FIND-COMPONENT:RETRY ASDF-TEST::MODE => :EXTERNAL trlc1 7 ASDF-TEST::NAME => ASDF/FIND-COMPONENT:RETRY RESTART => #<RESTART.4389276816>
ABCL compilation failed for me:
Testsuite failed: ASDF compiled with unexpected warnings Compilation FAILED
+ abcl --noinit --nosystem --noinform --eval '(or #.(load "test/script-support.lisp") #.(asdf-test::compile-asdf-script))' ; in (ASDF/UTILITY:DEFUN* BUNDLABLE-FILE-P ...)
; Caught STYLE-WARNING: ; The variable TYPE is defined but never used.
Looks like this happens because none of the #+ conditional compilation cases gives ABCL any love in this function.
Best, r
On Wed, Jan 16, 2013 at 10:48 AM, Robert Goldman rpgoldman@sift.info wrote:
ccl now passes.
clisp fails to build ASDF successfully:
clisp now passes. I've had a lot more package woes with it than with any other implementation, and I can't find a perfect way to upgrade with it. 2.26.103 passes the normal tests on CLISP, but only a fraction of upgrade tests. Insight or solutions appreciated.
still 9 tests failing on Allegro 8.2: asdf-pathname-test.script test-force.script test-module-depend.script test-module-excessive-depend.script test-static-and-serial.script test-touch-system-1.script test-touch-system-2.script test1.script test3.script
Only the first one poses problems to me, with a failure in realpath when deliberately trying to run resolve-symlinks on path that does not exist. I wonder how that test was working before, or why it broke. Adding an ignore-errors with a fallback value looks like it works. Meh.
didn't bother with allegromodern yet...
SBCL passes
ECL goes ape-execrement, and goes into what looks like an infinite loop in error-handling on test test-retry-loading-component-1.script. Seemingly infinite flood of the following:
I've fixed ECL, except for a weird problem while creating an executable. I'll have to ask help from the ECL guys on test-program.script.
ABCL compilation failed for me:
I'll test again with ABCL.
Thanks a lot for the testing!
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org La superstition porte malheur. — Paul Carvel