Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jfrederickson/2f69b22a7fccba7eda7fe95c14efd463 to your computer and use it in GitHub Desktop.
Save jfrederickson/2f69b22a7fccba7eda7fe95c14efd463 to your computer and use it in GitHub Desktop.
[nix-shell:~/common-lisp/nyxt]$ sbcl
This is SBCL 2.1.9.nixos, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (require :asdf)
("ASDF" "asdf" "UIOP" "uiop")
* (asdf:load-system :nyxt/gtk-application)
debugger invoked on a ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread
#<THREAD "main thread" RUNNING {1005604753}>:
Component ASDF/USER::ALEXANDRIA not found, required by #<SYSTEM "nyxt">
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry loading ALEXANDRIA.
1: Retry ASDF operation.
2: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
3: Retry ASDF operation.
4: Retry ASDF operation after resetting the
configuration.
5: [ABORT ] Exit debugger, returning to top level.
(ASDF/FIND-COMPONENT:RESOLVE-DEPENDENCY-NAME #<ASDF/SYSTEM:SYSTEM "nyxt"> ASDF/USER::ALEXANDRIA NIL)
; File has been modified since compilation:
; SYS:CONTRIB;ASDF;ASDF.LISP.NEWEST
; Using form offset instead of character position.
source: (ERROR 'MISSING-DEPENDENCY :REQUIRED-BY COMPONENT :REQUIRES NAME)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment