On Thu, 13 Dec 2012 11:20:49 +0100
Taco Hoekwater
On 12/13/2012 10:55 AM, Alan BRASLAU wrote:
The ConTeXt standalone is broken, running first-setup.sh (amd64-freebsd):
/usr/local/context/beta/bin/texlua: Undefined symbol "_ThreadRuneLocale"
From the internet, I can deduce that this means that the runtime libc does not match the compile time libc.
In particular, this seems relevant:
http://comments.gmane.org/gmane.os.freebsd.devel.ports/105182
Best wishes, Taco
Yes, I forced a recompile locally (I am running 9.0, Mojca must have compiled on 9.1) and then modified first-setup.sh NOT to re-sync luatex from the standalone server and the update then succeeded. Strangely, the binary on the server worked yesterday. However, since then, an update of the ports updated pcre, notably, and this requires a recompile of many binaries. I suspect that this is the problem. On TeXlive, many precautions are taken to produce "universal" binaries (i.e. freebsd 7.2) Alan