Martin Flack skribis: > Hello, > > This command: > > guix environment --container --no-cwd --ad-hoc sbcl sbcl-serapeum -- \ > sbcl --eval '(require :asdf)' --eval '(require :serapeum)' --quit > > ...yields an error from SBCL: > > ... > ASDF could not load serapeum because > Component "fare-quasiquote-extras" not found, required by > #. > > debugger invoked on a ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread > #: > Component "fare-quasiquote-extras" not found, required by > # > ... > > The same command works with other substantial packages if you replace (both > mentions of) serapeum with dramka or cl-async for example. Maybe there is a > dependency issue with either serapeum or the fare utils? How might this be > fixed? > > guix --version > > guix (GNU Guix) 9d0dfd9a9a7c43363a4e140c20d49f119fe6f2e3 > > Thanks! Hi, There was indeed an issue with the fare-quasiquote-extras input of the serapeum package. I pushed a fix as 8137983adfe3c3f61e583aae140a62046e859435.