unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: Andreas Enge <andreas@enge.fr>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: Texlive
Date: Sun, 15 Mar 2015 12:16:58 +0100	[thread overview]
Message-ID: <CAKrPhPMEX8tkekGMyz9fPoRmixaHadW=P2r8x-RSLno1L34hzQ@mail.gmail.com> (raw)
In-Reply-To: <20150315104707.GA8872@debian>

On Sun, Mar 15, 2015 at 11:48 AM, Andreas Enge <andreas@enge.fr> wrote:
>> It would be nice to have an incremental strategy with a hierarchy, say
>> texlive-base, texlive-common, texlive-extra, texlive-all, where each
>> package is non-overlapping with other ones. Then a new functionality to
>> aggregate packages into a new package where you specify which packages
>> to include. Something like
>> guix package --aggregate texlive --with texlive-base texlive-common ...
>
> I agree, but did not find a way of doing it. The problem with texlive is
> that part of the aggregation takes place in the install location (which for
> us would be the store).
>
> For instance, "mktexlsr" creates a file
>   /gnu/store/pvhfl19r2v7fn00g45jkv32n211bk90h-texlive-2014/share/texmf-dist/ls-R
> (after applying the patch), which contains the result of running "ls -R"
> inside the directory. This could be done inside the user profile, but not
> with the current setup, where
>   $HOME/.guix-profile/share/texmf-dist is a link to the store directory
> (which is a useful feature we added at some point in time, since it avoids
> the need for symlinking the thousands of files inside this directory tree),
> so that the ls-R file would be tried to be created in the store.

Just to clarify: the idea would be that the "--aggregate" command
would produce a new package in the store. The new in store package
would inherit the content of the "--with" packages, but with the
possibility to replace some parts (e.g. ls-R, ...) with the help of
some phase. The new parts would only be residing in the new aggregate
and the user would install the new aggregate instead of the other
individual parts.

I understand that this is currently not possible, but, from my point
of view, would be useful functionality for the future.

> My patch makes a first step by separating things better.

Sure it is!

Regards,
Fede

  reply	other threads:[~2015-03-15 11:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-15  9:50 Texlive Federico Beffa
2015-03-15 10:48 ` Texlive Andreas Enge
2015-03-15 11:16   ` Federico Beffa [this message]
2015-03-16 18:54     ` Texlive Andreas Enge
2015-03-16 16:51 ` Texlive Ludovic Courtès
2015-03-23 11:06   ` Texlive Federico Beffa
2015-03-25 21:17     ` Texlive Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2015-03-14 21:54 Texlive Andreas Enge
2015-03-14 23:43 ` Texlive Daniel Pimentel
2015-03-15 15:33 ` Texlive Mark H Weaver
2015-03-15 19:14   ` Texlive Andreas Enge
2015-03-16 16:54 ` Texlive Ludovic Courtès
2015-03-16 18:37   ` Texlive Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKrPhPMEX8tkekGMyz9fPoRmixaHadW=P2r8x-RSLno1L34hzQ@mail.gmail.com' \
    --to=beffa@ieee.org \
    --cc=andreas@enge.fr \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).