Created
December 4, 2009 21:52
-
-
Save duckinator/249388 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[/home/nick]$ sbcl [1] | |
This is SBCL 1.0.31, 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-install) | |
; loading system definition from | |
; /usr/lib/sbcl/sb-bsd-sockets/sb-bsd-sockets.asd into #<PACKAGE "ASDF0"> | |
; registering #<SYSTEM SB-BSD-SOCKETS {100354E801}> as SB-BSD-SOCKETS | |
; registering #<SYSTEM SB-BSD-SOCKETS-TESTS {1002E20301}> as | |
; SB-BSD-SOCKETS-TESTS | |
; loading system definition from /usr/lib/sbcl/sb-posix/sb-posix.asd into | |
; #<PACKAGE "ASDF0"> | |
; registering #<SYSTEM SB-POSIX {1003140DD1}> as SB-POSIX | |
; registering #<SYSTEM SB-POSIX-TESTS {1003365E21}> as SB-POSIX-TESTS | |
("ASDF-INSTALL" "SB-POSIX" "SB-BSD-SOCKETS" "SB-GROVEL" "ASDF") | |
* (asdf-install:install :cl-irc) | |
Install where? | |
1) System-wide install: | |
System in /usr/lib/sbcl/site-systems/ | |
Files in /usr/lib/sbcl/site/ | |
2) Personal installation: | |
System in /home/nick/.sbcl/systems/ | |
Files in /home/nick/.sbcl/site/ | |
--> 2 | |
Downloading 916987 bytes from http://common-lisp.net/project/cl-irc/cl-irc_latest.tar.gz ... | |
unhandled ASDF-INSTALL::KEY-NOT-TRUSTED in thread #<SB-THREAD:THREAD "initial thread" RUNNING {1002A26011}>: | |
GPG warns that the key id 0x8B93B41296B3F539 (Erik Huelsmann <[email protected]>) is not fully trusted | |
0: (SB-DEBUG::MAP-BACKTRACE #<CLOSURE (LAMBDA #) {100328A129}>)[:EXTERNAL] | |
1: (BACKTRACE 128 #<SYNONYM-STREAM :SYMBOL SB-SYS:*STDERR* {1000171BD1}>) | |
2: (SB-DEBUG::DEBUGGER-DISABLED-HOOK | |
#<ASDF-INSTALL::KEY-NOT-TRUSTED {100327E551}> | |
#<unavailable argument>) | |
3: (INVOKE-DEBUGGER #<ASDF-INSTALL::KEY-NOT-TRUSTED {100327E551}>) | |
4: (CERROR "Install the package anyway" ASDF-INSTALL::KEY-NOT-TRUSTED)[:EXTERNAL] | |
5: (ASDF-INSTALL::VERIFY-GPG-SIGNATURE/STRING | |
"-----BEGIN PGP SIGNATURE----- | |
Version: GnuPG v1.4.6 (GNU/Linux) | |
iD8DBQBGJ+yQi5O0Epaz9TkRAqNfAJ9zGgX2qWrUvNjew8xnrEry8yPhAwCeKEl9 | |
PaVl6xRO9UWtLQUqLWmCpBY= | |
=iOtY | |
-----END PGP SIGNATURE----- | |
" | |
#P"/home/nick/CL-IRC.asdf-install-tmp") | |
6: (ASDF-INSTALL::VERIFY-GPG-SIGNATURE/URL | |
"http://common-lisp.net/project/cl-irc/cl-irc_latest.tar.gz" | |
#P"/home/nick/CL-IRC.asdf-install-tmp") | |
7: (ASDF-INSTALL::DOWNLOAD-FILES-FOR-PACKAGE | |
"CL-IRC" | |
#P"/home/nick/CL-IRC.asdf-install-tmp") | |
8: ((LABELS ASDF-INSTALL::ONE-ITER) (:CL-IRC)) | |
9: (ASDF-INSTALL:INSTALL)[:EXTERNAL] | |
10: (SB-INT:SIMPLE-EVAL-IN-LEXENV (ASDF-INSTALL:INSTALL :CL-IRC) #<NULL-LEXENV>) | |
11: (INTERACTIVE-EVAL (ASDF-INSTALL:INSTALL :CL-IRC))[:EXTERNAL] | |
12: (SB-IMPL::REPL-FUN NIL) | |
13: ((LAMBDA ())) | |
14: (SB-IMPL::%WITH-REBOUND-IO-SYNTAX #<CLOSURE (LAMBDA #) {1002A289B9}>) | |
15: (SB-IMPL::TOPLEVEL-REPL NIL) | |
16: (SB-IMPL::TOPLEVEL-INIT) | |
17: ((LABELS SB-IMPL::RESTART-LISP)) | |
unhandled condition in --disable-debugger mode, quitting | |
[/home/nick]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment