<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 17, 2015 at 10:17 AM, Deepak Jois <span dir="ltr"><<a href="mailto:deepak.jois@gmail.com" target="_blank">deepak.jois@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Tue, Nov 17, 2015 at 1:42 PM, luigi scarso <<a href="mailto:luigi.scarso@gmail.com">luigi.scarso@gmail.com</a>> wrote:<br>
> No, the texlive is ok, but unfortunately the 0.85 breaks compatibility.<br>
> So you should wait until things are updated, or just use your compiled<br>
> version.<br>
> The current TL uses 0.80.0, and you can find the source at<br>
> <a href="https://foundry.supelec.fr/scm/viewvc.php/tags/beta-0.80.0/?root=luatex" rel="noreferrer" target="_blank">https://foundry.supelec.fr/scm/viewvc.php/tags/beta-0.80.0/?root=luatex</a><br>
><br>
> You should have no problem to compile it and replace the standard binary of<br>
> TL<br>
> (and rebuild the formats, to be sure).<br>
><br>
<br>
</span>Thank you. I checked out v0.80, compiled luatex with --nostrip option,<br>
copied the luatex binary to my TeXLive distribution, rebuilt the<br>
formats (with fmtutil --byengine luatex), and everything worked after<br>
that.<br>
<br>
I definitely had to rebuild the formats to get it working. (otherwise<br>
it gave me the dreaded “I’m stymied error”)<br>
<span class=""><br>
> If it works for you , can you try<br>
> strip -u -r luatex<br>
> as reported by Tantau at<br>
> <a href="http://tracker.luatex.org/view.php?id=555" rel="noreferrer" target="_blank">http://tracker.luatex.org/view.php?id=555</a> ?<br>
<br>
</span>I copied over the binary to another file called luatex-stripped and<br>
ran strip -u -r  on that. Both copies seem to load the shared library<br>
just fine. Here are the results:<br>
<br>
$> cp luatex luatex-stripped<br>
<br>
$> nm luatex | wc -l<br>
24277<br>
<br>
$> strip -u -r luatex-stripped<br>
<br>
$> nm luatex-stripped | wc -l<br>
363<br>
<br>
$> ~/code/personal/luatex/v-0.80/bin/luatex --luaonly test.lua<br>
Deepak<br>
<br>
$> ~/code/personal/luatex/v-0.80/bin/luatex-stripped --luaonly test.lua<br>
Deepak<br>
<br>
So I guess it is an option to use strip -u -r luatex<br>
<br>
</blockquote></div><div class="gmail_extra"><br></div>Ok, good. What is the difference in bytes of the two binaries ?<br><br>At</div><div class="gmail_extra"><a href="http://lua-users.org/wiki/BuildingModules">http://lua-users.org/wiki/BuildingModules</a><br><div class="gmail_extra">Mac OS X bundles (only for Lua 5.1.0 - Lua 5.1.2)</div><div class="gmail_extra">there is a note on unloading modules. Are you able to check it ?</div><div class="gmail_extra">It seems that there is not that problem here.</div><div class="gmail_extra"><br></div><div><br></div>-- <br><div class="gmail_signature">luigi<br></div>
</div></div>