From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: TeX Live issues Date: Sat, 18 Jan 2020 16:08:57 +0100 Message-ID: <20200118160857.553f20b8@jasniac.instanton> References: <20200117084809.0d272713@jasniac.instanton> <87blr2xxo7.fsf@elephly.net> <20200117124027.50e7287d@gfi063209.klientdrift.uib.no> <874kwuxp8m.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]:51713) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ispim-000828-Vn for help-guix@gnu.org; Sat, 18 Jan 2020 10:09:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ispil-0006eh-ML for help-guix@gnu.org; Sat, 18 Jan 2020 10:09:08 -0500 Received: from alfons.uib.no ([2001:700:200:30::141]:45749) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ispik-0006bS-V3 for help-guix@gnu.org; Sat, 18 Jan 2020 10:09:07 -0500 In-Reply-To: <874kwuxp8m.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: help-guix@gnu.org Je 17 jan 13:05 skribis Ricardo: > Marco van Hulten writes: >=20 > > Ricardo=E2=80=94 > > > > On 17 Jan 10:03 Ricardo Wurmus wrote: =20 > >> > I am unable to use LaTeX and friends. I get this error: =20 > >> > >> Hmm, something broke here. I also cannot compile my older documents a= ny > >> more. I=E2=80=99ll investigate. =20 > > > > That's great, thanks! =20 >=20 > This is now fixed on the core-updates branch. Note that it should not > be a problem that pdftex.map cannot be found. The PDF file gets > generated just fine. Thank you for fixing this bug! I switched to the core-updates branch, but I am not sure if I did it correctly. First I did guix pull --branch=3Dcore-updates which seemed to work fine as there is a new current-guix link. Then I tried guix package -i texlive-latex-base -u which did not succeed: ... readline 8.0 =E2=86=92 8.0.1 /gnu/store/hjh0n0f734q1mx9dnjlw= isjl32nn43yl-readline-8.0.1 pinentry-gtk2 1.1.0 =E2=86=92 1.1.0 /gnu/store/g7ymwwc10gzz= qkzbvnqxg07lvls369my-pinentry-gtk2-1.1.0 claws-mail 3.17.4 =E2=86=92 3.17.4 /gnu/store/6gzi2jhj5v1j3scrmfmc= rckcph9vpjmz-claws-mail-3.17.4 The following package will be installed: texlive-latex-base 51265 /gnu/store/s9qr333cj87mc1gpns1xcid763mfgf= z3-texlive-latex-base-51265 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 1= 62.2% guix package: error: got unexpected path `/gnu/store/dwynpdsqpw24q1rk= ia7j4ifscc1ph2wg-libfontenc-1.1.4.tar.bz2' from substituter (sorry for mangling of the lines; pasted text should never be touched, it's really Claws Mail's fault). Whereas that did not work, I was able to only install texlive-latex-base, but compilation of a document gives: $ lualatex test This is LuaTeX, Version 1.07.0 (TeX Live 2018)=20 restricted system commands enabled. =20 (Fatal format file error; I'm stymied) $ latex test This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preload= ed format=3Dlatex) restricted \write18 enabled. ---! /home/marco/.guix-profile/share/texmf-dist/web2c/latex.fmt made by= different executable version (Fatal format file error; I'm stymied) So what my actual question here probably is: How do I make sure things are consistent when switching branch? =E2=80=94Marco