On 2019-09-19 14:12:47, EHUELS wrote:
Show quoted text> On Fri Dec 07 01:47:28 2018, SREZIC wrote:
> > See subject. Test log excerpt:
> >
> > ...
> > # Checking the formatting of a LaTeX document with an index
> > makeindex 14-makeindex failed (-1)# Looks like your test exited with
> > -1 just after 3.
> > t/14-makeindex.t ............
> > Dubious, test returned 255 (wstat 65280, 0xff00)
> > Failed 11/14 subtests
> > ...
> > Checking the formatting of a complex LaTeX document with references,
> > a bibliography, an index, etc
> > latex exited with errors:
> > ! LaTeX Error: File `lastpage.sty' not found.
> > ! Emergency stop.
> > l.10 \bibliographystyle
> > # Looks like your test exited with 1 just after 3.
> > t/20-complexdoc.t ...........
> > Dubious, test returned 1 (wstat 256, 0x100)
> > Failed 7/10 subtests
> > ...
> >
> > The test suite works on all my other smoker systems (various freebsd
> > and linux systems).
>
>
>
https://tex.stackexchange.com/questions/285112/latex-error-file-
> lastpage-sty-not-found/285113
>
> Suggests this is a missing package (lastpage) in your TeX (TeXlive)
> distribution.
>
> Could it be that some distributions include that package by default
> and that Fedora doesn't?
It seems there are two errors here:
- t/20-complexdoc.t seems to fail because lastpage.sty is missing, as you are suggesting. However, a missing lastpage.sty seems to be expected in t/15-bibtex.sty:
plan skip_all => 'BIBTEX_TESTS not set. Requires lastpage.sty.'
unless $ENV{BIBTEX_TESTS};
So maybe t/20-complexdoc.t should also be skipped if it's missing?
- t/14-makeindex.t fails because makeindex is not installed on my system.