=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for rtty-3.2nb4 rm -f version.c ( echo "#ifndef LINT"; echo "char Copyright[] ="; echo ' "Copyright 1996 by Internet Software Consortium";'; echo "char Version[] ="; echo ' "Version 3.2 ('`whoami`'@'`hostname`' '`date`')";'; echo "#endif"; ) >version.c gcc -pipe -Os -O -g -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_STRDUP -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c ttysrv.c ttysrv.c:228:2: warning: implicit declaration of function 'install_ttyios' is invalid in C99 [-Wimplicit-function-declaration] install_ttyios(Tty, &Ttyios); ^ ttysrv.c:458:27: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((fd = accept(fd, sa, &fromlen)) == -1) { ^~~~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:704:73: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ ttysrv.c:578:8: warning: implicit declaration of function 'install_ttyios' is invalid in C99 [-Wimplicit-function-declaration] (install_ttyios(Tty, &Ttyios) >= 0)) { ^ ttysrv.c:923:10: warning: implicit declaration of function 'install_ttyios' is invalid in C99 [-Wimplicit-function-declaration] (void) install_ttyios(Tty, &Ttyios_orig); ^ 4 warnings generated. gcc -pipe -Os -O -g -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_STRDUP -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c ttyprot.c ttyprot.c:90:14: warning: data argument not used by format string [-Wformat-extra-args] fd, f, i, c); ^ ttyprot.c:116:23: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] if (len != (nchars = read(fd, tp->c, len))) { ^ 2 warnings generated. gcc -pipe -Os -O -g -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_STRDUP -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c connutil.c gcc -pipe -Os -O -g -DDEBUG -UWANT_TCPIP -UNEED_BITYPES_H -UNEED_STRDUP -UNO_SOCKADDR_LEN -UNO_HSTRERROR -c misc.c misc.c:81:9: warning: format specifies type 'unsigned int' but the argument has type 'tcflag_t' (aka 'unsigned long') [-Wformat] tty, ios->c_cflag, ios->c_lflag, ^~~~~~~~~~~~ misc.c:81:23: warning: format specifies type 'unsigned int' but the argument has type 'tcflag_t' (aka 'unsigned long') [-Wformat] tty, ios->c_cflag, ios->c_lflag, ^~~~~~~~~~~~ misc.c:82:4: warning: format specifies type 'unsigned int' but the argument has type 'tcflag_t' (aka 'unsigned long') [-Wformat] ios->c_iflag, ios->c_oflag, ^~~~~~~~~~~~ misc.c:82:18: warning: format specifies type 'unsigned int' but the argument has type 'tcflag_t' (aka 'unsigned long') [-Wformat] ios->c_iflag, ios->c_oflag, ^~~~~~~~~~~~ misc.c:152:1: error: conflicting types for 'isnumber' isnumber(s) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/_ctype.h:323:1: note: previous definition is here isnumber(int _c) ^ misc.c:159:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (ch = *s++) { ~~~^~~~~~ misc.c:159:12: note: place parentheses around the assignment to silence this warning while (ch = *s++) { ^ ( ) misc.c:159:12: note: use '==' to turn this assignment into an equality comparison while (ch = *s++) { ^ == 5 warnings and 1 error generated. *** [misc.o] Error code 1 bmake: stopped in /Users/pbulk/build/sysutils/rtty/work 1 error bmake: stopped in /Users/pbulk/build/sysutils/rtty/work *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/sysutils/rtty *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/sysutils/rtty