<div dir="ltr">Hello,<div><br></div><div>I hope this is the right place to ask the following question instead of the texlive mailing list.<br><div><br></div><div>I recently installed TeXLive 2020 (using the "upgrade" method described in <a href="https://www.tug.org/texlive/upgrade.html">https://www.tug.org/texlive/upgrade.html</a>) and a document using lsqlite3 does not compile.</div><div><br></div><div>Here is a minimum example:</div><div><br></div><div>-------------------</div><div><div>% !TeX program = lualatex<br>\documentclass{article}<br>\usepackage{luacode}<br>\begin{luacode}<br>sqlite3 = require("lsqlite3")<br>\end{luacode}<br>\begin{document}<br>abc<br>\end{document}<br></div><div>-------------------</div><div><br></div><div>and here are the messages I receive:</div><div><br></div><div>-------------------<br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">This is LuaHBTeX, Version 1.12.0 (TeX Live 2020)  </span><br> restricted system commands enabled.
<br>(./1.tex
<br>LaTeX2e <2020-02-02> patch level 5
<br> L3 programming layer <2020-03-06>
<br>(/usr/local/texlive/2020/texmf-dist/tex/latex/base/article.cls
<br>Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
<br>(/usr/local/texlive/2020/texmf-dist/tex/latex/base/size10.clo))
<br>(/usr/local/texlive/2020/texmf-dist/tex/lualatex/luacode/luacode.sty
<br>(/usr/local/texlive/2020/texmf-dist/tex/generic/iftex/ifluatex.sty
<br>(/usr/local/texlive/2020/texmf-dist/tex/generic/iftex/iftex.sty))
<br>(/usr/local/texlive/2020/texmf-dist/tex/luatex/luatexbase/luatexbase.sty
<br>(/usr/local/texlive/2020/texmf-dist/tex/luatex/ctablestack/ctablestack.sty)))
<br>(/usr/local/texlive/2020/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def)
<br>(./1.aux) (/usr/local/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd)...0/tex
<br>mf-dist/tex/luatex/lualibs/lualibs-basic-merged.lua:381: attempt to call a nil  <br>value (field 'cpath specification')
<br>stack traceback:
<br>        ...0/texmf-dist/tex/luatex/lualibs/lualibs-basic-merged.lua:381: in field '?'
<br>        ...0/texmf-dist/tex/luatex/lualibs/lualibs-basic-merged.lua:403: in function <
<br>...0/texmf-dist/tex/luatex/lualibs/lualibs-basic-merged.lua:395>
<br>        [C]: in function 'require'
<br>        [\directlua]:1: in main chunk.
<br>\luacode@dbg@exec ...code@maybe@printdbg {#1} #1 }
<br>                                                   <br>l.9 \end{luacode}
<br></span></div><div>-------------------<br></div><div><br></div><div>Let me note that the document compiles fine with TeXLive 2019 on my system.</div><div><br></div><div>"luarocks list" gives</div><div><br></div><div><div>-------------------<br></div><div></div></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">Rocks installed for Lua 5.3
</span><br>---------------------------
<br>
<br>lsqlite3
<br>   0.9.5-1 (installed) - /usr/lib/luarocks/rocks-5.3<br></span></div><div><div>-------------------<br></div><div></div></div><div><br></div><div>Am I missing something, or is there something wrong here?</div><div><br></div><div>Thanks in advance.</div><div></div></div><div></div></div></div>