Skip to content

Instantly share code, notes, and snippets.

@anton0xf
Created June 22, 2012 15:36
Show Gist options
  • Save anton0xf/2973525 to your computer and use it in GitHub Desktop.
Save anton0xf/2973525 to your computer and use it in GitHub Desktop.
(progn (load "/usr/share/emacs/site-lisp/slime-archimag/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank:start-server") "/tmp/slime.2380" :coding-system "utf-8-unix"))
This is SBCL 1.0.55, 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.
STYLE-WARNING: redefining ASDF::LISP-VERSION-STRING in DEFUN
*
; loading #P"/usr/share/emacs/site-lisp/slime-archimag/swank-loader.lisp"
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "initial thread" RUNNING {10029A9143}>:
ASDF 2 is not compatible with ASDF-BINARY-LOCATIONS, which you are using.
ASDF 2 now achieves the same purpose with its builtin ASDF-OUTPUT-TRANSLATIONS,
which should be easier to configure. Please stop using ASDF-BINARY-LOCATIONS,
and instead use ASDF-OUTPUT-TRANSLATIONS. See the ASDF manual for details.
In case you insist on preserving your previous A-B-L configuration, but
do not know how to achieve the same effect with A-O-T, you may use function
ASDF:ENABLE-ASDF-BINARY-LOCATIONS-COMPATIBILITY as documented in the manual;
call that function where you would otherwise have loaded and configured A-B-L.
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 EVAL of current toplevel form.
1: [CONTINUE] Ignore error and continue loading file "/usr/share/emacs/site-lisp/slime-archimag/swank-loader.lisp".
2: [ABORT ] Abort loading file "/usr/share/emacs/site-lisp/slime-archimag/swank-loader.lisp".
3: Exit debugger, returning to top level.
((SB-PCL::FAST-METHOD ASDF:OPERATE :BEFORE (T T))
#<unused argument>
#<unused argument>
#<unused argument>
#<unused argument>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment