Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Some systems failed to build for Quicklisp dist #1890

Closed
quicklisp opened this issue Nov 25, 2021 · 7 comments
Closed

Some systems failed to build for Quicklisp dist #1890

quicklisp opened this issue Nov 25, 2021 · 7 comments
Labels

Comments

@quicklisp
Copy link

Building with SBCL 2.1.10.195-bca540cd6 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 9aa0548

nyxt-ubuntu-package fails to build because of a failure in nyxt/history-tree.

nyxt fails to build because of a failure in nyxt/history-tree.

nyxt/benchmark fails to build because of a failure in nyxt/history-tree.

nyxt/documentation fails to build because of a failure in nyxt/history-tree.

nyxt/gi-gtk-application fails to build because of a failure in nyxt/history-tree.

nyxt/gi-gtk fails to build because of a failure in nyxt/history-tree.

nyxt/gtk-application fails to build because of a failure in nyxt/history-tree.

nyxt/gtk fails to build because of a failure in nyxt/history-tree.

nyxt/history-tree fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package CLASS* does not exist. Line: 49, Column: 59, File-Position: 2070 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/nyxt/e7d4f43dd54c94f622c6c2d6cfcd8745b6034fb1/nyxt-20211125-git/libraries/history-tree/history-tree.lisp" {10078B77B3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001C04103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "nyxt/history-tree" "history-tree">

nyxt/history-tree/tests fails to build because of a failure in nyxt/history-tree.

nyxt/install fails to build because of a failure in nyxt/history-tree.

nyxt/keymap fails to build with the following error:

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

nyxt/keymap/tests fails to build because of a failure in nyxt/keymap.

nyxt/ospm fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package CLASS* does not exist. Line: 15, Column: 59, File-Position: 437 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/nyxt/e7d4f43dd54c94f622c6c2d6cfcd8745b6034fb1/nyxt-20211125-git/libraries/ospm/ospm.lisp" {100FF49543}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001C04103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "nyxt/ospm" "ospm">

nyxt/ospm/tests fails to build because of a failure in nyxt/ospm.

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/e7d4f43dd54c94f622c6c2d6cfcd8745b6034fb1/nyxt-20211125-git/libraries/password-manager/package.lisp" {100FAF7C03}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001C04103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "nyxt/password-manager" "package">

nyxt/prompter fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package CLASS* does not exist. Line: 98, Column: 59, File-Position: 3812 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/nyxt/e7d4f43dd54c94f622c6c2d6cfcd8745b6034fb1/nyxt-20211125-git/libraries/prompter/prompter-source.lisp" {10118783D3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001C04103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "nyxt/prompter" "prompter-source">

nyxt/prompter/tests fails to build because of a failure in nyxt/prompter.

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

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

nyxt/qt fails to build with the following error:

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

nyxt/tests fails to build because of a failure in nyxt/history-tree.

nyxt/version fails to build because of a failure in nyxt/history-tree.

Full log here

@Ambrevar
Copy link
Contributor

Nyxt depends on the latest hu.dwim.defclass-star, hence these errors.
Is there something we can do about it?

@Ambrevar
Copy link
Contributor

We could use quick-patch as suggested in #1891.

@Ambrevar Ambrevar added the build label Nov 29, 2021
@quicklisp
Copy link
Author

quicklisp commented Nov 29, 2021 via email

@Ambrevar
Copy link
Contributor

Ambrevar commented Dec 1, 2021

Thanks for the heads up!

@Ambrevar Ambrevar closed this as completed Dec 1, 2021
@quicklisp
Copy link
Author

quicklisp commented Dec 1, 2021 via email

@Ambrevar
Copy link
Contributor

Ambrevar commented Dec 1, 2021 via email

@Ambrevar
Copy link
Contributor

Ambrevar commented Dec 2, 2021 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Development

No branches or pull requests

2 participants