quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
454 stars 73 forks source link

Some systems failed to build for Quicklisp dist #706

Open quicklisp opened 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.0.5 / ASDF 3.3.1 for quicklisp dist creation.

Trying to build commit id 236ac51de12ef917c4b94311fab24251c50f5f8a

boondoggle-tests fails to build because of a failure in cl-quil.

boondoggle fails to build because of a failure in cl-quil.

cl-quil-benchmarking fails to build because of a failure in cl-quil.

cl-quil-tests fails to build because of a failure in cl-quil.

cl-quil fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Symbol "LAPACK-CSD" not found in the MAGICL package. Line: 159, Column: -1, File-Position: 7420 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/quilc/6082f97353529747b875bff777b6d4deff7a41de/quilc-v1.23.0/src/csd.lisp" {1011B87183}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1000A10083}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-quil" "csd">

cl-quil/quilec-tests fails to build because of a failure in cl-quil.

cl-quil/quilec fails to build because of a failure in cl-quil.

cl-quil/quilt-tests fails to build because of a failure in cl-quil.

cl-quil/quilt fails to build because of a failure in cl-quil.

cl-quil/tweedledum-tests fails to build because of a failure in cl-quil.

cl-quil/tweedledum fails to build because of a failure in cl-quil.

quilc-tests fails to build because of a failure in cl-quil.

quilc fails to build because of a failure in cl-quil.

Full log here

colescott commented 3 years ago

This looks like it is fixed in #705. Maybe we can get that merged soon if we can fix the CI @stylewarning @notmgsk

stylewarning commented 3 years ago

@notmgsk ^