------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1g,1.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> spiped-1.6.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> spiped-1.6.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by spiped-1.6.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> spiped-1.6.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by spiped-1.6.1_1 for building => SHA256 Checksum OK for spiped-1.6.1.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> spiped-1.6.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by spiped-1.6.1_1 for building ===> Extracting for spiped-1.6.1_1 => SHA256 Checksum OK for spiped-1.6.1.tgz. Extracted Memory Use: 0.79M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for spiped-1.6.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> spiped-1.6.1_1 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> spiped-1.6.1_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for spiped-1.6.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for spiped-1.6.1_1 --- cflags-filter.sh --- --- cpusupport-config.h --- --- posix-flags.sh --- --- cflags-filter.sh --- if [ -d libcperciva/POSIX/ ]; then export CC="cc"; cd libcperciva/POSIX; command -p sh posix-cflags-filter.sh "$PATH"; fi > cflags-filter.sh --- cpusupport-config.h --- if [ -d libcperciva/cpusupport/ ]; then export CC="cc"; command -p sh libcperciva/cpusupport/Build/cpusupport.sh "$PATH"; fi > cpusupport-config.h --- posix-flags.sh --- if [ -d libcperciva/POSIX/ ]; then export CC="cc"; cd libcperciva/POSIX; printf "export \"LDADD_POSIX="; command -p sh posix-l.sh "$PATH"; printf "\"\n"; printf "export \"CFLAGS_POSIX="; command -p sh posix-cflags.sh "$PATH"; printf "\"\n"; fi > posix-flags.sh --- cflags-filter.sh --- if [ ! -s cflags-filter.sh ]; then printf "# Compiler understands normal flags; "; printf "nothing to filter out\n"; fi >> cflags-filter.sh --- cpusupport-config.h --- Checking if compiler supports X86 CPUID feature... yes --- posix-flags.sh --- WARNING: POSIX violation: cc does not understand -lxnet --- cpusupport-config.h --- Checking if compiler supports X86 AESNI feature... yes, via -maes --- posix-flags.sh --- if [ ! -s posix-flags.sh ]; then printf "#define POSIX_COMPATIBILITY_NOT_CHECKED 1\n"; fi >> posix-flags.sh --- cpusupport-config.h --- Checking if compiler supports X86 RDRAND feature... yes, via -mrdrnd Checking if compiler supports X86 SHANI feature... yes, via -msse2 -msha Checking if compiler supports X86 SSSE3 feature... yes, via -mssse3 if [ ! -s cpusupport-config.h ]; then printf "#define CPUSUPPORT_NONE 1\n"; fi >> cpusupport-config.h --- all --- export CFLAGS="${CFLAGS:--O2}"; . ./posix-flags.sh; . ./cpusupport-config.h; . ./cflags-filter.sh; export HAVE_BUILD_FLAGS=1; for D in spiped spipe tests/dnsthread-resolve tests/nc-client tests/nc-server tests/pushbits tests/valgrind perftests/recv-zeros perftests/send-zeros; do ( cd ${D} && /usr/bin/make all ) || exit 2; done --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ..; /usr/bin/make BUILD_SUBDIR=spiped BUILD_TARGET=spiped buildsubdir; else /usr/bin/make spiped; fi --- main.o --- --- dispatch.o --- --- proto_conn.o --- --- proto_crypt.o --- --- proto_handshake.o --- --- proto_pipe.o --- --- sha256.o --- --- sha256_shani.o --- --- elasticarray.o --- --- ptrheap.o --- --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c main.c -o main.o --- dispatch.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c dispatch.c -o dispatch.o --- proto_conn.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../proto/proto_conn.c -o proto_conn.o --- proto_crypt.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../proto/proto_crypt.c -o proto_crypt.o --- proto_handshake.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../proto/proto_handshake.c -o proto_handshake.o --- proto_pipe.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../proto/proto_pipe.c -o proto_pipe.o --- sha256.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/alg/sha256.c -o sha256.o --- sha256_shani.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -msse2 -msha -mssse3 -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/alg/sha256_shani.c -o sha256_shani.o --- elasticarray.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/datastruct/elasticarray.c -o elasticarray.o --- ptrheap.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/datastruct/ptrheap.c -o ptrheap.o --- timerqueue.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/datastruct/timerqueue.c -o timerqueue.o --- dnsthread.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../lib/dnsthread/dnsthread.c -o dnsthread.o --- graceful_shutdown.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../lib/util/graceful_shutdown.c -o graceful_shutdown.o --- asprintf.o --- --- daemonize.o --- --- asprintf.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/asprintf.c -o asprintf.o --- daemonize.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/daemonize.c -o daemonize.o --- entropy.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/entropy.c -o entropy.o --- getopt.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/getopt.c -o getopt.o --- insecure_memzero.o --- --- monoclock.o --- --- insecure_memzero.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/insecure_memzero.c -o insecure_memzero.o --- monoclock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/monoclock.c -o monoclock.o --- noeintr.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/noeintr.c -o noeintr.o --- setuidgid.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/setuidgid.c -o setuidgid.o --- sock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/sock.c -o sock.o --- sock_util.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/sock_util.c -o sock_util.o --- warnp.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/warnp.c -o warnp.o --- cpusupport_x86_aesni.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/cpusupport/cpusupport_x86_aesni.c -o cpusupport_x86_aesni.o --- cpusupport_x86_rdrand.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/cpusupport/cpusupport_x86_rdrand.c -o cpusupport_x86_rdrand.o --- cpusupport_x86_shani.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/cpusupport/cpusupport_x86_shani.c -o cpusupport_x86_shani.o --- cpusupport_x86_ssse3.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/cpusupport/cpusupport_x86_ssse3.c -o cpusupport_x86_ssse3.o --- events_immediate.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events_immediate.c -o events_immediate.o --- events_network.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events_network.c -o events_network.o --- events_network_selectstats.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events_network_selectstats.c -o events_network_selectstats.o --- events_timer.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events_timer.c -o events_timer.o --- events.o --- --- network_accept.o --- --- events.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events.c -o events.o --- network_accept.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/network/network_accept.c -o network_accept.o --- network_connect.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/network/network_connect.c -o network_connect.o --- network_read.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/network/network_read.c -o network_read.o --- network_write.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/network/network_write.c -o network_write.o --- crypto_aes.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_aes.c -o crypto_aes.o --- crypto_aes_aesni.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -maes -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_aes_aesni.c -o crypto_aes_aesni.o --- crypto_aesctr.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_aesctr.c -o crypto_aesctr.o --- crypto_dh.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_dh.c -o crypto_dh.o --- crypto_dh_group14.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_dh_group14.c -o crypto_dh_group14.o --- crypto_entropy.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_entropy.c -o crypto_entropy.o --- crypto_entropy_rdrand.o --- --- crypto_verify_bytes.o --- --- crypto_entropy_rdrand.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -mrdrnd -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_entropy_rdrand.c -o crypto_entropy_rdrand.o --- crypto_verify_bytes.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../libcperciva/alg -I../libcperciva/datastruct -I../lib/dnsthread -I../lib/util -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_verify_bytes.c -o crypto_verify_bytes.o --- spiped --- cc -o spiped main.o dispatch.o proto_conn.o proto_crypt.o proto_handshake.o proto_pipe.o sha256.o sha256_shani.o elasticarray.o ptrheap.o timerqueue.o dnsthread.o graceful_shutdown.o asprintf.o daemonize.o entropy.o getopt.o insecure_memzero.o monoclock.o noeintr.o setuidgid.o sock.o sock_util.o warnp.o cpusupport_x86_aesni.o cpusupport_x86_rdrand.o cpusupport_x86_shani.o cpusupport_x86_ssse3.o events_immediate.o events_network.o events_network_selectstats.o events_timer.o events.o network_accept.o network_connect.o network_read.o network_write.o crypto_aes.o crypto_aes_aesni.o crypto_aesctr.o crypto_dh.o crypto_dh_group14.o crypto_entropy.o crypto_entropy_rdrand.o crypto_verify_bytes.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lcrypto -lpthread -lrt --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ..; /usr/bin/make BUILD_SUBDIR=spipe BUILD_TARGET=spipe buildsubdir; else /usr/bin/make spipe; fi --- main.o --- --- pushbits.o --- --- proto_conn.o --- --- proto_crypt.o --- --- proto_handshake.o --- --- proto_pipe.o --- --- graceful_shutdown.o --- --- sha256.o --- --- sha256_shani.o --- --- elasticarray.o --- --- proto_conn.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../proto/proto_conn.c -o proto_conn.o --- proto_crypt.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../proto/proto_crypt.c -o proto_crypt.o --- proto_handshake.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../proto/proto_handshake.c -o proto_handshake.o --- proto_pipe.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../proto/proto_pipe.c -o proto_pipe.o --- graceful_shutdown.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../lib/util/graceful_shutdown.c -o graceful_shutdown.o --- sha256.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/alg/sha256.c -o sha256.o --- sha256_shani.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -msse2 -msha -mssse3 -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/alg/sha256_shani.c -o sha256_shani.o --- elasticarray.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/datastruct/elasticarray.c -o elasticarray.o --- pushbits.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c pushbits.c -o pushbits.o --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c main.c -o main.o --- ptrheap.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/datastruct/ptrheap.c -o ptrheap.o --- timerqueue.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/datastruct/timerqueue.c -o timerqueue.o --- asprintf.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/asprintf.c -o asprintf.o --- entropy.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/entropy.c -o entropy.o --- getopt.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/getopt.c -o getopt.o --- insecure_memzero.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/insecure_memzero.c -o insecure_memzero.o --- monoclock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/monoclock.c -o monoclock.o --- noeintr.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/noeintr.c -o noeintr.o --- sock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/sock.c -o sock.o --- warnp.o --- --- cpusupport_x86_aesni.o --- --- warnp.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/util/warnp.c -o warnp.o --- cpusupport_x86_aesni.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/cpusupport/cpusupport_x86_aesni.c -o cpusupport_x86_aesni.o --- cpusupport_x86_rdrand.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/cpusupport/cpusupport_x86_rdrand.c -o cpusupport_x86_rdrand.o --- cpusupport_x86_shani.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/cpusupport/cpusupport_x86_shani.c -o cpusupport_x86_shani.o --- cpusupport_x86_ssse3.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/cpusupport/cpusupport_x86_ssse3.c -o cpusupport_x86_ssse3.o --- events_immediate.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events_immediate.c -o events_immediate.o --- events_network.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events_network.c -o events_network.o --- events_network_selectstats.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events_network_selectstats.c -o events_network_selectstats.o --- events_timer.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events_timer.c -o events_timer.o --- events.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/events/events.c -o events.o --- network_connect.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/network/network_connect.c -o network_connect.o --- network_read.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/network/network_read.c -o network_read.o --- network_write.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/network/network_write.c -o network_write.o --- crypto_aes.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_aes.c -o crypto_aes.o --- crypto_aes_aesni.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -maes -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_aes_aesni.c -o crypto_aes_aesni.o --- crypto_aesctr.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_aesctr.c -o crypto_aesctr.o --- crypto_dh.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_dh.c -o crypto_dh.o --- crypto_dh_group14.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_dh_group14.c -o crypto_dh_group14.o --- crypto_entropy.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_entropy.c -o crypto_entropy.o --- crypto_entropy_rdrand.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -mrdrnd -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_entropy_rdrand.c -o crypto_entropy_rdrand.o --- crypto_verify_bytes.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. -I../proto -I../lib/util -I../libcperciva/alg -I../libcperciva/datastruct -I../libcperciva/util -I../libcperciva/cpusupport -I../libcperciva/events -I../libcperciva/network -I../libcperciva/crypto -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../libcperciva/crypto/crypto_verify_bytes.c -o crypto_verify_bytes.o --- spipe --- cc -o spipe main.o pushbits.o proto_conn.o proto_crypt.o proto_handshake.o proto_pipe.o graceful_shutdown.o sha256.o sha256_shani.o elasticarray.o ptrheap.o timerqueue.o asprintf.o entropy.o getopt.o insecure_memzero.o monoclock.o noeintr.o sock.o warnp.o cpusupport_x86_aesni.o cpusupport_x86_rdrand.o cpusupport_x86_shani.o cpusupport_x86_ssse3.o events_immediate.o events_network.o events_network_selectstats.o events_timer.o events.o network_connect.o network_read.o network_write.o crypto_aes.o crypto_aes_aesni.o crypto_aesctr.o crypto_dh.o crypto_dh_group14.o crypto_entropy.o crypto_entropy_rdrand.o crypto_verify_bytes.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lcrypto -lpthread -lrt --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/dnsthread-resolve BUILD_TARGET=dnsthread-resolve buildsubdir; else /usr/bin/make dnsthread-resolve; fi --- main.o --- --- elasticarray.o --- --- ptrheap.o --- --- timerqueue.o --- --- events_immediate.o --- --- events_network.o --- --- events_network_selectstats.o --- --- events_timer.o --- --- events.o --- --- network_connect.o --- --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c main.c -o main.o --- elasticarray.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/elasticarray.c -o elasticarray.o --- ptrheap.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/ptrheap.c -o ptrheap.o --- timerqueue.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/timerqueue.c -o timerqueue.o --- events_immediate.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_immediate.c -o events_immediate.o --- events_network.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_network.c -o events_network.o --- events_network_selectstats.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_network_selectstats.c -o events_network_selectstats.o --- events_timer.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_timer.c -o events_timer.o --- network_connect.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/network/network_connect.c -o network_connect.o --- events.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events.c -o events.o --- network_read.o --- --- network_write.o --- --- network_read.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/network/network_read.c -o network_read.o --- network_write.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/network/network_write.c -o network_write.o --- asprintf.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/asprintf.c -o asprintf.o --- monoclock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/monoclock.c -o monoclock.o --- noeintr.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/noeintr.c -o noeintr.o --- sock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/sock.c -o sock.o --- sock_util.o --- --- warnp.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/warnp.c -o warnp.o --- sock_util.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/sock_util.c -o sock_util.o --- dnsthread.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -I../../lib/dnsthread -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../lib/dnsthread/dnsthread.c -o dnsthread.o --- dnsthread-resolve --- cc -o dnsthread-resolve main.o elasticarray.o ptrheap.o timerqueue.o events_immediate.o events_network.o events_network_selectstats.o events_timer.o events.o network_connect.o network_read.o network_write.o asprintf.o monoclock.o noeintr.o sock.o sock_util.o warnp.o dnsthread.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lpthread -lrt --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/nc-client BUILD_TARGET=nc-client buildsubdir; else /usr/bin/make nc-client; fi --- main.o --- --- elasticarray.o --- --- ptrheap.o --- --- timerqueue.o --- --- events_immediate.o --- --- events_network.o --- --- events_network_selectstats.o --- --- events_timer.o --- --- events.o --- --- network_connect.o --- --- ptrheap.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/ptrheap.c -o ptrheap.o --- timerqueue.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/timerqueue.c -o timerqueue.o --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c main.c -o main.o --- events_network.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_network.c -o events_network.o --- events_network_selectstats.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_network_selectstats.c -o events_network_selectstats.o --- events.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events.c -o events.o --- events_timer.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_timer.c -o events_timer.o --- network_connect.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/network/network_connect.c -o network_connect.o --- elasticarray.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/elasticarray.c -o elasticarray.o --- events_immediate.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_immediate.c -o events_immediate.o --- network_read.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/network/network_read.c -o network_read.o --- network_write.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/network/network_write.c -o network_write.o --- monoclock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/monoclock.c -o monoclock.o --- sock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/sock.c -o sock.o --- warnp.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/warnp.c -o warnp.o --- nc-client --- cc -o nc-client main.o elasticarray.o ptrheap.o timerqueue.o events_immediate.o events_network.o events_network_selectstats.o events_timer.o events.o network_connect.o network_read.o network_write.o monoclock.o sock.o warnp.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/nc-server BUILD_TARGET=nc-server buildsubdir; else /usr/bin/make nc-server; fi --- main.o --- --- simple_server.o --- --- elasticarray.o --- --- ptrheap.o --- --- timerqueue.o --- --- events_immediate.o --- --- events_network.o --- --- events_network_selectstats.o --- --- events_timer.o --- --- events.o --- --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c main.c -o main.o --- simple_server.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c simple_server.c -o simple_server.o --- elasticarray.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/elasticarray.c -o elasticarray.o --- ptrheap.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/ptrheap.c -o ptrheap.o --- timerqueue.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/datastruct/timerqueue.c -o timerqueue.o --- events_immediate.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_immediate.c -o events_immediate.o --- events_network.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_network.c -o events_network.o --- events_network_selectstats.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_network_selectstats.c -o events_network_selectstats.o --- events_timer.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events_timer.c -o events_timer.o --- events.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/events/events.c -o events.o --- network_accept.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/network/network_accept.c -o network_accept.o --- network_read.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/network/network_read.c -o network_read.o --- monoclock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/monoclock.c -o monoclock.o --- sock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/sock.c -o sock.o --- warnp.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/datastruct -I../../libcperciva/events -I../../libcperciva/network -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/warnp.c -o warnp.o --- nc-server --- cc -o nc-server main.o simple_server.o elasticarray.o ptrheap.o timerqueue.o events_immediate.o events_network.o events_network_selectstats.o events_timer.o events.o network_accept.o network_read.o monoclock.o sock.o warnp.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/pushbits BUILD_TARGET=test_pushbits buildsubdir; else /usr/bin/make test_pushbits; fi --- main.o --- --- getopt.o --- --- noeintr.o --- --- warnp.o --- --- pushbits.o --- --- getopt.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -I../../spipe -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/getopt.c -o getopt.o --- noeintr.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -I../../spipe -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/noeintr.c -o noeintr.o --- pushbits.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -I../../spipe -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../spipe/pushbits.c -o pushbits.o --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -I../../spipe -O2 -D__BSD_VISIBLE -I/usr/local/include -c main.c -o main.o --- warnp.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -I../../spipe -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/warnp.c -o warnp.o --- test_pushbits --- cc -o test_pushbits main.o getopt.o noeintr.o warnp.o pushbits.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lpthread -lrt --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/valgrind BUILD_TARGET=potential-memleaks buildsubdir; else /usr/bin/make potential-memleaks; fi --- potential-memleaks.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -O2 -D__BSD_VISIBLE -I/usr/local/include -c potential-memleaks.c -o potential-memleaks.o --- potential-memleaks --- cc -o potential-memleaks potential-memleaks.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lcrypto -lpthread -lrt --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=perftests/recv-zeros BUILD_TARGET=recv-zeros buildsubdir; else /usr/bin/make recv-zeros; fi --- main.o --- --- monoclock.o --- --- sock.o --- --- warnp.o --- --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c main.c -o main.o --- warnp.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/warnp.c -o warnp.o --- monoclock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/monoclock.c -o monoclock.o --- sock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/sock.c -o sock.o --- recv-zeros --- cc -o recv-zeros main.o monoclock.o sock.o warnp.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt --- all --- if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=perftests/send-zeros BUILD_TARGET=send-zeros buildsubdir; else /usr/bin/make send-zeros; fi --- main.o --- --- monoclock.o --- --- sock.o --- --- warnp.o --- --- sock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/sock.c -o sock.o --- warnp.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/warnp.c -o warnp.o --- monoclock.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c ../../libcperciva/util/monoclock.c -o monoclock.o --- main.o --- cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I../.. -I../../libcperciva/util -O2 -D__BSD_VISIBLE -I/usr/local/include -c main.c -o main.o --- send-zeros --- cc -o send-zeros main.o monoclock.o sock.o warnp.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> spiped-1.6.1_1 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for spiped-1.6.1_1 ===> spiped-1.6.1_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list ===> Creating groups. ===> Creating users export CFLAGS="${CFLAGS:--O2}"; . ./posix-flags.sh; . ./cpusupport-config.h; . ./cflags-filter.sh; export HAVE_BUILD_FLAGS=1; for D in spiped spipe tests/dnsthread-resolve tests/nc-client tests/nc-server tests/pushbits tests/valgrind perftests/recv-zeros perftests/send-zeros; do ( cd ${D} && /usr/bin/make all ) || exit 2; done if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ..; /usr/bin/make BUILD_SUBDIR=spiped BUILD_TARGET=spiped buildsubdir; else /usr/bin/make spiped; fi `spiped' is up to date. if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ..; /usr/bin/make BUILD_SUBDIR=spipe BUILD_TARGET=spipe buildsubdir; else /usr/bin/make spipe; fi `spipe' is up to date. if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/dnsthread-resolve BUILD_TARGET=dnsthread-resolve buildsubdir; else /usr/bin/make dnsthread-resolve; fi `dnsthread-resolve' is up to date. if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/nc-client BUILD_TARGET=nc-client buildsubdir; else /usr/bin/make nc-client; fi `nc-client' is up to date. if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/nc-server BUILD_TARGET=nc-server buildsubdir; else /usr/bin/make nc-server; fi `nc-server' is up to date. if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/pushbits BUILD_TARGET=test_pushbits buildsubdir; else /usr/bin/make test_pushbits; fi `test_pushbits' is up to date. if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=tests/valgrind BUILD_TARGET=potential-memleaks buildsubdir; else /usr/bin/make potential-memleaks; fi `potential-memleaks' is up to date. if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=perftests/recv-zeros BUILD_TARGET=recv-zeros buildsubdir; else /usr/bin/make recv-zeros; fi `recv-zeros' is up to date. if [ -z "${HAVE_BUILD_FLAGS}" ]; then cd ../..; /usr/bin/make BUILD_SUBDIR=perftests/send-zeros BUILD_TARGET=send-zeros buildsubdir; else /usr/bin/make send-zeros; fi `send-zeros' is up to date. export BINDIR=${BINDIR:-/usr/local/bin}; for D in spiped spipe; do ( cd ${D} && /usr/bin/make install ) || exit 2; done mkdir -p /construction/sysutils/spiped/stage/usr/local/bin cp spiped /construction/sysutils/spiped/stage/usr/local/bin/_inst.spiped.$$_ && strip /construction/sysutils/spiped/stage/usr/local/bin/_inst.spiped.$$_ && chmod 0555 /construction/sysutils/spiped/stage/usr/local/bin/_inst.spiped.$$_ && mv -f /construction/sysutils/spiped/stage/usr/local/bin/_inst.spiped.$$_ /construction/sysutils/spiped/stage/usr/local/bin/spiped if ! [ -z "/construction/sysutils/spiped/stage/usr/local/man/man1" ]; then mkdir -p /construction/sysutils/spiped/stage/usr/local/man/man1; for MPAGE in spiped.1; do cp $MPAGE /construction/sysutils/spiped/stage/usr/local/man/man1/_inst.$MPAGE.$$_ && chmod 0444 /construction/sysutils/spiped/stage/usr/local/man/man1/_inst.$MPAGE.$$_ && mv -f /construction/sysutils/spiped/stage/usr/local/man/man1/_inst.$MPAGE.$$_ /construction/sysutils/spiped/stage/usr/local/man/man1/$MPAGE; done; fi mkdir -p /construction/sysutils/spiped/stage/usr/local/bin cp spipe /construction/sysutils/spiped/stage/usr/local/bin/_inst.spipe.$$_ && strip /construction/sysutils/spiped/stage/usr/local/bin/_inst.spipe.$$_ && chmod 0555 /construction/sysutils/spiped/stage/usr/local/bin/_inst.spipe.$$_ && mv -f /construction/sysutils/spiped/stage/usr/local/bin/_inst.spipe.$$_ /construction/sysutils/spiped/stage/usr/local/bin/spipe if ! [ -z "/construction/sysutils/spiped/stage/usr/local/man/man1" ]; then mkdir -p /construction/sysutils/spiped/stage/usr/local/man/man1; for MPAGE in spipe.1; do cp $MPAGE /construction/sysutils/spiped/stage/usr/local/man/man1/_inst.$MPAGE.$$_ && chmod 0444 /construction/sysutils/spiped/stage/usr/local/man/man1/_inst.$MPAGE.$$_ && mv -f /construction/sysutils/spiped/stage/usr/local/man/man1/_inst.$MPAGE.$$_ /construction/sysutils/spiped/stage/usr/local/man/man1/$MPAGE; done; fi install -m 0644 /construction/sysutils/spiped/spiped-1.6.1/BUILDING /construction/sysutils/spiped/spiped-1.6.1/CHANGELOG /construction/sysutils/spiped/spiped-1.6.1/COPYRIGHT /construction/sysutils/spiped/spiped-1.6.1/README.md /construction/sysutils/spiped/spiped-1.6.1/STYLE /construction/sysutils/spiped/stage/usr/local/share/doc/spiped ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for spiped-1.6.1_1 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10