Fail to build guix documentation

  • Done
  • quality assurance status badge
Details
2 participants
  • Gabriel Hondet
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Gabriel Hondet
Severity
normal

Debbugs page

Gabriel Hondet wrote 1 years ago
(address . bug-guix@gnu.org)
ZRNEUq3FvnxAj9OF@eryngii
Hello,

I was trying to setup guix following the steps given in

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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEE5ercJXBcjd3P1FcAMbyBBfZZ1CUFAmUTRE4ACgkQMbyBBfZZ
1CVk+RAAgn4jBXeRcTBKSNQBBzFXCPOE6olnHPaSDle0XVUyfv2o9/5OEnXDk/g/
P1rTqKKWgxSoGxiiUvf7a54It2vem0EMTpsfRPnWy1Kee7KibiHn8RGVX09vNmim
enyDMgQ6u/nR0QU8TUKU2rkxdOjby+89h9jzLuF7WJs4+p1rNAxwWTz3nGAY1F7Q
/GZ17SmRBd2+HCCKUSqHbyWTAfJB10CR+Prp4R/Dia41uuXF0boD+EAmcrJZBP8m
unLlSS+jDjsSIBYUooadW2bONlxyh3SfN4k6HDV3ioEoTjX5bbqYhfh3wTy+Pmfh
qt0mjivl3tFpZbEvaKeQVk40OSN0Y9YUzVTCy1mYt5Kj+BD4pTLYMt9KcsXvvDFF
C7eMcNg1n9oAsd/94Lzyyt8CKy0jcriIQ28tnEkLPbruwNLdzVPMutmT0iZ06EAh
uBP0K/RXVPWZ29LXddaZNe1Q/kxBClm36z6Ms8tlG3ZIOPtfD/aqBDgH58CjLTMW
iElelNeYhOGeMb6atAq+efftlmx0d+LCYDTRxM7+PBU5088AkwO5mQ9oVpkP9Fry
ribUpMNSwmZ6GdwappmOI8a4l1SHP+sOYn0mzkVDplEDE+vBjjLCL+d6fuXWoD3n
CRRgBowAT5dE5dIfpZBKmVeZQ6510WK0unkXlC+iKw67wCMbmIQ=
=vbrT
-----END PGP SIGNATURE-----


Closed
Gabriel Hondet wrote 1 years ago
Re: bug#66222: closed (Re: Fail to build guix documentation)
(address . 66222@debbugs.gnu.org)
ZRUmmTOrqOkjlHd-@eryngii
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:
Toggle quote (68 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEE5ercJXBcjd3P1FcAMbyBBfZZ1CUFAmUVJpUACgkQMbyBBfZZ
1CWXHg/9EMDgsShyzanKPlBTjiTzcG2lNLg5VkMMhLbsus9uYwfa64WJF1oxywO6
eJbptpkk7s0OTol+ru3/jm+lb/5TeBrGtVOeEJN4gkRTKqHENxF4FPF9rc6wWAfQ
v7BqbFHTzr9+zkF9eFpf2vVtIOEP+lsbJLKXXSM2C1DO93VKuVjJiANtJatQGH5z
XvqLFSGaUvjgEg0K9D97VAu3lBOyABneJzxQZcmPT5Z3hS7mPlgVxhUBKjwNqi9r
LG8WqnuhD+HPVlmj9nhXWlBSCzuC7lfwO2hM/a/Y4JPc6/CH2nDACB2XvBEnpnHR
oNyKUIlQSbseIrWjJgk5LbIBUmi1v9F+Rlu4WkC8MvLKj51jHdX+kNBqvVLXvxxV
Sjw8/hNtQLWVNwk1crB8OwMUOrzfRMa/kh42K72f8TMMPhB4QuUcwKNyomU4wXqH
2VnsTH0advd3vE3cavsd1aprUmw7MsBDoL7cmejsJdwtVvTrpD11h5Bo+Kk/8LYg
ozbXIVX/eMgS/nLdYTfexwAiYaCwNg0KGOOx1xdAy44HwzBzQW8pCqpL3OCO7zOX
oqK7veYEcwr/Qxbm2SRoi0vDJkyTGTV+C80n66AShz6lOr+ewjTRSxmAGCnUoDHP
TKZOPAGbCt704DKTohp1YRPnNtNhXnBwcjay9PKV0SZ61n2h6WY=
=MKlP
-----END PGP SIGNATURE-----


?
Your comment

This issue is archived.

To comment on this conversation send an email to 66222@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66222
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help