Error/bug: bootstrapping a new guix source tree

  • Done
  • quality assurance status badge
Details
4 participants
  • jgart
  • Julien Lepiller
  • Leo Famulari
  • zimoun
Owner
unassigned
Submitted by
jgart
Severity
normal
Merged with
J
(address . bug-guix@gnu.org)
20211019184531.GD19231@gac.attlocal.net
Attachment: file
J
J
Julien Lepiller wrote on 20 Oct 2021 04:04
(name . jgart via Bug reports for GNU Guix)(address . bug-guix@gnu.org)
20211020040419.05f3c59d@tachikoma.lepiller.eu
I think this is the same as #35519?
J
J
Julien Lepiller wrote on 20 Oct 2021 04:07
(address . 51294@debbugs.gnu.org)(address . jgart@dismail.de)
20211020040725.799f0c70@tachikoma.lepiller.eu
Le Wed, 20 Oct 2021 04:04:19 +0200,
Julien Lepiller <julien@lepiller.eu> a écrit :

Toggle quote (5 lines)
> I think this is the same as #35519?
>
>
>

Sorry, I meant #51259
J
(name . Julien Lepiller)(address . julien@lepiller.eu)(address . 51294@debbugs.gnu.org)
20211019223427.GB30325@gac.attlocal.net
On Wed, 20 Oct 2021 04:07:25 +0200 Julien Lepiller <julien@lepiller.eu> wrote:
Toggle quote (10 lines)
> Le Wed, 20 Oct 2021 04:04:19 +0200,
> Julien Lepiller <julien@lepiller.eu> a écrit :
>
> > I think this is the same as #35519?
> >
> >
> >
>
> Sorry, I meant #51259

Yup, looks like the same error.

$ echo $LANG

Toggle quote (2 lines)
> en_US.UTF-8

I have glibc-utf8-locales installed.
L
L
Leo Famulari wrote on 20 Oct 2021 06:01
(no subject)
(address . control@debbugs.gnu.org)
YW+UpLaZU19BCDoD@jasmine.lan
merge 51294 51259
J
Re: bug#51294: closed (Re: bug#51259: Cannot build Guix from source (error messages about the translations))
(address . 51294@debbugs.gnu.org)(name . Julien Lepiller)(address . julien@lepiller.eu)
20211021205726.GB11476@gac.attlocal.net
On Fri, 22 Oct 2021 00:38:02 +0000 help-debbugs@gnu.org (GNU bug Tracking System) wrote:

Thanks for fixing that! I'll just run this script I've been using again:

Z
Z
zimoun wrote on 22 Oct 2021 11:23
(name . Julien Lepiller)(address . julien@lepiller.eu)
86v91pxvj8.fsf@gmail.com
Hi,

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

Toggle quote (2 lines)
Toggle snippet (5 lines)
guix environment guix --container -- ./bootstrap \
&& guix environment guix --container -- ./configure --localstatedir=/var \
&& guix environment guix --container -- make

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

Toggle snippet (4 lines)
guix environment guix --container -- sh -c \
'./bootstrap && ./configure --localstatedir=/var && make'

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


Cheers,
simon
?