Skip to content

Instantly share code, notes, and snippets.

@jfrederickson
Last active May 16, 2022 17:14
Show Gist options
  • Save jfrederickson/4a37496e20b5ee671aaa58745d523abd to your computer and use it in GitHub Desktop.
Save jfrederickson/4a37496e20b5ee671aaa58745d523abd to your computer and use it in GitHub Desktop.
[jfred@jfred-reform:~/sources/nyxt]$ nix-shell build-scripts/shell.nix --run 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-COMPONENT in thread
#<THREAD "main thread" RUNNING {10055D3423}>:
Component :NYXT/GTK-APPLICATION not found
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 ASDF operation.
1: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
2: Retry ASDF operation.
3: Retry ASDF operation after resetting the
configuration.
4: [ABORT ] Exit debugger, returning to top level.
((:METHOD ASDF/OPERATE:OPERATE (SYMBOL T)) ASDF/LISP-ACTION:LOAD-OP :NYXT/GTK-APPLICATION) [fast-method]
; File has been modified since compilation:
; SYS:CONTRIB;ASDF;ASDF.LISP.NEWEST
; Using form offset instead of character position.
source: (ERROR 'MISSING-COMPONENT :REQUIRES COMPONENT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment