On Thu, 2 May 2013 21:57:26 +0200
Silvio Siefke <[email protected]> wrote:
> 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
>
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