=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for spread-3.17.3nb10 --- user.to --- --- alarm.to --- --- events.to --- --- user.to --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -D_REENTRANT -c user.c -o user.to --- alarm.to --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -D_REENTRANT -c alarm.c -o alarm.to --- events.to --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -D_REENTRANT -c events.c -o events.to --- user.to --- user.c:100:17: warning: 'ip_authenticate' defined but not used [-Wunused-function] static int ip_authenticate( char * auth_data) ^~~~~~~~~~~~~~~ --- events.to --- In file included from events.c:62:0: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- memory.to --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -D_REENTRANT -c memory.c -o memory.to --- sp.to --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -D_REENTRANT -c sp.c -o sp.to sp.c: In function 'connect_nointr_timeout': sp.c:296:67: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] if (getsockopt(s, SOL_SOCKET, SO_ERROR, (void *)&err, &elen) < 0) ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' 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: In function 'set_large_socket_buffers': sp.c:348:65: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( s, SOL_SOCKET, SO_SNDBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ sp.c:353:65: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( s, SOL_SOCKET, SO_RCVBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ --- alarm.lo --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fPIC -I/usr/include -I. -I. -c alarm.c -o alarm.lo --- events.lo --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fPIC -I/usr/include -I. -I. -c events.c -o events.lo In file included from events.c:62:0: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- memory.lo --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fPIC -I/usr/include -I. -I. -c memory.c -o memory.lo --- sp.lo --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fPIC -I/usr/include -I. -I. -c sp.c -o sp.lo --- alarm.tlo --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fPIC -I/usr/include -I. -I. -D_REENTRANT -c alarm.c -o alarm.tlo --- sp.lo --- sp.c: In function 'connect_nointr_timeout': sp.c:296:67: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] if (getsockopt(s, SOL_SOCKET, SO_ERROR, (void *)&err, &elen) < 0) ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' 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: In function 'set_large_socket_buffers': sp.c:348:65: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( s, SOL_SOCKET, SO_SNDBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ sp.c:353:65: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( s, SOL_SOCKET, SO_RCVBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ --- events.tlo --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fPIC -I/usr/include -I. -I. -D_REENTRANT -c events.c -o events.tlo In file included from events.c:62:0: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- memory.tlo --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fPIC -I/usr/include -I. -I. -D_REENTRANT -c memory.c -o memory.tlo --- sp.tlo --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -fPIC -I/usr/include -I. -I. -D_REENTRANT -c sp.c -o sp.tlo --- docs/SP_disconnect.3.out --- --- docs/SP_equal_group_ids.3.out --- --- docs/SP_error.3.out --- --- docs/SP_join.3.out --- --- docs/SP_leave.3.out --- --- docs/SP_multicast.3.out --- --- sp.tlo --- sp.c: In function 'connect_nointr_timeout': sp.c:296:67: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] if (getsockopt(s, SOL_SOCKET, SO_ERROR, (void *)&err, &elen) < 0) ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' 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: In function 'set_large_socket_buffers': sp.c:348:65: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( s, SOL_SOCKET, SO_SNDBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ sp.c:353:65: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( s, SOL_SOCKET, SO_RCVBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ --- docs/SP_multigroup_multicast.3.out --- --- docs/SP_multigroup_scat_multicast.3.out --- --- docs/SP_poll.3.out --- --- docs/SP_receive.3.out --- --- docs/SP_scat_multicast.3.out --- --- docs/SP_scat_receive.3.out --- --- docs/libsp.3.out --- --- docs/spread.1.out --- --- docs/spuser.1.out --- --- docs/sptuser.1.out --- --- docs/spmonitor.1.out --- --- docs/spflooder.1.out --- --- spread.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c spread.c --- protocol.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c protocol.c In file included from protocol.c:49:0: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- session.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c session.c session.c: In function 'Sess_unhash_session': session.c:161:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] c = (char *) &ses->mbox; ^ session.c: In function 'Sess_accept': session.c:580:88: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( Sessions[MAX_SESSIONS].mbox, SOL_SOCKET, SO_SNDBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from session.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ session.c:585:88: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( Sessions[MAX_SESSIONS].mbox, SOL_SOCKET, SO_RCVBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from session.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ session.c: In function 'Sess_deliver_message': session.c:1826:26: warning: variable 'scat' set but not used [-Wunused-but-set-variable] scatter *scat; ^~~~ In file included from session.c:71:0: session.c: At top level: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- groups.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c groups.c --- alarm.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c alarm.c --- groups.o --- groups.c: In function 'G_handle_join': groups.c:694:18: warning: variable 'p_ind1' set but not used [-Wunused-but-set-variable] int new_p_ind, p_ind1; ^~~~~~ groups.c: In function 'G_handle_leave': groups.c:1024:14: warning: variable 'p_ind1' set but not used [-Wunused-but-set-variable] int p_ind, p_ind1; ^~~~~~ groups.c: In function 'G_handle_kill': groups.c:1222:14: warning: variable 'p_ind1' set but not used [-Wunused-but-set-variable] int p_ind, p_ind1; ^~~~~~ In file included from groups.c:48:0: groups.c: At top level: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- events.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c events.c In file included from events.c:62:0: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- memory.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c memory.c --- membership.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c membership.c membership.c: In function 'Memb_handle_join': membership.c:383:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ membership.c: In function 'Smallest_rep': membership.c:1182:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ membership.c: In function 'Sort_members': membership.c:1223:9: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] int32 dummy; ^~~~~ membership.c: In function 'Sort_reps': membership.c:1241:9: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] int32 dummy; ^~~~~ In file included from membership.c:45:0: membership.c: At top level: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- data_link.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c data_link.c --- network.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c network.c --- status.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c status.c --- log.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c log.c --- flow_control.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c flow_control.c --- message.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c message.c In file included from message.c:40:0: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- lex.yy.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c lex.yy.c lex.yy.c:1692:12: warning: 'input' defined but not used [-Wunused-function] static int yyinput() ^~~~~ lex.yy.c:1645:13: warning: 'yyunput' defined but not used [-Wunused-function] #ifndef YY_NO_UNPUT ^~~~~~~ --- y.tab.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c y.tab.c In file included from ./config_parse.y:57:0: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ y.tab.c:3:1: warning: 'yyrcsid' defined but not used [-Wunused-const-variable=] yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $"; ^~~~~~~ --- configuration.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c configuration.c configuration.c: In function 'Conf_print': configuration.c:520:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int s,p,ret; ^~~ In file included from configuration.c:83:0: configuration.c: At top level: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- skiplist.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c skiplist.c skiplist.c: In function 'sl_init': skiplist.c:95:29: warning: passing argument 2 of 'sl_set_compare' from incompatible pointer type [-Wincompatible-pointer-types] sl_set_compare(sl->index, indexing_comp, indexing_compk); ^~~~~~~~~~~~~ In file included from skiplist.c:39:0: skiplist_p.h:78:6: note: expected 'SkiplistComparator {aka int (*)(void *, void *)}' but argument is of type 'int (*)(const void *, const void *)' void sl_set_compare(Skiplist *sl, SkiplistComparator, ^~~~~~~~~~~~~~ skiplist.c:95:44: warning: passing argument 3 of 'sl_set_compare' from incompatible pointer type [-Wincompatible-pointer-types] sl_set_compare(sl->index, indexing_comp, indexing_compk); ^~~~~~~~~~~~~~ In file included from skiplist.c:39:0: skiplist_p.h:78:6: note: expected 'SkiplistComparator {aka int (*)(void *, void *)}' but argument is of type 'int (*)(const void *, const void *)' void sl_set_compare(Skiplist *sl, SkiplistComparator, ^~~~~~~~~~~~~~ --- acm.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c acm.c --- acp-permit.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c acp-permit.c --- acm.o --- In file included from acm.c:41:0: memory.h:126:25: warning: inline function 'Mem_max_obj' declared but never defined LOC_INLINE unsigned int Mem_max_obj(int32u objtype); ^~~~~~~~~~~ memory.h:125:25: warning: inline function 'Mem_obj_total' declared but never defined LOC_INLINE unsigned int Mem_obj_total(int32u objtype); ^~~~~~~~~~~~~ memory.h:124:25: warning: inline function 'Mem_max_in_app' declared but never defined LOC_INLINE unsigned int Mem_max_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:123:25: warning: inline function 'Mem_obj_in_app' declared but never defined LOC_INLINE unsigned int Mem_obj_in_app(int32u objtype); ^~~~~~~~~~~~~~ memory.h:122:25: warning: inline function 'Mem_obj_in_pool' declared but never defined LOC_INLINE unsigned int Mem_obj_in_pool(int32u objtype); ^~~~~~~~~~~~~~~ memory.h:121:25: warning: inline function 'Mem_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_max_bytes(int32u objtype); ^~~~~~~~~~~~~ memory.h:120:25: warning: inline function 'Mem_bytes' declared but never defined LOC_INLINE unsigned int Mem_bytes(int32u objtype); ^~~~~~~~~ memory.h:119:25: warning: inline function 'Mem_total_max_obj' declared but never defined LOC_INLINE unsigned int Mem_total_max_obj(void); ^~~~~~~~~~~~~~~~~ memory.h:118:25: warning: inline function 'Mem_total_obj' declared but never defined LOC_INLINE unsigned int Mem_total_obj(void); ^~~~~~~~~~~~~ memory.h:117:25: warning: inline function 'Mem_total_max_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_max_inuse(void); ^~~~~~~~~~~~~~~~~~~ memory.h:116:25: warning: inline function 'Mem_total_inuse' declared but never defined LOC_INLINE unsigned int Mem_total_inuse(void); ^~~~~~~~~~~~~~~ memory.h:115:25: warning: inline function 'Mem_total_max_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_max_bytes(void); ^~~~~~~~~~~~~~~~~~~ memory.h:114:25: warning: inline function 'Mem_total_bytes' declared but never defined LOC_INLINE unsigned int Mem_total_bytes(void); ^~~~~~~~~~~~~~~ --- auth-null.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c auth-null.c --- auth-ip.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c auth-ip.c --- sp.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c sp.c --- user.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c user.c --- sp.o --- sp.c: In function 'connect_nointr_timeout': sp.c:296:67: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] if (getsockopt(s, SOL_SOCKET, SO_ERROR, (void *)&err, &elen) < 0) ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' 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: In function 'set_large_socket_buffers': sp.c:348:65: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( s, SOL_SOCKET, SO_SNDBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ sp.c:353:65: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] ret= getsockopt( s, SOL_SOCKET, SO_RCVBUF, (void *)&on, &onlen ); ^ In file included from defines.h:42:0, from config.h:237, from arch.h:64, from sp.c:35: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'sockopt_len_t * {aka int *}' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ --- user.o --- user.c:100:17: warning: 'ip_authenticate' defined but not used [-Wunused-function] static int ip_authenticate( char * auth_data) ^~~~~~~~~~~~~~~ --- flooder.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c flooder.c --- monitor.o --- gcc -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -I. -I. -I/usr/include -DHAVE_CONFIG_H -c monitor.c --- libtspread.a --- /usr/bin/ar rv libtspread.a alarm.to events.to memory.to sp.to /usr/bin/ar: creating libtspread.a a - alarm.to a - events.to a - memory.to a - sp.to ranlib libtspread.a --- monitor.o --- monitor.c: In function 'Send_partition': monitor.c:523:6: warning: variable 'proc_index' set but not used [-Wunused-but-set-variable] int proc_index; ^~~~~~~~~~ monitor.c: In function 'Send_flow_control': monitor.c:675:6: warning: variable 'proc_index' set but not used [-Wunused-but-set-variable] int proc_index; ^~~~~~~~~~ --- docs/SP_connect.3.out --- --- libspread.so --- gcc -shared -o libspread.so alarm.lo events.lo memory.lo sp.lo -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib --- libtspread.so --- gcc -shared -o libtspread.so alarm.tlo events.tlo memory.tlo sp.tlo -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lpthread --- spread --- gcc -o spread spread.o protocol.o session.o groups.o alarm.o events.o memory.o membership.o data_link.o network.o status.o log.o flow_control.o message.o lex.yy.o y.tab.o configuration.o skiplist.o acm.o acp-permit.o auth-null.o auth-ip.o -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib --- sptuser --- gcc -pthread -o sptuser user.to libtspread.a -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lpthread --- spmonitor --- gcc -o spmonitor monitor.o alarm.o events.o memory.o data_link.o lex.yy.o y.tab.o configuration.o skiplist.o acm.o -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib --- libspread.a --- /usr/bin/ar rv libspread.a alarm.o events.o memory.o sp.o /usr/bin/ar: creating libspread.a a - alarm.o a - events.o a - memory.o a - sp.o ranlib libspread.a --- spuser --- --- spflooder --- --- spuser --- gcc -o spuser user.o -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib libspread.a --- spflooder --- gcc -o spflooder flooder.o -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib libspread.a => Creating /tmp/pkgbuild/net/spread/work.earmv6hf/.rc.d/spread