Reproduce: 1. ACCEPT_KEYWORDS=~x86 emerge -av "=cl-mcclim-0.9.2" 2. sbcl 3. (require :asdf) 4. (asdf:operate 'asdf:load-op :clx) 5. (asdf:operate 'asdf:load-op :clim) Expect: compilation messages Actual: debugger invoked on a ASDF:MISSING-DEPENDENCY in thread #<THREAD "initial thread" {9003399}>: component :SPATIAL-TREES not found, required by #<SYSTEM "clim-core" {BB0C9A1}> Workaround: 1. ACCEPT_KEYWORDS=~x86 emerge -av --oneshot "=cl-spatial-trees-0.1" 2. Proceed as normal in sbcl.
Thanks for the note. Fixed in portage.