This is the relevant part. I think the rest is noise caused by the issue in the manual being copied to all translations: ./doc/guix.texi:29670: warning: node next `Network File System' in menu `Continuous Integration' and in sectioning `Samba Services' differ ./doc/guix.texi:16349: node `Services' lacks menu item for `Samba Services' despite being its Up target ./doc/guix.texi:29985: warning: node prev `Continuous Integration' in menu `Network File System' and in sectioning `Samba Services' differ In particular, it sounds like you didn't add the Samba Services node to the menu near line 16349 (that's a different menu from the one at the top of the file I believe). The other warnings should disappear after you add it. On July 5, 2022 9:21:48 AM GMT+02:00, Simon Streit wrote: >Hello, > >While preparing my patch series [1], I've run into issues where I can't >compile my own branch now: > >--8<---------------cut here---------------start------------->8--- > MAKEINFO doc/guix.fa.info >./doc/guix.es.texi:30547: warning: node next `Sistema de archivos en red' in menu `IntegraciĆ³n continua' and in sectioning `Samba Services' differ >./doc/guix.es.texi:16840: node `Servicios' lacks menu item for `Samba Services' despite being its Up target >./doc/guix.es.texi:30867: warning: node prev `IntegraciĆ³n continua' in menu `Sistema de archivos en red' and in sectioning `Samba Services' differ >./doc/guix.texi:29670: warning: node next `Network File System' in menu `Continuous Integration' and in sectioning `Samba Services' differ >./doc/guix.texi:16349: node `Services' lacks menu item for `Samba Services' despite being its Up target >./doc/guix.texi:29985: warning: node prev `Continuous Integration' in menu `Network File System' and in sectioning `Samba Services' differ >make[2]: *** [Makefile:4834: doc/guix.es.info] Error 1 >make[2]: *** Waiting for unfinished jobs.... >make[2]: *** [Makefile:4704: doc/guix.info] Error 1 >./doc/guix.fa.texi:29097: warning: node next `Network File System' in menu `Continuous Integration' and in sectioning `Samba Services' differ >./doc/guix.fa.texi:16005: node `Services' lacks menu item for `Samba Services' despite being its Up target >./doc/guix.fa.texi:29407: warning: node prev `Continuous Integration' in menu `Network File System' and in sectioning `Samba Services' differ >make[2]: *** [Makefile:4899: doc/guix.fa.info] Error 1 >./doc/guix.de.texi:31749: warning: node next `Network File System' in menu `Kontinuierliche Integration' and in sectioning `Samba Services' differ >./doc/guix.de.texi:17543: node `Dienste' lacks menu item for `Samba Services' despite being its Up target >./doc/guix.de.texi:32070: warning: node prev `Kontinuierliche Integration' in menu `Network File System' and in sectioning `Samba Services' differ >make[2]: *** [Makefile:4769: doc/guix.de.info] Error 1 >make[2]: Leaving directory '/home/ss2/code/guix' >make[1]: *** [Makefile:6573: all-recursive] Error 1 >make[1]: Leaving directory '/home/ss2/code/guix' >make: *** [Makefile:4004: all] Error 2 >--8<---------------cut here---------------end--------------->8--- > >Chances are I missed something while preparing the manual. The problem >arises with this [2] commit. > >Test units in this branch have been prepared too. Thinking about it >wsdd hasn't got any yet. > >[1] https://git.steel-is-real.com/guix/log/?h=simons-samba-service >[2] https://git.steel-is-real.com/guix/commit/?h=simons-samba-service&id=04fd3f8e4eb840b9e2b10337a65035f33bbffce4 > >Thanks in advance for looking into this! > > >Kind regards >Simon >