Hi from Greg Bennett who is running 3.3.7 as part of sbcl-2.4.8-linux-x64 under linux mint.
I must begin by thanking Robert G for all his efforts on maintaining asdf !!
In ~/.config/common-lisp/source-registry.conf.d there is the file gb-source.conf
The live element of that file is (:tree "/home/gwbennett/RESERVE/mintq/")
When compiling a collection of systems I see results like this:
; compiling file "/home/gwbennett/RESERVE/mintq/source/window-basics/menus/menu-sblx.lsp" (written 13 MAY 2024 05:45:54 PM):
; wrote /home/gwbennett/.cache/common-lisp/sbcl-2.4.8-linux-x64-s/home/gwbennett/RESERVE/mintq/source/window-basics/menus/menu-sblx-tmpQXR7SNXD.fasl ; compilation finished in 0:00:00.024
I wonder why the fasls are written to ...../sbcl-2.4.8-linux-x64-s/home.... rather than the path without the -s ? ^^
My ~/.config/common-lisp/asdf-output-translations.conf.d is empty.
The fasls are all there in the -s directory tree and, I assume, are the files which are loaded through the load phase of (asdf:load-system "window-basics)
Hints, pointers, advice all appreciated
Cheers
Greg