GNU bug report logs - #35703
Bootstrap error - Current master

Previous Next

Package: guix;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Sun, 12 May 2019 21:08:01 UTC

Severity: normal

Tags: notabug

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35703 in the body.
You can then email your comments to 35703 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#35703; Package guix. (Sun, 12 May 2019 21:08:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 12 May 2019 21:08:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: <bug-guix <at> gnu.org>
Subject: Bootstrap error - Current master
Date: Sun, 12 May 2019 22:55:46 +0200
[Message part 1 (text/plain, inline)]
$ ./bootstrap
[...]
Makefile.am: error: 'version.texi', included in 'doc/guix.zh_CN.texi', also included in 'doc/guix.texi'

Commit: f8cd07e8d8acf85fd6d08646a0719178895b5894
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#35703; Package guix. (Mon, 13 May 2019 06:37:01 GMT) Full text and rfc822 format available.

Message #8 received at 35703 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Danny Milosavljevic <dannym <at> scratchpost.org>,35703 <at> debbugs.gnu.org
Subject: Re: bug#35703: Bootstrap error - Current master
Date: Mon, 13 May 2019 08:36:06 +0200
Le 12 mai 2019 22:55:46 GMT+02:00, Danny Milosavljevic <dannym <at> scratchpost.org> a écrit :
>$ ./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?




Information forwarded to bug-guix <at> gnu.org:
bug#35703; Package guix. (Mon, 13 May 2019 07:46:02 GMT) Full text and rfc822 format available.

Message #11 received at 35703 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 35703 <at> debbugs.gnu.org
Subject: Re: bug#35703: Bootstrap error - Current master
Date: Mon, 13 May 2019 09:45:12 +0200
[Message part 1 (text/plain, inline)]
> What does guix.zh_CN.texi contain after bootstrap?

Attached.
[guix.zh_CN.texi (text/x-texinfo, attachment)]
[Message part 3 (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#35703; Package guix. (Mon, 13 May 2019 09:21:02 GMT) Full text and rfc822 format available.

Message #14 received at 35703 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 35703 <at> debbugs.gnu.org
Subject: Re: bug#35703: Bootstrap error - Current master
Date: Mon, 13 May 2019 11:20:40 +0200
Le 13 mai 2019 09:45:12 GMT+02:00, Danny Milosavljevic <dannym <at> scratchpost.org> a écrit :
>> 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.




Information forwarded to bug-guix <at> gnu.org:
bug#35703; Package guix. (Sat, 18 May 2019 11:57:02 GMT) Full text and rfc822 format available.

Message #17 received at 35703 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>, 35703 <at> debbugs.gnu.org
Subject: Re: bug#35703: Bootstrap error - Current master
Date: Sat, 18 May 2019 13:56:48 +0200
Hello,

Julien Lepiller <julien <at> 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’.




Information forwarded to bug-guix <at> gnu.org:
bug#35703; Package guix. (Sat, 18 May 2019 12:30:03 GMT) Full text and rfc822 format available.

Message #20 received at 35703 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>, 35703 <at> debbugs.gnu.org
Subject: Re: bug#35703: Bootstrap error - Current master
Date: Sat, 18 May 2019 14:28:43 +0200
Le Sat, 18 May 2019 13:56:48 +0200,
Ludovic Courtès <ludo <at> gnu.org> a écrit :

> Hello,
> 
> Julien Lepiller <julien <at> 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.




Added tag(s) notabug. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 19 May 2019 14:16:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 35703 <at> debbugs.gnu.org and Danny Milosavljevic <dannym <at> scratchpost.org> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 19 May 2019 14:16:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 17 Jun 2019 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 312 days ago.

Previous Next


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