[tlbuild] TeXLive on OpenSolaris/OpenIndiana

Ettore Aldrovandi ealdrov at mail.math.fsu.edu
Thu Apr 26 02:11:58 CEST 2012


On Wed, Apr 25, 2012 at 03:37:45PM +0200, Peter Breitenlohner 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.

--Ettore

-- 
Ettore Aldrovandi
Department of Mathematics, Florida State University
1017 Academic Way		 *    http://www.math.fsu.edu/~ealdrov
Tallahassee, FL 32306-4510, USA * * aldrovandi at math dot fsu dot edu


More information about the tlbuild mailing list