On Mon, Aug 18, 2025 at 1:08 PM Ikumi Keita <ik...@ikumi.que.jp> wrote: > > Hi Hongyi, > > >>>>> Hongyi Zhao <hongyi.z...@gmail.com> writes: > > Dear AUCTeX developers, > > I encountered numerous makeinfo errors while building AUCTeX > > documentation. > > How did you run "makeinfo" command? The source tree is intended to run > through installation process, namely in the course of "make" in the top > directory. It performs some required preparations before running > "makeinfo" actually. If you didn't issue "make" in the top directory, it > is very likely to fail.
For an example of such a problem, see below: werner@x13dai-t:~/.emacs.d/straight/repos/auctex$ make -j all emacs --batch -q -no-site-file -no-init-file -l lpath.el -f batch-byte-compile auctex-autoloads.el emacs --batch -q -no-site-file -no-init-file -l lpath.el -f batch-byte-compile lpath.el Will use: /usr/local/bin/emacs Will use: /usr/local/bin/emacs werner@x13dai-t:~/.emacs.d/straight/repos/auctex$ cd doc/ werner@x13dai-t:~/.emacs.d/straight/repos/auctex/doc$ /usr/bin/makeinfo /home/werner/.emacs.d/straight/repos/auctex/doc/faq.texi -o /home/werner/.emacs.d/straight/build/auctex/faq.info faq.texi:17: unknown command `AUCTeX' faq.texi:17: misplaced { faq.texi:17: misplaced } faq.texi:23: unknown command `AUCTeX' faq.texi:23: misplaced { faq.texi:23: misplaced } faq.texi:52: unknown command `AUCTeX' faq.texi:52: misplaced { faq.texi:52: misplaced } faq.texi:64: unknown command `AUCTeX' faq.texi:64: misplaced { faq.texi:64: misplaced } faq.texi:73: unknown command `AUCTeX' faq.texi:73: misplaced { faq.texi:73: misplaced } faq.texi:102: unknown command `AUCTeX' faq.texi:102: misplaced { faq.texi:102: misplaced } faq.texi:104: unknown command `AUCTeX' faq.texi:104: misplaced { faq.texi:104: misplaced } faq.texi:108: unknown command `AUCTeX' faq.texi:108: misplaced { faq.texi:108: misplaced } faq.texi:114: unknown command `AUCTeX' faq.texi:114: misplaced { faq.texi:114: misplaced } faq.texi:141: unknown command `AUCTeX' faq.texi:141: misplaced { faq.texi:141: misplaced } faq.texi:146: unknown command `AUCTeX' faq.texi:146: misplaced { faq.texi:146: misplaced } faq.texi:164: unknown command `AUCTeX' faq.texi:164: misplaced { faq.texi:164: misplaced } faq.texi:179: unknown command `AUCTeX' faq.texi:179: misplaced { faq.texi:179: misplaced } faq.texi:130: @xref reference to nonexistent node `Parsing Files' faq.texi:130: @ref reference to nonexistent node `Multifile' > > The errors consistently appear across multiple .texi files > > Most .texi files are sub files included from other .texi files, so those > wouldn't build independently for the first place. Only auctex.texi and > preview-latex.texi are the "target" files which build independently. > > Regards, > Ikumi Keita > #StandWithUkraine #StopWarInUkraine > #Gaza #StopMassiveKilling #CeasefireNOW Regards, Zhao