<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 10: Running MathTran on RHEL4</title><link href="https://sourceforge.net/p/mathtran/bugs/10/" rel="alternate"/><link href="https://sourceforge.net/p/mathtran/bugs/10/feed.atom" rel="self"/><id>https://sourceforge.net/p/mathtran/bugs/10/</id><updated>2008-02-12T19:45:18Z</updated><subtitle>Recent changes to 10: Running MathTran on RHEL4</subtitle><entry><title>Running MathTran on RHEL4</title><link href="https://sourceforge.net/p/mathtran/bugs/10/" rel="alternate"/><published>2008-02-12T19:45:18Z</published><updated>2008-02-12T19:45:18Z</updated><author><name>Venkat</name><uri>https://sourceforge.net/u/userid-1086873/</uri></author><id>https://sourceforge.net29368e6dd85551ff0abd810f6dcbf0e5885eb50e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When I tried running MathTran on RHEL4 (after manually compiling TeX with IPC support), I ran into an issue where in the DVI being returned in texdp.py is sometimes 0 bytes. In such cases, the next "requests" gets the DVI from the previous request as well as for the current request.&lt;/p&gt;
&lt;p&gt;Needless to say, this causes issues! The problem seems to be that texdp.py gets the DONE from TeX even before any DVI is read.&lt;/p&gt;
&lt;p&gt;I solved this by modifying texdp.py to wait for not only the DONE but also some DVI. Attached is a patch file with the changes.&lt;/p&gt;
&lt;p&gt;This seems to be working fine for me. The unchanged texdp.py did work for me on Fedora 8. So, I dont understand why the different behavior on RHEL4 or if this is the correct fix for the same.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>