<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>31421</bug_id>
          
          <creation_ts>2015-10-31 15:16:39 +0300</creation_ts>
          <short_desc>xelatex can&apos;t run in a freshly installed system</short_desc>
          <delta_ts>2018-06-05 16:55:59 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>texlive-xetex</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>NOTABUG</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>31414</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ivan Zakharyaschev">imz</reporter>
          <assigned_to name="kirill">kirill</assigned_to>
          <cc>grenka</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>153394</commentid>
    <comment_count>0</comment_count>
    <who name="Ivan Zakharyaschev">imz</who>
    <bug_when>2015-10-31 15:16:39 +0300</bug_when>
    <thetext>texlive-xetex-2008.0-alt0.15.5

In a freshly installed system, the running of xelatex needs to do some initialization of some &quot;cached&quot; pre-computed files, but that process fails (because it doesn&apos;t want to work with sources which are too old).

I guess this is a well-known problem with Sisyphus, but there hasn&apos;t been a bug report yet.

Example file:

\documentclass{article}

\begin{document}
Foo.
\end{document}


Errors:

xelatex foo
This is XeTeXk, Version 3.1415926-2.2-0.999.6 (Web2C 7.5.7)
 %&amp;-line parsing enabled.

kpathsea: Running mktexfmt xelatex.fmt
fmtutil: running `xetex -ini   -jobname=xelatex -progname=xelatex -etex xelatex.ini&apos; ...
This is XeTeXk, Version 3.1415926-2.2-0.999.6 (Web2C 7.5.7) (INITEX)
 %&amp;-line parsing enabled.
entering extended mode
(/usr/share/texmf-texlive/tex/latex/latexconfig/xelatex.ini
(/usr/share/texmf-texlive/tex/generic/xetexconfig/unicode-letters.tex
loading Unicode properties and character classes)
(/usr/share/texmf-texlive/tex/latex/base/latex.ltx
(/usr/share/texmf-texlive/tex/latex/base/texsys.cfg)
./texsys.aux found


\@currdir set to: ./.


Assuming \openin and \input 
have the same search path.


Defining UNIX/DOS style filename parser.

catcodes, registers, compatibility for TeX 2,  parameters,

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! You are attempting to make a LaTeX format from a source file
! That is more than five years old.
!
! If you enter &lt;return&gt; to scroll past this message then the format
! will be built, but please consider obtaining newer source files
! before continuing to build LaTeX.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! LaTeX source files more than 5 years old!.
l.545 ...aTeX source files more than 5 years old!}
                                                  
? 
! Emergency stop.
l.545 ...aTeX source files more than 5 years old!}
                                                  
No pages of output.
Transcript written on xelatex.log.
Error: `xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini&apos; failed

###############################################################################
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
  /home/imz/.texmf-var/web2c
for details.
###############################################################################

This is a summary of all `failed&apos; messages and warnings:
`xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini&apos; failed
warning: kpathsea: mktexfmt output `This is XeTeXk, Version 3.1415926-2.2-0.999.6 (Web2C 7.5.7) (INITEX)
 %&amp;-line parsing enabled.
entering extended mode
(/usr/share/texmf-texlive/tex/latex/latexconfig/xelatex.ini
(/usr/share/texmf-texlive/tex/generic/xetexconfig/unicode-letters.tex
loading Unicode properties and character classes)
(/usr/share/texmf-texlive/tex/latex/base/latex.ltx
(/usr/share/texmf-texlive/tex/latex/base/texsys.cfg)
./texsys.aux found


\@currdir set to: ./.


Assuming \openin and \input 
have the same search path.


Defining UNIX/DOS style filename parser.

catcodes, registers, compatibility for TeX 2,  parameters,

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! You are attempting to make a LaTeX format from a source file
! That is more than five years old.
!
! If you enter &lt;return&gt; to scroll past this message then the format
! will be built, but please consider obtaining newer source files
! before continuing to build LaTeX.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! LaTeX source files more than 5 years old!.
l.545 ...aTeX source files more than 5 years old!}
                                                  
? 
! Emergency stop.
l.545 ...aTeX source files more than 5 years old!}
                                                  
No pages of output.
Transcript written on xelatex.log.&apos; instead of a filename.
I can&apos;t find the format file `xelatex.fmt&apos;!

Compilation exited abnormally with code 1 at Sat Oct 31 15:10:47</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>171593</commentid>
    <comment_count>1</comment_count>
    <who name="Grigory Ustinov">grenka</who>
    <bug_when>2018-06-05 16:55:59 +0300</bug_when>
    <thetext>apt-get install dblatex</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>