GNU bug report logs - #66222
Fail to build guix documentation

Previous Next

Package: guix;

Reported by: Gabriel Hondet <gabriel.hondet <at> laposte.net>

Date: Tue, 26 Sep 2023 23:20:03 UTC

Severity: normal

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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 66222 in the body.
You can then email your comments to 66222 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#66222; Package guix. (Tue, 26 Sep 2023 23:20:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gabriel Hondet <gabriel.hondet <at> laposte.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 26 Sep 2023 23:20:03 GMT) Full text and rfc822 format available.

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

From: Gabriel Hondet <gabriel.hondet <at> laposte.net>
To: bug-guix <at> gnu.org
Subject: Fail to build guix documentation
Date: Tue, 26 Sep 2023 22:51:30 +0200
[Message part 1 (text/plain, inline)]
Hello,

I was trying to setup guix following the steps given in
https://guix.gnu.org/manual/en/html_node/Building-from-Git.html

I already have the Guix package manager installed, so, in the checked
out repository, I enter a suitable shell using `guix shell -D guix
help2man git strace guile --pure`.

Then if I run `make`, the process fails and prints out

    make[2]: Entering directory '/home/g/src/guix'
    MAKEINFO doc/guix.de.info
    contributing.de.texi:1571: @menu reference to nonexistent node
    `Configuring Git'
    contributing.de.texi:1572: @menu reference to nonexistent node
    `Sending a Patch Series'
    make[2]: *** [Makefile:4977: doc/guix.de.info] Error 1
    make[2]: Leaving directory '/home/g/src/guix'
    make[1]: *** [Makefile:6096: all-recursive] Error 1
    make[1]: Leaving directory '/home/g/src/guix'
    make: *** [Makefile:4210: all] Error 2

while I was expecting nothing but a 0 return code.


For context, I use the Guix package manager (commit
c173819c8e5235ce02d60b79bd88b10023a7c614) on top of Void Linux.

Cheers,
Gabriel
[signature.asc (application/pgp-signature, inline)]

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Wed, 27 Sep 2023 13:17:02 GMT) Full text and rfc822 format available.

Notification sent to Gabriel Hondet <gabriel.hondet <at> laposte.net>:
bug acknowledged by developer. (Wed, 27 Sep 2023 13:17:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 66222-done <at> debbugs.gnu.org
Subject: Re: Fail to build guix documentation
Date: Wed, 27 Sep 2023 15:16:37 +0200
Hi!

You're using an old Guix that predates the fix for this old bug, here: 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=352c49e1a5c48eb76389ee384eb95fc2e4a6ab32

Is there a reason you can't upgrade Guix with ‘guix pull’?

Kind regards,

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.




Information forwarded to bug-guix <at> gnu.org:
bug#66222; Package guix. (Thu, 28 Sep 2023 10:17:03 GMT) Full text and rfc822 format available.

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

From: Gabriel Hondet <gabriel.hondet <at> laposte.net>
To: 66222 <at> debbugs.gnu.org
Subject: Re: bug#66222: closed (Re: Fail to build guix documentation)
Date: Thu, 28 Sep 2023 09:09:13 +0200
[Message part 1 (text/plain, inline)]
Hi!

This is embarrassing, I thought I updated guix, but apparently not. My
apologies! I now updated Guix and it compiles, as expected.

Thanks!
Cheers,
Gabriel

On Wed, Sep 27, 2023 at 01:17:02PM +0000, GNU bug Tracking System wrote:
> Your bug report
> 
> #66222: Fail to build guix documentation
> 
> which was filed against the guix package, has been closed.
> 
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 66222 <at> debbugs.gnu.org.
> 
> -- 
> 66222: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66222
> GNU Bug Tracking System
> Contact help-debbugs <at> gnu.org with problems

> Date: Wed, 27 Sep 2023 15:16:37 +0200
> From: Tobias Geerinckx-Rice <me <at> tobias.gr>
> To: 66222-done <at> debbugs.gnu.org
> Subject: Re: Fail to build guix documentation
> 
> Hi!
> 
> You're using an old Guix that predates the fix for this old bug, here: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=352c49e1a5c48eb76389ee384eb95fc2e4a6ab32
> 
> Is there a reason you can't upgrade Guix with ‘guix pull’?
> 
> Kind regards,
> 
> T G-R
> 
> Sent from a Web browser.  Excuse or enjoy my brevity.
> 

> Date: Tue, 26 Sep 2023 22:51:30 +0200
> From: Gabriel Hondet <gabriel.hondet <at> laposte.net>
> To: bug-guix <at> gnu.org
> Subject: Fail to build guix documentation
> 
> Hello,
> 
> I was trying to setup guix following the steps given in
> https://guix.gnu.org/manual/en/html_node/Building-from-Git.html
> 
> I already have the Guix package manager installed, so, in the checked
> out repository, I enter a suitable shell using `guix shell -D guix
> help2man git strace guile --pure`.
> 
> Then if I run `make`, the process fails and prints out
> 
>     make[2]: Entering directory '/home/g/src/guix'
>     MAKEINFO doc/guix.de.info
>     contributing.de.texi:1571: @menu reference to nonexistent node
>     `Configuring Git'
>     contributing.de.texi:1572: @menu reference to nonexistent node
>     `Sending a Patch Series'
>     make[2]: *** [Makefile:4977: doc/guix.de.info] Error 1
>     make[2]: Leaving directory '/home/g/src/guix'
>     make[1]: *** [Makefile:6096: all-recursive] Error 1
>     make[1]: Leaving directory '/home/g/src/guix'
>     make: *** [Makefile:4210: all] Error 2
> 
> while I was expecting nothing but a 0 return code.
> 
> 
> For context, I use the Guix package manager (commit
> c173819c8e5235ce02d60b79bd88b10023a7c614) on top of Void Linux.
> 
> Cheers,
> Gabriel



[signature.asc (application/pgp-signature, inline)]

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

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

Previous Next


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