Angus is right, in my file ~ / .config / common-lisp / source-registry.conf.d / projects.conf there is this entry,
(:tree (:home "projects/"))
and the first project is selected first. To prevent asdf from loading the wrong project, I had to rename the asd file. Just changing the package or system definition in the project, as I tried at the beginning, did not help.
source share