khaledhosny / luaotfload

Moved to https://github.com/latex3/luaotfload
23 stars 15 forks source link

mkluatexfontdb stopped working with LuaTeX 0.65 beta #22

Closed mengelbrecht closed 13 years ago

mengelbrecht commented 13 years ago

mkluatexfontdb seems to be incompatible with luatex 0.65 beta

As mentioned here: http://tug.org/pipermail/luatex/2010-December/002353.html

"* Luafilesystem has been updated to 1.5.0. NOTE: there is an incompatible change in the directory iterator method."

This could be the cause for this error:

> mkluatexfontdb
luaotfload | Updating the font names database:
luaotfload | Scanning TEXMF fonts......custom/texmf-dist/tex/luatex/lualibs/lualibs-dir.lua:37: bad argument #1 to '(for generator)' (directory metatable expected, got nil)
khaledhosny commented 13 years ago

Indeed, and until luatex 0.65 or newer in included in texlive (e.g. with the release of texlive2011) I don't see myself fixing it. Patches are welcomed of course.

mengelbrecht commented 13 years ago

Sorry, I did some investigating and the error is in lualibs and not in mkluatexfontdb... Closing this.

phst commented 13 years ago

I filed a bug report for lualibs: mpg/lualibs#2