From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: TeX Live issues Date: Sun, 19 Jan 2020 15:57:15 +0100 Message-ID: <20200119155715.027d4799@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> 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]:43059) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itC0z-0005sl-2r for help-guix@gnu.org; Sun, 19 Jan 2020 09:57:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itC0x-0002zO-Pr for help-guix@gnu.org; Sun, 19 Jan 2020 09:57:24 -0500 Received: from alfons.uib.no ([2001:700:200:30::141]:60593) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itC0x-0002x8-7B for help-guix@gnu.org; Sun, 19 Jan 2020 09:57:23 -0500 In-Reply-To: <87lfq3woim.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 14:42 skribis Ricardo: > > Removing texlive (which is from the master branch) makes sense. > > > > But now there are no "latex" or "lualatex" binaries. Which packages > > should contain the basic binaries? =20 >=20 > Please install =E2=80=9Ctexlive-base=E2=80=9D, not =E2=80=9Ctexlive-latex= -base=E2=80=9D. This should > give you the minimal set of TeX Live packages alongside the executables. There is progress; I have now installed texlive-base without conflicting packages: ``` marco@graviton ~$ guix package -r texlive-latex-base texlive-fonts-latex -i= texlive-base guile: warning: failed to install locale The following packages will be removed: texlive-latex-base 51265 /gnu/store/s9qr333cj87mc1gpns1xcid763mfgfz3= -texlive-latex-base-51265 texlive-fonts-latex 49435 /gnu/store/5m5nqvjvykw9xgfsv4azs4iv2dw03kf0= -texlive-fonts-latex-49435 The following package will be installed: texlive-base 51265 /gnu/store/iccw4cdkcgmccl5svndji830k55v9cxy-texlive= -base-51265 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivations will be built: /gnu/store/7lki7hpac5nf4qgnb54zis44m834v6cj-profile.drv /gnu/store/dqdg9ghskvjnvz73hh7x1f0b8wiaffkx-texlive-base-51265.drv The following profile hooks will be built: /gnu/store/03k448bg3i6391n0aixka6ikm5bc6j2a-gtk-im-modules.drv /gnu/store/102xji5hvss21jg9r8zn8xwchnkyqknb-xdg-mime-database.drv /gnu/store/7vxdmwddij0ggnvk958bgy6pii0v1fk0-ca-certificate-bundle.drv /gnu/store/dzcdjfw0f08cq4bbq7mm377srv6hfplf-texlive-configuration.drv /gnu/store/haph9h15ky4vsvmxs1pgkiqphbiki517-glib-schemas.drv /gnu/store/jf3jg046qdb4kxxdkf15a13q433w002m-gtk-icon-themes.drv /gnu/store/m3sd8zhn7qa7c1m017ga0lz72j0q8lv0-fonts-dir.drv /gnu/store/mr50ypjcxxy8a0bzsw2swqhv51kw6fv9-info-dir.drv /gnu/store/q70mkdl367cn5a2rivx59z9gr3nwqf5l-manual-database.drv /gnu/store/vswv1a5ja58i5r9j88zxk0q777vjdmf6-xdg-desktop-database.drv building /gnu/store/dqdg9ghskvjnvz73hh7x1f0b8wiaffkx-texlive-base-51265.drv= ... building CA certificate bundle... building fonts directory... generating GLib schema cache... creating GTK+ icon theme cache... building cache files for GTK+ input methods... building directory of Info manuals... building database for manual pages... building TeX Live configuration... building XDG desktop file cache... building XDG MIME database... building /gnu/store/7lki7hpac5nf4qgnb54zis44m834v6cj-profile.drv... 74 packages in profile marco@graviton ~$ guix package -I | grep texlive guile: warning: failed to install locale texlive-base 51265 out /gnu/store/iccw4cdkcgmccl5svndji830k55v9cxy= -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 ``` =E2=80=94Marco