jrm@phe ~ % cat /etc/common-lisp/asdf-output-translations.conf.d/10-asdf-sbcl.conf
(:output-translations
 :inherit-configuration
 ("/usr/local/lib/common-lisp/asdf/" "/usr/local/lib/common-lisp/asdf/sbclfasl/"))

% sbcl
This is SBCL 2.4.10, 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.
;;; loading #P"/usr/local/lib/common-lisp/asdf/sbclfasl/build/asdf.fasl"
* (asdf:load-system :alexandria)

debugger invoked on a ASDF/OUTPUT-TRANSLATIONS:INVALID-OUTPUT-TRANSLATION in thread
#<THREAD tid=105831 "main thread" RUNNING {1103F50093}>:
  Invalid asdf output-translation
  (:OUTPUT-TRANSLATIONS :INHERIT-CONFIGURATION
   ("/usr/local/lib/common-lisp/asdf/"
    "/usr/local/lib/common-lisp/asdf/sbclfasl/"))
  in #P"/etc/common-lisp/asdf-output-translations.conf.d/10-asdf-sbcl.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 ("/usr/local/lib/common-lisp/asdf/" "/usr/local/lib/common-lisp/asdf/sbclfasl/")) :LOCATION #P"/etc/common-lisp/asdf-output-translations.conf.d/10-asdf-sbcl.conf")
   source: (APPLY 'ERROR REPORTER ARGS)
0]

Generated by jrm using scpaste at Thu Nov 28 16:19:44 2024. AST. (original)