Some systems failed to build for Quicklisp dist
Closed this issue · 5 comments
quicklisp commented
Building with SBCL 2.0.10.118-cdfa399c4 / ASDF 3.3.1 for quicklisp dist creation.
Commit id 542c149
math/appr fails to build with the following error:
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001720103}>: The name "MATH/CORE" does not designate any package.
math/arr-matr fails to build with the following error:
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001720103}>: The name "MATH/CORE" does not designate any package.
math/coord fails to build with the following error:
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001720103}>: The name "MATH/CORE" does not designate any package.
math/docs fails to build with the following error:
Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001720103}>: Component "mnas-package" not found, required by #<SYSTEM "math/docs">
math/ls-gauss fails to build with the following error:
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001720103}>: The name "MATH/CORE" does not designate any package.
math/ls-rotation fails to build with the following error:
Unhandled PACKAGE-DOES-NOT-EXIST in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001720103}>: The name "MATH/ARR-MATR" does not designate any package.
mnasoft commented
Recheck it please.
But mnas-package and it's dependencies are not yet in quicklisp.
quicklisp commented
These are still an issue.
mnasoft commented
quicklisp commented
The only remaining error I get is with math/ls-rotation: MATH/ARR-MATR does not designate any package.