Skip to content

Instantly share code, notes, and snippets.

@philogb
Created October 31, 2011 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philogb/1327673 to your computer and use it in GitHub Desktop.
Save philogb/1327673 to your computer and use it in GitHub Desktop.
* (asdf-install:install 'cl-ppcre)
Install where?
1) System-wide install:
System in /usr/local/Cellar/sbcl/1.0.52/lib/sbcl/site-systems/
Files in /usr/local/Cellar/sbcl/1.0.52/lib/sbcl/site/
2) Personal installation:
System in /Users/philogb/.sbcl/systems/
Files in /Users/philogb/.sbcl/site/
--> 1
Downloading 157665 bytes from http://weitz.de/files/cl-ppcre.tar.gz ...
debugger invoked on a ASDF-INSTALL::KEY-NOT-TRUSTED in thread #<THREAD
"initial thread" RUNNING
{1002929351}>:
GPG warns that the key id 0xNIL () is not fully trusted
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE ] Install the package anyway
1: [SKIP-GPG-CHECK] Don't check GPG signature for this package
2: [ABORT ] Exit debugger, returning to top level.
(ASDF-INSTALL::VERIFY-GPG-SIGNATURE/STRING
"-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
iD8DBQBK5/S/WV/wRQV5WMYRAo0eAKDyyOg2g0pUUkkoMcis74WsZbVgowCfbF6m
ieGl+88cDE9SHbdDWhuSDSQ=
=2Ngo
-----END PGP SIGNATURE-----
"
#P"/Users/philogb/dev/cl-ex/CL-PPCRE.asdf-install-tmp")
0] 1
Installing /Users/philogb/dev/cl-ex/CL-PPCRE.asdf-install-tmp in /usr/local/Cellar/sbcl/1.0.52/lib/sbcl/site/,/usr/local/Cellar/sbcl/1.0.52/lib/sbcl/site-systems/
cl-ppcre-2.0.3/
cl-ppcre-2.0.3/api.lisp
cl-ppcre-2.0.3/CHANGELOG
cl-ppcre-2.0.3/charmap.lisp
cl-ppcre-2.0.3/charset.lisp
cl-ppcre-2.0.3/chartest.lisp
cl-ppcre-2.0.3/cl-ppcre-unicode/
cl-ppcre-2.0.3/cl-ppcre-unicode/packages.lisp
cl-ppcre-2.0.3/cl-ppcre-unicode/resolver.lisp
cl-ppcre-2.0.3/cl-ppcre-unicode.asd
cl-ppcre-2.0.3/cl-ppcre.asd
cl-ppcre-2.0.3/closures.lisp
cl-ppcre-2.0.3/convert.lisp
cl-ppcre-2.0.3/doc/
cl-ppcre-2.0.3/doc/index.html
cl-ppcre-2.0.3/errors.lisp
cl-ppcre-2.0.3/lexer.lisp
cl-ppcre-2.0.3/optimize.lisp
cl-ppcre-2.0.3/packages.lisp
cl-ppcre-2.0.3/parser.lisp
cl-ppcre-2.0.3/regex-class-util.lisp
cl-ppcre-2.0.3/regex-class.lisp
cl-ppcre-2.0.3/repetition-closures.lisp
cl-ppcre-2.0.3/scanner.lisp
cl-ppcre-2.0.3/specials.lisp
cl-ppcre-2.0.3/test/
cl-ppcre-2.0.3/test/packages.lisp
cl-ppcre-2.0.3/test/perl-tests.lisp
cl-ppcre-2.0.3/test/perltest.pl
cl-ppcre-2.0.3/test/perltestdata
cl-ppcre-2.0.3/test/perltestinput
cl-ppcre-2.0.3/test/simple
cl-ppcre-2.0.3/test/tests.lisp
cl-ppcre-2.0.3/test/unicode-tests.lisp
cl-ppcre-2.0.3/test/unicodetestdata
cl-ppcre-2.0.3/util.lisp
debugger invoked on a ASDF:MISSING-COMPONENT in thread #<THREAD
"initial thread" RUNNING
{1002929351}>:
Component "cl-ppcre-unicode" not found
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY] Retry installation
1: [ABORT] Exit debugger, returning to top level.
((LAMBDA ()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment