From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: TeX Live: lualatex looks in /usr Date: Tue, 25 Feb 2020 11:17:10 +0100 Message-ID: <87ftezj7ix.fsf@elephly.net> References: <20200222181540.698cb3cd@jasniac.instanton> <8736b2l5ib.fsf@elephly.net> <20200223102943.1a969a60@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]:60720) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6XHD-0002ji-Mb for help-guix@gnu.org; Tue, 25 Feb 2020 05:17:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6XHC-00020e-J9 for help-guix@gnu.org; Tue, 25 Feb 2020 05:17:19 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21183) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j6XHC-000206-3b for help-guix@gnu.org; Tue, 25 Feb 2020 05:17:18 -0500 In-reply-to: <20200223102943.1a969a60@jasniac.instanton> 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: Marco van Hulten Cc: help-guix@gnu.org Marco van Hulten writes: > $ guix package -I | grep texlive > texlive 20180414 out /gnu/store/wlba9v03ypi0z5qz7p89sa0w12lh37zb-texlive-= 20180414 Ah, that=E2=80=99s the monolithic texlive. I don=E2=80=99t think I can hel= p with this, I=E2=80=99m afraid. I think the error is not that it looks in /usr, but that it doesn=E2=80=99t= find the file earlier. The search in /usr is a last resort here. It first uses the =E2=80=9Ckpse lua searcher=E2=80=9D, then the =E2=80=9Ckpse C sear= cher=E2=80=9D, and only then tries /usr. kpse search is weird, but it is controlled by environment variables. Does the file exist in /gnu/store/wlba9v03ypi0z5qz7p89sa0w12lh37zb-texlive-= 20180414 ? If it does then we need to make sure that it is in a sub-directory that texlive will search. (For the modular texlive the file is provided by texlive-latexconfig.) --=20 Ricardo