Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1580766 > unrolled thread

make pdfdocs errors with 4.10-rc8

Started byJim Davis <jim.epost@gmail.com>
First post2017-02-14 20:20 +0100
Last post2017-02-14 20:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  make pdfdocs errors with 4.10-rc8 Jim Davis <jim.epost@gmail.com> - 2017-02-14 20:20 +0100

#1580766 — make pdfdocs errors with 4.10-rc8

FromJim Davis <jim.epost@gmail.com>
Date2017-02-14 20:20 +0100
Subjectmake pdfdocs errors with 4.10-rc8
Message-ID<taQNR-5Oq-45@gated-at.bofh.it>
On a Fedora 25 system,

[...]
build succeeded, 32 warnings.
make PDFLATEX=xelatex LATEXOPTS="-interaction=batchmode" -C
Documentation/output/./latex;
xelatex -interaction=batchmode 'linux-user.tex'
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016)
(preloaded format=xelatex)
 restricted \write18 enabled.
entering extended mode
Makefile:66: recipe for target 'linux-user.pdf' failed
Documentation/Makefile.sphinx:83: recipe for target 'pdfdocs' failed
Makefile:1450: recipe for target 'pdfdocs' failed

where Documentation/output/latex/linux-user.log contains

[jim@krebstar latex]$ grep '^!' linux-user.log | sort -u
! Extra }, or forgotten \endgroup.
! Missing } inserted.

and that happens often enough that Tex bails:

[jim@krebstar latex]$ tail -20 linux-user.log
[...]
! Extra }, or forgotten \endgroup.
<inserted text> }

l.14911 \hline\end{tabulary}

(That makes 100 errors; please try again.)
[...]

-- 
Jim

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web