Le 26/02/2017 à 22:37, Lucas Nussbaum a écrit : > On 26/02/17 at 21:41 +0100, Vincent Danjean wrote: >> Can you elaborate? I cannot reproduce this failure. It works >> in my sbuild environment. > > if you have a successful build with sbuild, please provide the build > log: it's usually useful to just diff the build logs to compare list of > packages.
Looking at the machine, it seems it was not a sbuild, but a build in my new testing chroot (created with debootstrap, buildd variant). So, I just digged more into it as my sbuild invocation fails indeed. The installed packages are the same (but sbuild-build-depends-core-dummy and sbuild-build-depends-latex-make-dummy of course). I eventually succeeded in reproducing the bug: lualatex needs a writable HOME directory. On my plain (sid) system: $ cat lualatex-example.tex \documentclass{article} \usepackage{luacode} \begin{document} A random number: \begin{luacode} tex.print(math.random()) \end{luacode} \end{document} $ lualatex lualatex-example.tex This is LuaTeX, Version 0.95.0 (TeX Live 2016/Debian) [...] Transcript written on lualatex-example.log. $ HOME=/non-existatn lualatex lualatex-example.tex This is LuaTeX, Version 0.95.0 (TeX Live 2016/Debian) restricted system commands enabled. (./lualatex-example.tex LaTeX2e <2017/01/01> patch level 1 quiting: fix your writable cache path So Norbert, should I reassign this bug to texlive-luatex (it seems a regression), so should I provide an (temporary empty) writable HOME directory during the lualatex invocation? Regards, Vincent -- Vincent Danjean GPG key ID 0xD17897FA vdanj...@debian.org GPG key fingerprint: 621E 3509 654D D77C 43F5 CA4A F6AE F2AF D178 97FA Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html APT repo: deb http://people.debian.org/~vdanjean/debian unstable main