|
From: | john o goyo |
Subject: | Building gm2-gcc-12 on NetBSD 9.1 Sparc |
Date: | Sat, 19 Feb 2022 09:58:09 -0500 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
Nearly home, folks.After a few bumps, to be reported after build, I have arrived at the following problem. Makeinfo halts due to too many erros in the gm2.texi file.
Here is a sample. if test "xinfo" = xinfo; then \ rm -f doc/m2.info*; \makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-headers -I/home/build/opt/gcc/bld/gm2/gcc/m2 -I../../../src/gcc-git/gcc/doc/include \ -o doc/m2.info ../../../src/gcc-git/gcc/doc/gm2.texi ; \
else true; fi [...]../../../src/gcc-git/gcc/doc/gm2.texi:429: Node `Using' lacks menu item for `Community' despite being its Up target. ../../../src/gcc-git/gcc/doc/gm2.texi:429: Node `Using' lacks menu item for `FAQ' despite being its Up target. ../../../src/gcc-git/gcc/doc/gm2.texi:429: Node `Using' lacks menu item for `Objectives' despite being its Up target. ../../../src/gcc-git/gcc/doc/gm2.texi:357: Next field of node `Limitations' not pointed to (perhaps incorrect sectioning?). ../../../src/gcc-git/gcc/doc/gm2.texi:365: This node (Objectives) has the bad Prev. ../../../src/gcc-git/gcc/doc/gm2.texi:429: Node `Using' lacks menu item for `Limitations' despite being its Up target. ../../../src/gcc-git/gcc/doc/gm2.texi:429: Node `Using' lacks menu item for `Regression tests' despite being its Up target. ../../../src/gcc-git/gcc/doc/gm2.texi:429: Node `Using' lacks menu item for `Documentation' despite being its Up target. ../../../src/gcc-git/gcc/doc/gm2.texi:429: Node `Using' lacks menu item for `Features' despite being its Up target. ../../../src/gcc-git/gcc/doc/gm2.texi:264: Next field of node `Obtaining' not pointed to (perhaps incorrect sectioning?).
[...]The build is using makeinfo 4.8. Which version is recommended (or is something else going on)?
Sincerely, john
[Prev in Thread] | Current Thread | [Next in Thread] |