% sbcl
This is SBCL 2.4.11, 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 domainBSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (load "/usr/local/lib/common-lisp/asdf/sbclfasl/build/asdf.fasl" :verbose t)
T
* (pushnew "/usr/local/lib/common-lisp/system-registry/" asdf:*central-registry*)
("/usr/local/lib/common-lisp/system-registry/")
* (asdf:load-system :alexandria)
debugger invoked on a ASDF/OUTPUT-TRANSLATIONS:INVALID-OUTPUT-TRANSLATION in thread
#<THREAD tid=195812 "main thread" RUNNING {1103F68093}>:
Invalid asdf output-translation
(:OUTPUT-TRANSLATIONS :INHERIT-CONFIGURATION ((:HOME "tmp") (:HOME "tmp2")))
in
#P"/usr/local/etc/common-lisp/asdf-output-translations.conf.d/10-asdf-sblc.conf"
(will be skipped)
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: [ABORT ] Exit debugger, returning to top level.
(UIOP/CONFIGURATION:REPORT-INVALID-FORM ASDF/OUTPUT-TRANSLATIONS:INVALID-OUTPUT-TRANSLATION :FORM (:OUTPUT-TRANSLATIONS :INHERIT-CONFIGURATION ((:HOME "tmp") (:HOME "tmp2"))) :LOCATION #P"/usr/local/etc/common-lisp/asdf-output-translations.conf.d/10-asdf-sblc.conf")
source: (APPLY 'ERROR REPORTER ARGS)
0]