40ants / doc

Flexible documentation generator for Common Lisp projects.
https://40ants.com/doc/
Other
17 stars 6 forks source link

Some systems failed to build for Quicklisp dist #5

Closed quicklisp closed 2 years ago

quicklisp commented 3 years ago

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

Trying to build commit id 1f089c62e9e9498e29b031e7178e3f2c5fe24333

40ants-doc-full fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: Component "commondoc-markdown" not found, required by #<PACKAGE-INFERRED-SYSTEM "40ants-doc/commondoc/markdown">

40ants-doc-test fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: Component "commondoc-markdown" not found, required by #<PACKAGE-INFERRED-SYSTEM "40ants-doc/commondoc/markdown">

Full log here

svetlyak40wt commented 3 years ago

@quicklisp could you please add commondoc-markdown system to the Quicklisp? It is missing dependency of 40ants-doc.

Here is the issue on adding commondoc-markdown: https://github.com/quicklisp/quicklisp-projects/issues/2084

xach commented 3 years ago

40ants-doc-test still does not build for me due to the reference to QL. http://report.quicklisp.org/2021-09-24/failure-report/doc.html#40ants-doc-test

svetlyak40wt commented 3 years ago

This should be fixed now.