On Thu, 01 Oct 2020 15:54:06 +0200 zimoun <[email protected]> wrote: > > I also tried on another machine with the following configuration: > > - Architecture: x86-64 > > - Host distribution: Parabola x86_64 without guile-json installed > > - Guix architecture: x86_64 > > - Guix environment command: 'guix environment --pure guix --ad-hoc > > guile-json > > On this machine, the following commands should work: > > git pull > guix pull > guix environment -C guix > ./bootstrap > ./configure --localstatedir=/var/ > make Apparently that didn't work on my pure x86_64 machine. It still kept not finding guile-json.
> If you do not want to update your profile, you can run: > > guix time-machine --commit=51eb3e113c478f0683e92412785ee82e56c45621 > \ -- environment -C guix > ./bootstrap && ./configure --localstatedir=/var/ && make However that worked fine on that same machine. > Hope that helps, It did. Thanks a lot. I'll test the patch, and then I'll try to find the time to bisect it. Denis.
