bug-guix
[Top][All Lists]
Advanced

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

bug#51294: closed (Re: bug#51259: Cannot build Guix from source (error m


From: zimoun
Subject: bug#51294: closed (Re: bug#51259: Cannot build Guix from source (error messages about the translations))
Date: Fri, 22 Oct 2021 11:23:39 +0200

Hi,

On Thu, 21 Oct 2021 at 20:57, jgart via Bug reports for GNU Guix 
<bug-guix@gnu.org> wrote:

> https://git.sr.ht/~jgart/dotfiles/tree/master/item/bin/executable_guix-prepare-tree

--8<---------------cut here---------------start------------->8---
 guix environment guix --container -- ./bootstrap \
        && guix environment guix --container -- ./configure 
--localstatedir=/var \
        && guix environment guix --container -- make
--8<---------------cut here---------------end--------------->8---

Here you invoke 3 times “guix environment”, instead it is possible to
run:

--8<---------------cut here---------------start------------->8---
 guix environment guix --container -- sh -c \
        './bootstrap && ./configure --localstatedir=/var && make'
--8<---------------cut here---------------end--------------->8---

Well, I do not know if it is really better. :-)


Cheers,
simon






reply via email to

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