Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528090 - dev-texlive/texlive-formatsextra-2014 build fails with global USE="-xetex"
Summary: dev-texlive/texlive-formatsextra-2014 build fails with global USE="-xetex"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 09:40 UTC by bwcknr
Modified: 2014-11-03 11:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
full output of build.log (build.log,32.73 KB, text/x-log)
2014-11-03 09:42 UTC, bwcknr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bwcknr 2014-11-03 09:40:48 UTC
texlive-module-lollipop requires xetex for font generation.

snippet from build.log

which: no xetex in (/usr/bin:/usr/lib/portage/python3.3/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3:/opt/intel/composerxe-2015.0.090/bin/intel64:/opt/intel/composerxe-2015.0.090/mpirt/bin/intel64:/opt/intel/composerxe-2015.0.090/bin/ia32:/opt/intel/composerxe-2015.0.090/mpirt/bin/ia32:/opt/cuda/bin)
fmtutil: running `xetex -ini   -jobname=xelollipop -progname=xelollipop -etex xelollipop.ini' ...
/usr/bin/fmtutil: line 381: xetex: command not found
Error: `xetex -ini  -jobname=xelollipop -progname=xelollipop -etex xelollipop.ini' failed

Reproducible: Always
Comment 1 bwcknr 2014-11-03 09:42:43 UTC
Created attachment 388398 [details]
full output of build.log

full output of build
Comment 2 Martin Jansa 2014-11-03 10:58:33 UTC
Interestingly trying to build texlive-xetex also fails now:

>>> Compiling source in /tmp/tmpfs/portage/dev-texlive/texlive-xetex-2014/work ...
 * Appending to format.texlive-xetex.cnf for name=xelatex engine=xetex patterns=language.dat                              options="-etex xelatex.ini"
 * Appending to format.texlive-xetex.cnf for name=xetex engine=xetex patterns=language.def                              options="-etex xetex.ini"
 * Building format texmf-dist/fmtutil/format.texlive-xetex.cnf
which: no xetex in (/usr/bin:/usr/lib/portage/python3.4/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2)
fmtutil: running `xetex -ini   -jobname=xelatex -progname=xelatex -etex xelatex.ini' ...
/usr/bin/fmtutil: line 381: xetex: command not found
Error: `xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini' failed
which: no xetex in (/usr/bin:/usr/lib/portage/python3.4/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2)
fmtutil: running `xetex -ini   -jobname=xetex -progname=xetex -etex xetex.ini' ...
/usr/bin/fmtutil: line 381: xetex: command not found
Error: `xetex -ini  -jobname=xetex -progname=xetex -etex xetex.ini' failed

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

This is a summary of all `failed' messages:
`xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini' failed
`xetex -ini  -jobname=xetex -progname=xetex -etex xetex.ini' failed


and the same problem when trying to upgrade texlive-langczechslovak 2013 -> 2014

Transcript written on pdfcsplain.log.
fmtutil: /tmp/tmpfs/portage/dev-texlive/texlive-langczechslovak-2014/work/texmf-var/web2c/pdftex/pdfcsplain.fmt installed.
which: no xetex in (/usr/bin:/usr/lib/portage/python3.4/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2)
fmtutil: running `xetex -ini   -jobname=pdfcsplain -progname=pdfcsplain -etex csplain.ini' ...
/usr/bin/fmtutil: line 381: xetex: command not found
Error: `xetex -ini  -jobname=pdfcsplain -progname=pdfcsplain -etex csplain.ini' failed

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

This is a summary of all `failed' messages:
`xetex -ini  -jobname=pdfcsplain -progname=pdfcsplain -etex csplain.ini' failed
Comment 3 Alexis Ballier gentoo-dev 2014-11-03 11:08:43 UTC
+  03 Nov 2014; Alexis Ballier <aballier@gentoo.org>
+  texlive-formatsextra-2014.ebuild:
+  require xetex, bug #528090
+

thx for the report