Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some systems failed to build for Quicklisp dist #263

Open
quicklisp opened this issue Jan 18, 2021 · 2 comments
Open

Some systems failed to build for Quicklisp dist #263

quicklisp opened this issue Jan 18, 2021 · 2 comments

Comments

@quicklisp
Copy link

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

Trying to build commit id dbc76fc

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
Copy link
Member

notmgsk commented Jan 28, 2021

sb-kernel:%code-entry-points was removed: sbcl/sbcl@3e0fbec

@xqp-gha
Copy link

xqp-gha commented Feb 13, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants