GNU bug report logs - #51294
Error/bug: bootstrapping a new guix source tree

Previous Next

Package: guix;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 19 Oct 2021 22:46:01 UTC

Severity: normal

Merged with 51259

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: zimoun <zimon.toutoune <at> gmail.com>
To: jgart <jgart <at> dismail.de>, 51294 <at> debbugs.gnu.org
Cc: Julien Lepiller <julien <at> lepiller.eu>
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 <at> 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





This bug report was last modified 3 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.