Sharlatan Hellseher skribis: > Hi Guix team! > > This patch series includes last inputs for cl-graph, but not cl-graph itself > as build phase failes with error: > >> Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #> {100B108083}>: >> Error opening #P"/gnu/store/718rs4smnilaf2fhf4mqbxlkc4qicka3-sbcl-cl-containers-0.12.1-3.3d1df53/lib/common-lisp/sbcl/cl-containers/dev/utilities-integration-tmp1CXFJSK9.fasl": >> >> Permission denied > > I've got WIP package in my personal repo > https://git.sr.ht/~hellseher/ffab/tree/main/item/ffab/packages/lisp-xyz.scm#L265, > I'll to figure out why it's failing, but if anyone may take a look it would be > great too! Patches 1 to 3 pushed as 89ebe054c5c32a6bb751548addda6fd31a27d099 and following. Concerning cl-graph, it looks like it wants an optional subsystem of cl-containers which is not compiled currently. Adding cl-containers/with-moptilities and/or cl-containers/with-utilities and/or cl-containers/with-variates to the 'asd-systems' argument in the package definition of cl-containers should solve the issue.