[tlbuild] tl10 rebuild

Peter Breitenlohner peb at mppmu.mpg.de
Wed Jul 7 16:14:52 CEST 2010


On Wed, 7 Jul 2010, Peter Breitenlohner wrote:

> All tests in tex/web2c/omegafonts/ seem to fail while parsing the first line
> of the .pl (.opl, .vpl, .ovp) input file.  No idea what goes wrong.

Hi Edd,

can you try to change texk/web2c/omegafonts/header_routines.c:l.168 from
     header = (string) xmalloc(4*(header_max+1));
into
     header = (string) xcalloc(4*(header_max+1), 1);
and see if that helps (configuring without '--disable-omfonts').

Regards
Peter Breitenlohner <peb at mppmu.mpg.de>


More information about the tlbuild mailing list