=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for screen-4.0.3nb5 CPP="cc -E -I/usr/include" srcdir=. sh ./osdef.sh AWK=/usr/bin/awk CC="cc -O2 -march=i586 -I/usr/include" srcdir=. sh ./comm.sh AWK=/usr/bin/awk srcdir=. sh ./term.sh cc -c -I. -I. -O2 -march=i586 -I/usr/include screen.c screen.c:1862:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Panic(0, strnomem); ^~~~~~~~ screen.c:2190:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(0, strnomem); ^~~~~~~~ screen.c:2212:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(0, strnomem); ^~~~~~~~ 3 warnings generated. cc -c -I. -I. -O2 -march=i586 -I/usr/include ansi.c ansi.c:2891:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] LMsg(err, str); ^~~ 1 warning generated. cc -c -I. -I. -O2 -march=i586 -I/usr/include fileio.c fileio.c:72:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Panic(0, strnomem); ^~~~~~~~ fileio.c:80:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Panic(0, strnomem); ^~~~~~~~ fileio.c:580:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(0, strnomem); ^~~~~~~~ fileio.c:830:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Panic(errno, *cmdv); ^~~~~ 4 warnings generated. cc -c -I. -I. -O2 -march=i586 -I/usr/include mark.c cc -c -I. -I. -O2 -march=i586 -I/usr/include misc.c misc.c:55:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Panic(0, strnomem); ^~~~~~~~ misc.c:69:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Panic(0, strnomem); ^~~~~~~~ 2 warnings generated. cc -c -I. -I. -O2 -march=i586 -I/usr/include resize.c resize.c:560:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Panic(0, strnomem); ^~~~~~~~ resize.c:722:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(0, strnomem); ^~~~~~~~ resize.c:955:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(0, strnomem); ^~~~~~~~ 3 warnings generated. cc -c -I. -I. -O2 -march=i586 -I/usr/include socket.c socket.c:802:48: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((ns = accept(ns, (struct sockaddr *) &a, &len)) < 0) ^~~~ /usr/include/sys/socket.h:621:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ socket.c:1263:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Panic(0, strnomem); ^~~~~~~~ 2 warnings generated. cc -c -I. -I. -O2 -march=i586 -I/usr/include search.c sh ./tty.sh tty.c cc -c -I. -I. -O2 -march=i586 -I/usr/include tty.c cc -c -I. -I. -O2 -march=i586 -I/usr/include term.c cc -c -I. -I. -O2 -march=i586 -I/usr/include window.c window.c:591:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(0, strnomem); ^~~~~~~~ window.c:623:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(0, strnomem); ^~~~~~~~ window.c:1465:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(0, strnomem); ^~~~~~~~ 3 warnings generated. cc -c -I. -I. -O2 -march=i586 -I/usr/include utmp.c utmp.c:93:21: error: static declaration of 'getutxent' follows non-static declaration static struct utmp *getutent __P((void)); ^ ./os.h:273:20: note: expanded from macro 'getutent' # define getutent getutxent ^ /usr/include/utmpx.h:135:15: note: previous declaration is here struct utmpx *getutxent(void) __RENAME(__getutxent50); ^ utmp.c:94:13: error: static declaration of 'endutxent' follows non-static declaration static void endutent __P((void)); ^ ./os.h:278:20: note: expanded from macro 'endutent' # define endutent endutxent ^ /usr/include/utmpx.h:132:6: note: previous declaration is here void endutxent(void); ^ utmp.c:96:13: error: static declaration of 'setutxent' follows non-static declaration static void setutent __P((void)); ^ ./os.h:277:20: note: expanded from macro 'setutent' # define setutent setutxent ^ /usr/include/utmpx.h:131:6: note: previous declaration is here void setutxent(void); ^ utmp.c:105:26: error: use of undeclared identifier 'UTMPX_FILE' static char UtmpName[] = UTMPFILE; ^ ./os.h:270:21: note: expanded from macro 'UTMPFILE' # define UTMPFILE UTMPX_FILE ^ utmp.c:272:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Msg(errno, UtmpName); ^~~~~~~~ utmp.c:666:1: error: static declaration of 'setutxent' follows non-static declaration setutent() ^ ./os.h:277:20: note: expanded from macro 'setutent' # define setutent setutxent ^ /usr/include/utmpx.h:131:6: note: previous declaration is here void setutxent(void); ^ utmp.c:673:1: error: static declaration of 'endutxent' follows non-static declaration endutent() ^ ./os.h:278:20: note: expanded from macro 'endutent' # define endutent endutxent ^ /usr/include/utmpx.h:132:6: note: previous declaration is here void endutxent(void); ^ utmp.c:681:1: error: static declaration of 'getutxent' follows non-static declaration getutent() ^ ./os.h:273:20: note: expanded from macro 'getutent' # define getutent getutxent ^ /usr/include/utmpx.h:135:15: note: previous declaration is here struct utmpx *getutxent(void) __RENAME(__getutxent50); ^ 1 warning and 7 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/misc/screen/work/screen-4.0.3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/misc/screen *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/misc/screen