guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to build Guix to send a patch when Guix build fails?


From: Denis 'GNUtoo' Carikli
Subject: Re: How to build Guix to send a patch when Guix build fails?
Date: Fri, 2 Oct 2020 01:19:57 +0200

On Thu, 01 Oct 2020 15:54:06 +0200
zimoun <zimon.toutoune@gmail.com> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]