On 2016-10-09, Jean-Pierre Chrétien wrote: > Le 09/10/2016 à 02:17, Scott Kostyshak a écrit : >> On Sat, Oct 08, 2016 at 01:53:06PM -0400, Scott Kostyshak wrote:
>>> I still get an error for >>> export/export/latex/Unicode-characters/084-misc-symbols-utf8_pdf2 (Failed) >>> Does it pass for you? >>> The error I get is: >>> ! Package inputenc Error: Unicode char ⚀ (U+2680) >>> (inputenc) not set up for use with LaTeX. >> Günter fixed this issue at 52fbe6ea. >> Now all -R "character" tests pass for me. > Not for me (with an up to date master executable): > The following tests FAILED: > 257 - export/export/latex/Unicode-characters/001-4-latin-utf8_pdf2 > (Failed) ... > 274 - > export/export/latex/Unicode-characters/074-76-letterlike-numberforms-arrows_pdf2 > > (Failed) > Is it correct just ta make in the cbuildmaster dir after git pull ? > Should I do something about my fonts installation ? There are no special font requirements for these tests but some (pretty standard) packages like textcomp, wasysym, ifsym, ... I don't think this is the problem. Could you rerun the cmake call (e.g. cmake -DLYX_ENABLE_EXPORT_TESTS=ON -DLYX_RELEASE=ON -DLYX_INSTALL_PREFIX="git-" ../lyx ) and try again. If this still fails, please run one of the tests "by hand" and post the error message. BTW: if "--debug latex" prints the latex error, shouldn't the test script make the latex export calls with this setting? Günter