Je 17 jan 13:05 skribis Ricardo: > Marco van Hulten <ma...@hulten.org> writes: > > > Ricardo— > > > > On 17 Jan 10:03 Ricardo Wurmus wrote: > >> > I am unable to use LaTeX and friends. I get this error: > >> > >> Hmm, something broke here. I also cannot compile my older documents any > >> more. I’ll investigate. > > > > That's great, thanks! > > 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=core-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 → 8.0.1 /gnu/store/hjh0n0f734q1mx9dnjlwisjl32nn43yl-readline-8.0.1 pinentry-gtk2 1.1.0 → 1.1.0 /gnu/store/g7ymwwc10gzzqkzbvnqxg07lvls369my-pinentry-gtk2-1.1.0 claws-mail 3.17.4 → 3.17.4 /gnu/store/6gzi2jhj5v1j3scrmfmcrckcph9vpjmz-claws-mail-3.17.4 The following package will be installed: texlive-latex-base 51265 /gnu/store/s9qr333cj87mc1gpns1xcid763mfgfz3-texlive-latex-base-51265 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 162.2% guix package: error: got unexpected path `/gnu/store/dwynpdsqpw24q1rkia7j4ifscc1ph2wg-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) restricted system commands enabled. (Fatal format file error; I'm stymied) $ latex test This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=latex) 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? —Marco