[tex-live] laulatex quiting: fix your writable cache path

Peter Breitenlohner peb at mppmu.mpg.de
Wed Jun 26 16:10:35 CEST 2013


On Wed, 26 Jun 2013, Taco Hoekwater wrote:

> In that case <assert.h> is apparently the culprit, and the previously
> proposed patch should be altered to look like this instead:
>
> Index: source/texk/web2c/luatexdir/image/writejpg.w
> ===================================================================
> --- source/texk/web2c/luatexdir/image/writejpg.w	(revision 4639)
> +++ source/texk/web2c/luatexdir/image/writejpg.w	(working copy)
> @@ -23,8 +23,8 @@
>     "$Id$"
>     "$URL$";
>
> +#include "ptexlib.h"
> #include <assert.h>
> -#include "ptexlib.h"
> #include "image/image.h"
> #include "image/writejpg.h"

Hi Taco,

that is one case and may or may not be the culprit, but I really meant ALL
files.  There is, e.g., font/tt_table.w with
   #include <stdio.h>
   #include "ptexlib.h"
and if that file happens to use off_t/fseeko/ftello it will get the 32bit
versions.

Regards
Peter


More information about the tex-live mailing list