Dear, On Wed, 21 Oct 2020 at 22:31, Adam Kandur via <help-guix@gnu.org> wrote:
> recently i started getting this error when i try to build any sbcl > package: Recently, I have also built couple of ’sbcl’ packages and I have not noticed an issue. I should have miss something… > -------------------------------------------------------------------------------------------------------- [..] > ldb> command > "/gnu/store/48v5srksa9nkp4hh527l6rb08pigy1bw-sbcl-2.0.9/bin/sbcl" > "--non-interactive" "--eval" "(require :asdf)" "--eval" "(asdf:load-asd > (truename > \"/gnu/store/fgfag09f1amsk82bs6jmg9h4rv6hqb94-sbcl-deploy-0.0.0-1.59fd497/share/common-lisp/sbcl-source/deploy/deploy.asd\") > :name \"deploy\")" "--eval" "(asdf:operate (quote asdf:compile-bundle-op) > \"deploy\")" failed with status 1 > -------------------------------------------------------------------------------------------------------- > dont understand what went wrong, package definitions are unchanged This “sbcl-deploy” package is not in the Guix tree, right? Do I miss something? Moreover, what do you mean by “package definitions are unchanged”? Other said, what was the Guix version where it worked (guix pull -l) and what is the current Guix version which breaks your flow (guix describe)? All the best, simon