From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8141 Path: main.gmane.org!not-for-mail From: Eckhart =?ISO-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: fmtutil (tetex) and the metafun format Date: Wed, 05 Jun 2002 20:16:41 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <1023301002.507.39.camel@hades> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1035398570 25045 80.91.224.250 (23 Oct 2002 18:42:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:42:50 +0000 (UTC) Original-To: ConTeXt mailing list Xref: main.gmane.org gmane.comp.tex.context:8141 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8141 I recently ran into trouble with inline mp graphics, using tetex. Metapost terminated with some memory access problems. Finally, I spotted the reason, and I thought it might be of interest for some people around here. I had added a line to fmtutil to generate the metafun format. The straightforward solution was: metafun mpost - metafun.mp However, since metapost thinks its name should be 'metafun' when the format is now generated by fmtutil, a later call by context/texexec with the option progname=mpost causes an immediate termination. I have chosen to add metafun mpost - -progname=mpost metafun.mp to fmtutil.cnf instead, and everything works fine now. Eckhart