<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap:break-word">
<span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:11pt; color:black">We've all been there, it is a part of the debugging experience
<br>
<br>
<span style="color:black">-----Original Message----- <br>
<b>From:</b> jfbu [jfbu@free.fr]<br>
<b>Received:</b> søndag, 05 okt. 2014, 8:55<br>
<b>To:</b> Lars Madsen [daleif@math.au.dk]<br>
<b>CC:</b> josef.kleber@gmx.de [josef.kleber@gmx.de]; tex-live@tug.org [tex-live@tug.org]<br>
<b>Subject:</b> Re: [tex-live] an issue with running dvipdfmx from a makefile<br>
<br>
</span></span>
<div><br>
<div>
<div>Le 4 oct. 2014 à 23:28, Lars Madsen <<a href="mailto:daleif@math.au.dk">daleif@math.au.dk</a>> a écrit :</div>
<br class="Apple-interchange-newline">
<blockquote type="cite"><span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:15px; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; float:none; display:inline!important">Where
 exactly is tmp? As I read your file is should be a subdirectory. Does it exist?<span class="Apple-converted-space"> </span></span><br style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:15px; font-style:normal; font-variant:normal; font-weight:normal; letter-spacing:normal; line-height:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">
</blockquote>
</div>
<br>
<div>Indeed Lars, overwriting TMPDIR via TMPDIR = tmp </div>
<div>caused a problem because the subdirectory tmp/ did *not*</div>
<div>exist for those rules of the Makefile doing latex+dvipdfmx</div>
<div><br>
</div>
<div>(it was not explicitly needed there: a subdirectory tmp/ was needed, </div>
<div>created, used and then removed by some other rules from the Makefile)</div>
<div> </div>
<div>thus the Makefile was running dvipdfmx with a TMPDIR variable set to</div>
<div>a non-existent directory</div>
<div><br>
</div>
<div>that this would trigger a warning isn't that surprising</div>
<div><br>
</div>
<div>it's all my fault,</div>
<div><br>
</div>
<div>Best regards</div>
<div><br>
</div>
<div>Jean-Francois</div>
<div><br>
</div>
</div>
</body>
</html>