Gentoo Archives: gentoo-user

From: Urs Schutz <u.schutz@×××××××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] texlive-basic
Date: Thu, 02 May 2013 23:29:17
Message-Id: 20130502202856.74723e3e@bluewin.ch
In Reply to: [gentoo-user] texlive-basic by Silvio Siefke
1 On Thu, 2 May 2013 21:57:26 +0200
2 Silvio Siefke <siefke_listen@×××.de> wrote:
3
4 > Hello,
5 >
6 > have someone run the texlive update succesfully? I have
7 > problems with building.
8 >
9 > The message:
10 > ###############################################################################
11 > fmtutil: Error! Not all formats have been built
12 > successfully. Visit the log files in directory
13 > /var/tmp/portage/dev-texlive/texlive-basic-2012/work/texmf-var/web2c
14 > for details.
15 > ###############################################################################
16 >
17 > This is a summary of all `failed' messages:
18 > `luatex -ini -jobname=dviluatex -progname=dviluatex
19 > dviluatex.ini' failed `luatex -ini -jobname=luatex
20 > -progname=luatex luatex.ini' failed
21 > * ERROR: dev-texlive/texlive-basic-2012 failed (compile
22 > phase):
23 > * failed to build format
24 > texmf/fmtutil/format.texlive-basic.cnf
25 > *
26 > * Call stack:
27 > * ebuild.sh, line 93: Called src_compile
28 > * environment, line 2195: Called
29 > texlive-module_src_compile
30 > * environment, line 2834: Called die
31 > * The specific snippet of code:
32 > * VARTEXFONTS="${T}/fonts"
33 > TEXMFHOME="${S}/texmf:${S}/texmf-dist:${S}/texmf-var" env
34 > -u TEXINPUTS fmtutil --cnffile "${i}" --fmtdir
35 > "${S}/texmf-var/web2c" --all || die "failed to build
36 > format ${i}";
37 > *
38 > * If you need support, post the output of `emerge --info
39 > '=dev-texlive/texlive-basic-2012'`,
40 > * the complete build log and the output of `emerge -pqv
41 > '=dev-texlive/texlive-basic-2012'`.
42 > * The complete build log is located at
43 > '/var/tmp/portage/dev-texlive/texlive-basic-2012/temp/build.log'.
44 > * The ebuild environment file is located at
45 > '/var/tmp/portage/dev-texlive/texlive-basic-2012/temp/environment'.
46 > * Working directory:
47 > '/var/tmp/portage/dev-texlive/texlive-basic-2012/work'
48 > * S:
49 > '/var/tmp/portage/dev-texlive/texlive-basic-2012/work'
50 >
51 > >>> Failed to emerge dev-texlive/texlive-basic-2012, Log
52 > >>> file:
53 >
54 > ------------------------
55 > gentoo-mobile siefke # emerge -pqv
56 > =dev-texlive/texlive-basic-2012 [ebuild U ]
57 > dev-texlive/texlive-basic-2012 [2011-r1] USE="-doc
58 > -source" ------------------------ emerge --info
59 > =dev-texlive/texlive-basic-2012
60 > > http://nopaste.info/09608209ae.html
61 >
62 > Thank you & Greetings
63 > Silvio
64 >
65
66 Hello Silvio
67
68 I had the same errors and needed to add -O2 to my CFLAGS.
69
70 I did edit /etc/make.conf and changed
71 CFLAGS="-march=native"
72 to
73 CFLAGS="-O2 -march=native"
74
75 I am running mostly stable on an old 32-bit laptop with
76 Intel(R) Core(TM) Duo CPU T2250 @ 1.73GHz processor. Hope
77 that helps.
78
79 Urs

Replies

Subject Author
Re: [gentoo-user] texlive-basic Silvio Siefke <siefke_listen@×××.de>