Re: texlive texmf hash value incorrect?

2017-04-19 Thread Ludovic Courtès
Hi, Danny Milosavljevic skribis: > so I've downloaded approximately 6 GB of texlive today and it always fails at > the verification of the hash value: > > Starting download of > /gnu/store/xdjl5wxdjghq85nbc9qacgyzh8d54f6y-texlive-20160523b-texmf.tar.xz > From > ftp://tug.org/historic/systems/

Re: Texlive-texmf

2016-03-11 Thread Eric Bavier
On Tue, 08 Mar 2016 10:04:14 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Eric Bavier skribis: > > > On Mon, 07 Mar 2016 17:41:44 +0100 > > l...@gnu.org (Ludovic Courtès) wrote: > > > >> Andreas Enge skribis: > >> > >> > On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Courtès wrote:

Re: Texlive-texmf

2016-03-08 Thread Ludovic Courtès
Eric Bavier skribis: > On Mon, 07 Mar 2016 17:41:44 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> Andreas Enge skribis: >> >> > On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Courtès wrote: >> >> Andreas Enge skribis: >> >> > This was the original reason (plus easier debugging) tha

Re: Texlive-texmf

2016-03-07 Thread Eric Bavier
On Mon, 07 Mar 2016 17:41:44 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Andreas Enge skribis: > > > On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Courtès wrote: > >> Andreas Enge skribis: > >> > This was the original reason (plus easier debugging) that I kept the > >> > internal pack

Re: Texlive-texmf

2016-03-07 Thread Andreas Enge
On Mon, Mar 07, 2016 at 05:41:44PM +0100, Ludovic Courtès wrote: > > Second, there is gettext with a native input texlive-bin. > No, fortunately not! :-) My bad! I was mixing it up with po4a in the gettext module. It requires texlive for its tests; if we were to take texlive out, we would need to

Re: Texlive-texmf

2016-03-07 Thread Ludovic Courtès
Andreas Enge skribis: > On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Courtès wrote: >> Andreas Enge skribis: >> > This was the original reason (plus easier debugging) that I kept the >> > internal packages -bin and -texmf public; I think it was a mistake, >> > since it seems to lead to a lo

Re: Texlive-texmf

2016-03-05 Thread Andreas Enge
On Thu, Mar 03, 2016 at 06:04:17PM +0100, Ludovic Courtès wrote: > Andreas Enge skribis: > > This was the original reason (plus easier debugging) that I kept the > > internal packages -bin and -texmf public; I think it was a mistake, > > since it seems to lead to a lot of confusion. > > So I will

Re: Texlive-texmf

2016-03-03 Thread Ludovic Courtès
Andreas Enge skribis: > On Wed, Mar 02, 2016 at 10:34:23AM +0100, Ludovic Courtès wrote: >> We don’t want people to have to do that, do we? :-) >> Personally, I don’t want to have to think beyond “guix package -i >> texlive”. > > It is only about choice, you can always just install texlive if yo

Re: Texlive-texmf

2016-03-02 Thread Andreas Enge
On Wed, Mar 02, 2016 at 10:34:23AM +0100, Ludovic Courtès wrote: > We don’t want people to have to do that, do we? :-) > Personally, I don’t want to have to think beyond “guix package -i > texlive”. It is only about choice, you can always just install texlive if you are ready to download gigabyte

Re: Texlive-texmf

2016-03-02 Thread Ludovic Courtès
Andreas Enge skribis: > On Sat, Feb 27, 2016 at 12:20:33AM +0100, Ludovic Courtès wrote: >> Or simply: >> guix build -e '(@@ (gnu packages texlive) texlive-texmf)' > > That is nifty! I suppose this also uses substitutes if present? Yes, of course. > In that case, > we could even make the texl

Re: Texlive-texmf

2016-02-28 Thread Andreas Enge
On Sat, Feb 27, 2016 at 12:20:33AM +0100, Ludovic Courtès wrote: > Or simply: > guix build -e '(@@ (gnu packages texlive) texlive-texmf)' That is nifty! I suppose this also uses substitutes if present? In that case, we could even make the texlive-bin package private as well, and a user could exe

Re: Texlive-texmf

2016-02-26 Thread Andreas Enge
On Fri, Feb 26, 2016 at 07:07:23PM -0500, Thompson, David wrote: > I install texlive-texmf into my profile because otherwise latex cannot > find any extensions. In particular, I was trying to compile a beamer > document and I spent hours wrestling with load paths and nothing > worked until texlive

Re: Texlive-texmf

2016-02-26 Thread Thompson, David
On Thu, Feb 25, 2016 at 3:19 PM, Andreas Enge wrote: > Hello, > > I would like to make the texlive-texmf package private, to avoid that people > erroneously install it into their profiles. One could still build the big > data part locally as follows: > > guix build texlive-bin # This will use sub

Re: Texlive-texmf

2016-02-26 Thread Ludovic Courtès
Andreas Enge skribis: > I would like to make the texlive-texmf package private, to avoid that people > erroneously install it into their profiles. One could still build the big > data part locally as follows: > > guix build texlive-bin # This will use substitutes. > guix build --no-substitutes t