22.02.2013, 22:38, "Anton Vodonosov" avodonosov@yandex.ru:
Results for ECL, lisp-to-c compiler: http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-16.html
Most of the systems fails with the same error: Unhandled SERIOUS-CONDITION of type SIMPLE-ERROR is signaled: No defined method for ASDF/ACTION:PERFORM on compiling #<compiled-file "sockets" "sockets">
The problem nails down to usocket.asd depending on :sb-bsd-sockets. It ma be reroduced lik this:
lisps/ecl-bin-12.12.1/bin/ecl -norc -load asdf/build/asdf.lisp (asdf:operate 'asdf:load-op :sb-bsd-sockets)
Condition of type: SIMPLE-ERROR No defined method for ASDF/ACTION:PERFORM on compiling #<compiled-file "sockets" "sockets">
Available restarts:
1. (RETRY) Retry compiling #<compiled-file "sockets" "sockets">. 2. (ACCEPT) Continue, treating compiling #<compiled-file "sockets" "sockets"> as having been successful. 3. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at LAMBDA. In: #<process TOP-LEVEL>. File: #P"/home/testgrid/asdf/build/asdf.lisp" (Position #306038)