From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: TeX Live issues Date: Sun, 19 Jan 2020 17:34:21 +0100 Message-ID: <20200119173421.19839e02@jasniac.instanton> References: <20200117084809.0d272713@jasniac.instanton> <87blr2xxo7.fsf@elephly.net> <20200117124027.50e7287d@gfi063209.klientdrift.uib.no> <874kwuxp8m.fsf@elephly.net> <20200118160857.553f20b8@jasniac.instanton> <87v9p8x0gs.fsf@elephly.net> <20200118182939.6d72a090@jasniac.instanton> <87sgkbx1ne.fsf@elephly.net> <20200119111607.02700b32@jasniac.instanton> <87lfq3woim.fsf@elephly.net> <20200119155715.027d4799@jasniac.instanton> <87k15nwkwf.fsf@elephly.net> 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]:50943) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itDWx-00009W-Jh for help-guix@gnu.org; Sun, 19 Jan 2020 11:34:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itDWw-0003w1-Hc for help-guix@gnu.org; Sun, 19 Jan 2020 11:34:31 -0500 Received: from alfons.uib.no ([2001:700:200:30::141]:54103) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itDWv-0003vA-Ng for help-guix@gnu.org; Sun, 19 Jan 2020 11:34:30 -0500 In-Reply-To: <87k15nwkwf.fsf@elephly.net> 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: Ricardo Wurmus Cc: help-guix@gnu.org Ricardo=E2=80=94 Je 19 jan 16:01 skribis Ricardo: > > marco@graviton ~$ guix package -I | grep texlive > > guile: warning: failed to install locale > > texlive-base 51265 out /gnu/store/iccw4cdkcgmccl5svndji830k55v= 9cxy-texlive-base-51265 > > ``` > > > > But I have a locale issue: > > > > ``` > > marco@graviton ~/temp$ export LANG=3D"nl_NL.utf8" > > marco@graviton ~/temp$ lualatex test > > Unable to read environment locale: exit now. > > marco@graviton ~/temp$ locale -a | grep '\bnl_NL.utf8\b' > > nl_NL.utf8 > > ``` =20 >=20 > Earlier when you ran =E2=80=9Cguix package -I=E2=80=9D you had the same i= ssue. Please > take a look at the =E2=80=9CApplication Setup=E2=80=9D section in the man= ual. It tells > you how to set up things. I had GUIX_LOCPATH set but did not have glibc-locales installed. Installing this packages solved the issue and I can now compile TeX files with success. Thanks for the help! To recap, to reduce the damage of going off-topic, compiling a TeX file with {,lua}latex works when only texlive-base is installed. I had to do this: guix pull --branch=3Dcore-updates guix package -r texlive texlive-bin texlive-latex-base -i texlive-base =E2=80=94Marco