Bootstrap error - Current master

  • Done
  • quality assurance status badge
Details
3 participants
  • Danny Milosavljevic
  • Julien Lepiller
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal
D
D
Danny Milosavljevic wrote on 12 May 2019 22:55
(address . bug-guix@gnu.org)
20190512225546.39594750@scratchpost.org
$ ./bootstrap
[...]
Makefile.am: error: 'version.texi', included in 'doc/guix.zh_CN.texi', also included in 'doc/guix.texi'

Commit: f8cd07e8d8acf85fd6d08646a0719178895b5894
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlzYiFIACgkQ5xo1VCww
uqUMAwf+KlrYc+GlaoTXWA3BTIDYYnQTh52V9N6ol7tiOWyKd5F2Wqtn8fyWY+wh
bvgAPJzkKuQkEXEEVwZy8kd2FF0As43y9CoivLgDp0oklJTNrtutmYrAGV+AyuJE
rYnBetTCBWcpCkeX6NkxX+YD2sjdkldXfH4tKbZWBsa8kGnxyJbSmJxa4uG6ZTFA
auOhwOXgjUSRpoPCY41VjYxrdF8oD4wMlWsXbeA8N0nZ5QuxW4LuAcgwVxsf7zuy
64et39Rr6LI65Y0g8JoP+sfxgkSl2VWqS3K2peJerAjK6iJ3h4D8oMRUt2LmsT/Y
51lfO84E99Nrz/Shlp5RAXn/7pUhMA==
=8s6e
-----END PGP SIGNATURE-----


J
J
Julien Lepiller wrote on 13 May 2019 08:36
1AC0BF2C-6E5E-4D1C-A34A-46E24B550F60@lepiller.eu
Le 12 mai 2019 22:55:46 GMT+02:00, Danny Milosavljevic <dannym@scratchpost.org> a écrit :
Toggle quote (7 lines)
>$ ./bootstrap
>[...]
>Makefile.am: error: 'version.texi', included in 'doc/guix.zh_CN.texi',
>also included in 'doc/guix.texi'
>
>Commit: f8cd07e8d8acf85fd6d08646a0719178895b5894

What does guix.zh_CN.texi contain after bootstrap?
D
D
Danny Milosavljevic wrote on 13 May 2019 09:45
(name . Julien Lepiller)(address . julien@lepiller.eu)(address . 35703@debbugs.gnu.org)
20190513094512.6ce7cf19@scratchpost.org
Toggle quote (2 lines)
> What does guix.zh_CN.texi contain after bootstrap?

Attached.
Attachment: guix.zh_CN.texi
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlzZIIgACgkQ5xo1VCww
uqW9swgAgbAE8KS8r/AjkDZiC6OSeZQWaW2UhgXpRk+n5/FpYvJOg1pspwDBZ0tx
4GpIUYvsymVoE7Ncblyr1V5nWg/+OprG75m/NKzd+XRDM1JiANG/SiAHUx3GNgJN
ykIHRpWyDsOHJeLu6+3rL4EKzO5pdMR3RQrOJ0WotE2Tcwn6uQnLEriz8zJBqf0M
coeb8MCTYQJZu24rRn07ZG+0gx3RU55FLIA5vkAKmcfmjAJTKvW1Qi6Zlj0IQPjj
51EBJDg4CcdO2UEGzkQSMP8ZK1xWQB0bjQNy7GSH98ed+YxoAW+bHuNxDaP7J905
CngbHHVW3RGLqeWO65IRMksSg0ZWrA==
=AsS7
-----END PGP SIGNATURE-----


J
J
Julien Lepiller wrote on 13 May 2019 11:20
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 35703@debbugs.gnu.org)
FA7B6BC6-32DD-4ADE-A685-6B455D73B255@lepiller.eu
Le 13 mai 2019 09:45:12 GMT+02:00, Danny Milosavljevic <dannym@scratchpost.org> a écrit :
Toggle quote (4 lines)
>> What does guix.zh_CN.texi contain after bootstrap?
>
>Attached.

Ah I think I understand: you probably built the texi file from a version where the translation of version.texi didn't include the right file. You can fix the issue by removing guix.zh_CN.texi and running bootstrap again. It will regenerate the texi file with the correct and updated content.
L
L
Ludovic Courtès wrote on 18 May 2019 13:56
(name . Julien Lepiller)(address . julien@lepiller.eu)
877eaovuv3.fsf@gnu.org
Hello,

Julien Lepiller <julien@lepiller.eu> skribis:

Toggle quote (2 lines)
> Ah I think I understand: you probably built the texi file from a version where the translation of version.texi didn't include the right file. You can fix the issue by removing guix.zh_CN.texi and running bootstrap again. It will regenerate the texi file with the correct and updated content.

Should we close as “notabug”?

The difficulty here is that all this is stateful, but at least we know
that ./bootstrap does the right thing when starting from a fresh
checkout.

Ludo’.
J
J
Julien Lepiller wrote on 18 May 2019 14:28
(name . Ludovic Courtès)(address . ludo@gnu.org)
20190518142843.527c0e1c@sybil.lepiller.eu
Le Sat, 18 May 2019 13:56:48 +0200,
Ludovic Courtès <ludo@gnu.org> a écrit :

Toggle quote (18 lines)
> Hello,
>
> Julien Lepiller <julien@lepiller.eu> skribis:
>
> > Ah I think I understand: you probably built the texi file from a
> > version where the translation of version.texi didn't include the
> > right file. You can fix the issue by removing guix.zh_CN.texi and
> > running bootstrap again. It will regenerate the texi file with the
> > correct and updated content.
>
> Should we close as “notabug”?
>
> The difficulty here is that all this is stateful, but at least we know
> that ./bootstrap does the right thing when starting from a fresh
> checkout.
>
> Ludo’.

I agree with closing.
L
L
Ludovic Courtès wrote on 19 May 2019 16:15
control message for bug #35703
(address . control@debbugs.gnu.org)
87pnoettsn.fsf@gnu.org
tags 35703 notabug
close 35703
?