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

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

    <bug>
          <bug_id>29499</bug_id>
          
          <creation_ts>2013-10-20 21:20:41 +0400</creation_ts>
          <short_desc>luatex and xetex crash because of version mismatch with zlib</short_desc>
          <delta_ts>2018-05-24 23:24:29 +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-base-bin</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>29500</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ivan Zakharyaschev">imz</reporter>
          <assigned_to name="kirill">kirill</assigned_to>
          
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>143323</commentid>
    <comment_count>0</comment_count>
    <who name="Ivan Zakharyaschev">imz</who>
    <bug_when>2013-10-20 21:20:41 +0400</bug_when>
    <thetext>On a simple hello.tex like this:

\documentclass{article}

\begin{document}
Hello, world!
\end{document}

xelatex and luatex crash because they were compiled with an older zlib (I found the description of the reason somewhere on the web, in a mailing list):

$ xelatex hello.tex 
This is XeTeXk, Version 3.1415926-2.2-0.999.6 (Web2C 7.5.7)
 %&amp;-line parsing enabled.
(Fatal format file error; I&apos;m stymied)
$ luatex hello.tex
PANIC: unprotected error in call to Lua API (zlib library version does not match - header: 1.2.7, library: 1.2.8)
$ rpm -qf /usr/bin/xelatex /usr/bin/luatex
texlive-xetex-2008.0-alt0.15.5
texlive-base-bin-2008.0-alt0.15.5
$ rpm -q zlib
zlib-1.2.8-alt1
$ 

To avoid such errors, an explicit dependcy on the version of zlib should be set in the RPM package.

(For them to work, they should be rebuilt now, anyway.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>171290</commentid>
    <comment_count>1</comment_count>
    <who name="kirill">kirill</who>
    <bug_when>2018-05-24 23:24:29 +0300</bug_when>
    <thetext>неактуально для texlive2017</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>