help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TeX Live issues


From: Marco van Hulten
Subject: Re: TeX Live issues
Date: Sun, 19 Jan 2020 15:57:15 +0100

Ricardo—

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?  
> 
> Please install “texlive-base”, not “texlive-latex-base”.  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="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
```

—Marco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]