Re: Update fails to compile (2014-02-16 07:33 by h7k #71902)
Hi,
[Reply To Message #71901]
> I updated my TexLive installation (on Windows 8.1), and now when I use luatexja,
> it fails with the message "luaotfload-fontloader.lua not found."
>
> I ran the command luaotfload-tool -u -v, but that didn't solve the problem.
I think that the update of luaotfload is somehow failed,
or run of mktexlsr after "real" update is failed.
* luaotfload-fontloader.lua should exist in .../texmf-dist/tex/luatex/luaotfload/.
If this doesn't exist in your installation, please execute
> tlmgr install --reinstall luaotfload
to reinstall luaotfload.
* If the installation is correct, the following command
> kpsewhich -progname=lualatex luaotfload-fontloader.lua
returns something, like the following.
> /opt/texlive/2013/texmf-dist/tex/luatex/luaotfload/luaotfload-fontloader.lua
If the above command does not output anything, it might be that
the execution of mktexlsr (automatically done after every update)
is somehow failed.
Re: Update fails to compile (2014-02-16 09:15 by sealbeam #71903)
[メッセージ #71902 への返信]
> Hi,
>
> [Reply To Message #71901]
> > I updated my TexLive installation (on Windows 8.1), and now when I use luatexja,
> > it fails with the message "luaotfload-fontloader.lua not found."
> >
> > I ran the command luaotfload-tool -u -v, but that didn't solve the problem.
>
> I think that the update of luaotfload is somehow failed,
> or run of mktexlsr after "real" update is failed.
> * luaotfload-fontloader.lua should exist in .../texmf-dist/tex/luatex/luaotfload/.
> If this doesn't exist in your installation, please execute
> > tlmgr install --reinstall luaotfload
> to reinstall luaotfload.
> * If the installation is correct, the following command
> > kpsewhich -progname=lualatex luaotfload-fontloader.lua
> returns something, like the following.
> > /opt/texlive/2013/texmf-dist/tex/luatex/luaotfload/luaotfload-fontloader.lua
> If the above command does not output anything, it might be that
> the execution of mktexlsr (automatically done after every update)
> is somehow failed.
The kpsewhich command returned nothing, so I ran tlmrgr update -all again.
Now luatexja works.