[asdf-devel] sbcl results for quicklisp + asdf 2.28

Anton Vodonosov avodonosov at yandex.ru
Tue Feb 5 21:51:48 UTC 2013



06.02.2013, 01:12, "Zach Beane" <xach at xach.com>:
> Anton Vodonosov <avodonosov at yandex.ru> writes:
>
>>  Fare, here are the results for quicklisp 2013-01-28 patched with asdf 2.28 and new version of asdf-system-connections:
>>  http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-6.html
>>
>>  As you see there are failures. One of the most often errors is
>>  "Unhandled SERIOUS-CONDITION of type COMPILE-FAILED-ERROR is signaled: Lisp compilation failed",
>>  but there are some other errors.
>
> You might want to try the :verbose t option to quickload to get more
> detailed progress output.
>
> Zach

OK, will do so in the future.

Most of these COMPILE_FAILED_ERROS are caused by WARNINGs:

* (ql:quickload :json-template :verbose t)
To load "json-template":
  Load 1 ASDF system:
    json-template
; Loading "json-template"


; file: /home/testgrid/quicklisp-patched2/dists/quicklisp/software/cl-json-template-20110418-hg/json-template.lisp
; in: DEFUN JSON-TEMPLATE::EXPAND-THINGS-TO-STREAM
;     (ASSOC FORMATTER JSON-TEMPLATE:*TEMPLATE-FORMATTERS* :TEST #'EQUAL)
;
; caught WARNING:
;   undefined variable: JSON-TEMPLATE:*TEMPLATE-FORMATTERS*
;
; compilation unit finished
;   Undefined variable:
;     JSON-TEMPLATE:*TEMPLATE-FORMATTERS*
;   caught 1 WARNING condition

debugger invoked on a ASDF/LISP-BUILD:COMPILE-FAILED-ERROR in thread
#<THREAD "main thread" RUNNING {AB1FD19}>:
  Lisp compilation failed

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [RETRY ] Retry completing compilation for #<SYSTEM "json-template">.
  1: [ACCEPT] Continue, treating
              completing compilation for #<SYSTEM "json-template"> as having
              been successful.
  2: [ABORT ] Give up on "json-template"
  3:          Exit debugger, returning to top level.

(ASDF/LISP-BUILD:CHECK-LISP-COMPILE-WARNINGS T T NIL NIL)




More information about the asdf-devel mailing list