unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#66222: Fail to build guix documentation
@ 2023-09-26 20:51 Gabriel Hondet via Bug reports for GNU Guix
  2023-09-27 13:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
       [not found] ` <handler.66222.D66222.169582061915967.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Gabriel Hondet via Bug reports for GNU Guix @ 2023-09-26 20:51 UTC (permalink / raw)
  To: 66222

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#66222: Fail to build guix documentation
  2023-09-26 20:51 bug#66222: Fail to build guix documentation Gabriel Hondet via Bug reports for GNU Guix
@ 2023-09-27 13:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
       [not found] ` <handler.66222.D66222.169582061915967.notifdone@debbugs.gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2023-09-27 13:16 UTC (permalink / raw)
  To: 66222-done

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.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#66222: closed (Re: Fail to build guix documentation)
       [not found] ` <handler.66222.D66222.169582061915967.notifdone@debbugs.gnu.org>
@ 2023-09-28  7:09   ` Gabriel Hondet via Bug reports for GNU Guix
  0 siblings, 0 replies; 3+ messages in thread
From: Gabriel Hondet via Bug reports for GNU Guix @ 2023-09-28  7:09 UTC (permalink / raw)
  To: 66222

[-- Attachment #1: Type: text/plain, Size: 2532 bytes --]

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@debbugs.gnu.org.
> 
> -- 
> 66222: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66222
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems

> Date: Wed, 27 Sep 2023 15:16:37 +0200
> From: Tobias Geerinckx-Rice <me@tobias.gr>
> To: 66222-done@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@laposte.net>
> To: bug-guix@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




[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-28 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 20:51 bug#66222: Fail to build guix documentation Gabriel Hondet via Bug reports for GNU Guix
2023-09-27 13:16 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
     [not found] ` <handler.66222.D66222.169582061915967.notifdone@debbugs.gnu.org>
2023-09-28  7:09   ` bug#66222: closed (Re: Fail to build guix documentation) Gabriel Hondet via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).