Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[gentoo-user] texlive-basic

18 views
Skip to first unread message

Silvio Siefke

unread,
May 2, 2013, 4:00:02 PM5/2/13
to
Hello,

have someone run the texlive update succesfully? I have problems with
building.

The message:
###############################################################################
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
/var/tmp/portage/dev-texlive/texlive-basic-2012/work/texmf-var/web2c
for details.
###############################################################################

This is a summary of all `failed' messages:
`luatex -ini -jobname=dviluatex -progname=dviluatex dviluatex.ini' failed
`luatex -ini -jobname=luatex -progname=luatex luatex.ini' failed
* ERROR: dev-texlive/texlive-basic-2012 failed (compile phase):
* failed to build format texmf/fmtutil/format.texlive-basic.cnf
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 2195: Called texlive-module_src_compile
* environment, line 2834: Called die
* The specific snippet of code:
* VARTEXFONTS="${T}/fonts" TEXMFHOME="${S}/texmf:${S}/texmf-dist:${S}/texmf-var" env -u TEXINPUTS fmtutil --cnffile "${i}" --fmtdir "${S}/texmf-var/web2c" --all || die "failed to build format ${i}";
*
* If you need support, post the output of `emerge --info '=dev-texlive/texlive-basic-2012'`,
* the complete build log and the output of `emerge -pqv '=dev-texlive/texlive-basic-2012'`.
* The complete build log is located at '/var/tmp/portage/dev-texlive/texlive-basic-2012/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-texlive/texlive-basic-2012/temp/environment'.
* Working directory: '/var/tmp/portage/dev-texlive/texlive-basic-2012/work'
* S: '/var/tmp/portage/dev-texlive/texlive-basic-2012/work'

>>> Failed to emerge dev-texlive/texlive-basic-2012, Log file:

------------------------
gentoo-mobile siefke # emerge -pqv =dev-texlive/texlive-basic-2012
[ebuild U ] dev-texlive/texlive-basic-2012 [2011-r1] USE="-doc -source"
------------------------
emerge --info =dev-texlive/texlive-basic-2012
> http://nopaste.info/09608209ae.html

Thank you & Greetings
Silvio

Felix Kuperjans

unread,
May 2, 2013, 4:20:02 PM5/2/13
to
Hello Silvio,
That error occurred on my 32-Bit systems, too (interestingly, not on any
amd64 system). Was easily solved by recompiling luatex, it had some
broken dependency not detected by revdep-rebuild.

To check that, maybe try running luatex on the console, it crashed
instantly on my boxes until it was re-emerged...
> Thank you & Greetings Silvio
Regards,
Felix

Urs Schutz

unread,
May 2, 2013, 7:30:01 PM5/2/13
to
Hello Silvio

I had the same errors and needed to add -O2 to my CFLAGS.

I did edit /etc/make.conf and changed
CFLAGS="-march=native"
to
CFLAGS="-O2 -march=native"

I am running mostly stable on an old 32-bit laptop with
Intel(R) Core(TM) Duo CPU T2250 @ 1.73GHz processor. Hope
that helps.

Urs

Silvio Siefke

unread,
May 3, 2013, 5:20:02 AM5/3/13
to
On Thu, 2 May 2013 20:28:56 -0300 Urs Schutz <u.sc...@bluewin.ch>
wrote:

> I had the same errors and needed to add -O2 to my CFLAGS.

My CFLAGS which i use:

siefke@gentoo-mobile : ~ $ cat /etc/make.conf | grep CFLAGS
CFLAGS="-march=native -O2 -fomit-frame-pointer -pipe -mfpmath=sse"


The mistake was luatex which has write Felix.

Silvio Siefke

unread,
May 3, 2013, 5:20:03 AM5/3/13
to
Hello,

On Thu, 02 May 2013 22:16:02 +0200 Felix Kuperjans
<fe...@desaster-games.com> wrote:


> To check that, maybe try running luatex on the console, it crashed
> instantly on my boxes until it was re-emerged...

That's the match. Recompile luatex and all was good. Thank's for the
email. Have nice weekend.
0 new messages