quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Some systems failed to build for Quicklisp dist #263

Open quicklisp opened 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.1.0.49-5491c03a5 / ASDF 3.3.1 for quicklisp dist creation.

Trying to build commit id dbc76fcd9e20b1429412cbf980008088c51efaed

dqvm2-tests fails to build with the following error:

Unhandled UNBOUND-VARIABLE in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A58173}>: The variable MPI::+MPI-DOUBLE-COMPLEX+ is unbound.

dqvm2 fails to build with the following error:

Unhandled UNBOUND-VARIABLE in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A582F3}>: The variable MPI::+MPI-DOUBLE-COMPLEX+ is unbound.

qvm-app-ng-tests fails to build because of a failure in qvm-app-ng.

qvm-app-ng fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Symbol "%CODE-ENTRY-POINTS" not found in the SB-KERNEL package. Line: 12, Column: 53, File-Position: 326 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/qvm/363cc412d59b89fde7724c79eafcd62c5e0b5878/qvm-v1.17.1/app-ng/src/impl/sbcl.lisp" {1009E1E7B3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A58173}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "qvm-app-ng" "impl/sbcl">

qvm-app-tests fails to build because of a failure in qvm-app.

qvm-app fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Symbol "%CODE-ENTRY-POINTS" not found in the SB-KERNEL package. Line: 12, Column: 53, File-Position: 323 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/qvm/363cc412d59b89fde7724c79eafcd62c5e0b5878/qvm-v1.17.1/app/src/impl/sbcl.lisp" {100A57A8C3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A58173}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "qvm-app" "impl/sbcl">

qvm-examples fails to build because of a failure in qvm-app.

qvm-tests fails to build because of a failure in qvm-app.

Full log here

notmgsk commented 3 years ago

sb-kernel:%code-entry-points was removed: https://github.com/sbcl/sbcl/commit/3e0fbecf7097d9a5cab52ce82fc1ef9f1ab973b4

xqp-gha commented 3 years ago

Even when addressing issue above (removing s from ...-points), build failed due to the fact that %simple-fun-next was removed: https://github.com/sbcl/sbcl/commit/e103be077521e5f8918da7e346df6946157e5912