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 #6

Open
quicklisp opened this issue Jun 15, 2023 · 6 comments
Open

Some systems failed to build for Quicklisp dist #6

quicklisp opened this issue Jun 15, 2023 · 6 comments

Comments

@quicklisp
Copy link

Building with SBCL 2.3.3.83-562a1a329 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id c8dd3ab

dense-numericals fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=542952 "main thread" RUNNING {1001738003}>: Component "dense-arrays+static-vectors" not found, required by #<SYSTEM "dense-numericals">

dense-numericals/magicl fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD tid=542948 "main thread" RUNNING {1001738003}>: Component "dense-arrays+static-vectors" not found, required by #<SYSTEM "dense-numericals">

numericals/benchmarks fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package TRIVIAL-COERCE does not exist. Line: 21, Column: -1, File-Position: 465 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/numericals/372c3a674706749c1f5a7b55b8171c33037c6142/numericals-2023.05.0/benchmarks/benchmark.lisp" {1015455A03}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=542956 "main thread" RUNNING {1001730113}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "numericals/benchmarks" "benchmark">

Full log here

@digikar99
Copy link
Owner

This should be fixed with the latest commit 31e2e70 and tag.

@digikar99 digikar99 reopened this Jun 17, 2023
@quicklisp
Copy link
Author

Unhandled SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<SB-THREAD:THREAD tid=1318087 "main thread" RUNNING {1001738003}>: The loader tried loading the symbol named MEM-REF into the package named CFFI, but the package did not get defined, and does not exist.

@digikar99
Copy link
Owner

I have addressed this in 31f298d and have updated the latest tag to point to the same.

@digikar99
Copy link
Owner

Is the commit information this build is using visible anywhere? I'm unable to reproduce it locally using the latest commit/tag; plus the CI also passes.

@quicklisp
Copy link
Author

quicklisp commented Jun 22, 2023 via email

@digikar99
Copy link
Owner

And, please confirm, we need to ensure that the system is loadable with asdf:load-system, right?

I can confirm that the issue exists prior to 31f298d - it exists for 31e2e70 - but is resolved for 31f298d itself. I had also force pushed the tag to make it point to 31f298d instead of 31e2e70 earlier, in case that becomes an issue.

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

2 participants