Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo and texlive
Date: Sun, 07 Feb 2016 23:52:11
Message-Id: CADPrc816bL0pD4bUtru36wp4HeON=sYY7+uk20SEHzkWUUaNaw@mail.gmail.com
In Reply to: [gentoo-user] Gentoo and texlive by karl@aspodata.se
1 On Sun, Feb 7, 2016 at 5:18 PM, <karl@××××××××.se> wrote:
2 > I can install the complete texlive with:
3 > wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
4 > tar zxf install-tl-unx.tar.gz
5 > cd install-tl-20160204/
6 > ./install-tl
7 >
8 > But I don't understand how to do that with the portage version.
9 > If I do a naive
10 >
11 > cd /usr/portage
12 > emerge -auqDN *te*/*texlive*
13 >
14 > I get e.g.:
15 >
16 > [blocks B ] dev-texlive/texlive-langdutch ("dev-texlive/texlive-langdutch" is blocking dev-texlive/texlive-langeuropean-2014)
17 >
18 > If I do
19 >
20 > emerge -auqDN app-text/texlive
21 >
22 > I don't get everything in texlive.
23
24 It's not supposed to give you everything; only what you need. You set
25 up your USE flags accordingly.
26
27 You can get most TeXLive related packages (maybe all, I don't know) with:
28
29 USE="X cjk context detex dvi2tty epspdf extra games graphics
30 humanities jadetex luatex metapost music omega pdfannotextractor png
31 pstricks publishers science tex4ht texi2html truetype xetex xindy xml"
32 emerge app-text/texlive
33
34 or adding the USE flags to /etc/portage/package.use. But you probably
35 don't need all of that.
36
37 Several packages in the TeXLive distribution are merged, splitted or
38 replaced. That's why you get blocks; perhaps you could try:
39
40 emerge -auqDN *te*/*texlive*2014*
41
42 But, again, probably you don't want that either, and there will be
43 other conflicts with -r1 versions. You can also search with ebuilds
44 with the same slot, and emerge those.
45
46 But really, you should set your USE flags and install app-text/texlive.
47
48 Regards.
49 --
50 Dr. Canek Peláez Valdés
51 Profesor de Carrera Asociado C
52 Departamento de Matemáticas
53 Facultad de Ciencias
54 Universidad Nacional Autónoma de México

Replies

Subject Author
[gentoo-user] Re: Gentoo and texlive walt <w41ter@×××××.com>