===> License BSD3CLAUSE accepted by the user ===> srelay-0cipiertest depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by srelay-0cipiertest for building ===> Extracting for srelay-0cipiertest => SHA256 Checksum OK for gco-srelay-0cipiertest-9461835_GH0.tar.gz. ===> Patching for srelay-0cipiertest ===> Configuring for srelay-0cipiertest checking build system type... x86_64-unknown-freebsd11.0 checking host system type... x86_64-unknown-freebsd11.0 checking target system type... x86_64-unknown-freebsd11.0 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking tcpd.h usability... yes checking tcpd.h presence... yes checking for tcpd.h... yes checking for hosts_ctl in -lwrap... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking whether enabling thread... yes checking for crypt in -lcrypt... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for socklen_t... yes checking for u_int8_t... yes checking for u_int16_t... yes checking for u_int32_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking whether time.h and sys/time.h may both be included... yes checking for struct sockaddr_dl.sdl_family... yes checking for struct sockaddr.sa_len... yes checking return type of signal handlers... void checking for select... yes checking for socket... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for freeaddrinfo... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h ===> Building for srelay-0cipiertest --- init.o --- --- readconf.o --- --- util.o --- --- socks.o --- --- init.o --- cc -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -Wall -pthread -c init.c --- readconf.o --- cc -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -Wall -pthread -c readconf.c --- util.o --- cc -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -Wall -pthread -c util.c --- socks.o --- cc -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -Wall -pthread -c socks.c --- init.o --- init.c:136:38: warning: size argument in 'strncat' call appears to be size of the source [-Wstrncat-size] strncat(tmp_str_serv_sock, sbuf, sizeof(sbuf)); ^~~~~~~~~~~~ init.c:136:38: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(tmp_str_serv_sock, sbuf, sizeof(sbuf)); ^~~~~~~~~~~~ sizeof(tmp_str_serv_sock) - strlen(tmp_str_serv_sock) - 1 1 warning generated. --- relay.o --- cc -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -Wall -pthread -c relay.c --- main.o --- cc -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -Wall -pthread -c main.c --- auth-pwd.o --- cc -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -Wall -pthread -c auth-pwd.c --- get-bind.o --- cc -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -Wall -pthread -c get-bind.c --- srelay --- cc init.o readconf.o util.o socks.o relay.o main.o auth-pwd.o get-bind.o -lcrypt -lwrap -L/usr/local/lib -fstack-protector -pthread -o srelay 0