GNU bug report logs - #65585
Can't build Guix from source due to failure to build cookbook

Previous Next

Package: guix;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Mon, 28 Aug 2023 17:05:01 UTC

Severity: normal

Tags: notabug

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 65585 in the body.
You can then email your comments to 65585 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#65585; Package guix. (Mon, 28 Aug 2023 17:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 28 Aug 2023 17:05:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: bug-guix <at> gnu.org
Subject: Can't build Guix from source due to failure to build cookbook
Date: Mon, 28 Aug 2023 13:04:06 -0400
[Message part 1 (text/plain, inline)]
With a `guix describe` like this, I'm unable to build Guix from a fresh Git
checkout of the master branch.
 
------
  guix 985638a
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 985638aea14720e16ed5fd94a0e1382a57dec7ac
------


------
$ guix shell --pure -D guix
$ ./bootstrap && ./configure --localstatedir=/var && make -j1
[...]
  MAKEINFO doc/guix.zh_CN.info
  MAKEINFO doc/guix-cookbook.info
  MAKEINFO doc/guix-cookbook.de.info
guix-cookbook.de.texi:604: @menu reference to nonexistent node `A ``Hello World'' package'
guix-cookbook.de.texi:605: @menu reference to nonexistent node `Setup'
guix-cookbook.de.texi:606: @menu reference to nonexistent node `Extended example'
guix-cookbook.de.texi:607: @menu reference to nonexistent node `Other build systems'
guix-cookbook.de.texi:608: @menu reference to nonexistent node `Programmable and automated package definition'
guix-cookbook.de.texi:609: @menu reference to nonexistent node `Getting help'
guix-cookbook.de.texi:610: @menu reference to nonexistent node `Conclusion'
guix-cookbook.de.texi:835: @menu reference to nonexistent node `Local file'
guix-cookbook.de.texi:836: @menu reference to nonexistent node `Channels'
guix-cookbook.de.texi:1544: @menu reference to nonexistent node `Recursive importers'
guix-cookbook.de.texi:1545: @menu reference to nonexistent node `Automatic update'
guix-cookbook.de.texi:3469: @menu reference to nonexistent node `A Database Container'
guix-cookbook.de.texi:3768: @menu reference to nonexistent node `Basic setup with manifests'
guix-cookbook.de.texi:3769: @menu reference to nonexistent node `Required packages'
guix-cookbook.de.texi:3770: @menu reference to nonexistent node `Default profile'
guix-cookbook.de.texi:3771: @menu reference to nonexistent node `The benefits of manifests'
guix-cookbook.de.texi:116: @detailmenu reference to nonexistent node `A ``Hello World'' package'
guix-cookbook.de.texi:117: @detailmenu reference to nonexistent node `Setup'
guix-cookbook.de.texi:118: @detailmenu reference to nonexistent node `Extended example'
guix-cookbook.de.texi:119: @detailmenu reference to nonexistent node `Other build systems'
guix-cookbook.de.texi:120: @detailmenu reference to nonexistent node `Programmable and automated package definition'
guix-cookbook.de.texi:121: @detailmenu reference to nonexistent node `Getting help'
guix-cookbook.de.texi:122: @detailmenu reference to nonexistent node `Conclusion'
guix-cookbook.de.texi:129: @detailmenu reference to nonexistent node `Local file'
guix-cookbook.de.texi:130: @detailmenu reference to nonexistent node `Channels'
guix-cookbook.de.texi:137: @detailmenu reference to nonexistent node `Recursive importers'
guix-cookbook.de.texi:138: @detailmenu reference to nonexistent node `Automatic update'
guix-cookbook.de.texi:194: @detailmenu reference to nonexistent node `A Database Container'
guix-cookbook.de.texi:208: @detailmenu reference to nonexistent node `Basic setup with manifests'
guix-cookbook.de.texi:209: @detailmenu reference to nonexistent node `Required packages'
guix-cookbook.de.texi:210: @detailmenu reference to nonexistent node `Default profile'
guix-cookbook.de.texi:211: @detailmenu reference to nonexistent node `The benefits of manifests'
make[2]: *** [Makefile:5394: doc/guix-cookbook.de.info] Error 1
make[2]: Leaving directory '/tmp/guix'
make[1]: *** [Makefile:6079: all-recursive] Error 1
make[1]: Leaving directory '/tmp/guix'
make: *** [Makefile:4193: all] Error 2
------

I'm not sure what the actual error is. I've attached the full output of
the build process.
[log (text/plain, attachment)]

Added tag(s) notabug. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 28 Aug 2023 22:41:01 GMT) Full text and rfc822 format available.

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 28 Aug 2023 22:41:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Mon, 28 Aug 2023 22:41:02 GMT) Full text and rfc822 format available.

Message #12 received at 65585-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 65585-done <at> debbugs.gnu.org, GNU Debbugs <control <at> debbugs.gnu.org>
Subject: Re: bug#65585: Can't build Guix from source due to failure to build
 cookbook
Date: Mon, 28 Aug 2023 18:40:20 -0400
tags 65585 + notabug
quit

Hi Leo,

Leo Famulari <leo <at> famulari.name> writes:

> With a `guix describe` like this, I'm unable to build Guix from a fresh Git
> checkout of the master branch.
>  
> ------
>   guix 985638a
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: 985638aea14720e16ed5fd94a0e1382a57dec7ac
> ------

That's from circa July 30th.  You'll have to run 'guix pull' to get
commit 352c49e1 ("gnu: po4a: Apply patch to translate partial Texinfo
menus."), dated August 16th.

Closing!

-- 
Thanks,
Maxim




Information forwarded to bug-guix <at> gnu.org:
bug#65585; Package guix. (Mon, 28 Aug 2023 22:47:02 GMT) Full text and rfc822 format available.

Message #15 received at 65585-done <at> debbugs.gnu.org (full text, mbox):

From: "Leo Famulari" <leo <at> famulari.name>
To: "Maxim Cournoyer" <maxim.cournoyer <at> gmail.com>
Cc: 65585-done <at> debbugs.gnu.org,
 GNU bug tracker automated control server <control <at> debbugs.gnu.org>
Subject: Re: bug#65585: Can't build Guix from source due to failure to build
 cookbook
Date: Mon, 28 Aug 2023 18:45:32 -0400
I see, thanks for the explanation!

On Mon, Aug 28, 2023, at 18:40, Maxim Cournoyer wrote:
> tags 65585 + notabug
> quit
>
> Hi Leo,
>
> Leo Famulari <leo <at> famulari.name> writes:
>
>> With a `guix describe` like this, I'm unable to build Guix from a fresh Git
>> checkout of the master branch.
>>  
>> ------
>>   guix 985638a
>>     repository URL: https://git.savannah.gnu.org/git/guix.git
>>     branch: master
>>     commit: 985638aea14720e16ed5fd94a0e1382a57dec7ac
>> ------
>
> That's from circa July 30th.  You'll have to run 'guix pull' to get
> commit 352c49e1 ("gnu: po4a: Apply patch to translate partial Texinfo
> menus."), dated August 16th.
>
> Closing!
>
> -- 
> Thanks,
> Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 26 Sep 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 253 days ago.

Previous Next


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