I was wondering if there were any bugs with ConTeXt on TeXLive 2011. I normally do not use ConTeXt but wanted to play with it.
$ uname -a
OpenBSD oko.bagdala2.net 5.1 GENERIC.MP#188 i386
I have problem processing minimal working example of ConTeXt. The TeXLive 2011 is the version which is shipped with 5.1
$ more test.tex
\setuphead[title][style={\ss\bfd},
before={\begingroup},
after={John Doe, the author\smallskip\currentdate\bigskip\endgroup}]
\starttext
\title{\CONTEXT}
\section{Text}
\CONTEXT\ is a document preparation system for the \TEX\ typesetting
program. It offers programmable desktop publishing features and
extensive
\stoptext
Output
$ texexec test.tex
mtxrun | kpse fallback with progname 'context' initialized in
0.12 seconds
$ context test.tex
mtxrun | unknown script 'context.lua' or 'mtx-context.lua'
It looks like a path problem to me.
Edit:
$ luatools --generate
mtxrun | unknown script 'base.lua' or 'mtx-base.lua'
However
$ mtxrun --generate
"works" but I am getting the same message when trying to compile minimal working example.
However, Joseph Wright's comment is very useful and it seems to imply that ConTeXt problem I encountered is OpenBSD specific. I posted the question at ports.AT.openbsd.org but Edd (our TeXLive maintainer) has not responded yet. I will update the solution.
mtxrun --generateas a normal user (or the older syntax:luatools --generate; I don't know when the functionality moved fromluatoolstomtxrun) – Aditya May 1 '12 at 6:08