* guix build from git failure: missing sections in German, French, etc. doc translations?
@ 2023-09-08 18:43 Andy Tai
2023-09-08 19:26 ` Julien Lepiller
0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2023-09-08 18:43 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]
Checking out the latest origin/master head, building guix fails:
make[2]: Entering directory '/share/software/guix/guix.git/po/packages'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/share/software/guix/guix.git/po/packages'
make[2]: Entering directory '/share/software/guix/guix.git'
MAKEINFO doc/guix.info
MAKEINFO doc/guix.de.info
MAKEINFO doc/guix.fr.info
MAKEINFO doc/guix.es.info
MAKEINFO doc/guix.pt_BR.info
contributing.pt_BR.texi:1338: @menu reference to nonexistent node
`Configuring Git'
contributing.pt_BR.texi:1339: @menu reference to nonexistent node
`Sending a Patch Series'
contributing.de.texi:1447: @menu reference to nonexistent node `Configuring Git'
contributing.de.texi:1448: @menu reference to nonexistent node
`Sending a Patch Series'
contributing.fr.texi:1389: @menu reference to nonexistent node `Configuring Git'
contributing.fr.texi:1390: @menu reference to nonexistent node
`Sending a Patch Series'
make[2]: *** [Makefile:4969: doc/guix.de.info] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:5099: doc/guix.fr.info] Error 1
make[2]: *** [Makefile:5164: doc/guix.pt_BR.info] Error 1
the script I used to build guix from git is attached
[-- Attachment #2: guix_git_build.sh --]
[-- Type: application/x-shellscript, Size: 428 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guix build from git failure: missing sections in German, French, etc. doc translations?
2023-09-08 18:43 guix build from git failure: missing sections in German, French, etc. doc translations? Andy Tai
@ 2023-09-08 19:26 ` Julien Lepiller
2023-09-08 20:41 ` wolf
0 siblings, 1 reply; 3+ messages in thread
From: Julien Lepiller @ 2023-09-08 19:26 UTC (permalink / raw)
To: guix-devel, Andy Tai
Hi Andy,
Thanks for the report! You might need a more recent po4a for it to work properly. Could try to guix pull, and enter a new shell for building guix?
Le 8 septembre 2023 20:43:05 GMT+02:00, Andy Tai <atai@atai.org> a écrit :
>Checking out the latest origin/master head, building guix fails:
>
>make[2]: Entering directory '/share/software/guix/guix.git/po/packages'
>make[2]: Nothing to be done for 'all'.
>make[2]: Leaving directory '/share/software/guix/guix.git/po/packages'
>make[2]: Entering directory '/share/software/guix/guix.git'
> MAKEINFO doc/guix.info
> MAKEINFO doc/guix.de.info
> MAKEINFO doc/guix.fr.info
> MAKEINFO doc/guix.es.info
> MAKEINFO doc/guix.pt_BR.info
>contributing.pt_BR.texi:1338: @menu reference to nonexistent node
>`Configuring Git'
>contributing.pt_BR.texi:1339: @menu reference to nonexistent node
>`Sending a Patch Series'
>contributing.de.texi:1447: @menu reference to nonexistent node `Configuring Git'
>contributing.de.texi:1448: @menu reference to nonexistent node
>`Sending a Patch Series'
>contributing.fr.texi:1389: @menu reference to nonexistent node `Configuring Git'
>contributing.fr.texi:1390: @menu reference to nonexistent node
>`Sending a Patch Series'
>make[2]: *** [Makefile:4969: doc/guix.de.info] Error 1
>make[2]: *** Waiting for unfinished jobs....
>make[2]: *** [Makefile:5099: doc/guix.fr.info] Error 1
>make[2]: *** [Makefile:5164: doc/guix.pt_BR.info] Error 1
>
>
>the script I used to build guix from git is attached
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guix build from git failure: missing sections in German, French, etc. doc translations?
2023-09-08 19:26 ` Julien Lepiller
@ 2023-09-08 20:41 ` wolf
0 siblings, 0 replies; 3+ messages in thread
From: wolf @ 2023-09-08 20:41 UTC (permalink / raw)
To: Julien Lepiller; +Cc: guix-devel, Andy Tai
[-- Attachment #1: Type: text/plain, Size: 1875 bytes --]
On 2023-09-08 21:26:56 +0200, Julien Lepiller wrote:
> Hi Andy,
>
> Thanks for the report! You might need a more recent po4a for it to work properly. Could try to guix pull, and enter a new shell for building guix?
>
> Le 8 septembre 2023 20:43:05 GMT+02:00, Andy Tai <atai@atai.org> a écrit :
> >Checking out the latest origin/master head, building guix fails:
> >
> >make[2]: Entering directory '/share/software/guix/guix.git/po/packages'
> >make[2]: Nothing to be done for 'all'.
> >make[2]: Leaving directory '/share/software/guix/guix.git/po/packages'
> >make[2]: Entering directory '/share/software/guix/guix.git'
> > MAKEINFO doc/guix.info
> > MAKEINFO doc/guix.de.info
> > MAKEINFO doc/guix.fr.info
> > MAKEINFO doc/guix.es.info
> > MAKEINFO doc/guix.pt_BR.info
> >contributing.pt_BR.texi:1338: @menu reference to nonexistent node
> >`Configuring Git'
> >contributing.pt_BR.texi:1339: @menu reference to nonexistent node
> >`Sending a Patch Series'
> >contributing.de.texi:1447: @menu reference to nonexistent node `Configuring Git'
> >contributing.de.texi:1448: @menu reference to nonexistent node
> >`Sending a Patch Series'
> >contributing.fr.texi:1389: @menu reference to nonexistent node `Configuring Git'
> >contributing.fr.texi:1390: @menu reference to nonexistent node
> >`Sending a Patch Series'
> >make[2]: *** [Makefile:4969: doc/guix.de.info] Error 1
> >make[2]: *** Waiting for unfinished jobs....
> >make[2]: *** [Makefile:5099: doc/guix.fr.info] Error 1
> >make[2]: *** [Makefile:5164: doc/guix.pt_BR.info] Error 1
> >
> >
> >the script I used to build guix from git is attached
>
FWIW I did run into the same problem this morning and can confirm, guix pull
does resolve the issue.
W.
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[-- 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-08 20:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08 18:43 guix build from git failure: missing sections in German, French, etc. doc translations? Andy Tai
2023-09-08 19:26 ` Julien Lepiller
2023-09-08 20:41 ` wolf
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.