> On 14 Mar 2017, at 03:25, Norbert Preining <[email protected]> wrote: > > I am still surprised that I didn't see this extra warning, so please > retry after the above procedure, and after removing the texmf.cnf > adjustments you made.
Hi Norbert, Yes everything works fine after going through the steps described in your second message (ie patching fmtutil.pl and updating luatex-dev from your repository): lualatex1.log shows the correct fonttext.cfg was read, and typesetting your LucidaMathOTProperties.tex yields no warning. By the way, updating from your repo yields warnings about the package being unsigned (missing texlive.tlpdb.sha512.asc): $ sudo tlmgr --repository http://www.preining.info/tlluatex-dev update luatex-dev TLDownload::get_file: response error: 404 Not Found (for http://www.preining.info/tlluatex-dev/tlpkg/texlive.tlpdb.sha512.asc) TLUtils::download_file: persistent connection ok, but download failed: http://www.preining.info/tlluatex-dev/tlpkg/texlive.tlpdb.sha512.asc TLUtils::download_file: retrying with wget. TLUtils::download_file: retry with wget failed: http://www.preining.info/tlluatex-dev/tlpkg/texlive.tlpdb.sha512.asc TLDownload::get_file: response error: 404 Not Found (for http://www.preining.info/tlluatex-dev/tlpkg/texlive.tlpdb.sha512.asc) TLUtils::download_file: persistent connection ok, but download failed: http://www.preining.info/tlluatex-dev/tlpkg/texlive.tlpdb.sha512.asc TLUtils::download_file: retrying with wget. TLUtils::download_file: retry with wget failed: http://www.preining.info/tlluatex-dev/tlpkg/texlive.tlpdb.sha512.asc tlmgr: package repository http://www.preining.info/tlluatex-dev (not verified: not signed) tlmgr: saving backups to /usr/local/texlive/2016/tlpkg/backups [1/2, ??:??/??:??] update: luatex-dev.x86_64-darwin [4664k] (1 -> 2) ... done [2/2, 00:11/00:11] update: luatex-dev [1k] (1 -> 2) ... done tlmgr: package log updated: /usr/local/texlive/2016/texmf-var/web2c/tlmgr.log regenerating fmtutil.cnf in /usr/local/texlive/2016/texmf-dist running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt luajittex1 ... done running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt luajittex1. running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt lualatex1 ... done running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt lualatex1. running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt dvilualatex1 ... done running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt dvilualatex1. running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt luatex1 ... done running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt luatex1. running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt dviluatex1 ... done running fmtutil-sys --no-error-if-no-engine=luajittex,mfluajit --byfmt dviluatex1. I don't know whether this comes from the repo, or some misconfiguration of my setup. Totally harmless in any case. Bruno
