de translation breaking the build

  • Open
  • quality assurance status badge
Details
2 participants
  • pelzflorian (Florian Pelz)
  • King, Spencer
Owner
unassigned
Submitted by
King, Spencer
Severity
normal

Debbugs page

King, Spencer wrote 2 months ago
(name . King, Spencer via Guix-patches via)(address . guix-patches@gnu.org)
CYYPR02MB976392E7090AA20553DF0E18901F2@CYYPR02MB9763.namprd02.prod.outlook.com
Hello,

I just checked out a clean copy of the guix repo and am getting an error when trying to build following the instructions in the documentation https://guix.gnu.org/manual/en/html_node/Building-from-Git.html.I'm seeing several warnings ending in an error when building some of the de translation files, snippet below:

MAKEINFO doc/guix.de.info
doc/contributing.de.texi:2188: @menu reference to nonexistent node `Configuring Git'
doc/contributing.de.texi:3873: @menu reference to nonexistent node `Coding'
doc/contributing.de.texi:3874: @menu reference to nonexistent node `System Administration'
doc/contributing.de.texi:2192: warning: node `Senden einer Patch-Reihe' is next for `Git einrichten' in sectioning but not in menu
doc/contributing.de.texi:2192: warning: node `Einreichen von Patches' is up for `Git einrichten' in sectioning but not in menu
doc/contributing.de.texi:1973: node `Einreichen von Patches' lacks menu item for `Git einrichten' despite being its Up target
doc/contributing.de.texi:2219: warning: node `Git einrichten' is prev for `Senden einer Patch-Reihe' in sectioning but not in menu
doc/contributing.de.texi:3881: warning: node `Systemadministration' is next for `Programmieren' in sectioning but not in menu
Wide character in warn at /gnu/store/yrkpm59y0n77n20aijs0yfha44s69h88-profile/bin/makeinfo line 632.
doc/contributing.de.texi:3881: warning: node `Zu Guix’ Infrastruktur beitragen' is up for `Programmieren' in sectioning but not in menu
Wide character in warn at /gnu/store/yrkpm59y0n77n20aijs0yfha44s69h88-profile/bin/makeinfo line 632.
doc/contributing.de.texi:3860: node `Zu Guix’ Infrastruktur beitragen' lacks menu item for `Programmieren' despite being its Up target
doc/contributing.de.texi:3927: warning: node `Day-to-Day System Administration' is next for `Systemadministration' in sectioning but not in menu
doc/contributing.de.texi:3927: warning: node `Programmieren' is prev for `Systemadministration' in sectioning but not in menu
Wide character in warn at /gnu/store/yrkpm59y0n77n20aijs0yfha44s69h88-profile/bin/makeinfo line 632.
doc/contributing.de.texi:3927: warning: node `Zu Guix’ Infrastruktur beitragen' is up for `Systemadministration' in sectioning but not in menu
Wide character in warn at /gnu/store/yrkpm59y0n77n20aijs0yfha44s69h88-profile/bin/makeinfo line 632.
doc/contributing.de.texi:3860: node `Zu Guix’ Infrastruktur beitragen' lacks menu item for `Systemadministration' despite being its Up target
doc/contributing.de.texi:3981: warning: node `Systemadministration' is prev for `Day-to-Day System Administration' in sectioning but not in menu
make[2]: *** [Makefile:5350: doc/guix.de.info] Error 1

I'm not sure how to further debug this, but wanted to ensure the team is aware of this issue.

Best,
Spencer
pelzflorian (Florian Pelz) wrote 2 months ago
(name . King, Spencer)(address . spencer.king@wustl.edu)(address . 75549@debbugs.gnu.org)
875xmhde9k.fsf@pelzflorian.de
Hello Spencer. I suspect your po4a has not been installed from Guix.
Guix needs a recent (maybe 0.70) version of PO4A. If this turns out to
be the reason, then we should put it in the Guix manual.

Regards,
Florian
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 75549
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