Dear Scott, thank you for testing and reporting.
On 2019-03-02, Scott Kostyshak wrote: > On Fri, Mar 01, 2019 at 05:02:47PM -0000, Guenter Milde wrote: >> On 2019-03-01, Kornel Benko wrote: >> > Am Donnerstag, 28. Februar 2019 21:24:45 CET schrieb Scott Kostyshak >> > <skost...@lyx.org>: >> >> On Mon, Feb 25, 2019 at 01:17:36AM +0100, Günter Milde wrote: >> >> > commit 4de4263f93fdca326d6603e996c7e8ba35454593 ... >> >> I think starting with this commit, the following test now fails for me: >> >> ctest -R "export/examples/uk/splash_pdf4_texF" >> >> I also have the following test failing (but I'm not sure if it's related >> >> to this commit): >> >> ctest -R "export/doc/uk/Intro_pdf4_texF" >> > I see the same, but I don't thing it was this commit. Using >> > the original version of useSystemFonts.pl the errors still appear. >> Checking `ctest -R export.*/uk/.*pdf`: >> 100% tests passed, 0 tests failed out of 14 Both Ukrainean documents compile fine with XeTeX and 8-bit fonts here (TeXLive16) - in tests as well as "per hand". >> So we have either another TeXLive18 problem or one more instance of >> "erratic" behaviour: >> With `ctest -R export.*/uk/.*pdf -N` I see >> Test #3398: UNRELIABLE.ERRATIC_export/doc/uk/Intro_pdf4_texF >> and in unreliableTests I see: >> # Missing Cyrillic LICR commands (on first run after changing from >> tex-fonts) >> # (leftover *.aux file?) >> export/doc/uk/Intro_pdf4_texF >> Maybe there is also "erratic" behaviour for other Ukrainean >> XeTeX-with-tex-fonts tests. ... > Isn't the test about TeX fonts? Should I still check the above? You are right, this was a wrong lead. It would explain a failure of "export/doc/uk/Intro_pdf4_systemF", so I removed this entry from unreliableTests. > The test starts failing after this commit because the following line was > removed from ignoreLatexErrorsTests: > export/examples/uk/splash_pdf4_texF I removed this entry because the export succeeds here. > The test then appears to fail because of: > LaTeX.cpp (719): Log line: Missing character: There is no б in font > larm1200! > LaTeX.cpp (719): Log line: Missing character: There is no е in font > larm1200! > LaTeX.cpp (719): Log line: Missing character: There is no р in font > larm1200! > LaTeX.cpp (719): Log line: Missing character: There is no е in font > larm1200! > LaTeX.cpp (719): Log line: Missing character: There is no з in font > larm1200! > LaTeX.cpp (719): Log line: Missing character: There is no н in font > larm1200! > LaTeX.cpp (719): Log line: Missing character: There is no я in font > larm1200! > LaTeX.cpp (719): Log line: Missing character: There is no р in font > larm1200! I did not find the string "бересзняр" in the uk/splash.lyx, so these must be somewhere dispersed in the document. Unfortunately, I did not find out where. All "missing" characters are common Cyrillic letters that should be present in all Cyrillic fonts. Could you compile "per hand" and "view output anyway"? Maybe you can spot where the characters are missing. Also, I don't have the "CM-Super" fonts installed, so Cyrillic default fonts are type 3 (LH). Maybe "CM-Super" misses some "exotic" shapes? Unless we can find out more about the differences leading to different results at different sites, we might have to add export/examples/uk/splash_pdf4_texF export/doc/uk/Intro_pdf4_texF to unreliableTests:varying_versions Günter