help-guix
[Top][All Lists]
Advanced

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

Re: using texlive class from a private texmf tree


From: Andreas Enge
Subject: Re: using texlive class from a private texmf tree
Date: Sun, 8 Dec 2019 15:30:05 +0100
User-agent: Mutt/1.12.1 (2019-06-15)

Hello,

On Fri, Dec 06, 2019 at 11:31:07AM +0000, Myles English wrote:
> These are the packages installed:
> 
> $ guix package -I | grep tex
> texlive 20180414 out 
> /gnu/store/wlba9v03ypi0z5qz7p89sa0w12lh37zb-texlive-20180414
> texlive-bin 20180414 out 
> /gnu/store/znf7mmx3vslsscn9v3ilxmgkirqwswy8-texlive-bin-20180414
> texlive-base 49435 out 
> /gnu/store/5qg546zydvcjcqvbf7d49yg4iq7yhn9d-texlive-base-49435
> 
> Here are the relevant environment variables:
> 
> $ env | grep TEX                        
> TEXMF=/home/myles/.guix-profile/share/texmf-dist
> TEXMFCNF=/home/myles/.guix-profile/share/texmf-dist/web2c
> 
> Is there anything else I can try?

maybe try to exactly mimick my environment? And if that does not help,
I would not know where to look next.

$ guix package -I | grep tex
texlive 20180414        out     
/gnu/store/axddwjmfip84lz3fp7xqh9p9vx8hchcm-texlive-20180414

In particular, I think that texlive-base (from the split-up texlive
distribution) and texlive-bin (from the monolithic one, but also included
in the "meta-package" texlive) will collide.

$ env | grep TEX

There should be nothing. Maybe that is also pulled in from the split-up
package installed into the profile?

If it works with the monolithic, but not the split-up package, then it is
a bug to be reported.

Andreas




reply via email to

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