nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Some systems failed to build for Quicklisp dist

Open quicklisp opened this issue 3 years ago • 1 comments

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

Trying to build commit id a639743f808ad50a96d2e1bf2c8316e9cc5ca3c6

nyxt-ubuntu-package fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/application/tests fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/benchmark fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/documentation fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/gi-gtk-application fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/gi-gtk fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/gi-gtk/tests fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/gtk-application fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/gtk fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/install fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/password-manager fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package TRIVIAL-PACKAGE-LOCAL-NICKNAMES does not exist. Line: 12, Column: 61, File-Position: 374 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/nyxt/c362db673720b9cccba0be5cf565878aa0f17edd/nyxt-20220707-git/libraries/password-manager/package.lisp" {100E589283}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "nyxt/password-manager" "package">

nyxt/qt-application fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/qt fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/tests fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

nyxt/version fails to build with the following error:

Unhandled ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0003}>: Component ASDF/USER::NKEYMAPS not found, required by #<NYXT-SYSTEM "nyxt">

Full log here

quicklisp avatar Jul 07 '22 12:07 quicklisp

@quicklisp Indeed, Nyxt now depends on a few new external libraries:

  • https://github.com/atlas-engineer/nhooks
  • https://github.com/atlas-engineer/nfiles
  • https://github.com/atlas-engineer/nkeymaps

A few more will follow soon :)

Ambrevar avatar Jul 07 '22 12:07 Ambrevar

Closing, as all the mentioned libs are on Quicklisp now.

aartaka avatar Aug 23 '22 08:08 aartaka