[tex-live] TL failed to build

Vladimir Volovich vvv at vsu.ru
Sun Dec 7 06:10:34 CET 2008


"YW" == Yue Wang writes:

 YW> FreeBSD - CURRENT removed that file months ago.  see
 YW> www.archivum.info/cvs-all at freebsd.org/2008-06/msg01414.html.

then the solution (found at http://markmail.org/message/epx4czu6o22362yq)
is to change

#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)

to

#if (defined(__FreeBSD__) && (__FreeBSD_version < 700000)) || defined(__NetBSD__) || defined(__OpenBSD__) 

in the file libs/ncurses/ncurses/tinfo/lib_baudrate.c

 YW> So I added the GNUMAKE environment, and I was very happy because
 YW> the configure are successful. But something happens:
 >> [...]  [... while compiling
 >> libs/ncurses/ncurses/tinfo/lib_baudrate.c ...]
 YW> ../../../../libs/ncurses/ncurses/tinfo/lib_baudrate.c:74:24:
 YW> error: sys/ttydev.h: No such file or directory
 >> [... the rest of the errors are caused by this one ...]
 >> 
 >> for some reason your system does not include
 >> /usr/include/sys/ttydev.h
 >> 
 >> do you know why it is absent/how to add it?

Best,
v.


More information about the tex-live mailing list