[tlbuild] TeXLive on OpenSolaris/OpenIndiana

Peter Breitenlohner peb at mppmu.mpg.de
Thu Apr 26 11:17:01 CEST 2012


On Wed, 25 Apr 2012, Ettore Aldrovandi wrote:

>> Can you please try to replace
>>     fstat (fileno(DVIfile), &st);
>>     size = (long) st.st_size;       /* get size of file */
>> in lines 268,269 by
>>     fseek (DVIfile, 0L, SEEK_END);
>>     size = ftell (DVIfile);         /* get size of file */
>> see if that works, and tell me the result.
>
> That worked... dvi2tty passed the test during build. I retested the binaries (32 and
> 64) on both S10 and S11 and they appear to be working.

Very good; patch applied to TL SVN as r26145.

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


More information about the tlbuild mailing list