eudoxia0 / lucerne

A web framework for Common Lisp, built on Clack
http://borretti.me/lucerne/
142 stars 19 forks source link

Some systems failed to build for Quicklisp dist #30

Open quicklisp opened 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.1.6 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 7037f2c20d5bbf7a789bd9fe2e85eb1ed3ef247c

lucerne-auth fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BE8103}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">

lucerne-hello-world fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BE8103}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">

lucerne-test fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BE8103}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">

lucerne-utweet fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BE8103}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">

lucerne fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BE8103}>: Component :CLACK-V1-COMPAT not found, required by #<SYSTEM "lucerne">

Full log here

eudoxia0 commented 3 years ago

Ah. I might have to get around to rewriting this then.