白い熊@相撲道 <[email protected]> writes: > On May 12, 2018 4:42:01 AM UTC, "白い熊@相撲道" <[email protected]> wrote: > >>— Build a local version of guile-ssh passing configure flags to it to >>skip tests; > > This is getting even more confusing: > > guix build guile-ssh builds it without any error, doesn't fail—yet guix pull > keeps failing in the same spot. How can this be remedied?
“guix pull” uses the latest version of Guix, not the current version. “guix build guile-ssh” on the other hand uses the current version. I would assume that “guix build /gnu/store/pg535xxhnx3x5bykr37p8khxak6vq6sh-guile-ssh-0.11.2.drv” would fail again. It may be interesting to see the difference between the failing derivation and the derivation that matches your run of “guix build guile-ssh”. -- Ricardo
