From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: TeX Live: lualatex looks in /usr Date: Sat, 22 Feb 2020 18:15:40 +0100 Message-ID: <20200222181540.698cb3cd@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40811) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5YNa-0001wf-W5 for help-guix@gnu.org; Sat, 22 Feb 2020 12:15:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5YNZ-00087o-Qh for help-guix@gnu.org; Sat, 22 Feb 2020 12:15:50 -0500 Received: from alfons.uib.no ([2001:700:200:30::141]:33554) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5YNZ-00086i-4N for help-guix@gnu.org; Sat, 22 Feb 2020 12:15:49 -0500 Received: from ulf.uib.no (smtp.uib.no) [2001:700:200:6::136] by alfons.uib.no for help-guix@gnu.org with esmtp (Exim 4.92.3) id 1j5YNS-000Z1l-Jf; Sat, 22 Feb 2020 18:15:43 +0100 Received: from 173.92-220-42.customer.lyse.net (jasniac.instanton) [92.220.42.173]:37020 by smtp.uib.no for help-guix@gnu.org with esmtpsa (Exim 4.92.3) id 1j5YNR-0005IL-7B; Sat, 22 Feb 2020 18:15:41 +0100 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi all=E2=80=94 lualatex (from texlive-20180414) is looking in /usr/local/. $ lualatex apen =20 This is LuaTeX, Version 1.07.0 (TeX Live 2018)=20 restricted system commands enabled. (./apen.tex[\directlua]:1: module 'lualatexquotejobname.lua' not found: no field package.preload['lualatexquotejobname.lua'] [kpse lua searcher] file not found: 'lualatexquotejobname.lua' [kpse C searcher] file not found: 'lualatexquotejobname.lua' no file '/usr/local/lib/lua/5.2/lualatexquotejobname.so' no file '/usr/local/lib/lua/5.2/loadall.so' no file './lualatexquotejobname.so' stack traceback: =20 [C]: in function 'require' [\directlua]:1: in main chunk. \directlua {require("lualatexquotejobname.lua")} \typeout {\fmtname \space <= \fmt l.1 =20 \documentclass{article} This looks like a bug. What would be the best approach. I do not want energy be spend to get old stuff working. At the same time, installing texlive-base from the core-updates branch has problems as well here (on this list, one month ago). =E2=80=94Marco