On Thu, May 24, 2012 at 9:51 AM, Mojca Miklavec
On Thu, May 24, 2012 at 9:19 AM, luigi scarso wrote:
On Thu, May 24, 2012 at 8:21 AM, Henning Hraban Ramm wrote:
Just a short notice, can’t debug ATM: Since yesterday evening, ConTeXt doesn’t seem to be able to build MkII formats (via the first-setup script on OSX 10.5.8 Intel), it claims, cont-nl.mkii, cont-en.mkii, metafun would be missing. As far as I saw, MkIV builds.
I think that the problem is warning: kpathsea: configuration file texmf.cnf not found
If you avoid --make in ./first-setup.sh, then formats can normally be generated later. It is only that the script fails to generate formats for some reason.
Mojca ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
mtxrun, around line 16819: It seems something wrong in resolvers.luacnfspec = "{selfautoloc:,selfautodir:,selfautoparent:}{,/texmf{-local,}/web2c}" The line resolvers.luacnfspec = "{selfautodir:,selfautoparent:}{,/texmf{-local,}/web2c}" is ok, but still I suspect some syntax error if environment.default_texmfcnf then -- unfortunately we now have quite some overkill in the spec (not so nice on a network) resolvers.luacnfspec = environment.default_texmfcnf else -- resolvers.luacnfspec = "selfautoparent:texmf{-local,-context,}/web2c" -- the next line was the original one -- resolvers.luacnfspec = "{selfautoloc:,selfautodir:,selfautoparent:}{,/texmf{-local,}/web2c}" resolvers.luacnfspec = "{selfautodir:,selfautoparent:}{,/texmf{-local,}/web2c}" end -- luigi