<div dir="ltr">2015-04-18 17:39 GMT+02:00 Norbert Preining <span dir="ltr"><<a href="mailto:preining@logic.at" target="_blank">preining@logic.at</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Zdenek, (hi Mojca)<br>
<span class=""><br>
> cannot remove path when cwd is /tmp/Mp1Dlms0LS for /tmp/Mp1Dlms0LS:  at<br>
> /usr/share/perl/5.14/File/Temp.pm line 902<br>
<br>
</span>Ah, that helps ...<br>
<br>
Can you please apply this simple patch, add one line, and see if that<br>
makes the error go away?<br>
<br></blockquote><div>It helped, the error disappeared. <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Index: <a href="http://fmtutil.pl" target="_blank">fmtutil.pl</a><br>
===================================================================<br>
--- <a href="http://fmtutil.pl" target="_blank">fmtutil.pl</a>  (revision 36907)<br>
+++ <a href="http://fmtutil.pl" target="_blank">fmtutil.pl</a>  (working copy)<br>
@@ -362,6 +362,7 @@<br>
   print_info("Not selected formats: $nobuild\n") if ($nobuild);<br>
   print_info("Not available formats: $notavail\n") if ($notavail);<br>
   print_info("Failure during builds: $err\n") if ($err);<br>
+  chdir($thisdir);<br>
   return 0;<br>
<span class=""> }<br>
<br>
> fmtutil [WARNING]: inifile cslatex-utf8.ini for cslatex/pdftex not found.<br>
<br>
</span>According to your other message, I ignore this error for now.<br></blockquote><div><br></div><div>I am corresponding with Petr Olšák off the list. If he decides it is a bug, he will fix it in CSTeX, otherwise we will consider it a bug in my local fmtutil.cnf (and this is more probable). <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Norbert<br></blockquote><div><br><br><br clear="all"><div><div class="gmail_signature">Zdeněk Wagner<br><a href="http://hroch486.icpf.cas.cz/wagner/" target="_blank">http://hroch486.icpf.cas.cz/wagner/</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
------------------------------------------------------------------------<br>
PREINING, Norbert                               <a href="http://www.preining.info" target="_blank">http://www.preining.info</a><br>
JAIST, Japan                                 TeX Live & Debian Developer<br>
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13<br>
------------------------------------------------------------------------<br>
</blockquote></div><br></div></div>