[RTEMS Project] #3651: Sphinx 1.8 PDF (latex) on FreeBSD does not build
RTEMS trac
trac at rtems.org
Tue Jan 8 23:24:50 UTC 2019
#3651: Sphinx 1.8 PDF (latex) on FreeBSD does not build
------------------------------+---------------------
Reporter: Chris Johns | Owner: (none)
Type: defect | Status: new
Priority: high | Milestone: 5.1
Component: doc | Version: 5
Severity: critical | Resolution:
Keywords: sphinx latex pdf | Blocked By:
Blocking: |
------------------------------+---------------------
Comment (by Chris Johns):
Sphinx provides a `Makefile` in the build directory and this uses
`latexmk` to create the PDF. I have seen posts from sphinx developers
stating the `Makefile` should be used when building a PDF.
Sphinx 1.8 and later references `\spxpagem` which is provided in a support
file called `sphinx.xdy`. The `Makefile` references this file in the
`xindy` options:
{{{
export XINDYOPTS = -L english -C utf8 -M sphinx.xdy
}}}
The issue on FreeBSD with `texlive-full-20150521` is the lack of the
`xindy` command:
{{{
$ type xindy
xindy: not found
}}}
And `latexmk` expects it to exist.
--
Ticket URL: <http://devel.rtems.org/ticket/3651#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list