WARNING: [license.mk] Every package should define a LICENSE.
===> Building for spread-3.17.3nb13
clang -pipe -Os -Wall -I. -I.   -DHAVE_CONFIG_H -D_REENTRANT -c user.c -o user.to
user.c:256:10: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast]
                        ret = (int) fgets( mess, 200, stdin );
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
user.c:283:10: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast]
                        ret = (int) fgets( mess, 200, stdin );
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
user.c:100:17: warning: unused function 'ip_authenticate' [-Wunused-function]
static  int     ip_authenticate( char * auth_data)
                ^
3 warnings generated.
clang -pipe -Os -Wall -I. -I.   -DHAVE_CONFIG_H -D_REENTRANT -c alarm.c -o alarm.to
clang -pipe -Os -Wall -I. -I.   -DHAVE_CONFIG_H -D_REENTRANT -c events.c -o events.to
clang -pipe -Os -Wall -I. -I.   -DHAVE_CONFIG_H -D_REENTRANT -c memory.c -o memory.to
clang -pipe -Os -Wall -I. -I.   -DHAVE_CONFIG_H -D_REENTRANT -c sp.c -o sp.to
sp.c:296:67: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
            if (getsockopt(s, SOL_SOCKET, SO_ERROR, (void *)&err, &elen) < 0)
                                                                  ^~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
sp.c:239:17: warning: variable 'ret_ioctl' set but not used [-Wunused-but-set-variable]
    int         ret_ioctl;
                ^
sp.c:310:209: warning: variable 'err' is uninitialized when used here [-Wuninitialized]
            Alarmp( SPLOG_FATAL, SESSION, "connect_nointr_timeout: connect interrupted--but select does not indicate either error or connecting socket ready. Impossible condition (i.e. bug).  ret= %d: %s\n", err, sock_strerror(sock_errno));
                                                                                                                                                                                                                ^~~
sp.c:237:20: note: initialize the variable 'err' to silence this warning
    int         err;
                   ^
                    = 0
sp.c:348:65: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        ret= getsockopt( s, SOL_SOCKET, SO_SNDBUF, (void *)&on, &onlen );
                                                                ^~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
sp.c:353:65: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        ret= getsockopt( s, SOL_SOCKET, SO_RCVBUF, (void *)&on, &onlen );
                                                                ^~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
5 warnings generated.
clang -pipe -Os -Wall -fPIC -I. -I. -c alarm.c -o alarm.lo
clang -pipe -Os -Wall -fPIC -I. -I. -c events.c -o events.lo
clang -pipe -Os -Wall -fPIC -I. -I. -c memory.c -o memory.lo
clang -pipe -Os -Wall -fPIC -I. -I. -c sp.c -o sp.lo
sp.c:296:67: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
            if (getsockopt(s, SOL_SOCKET, SO_ERROR, (void *)&err, &elen) < 0)
                                                                  ^~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
sp.c:239:17: warning: variable 'ret_ioctl' set but not used [-Wunused-but-set-variable]
    int         ret_ioctl;
                ^
sp.c:310:209: warning: variable 'err' is uninitialized when used here [-Wuninitialized]
            Alarmp( SPLOG_FATAL, SESSION, "connect_nointr_timeout: connect interrupted--but select does not indicate either error or connecting socket ready. Impossible condition (i.e. bug).  ret= %d: %s\n", err, sock_strerror(sock_errno));
                                                                                                                                                                                                                ^~~
sp.c:237:20: note: initialize the variable 'err' to silence this warning
    int         err;
                   ^
                    = 0
sp.c:348:65: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        ret= getsockopt( s, SOL_SOCKET, SO_SNDBUF, (void *)&on, &onlen );
                                                                ^~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
sp.c:353:65: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        ret= getsockopt( s, SOL_SOCKET, SO_RCVBUF, (void *)&on, &onlen );
                                                                ^~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
5 warnings generated.
clang -pipe -Os -Wall -fPIC -I. -I. -D_REENTRANT -c alarm.c -o alarm.tlo
clang -pipe -Os -Wall -fPIC -I. -I. -D_REENTRANT -c events.c -o events.tlo
clang -pipe -Os -Wall -fPIC -I. -I. -D_REENTRANT -c memory.c -o memory.tlo
clang -pipe -Os -Wall -fPIC -I. -I. -D_REENTRANT -c sp.c -o sp.tlo
sp.c:296:67: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
            if (getsockopt(s, SOL_SOCKET, SO_ERROR, (void *)&err, &elen) < 0)
                                                                  ^~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
sp.c:239:17: warning: variable 'ret_ioctl' set but not used [-Wunused-but-set-variable]
    int         ret_ioctl;
                ^
sp.c:310:209: warning: variable 'err' is uninitialized when used here [-Wuninitialized]
            Alarmp( SPLOG_FATAL, SESSION, "connect_nointr_timeout: connect interrupted--but select does not indicate either error or connecting socket ready. Impossible condition (i.e. bug).  ret= %d: %s\n", err, sock_strerror(sock_errno));
                                                                                                                                                                                                                ^~~
sp.c:237:20: note: initialize the variable 'err' to silence this warning
    int         err;
                   ^
                    = 0
sp.c:348:65: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        ret= getsockopt( s, SOL_SOCKET, SO_SNDBUF, (void *)&on, &onlen );
                                                                ^~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
sp.c:353:65: warning: passing 'sockopt_len_t *' (aka 'int *') to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        ret= getsockopt( s, SOL_SOCKET, SO_RCVBUF, (void *)&on, &onlen );
                                                                ^~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:712:76: note: passing argument to parameter here
int     getsockopt(int, int, int, void * __restrict, socklen_t * __restrict);
                                                                           ^
5 warnings generated.
./buildtools/fixpaths: input file ./docs/SP_disconnect.0 missing!
*** [docs/SP_disconnect.3.out] Error code 2

bmake: stopped making "all" in /Users/pbulk/build/net/spread/work/spread-src-3.17.3
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/net/spread/work/spread-src-3.17.3
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/spread
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/spread