On 2017-10-08, Kornel Benko wrote: > Am Sonntag, 8. Oktober 2017 um 08:41:39, schrieb Guenter Milde > <mi...@users.sf.net> >> On 2017-10-08, Scott Kostyshak wrote:
>> > After at tlmgr update, I now get the following: >> > $ ctest -R "seminar" >> > I get "20 tests failed out of 33": >> > 3631 - UNRELIABLE.WRONG_OUTPUT_export/examples/seminar_dvi (Failed) >> ... >> > 5025 - UNRELIABLE.WRONG_OUTPUT_export/examples/fr/seminar_pdf5_systemF >> > (Failed) >> > Before the tlmgr update, I did not have any failures. The tests are >> > marked as unreliable, so perhaps this change in behavior should not be a >> > surprise? I might not be so surprised if a few formats failed, but it >> > seems that all exports to PDF fail. >> It seems that all exports using LaTeX fail (also DVI and Postscript). >> It would be interesting to see the reason (log) but I cannot reproduce with >> my Debian/stable texlive. > I see the same as Scott; Tested first with non-updated TL, everything pass. > Updated, now all 'seminar_[pd]' tests fail. Thank you for testing. > I see many messages in the log (creating pdf2) > Missing character: There is no 0 in font nullfont! This is a false positive from the PNG package http://ctan.org/pkg/pgf. We already added an exception to the LyX error reporting for it. > but also the following: > ! Undefined control sequence. > l.2805 \ifpst@psfonts ... > This line is in > /usr/local/texlive/2017/texmf-dist/tex/generic/pstricks/pstricks.tex > The command \ifpst@psfonts is defined in pstricks/pricks-tex.def with > comment that it is defined in pstricks.sty, but there it is not > defined. Could not find the use or the definition of this command in > TL16. So, it may be a bug in pstricks or an intended change that requires an adaption in seminar.sty. >> I added a new clause in unreliable:varying-versions. Günter