40ants / cl-info

An utility which collects information about Common Lisp implementation and systems for bugreports

Home Page:https://40ants.com/cl-info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some systems failed to build for Quicklisp dist

quicklisp opened this issue · comments

Building with SBCL 2.1.7.62-417920f09 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 0855e48

cl-info-test fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: Component "docs-config" not found, required by #<PACKAGE-INFERRED-SYSTEM "cl-info/core">

cl-info fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: Component "docs-config" not found, required by #<PACKAGE-INFERRED-SYSTEM "cl-info/core">

Full log here

@quicklisp this system depends on latest changes in the https://github.com/40ants/doc which is also in Quicklisp. Together they should build correctly. This also might be the requirement for my other libraries, depending on 40ANTS-DOC asdf system.

I'm using the latest version of doc, but I still get the error.

Oh, I forgot. DOCS-CONFIG system is from another my project which is not in the Quickdist yet. I've created this issue to add it just now: quicklisp/quicklisp-projects#2086