>>> Building on exopi-1 under net/btpd DIST = [net/btpd:btpd-0.16.tar.gz] FULLPKGNAME = btpd-0.16p2 distfiles size=159716 >>> Running build in net/btpd at 1714828848.47 ===> net/btpd ===> Building from scratch btpd-0.16p2 ===> Verifying specs: c crypto m pthread ===> found c.100.0 crypto.54.0 m.10.1 pthread.27.1 ===> Checking files for btpd-0.16p2 `/exopi-cvs/ports/distfiles/btpd-0.16.tar.gz' is up to date. >> (SHA256) btpd-0.16.tar.gz: OK ===> Extracting for btpd-0.16p2 ===> Patching for btpd-0.16p2 ===> Applying OpenBSD patch patch-misc_benc_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Be more lenient when parsing invalid .torrent files. | |From upstream commit 382ccb74857c8de10d3319486a4a1137763badf7. |--- misc/benc.c.orig Wed Jul 14 20:51:43 2010 |+++ misc/benc.c Fri May 15 01:23:42 2015 -------------------------- Patching file misc/benc.c using Plan A... Hunk #1 succeeded at 233. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for btpd-0.16p2 ===> Configuring for btpd-0.16p2 Using /exopi-obj/pobj/btpd-0.16/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/btpd-0.16/config.site checking for a BSD-compatible install... /exopi-obj/pobj/btpd-0.16/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking for ranlib... (cached) ranlib checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing inet_ntop... none required checking for library containing bind... none required checking for asprintf... (cached) yes checking for CLOCK_MONOTONIC... yes checking for library containing clock_gettime... none required checking whether compiler accepts -Wno-pointer-sign... yes checking for SHA1_Final in -lcrypto... yes checking for epoll_wait... no checking for kqueue... (cached) yes configure: selected evloop method EVLOOP_KQUEUE checking whether pthreads compiles with flags "-pthread "... yes configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for btpd-0.16p2 depbase=`echo misc/benc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT misc/benc.o -MD -MP -MF $depbase.Tpo -c -o misc/benc.o misc/benc.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo misc/btpd_if.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT misc/btpd_if.o -MD -MP -MF $depbase.Tpo -c -o misc/btpd_if.o misc/btpd_if.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo misc/metainfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT misc/metainfo.o -MD -MP -MF $depbase.Tpo -c -o misc/metainfo.o misc/metainfo.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo misc/hashtable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT misc/hashtable.o -MD -MP -MF $depbase.Tpo -c -o misc/hashtable.o misc/hashtable.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo misc/http_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT misc/http_client.o -MD -MP -MF $depbase.Tpo -c -o misc/http_client.o misc/http_client.c && mv -f $depbase.Tpo $depbase.Po misc/http_client.c:23:31: warning: variable 'port_e' set but not used [-Wunused-but-set-variable] const char *port = NULL, *port_e = NULL; ^ 1 warning generated. depbase=`echo misc/iobuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT misc/iobuf.o -MD -MP -MF $depbase.Tpo -c -o misc/iobuf.o misc/iobuf.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo misc/stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT misc/stream.o -MD -MP -MF $depbase.Tpo -c -o misc/stream.o misc/stream.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo misc/subr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT misc/subr.o -MD -MP -MF $depbase.Tpo -c -o misc/subr.o misc/subr.c && mv -f $depbase.Tpo $depbase.Po rm -f misc/libmisc.a ar cru misc/libmisc.a misc/benc.o misc/btpd_if.o misc/metainfo.o misc/hashtable.o misc/http_client.o misc/iobuf.o misc/stream.o misc/subr.o ranlib misc/libmisc.a depbase=`echo evloop/timeheap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT evloop/timeheap.o -MD -MP -MF $depbase.Tpo -c -o evloop/timeheap.o evloop/timeheap.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo evloop/timer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT evloop/timer.o -MD -MP -MF $depbase.Tpo -c -o evloop/timer.o evloop/timer.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo evloop/kqueue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT evloop/kqueue.o -MD -MP -MF $depbase.Tpo -c -o evloop/kqueue.o evloop/kqueue.c && mv -f $depbase.Tpo $depbase.Po rm -f evloop/libevloop.a ar cru evloop/libevloop.a evloop/timeheap.o evloop/timer.o evloop/kqueue.o ranlib evloop/libevloop.a cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-active.o -MD -MP -MF btpd/.deps/btpd_btpd-active.Tpo -c -o btpd/btpd_btpd-active.o `test -f 'btpd/active.c' || echo './'`btpd/active.c mv -f btpd/.deps/btpd_btpd-active.Tpo btpd/.deps/btpd_btpd-active.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-addrinfo.o -MD -MP -MF btpd/.deps/btpd_btpd-addrinfo.Tpo -c -o btpd/btpd_btpd-addrinfo.o `test -f 'btpd/addrinfo.c' || echo './'`btpd/addrinfo.c mv -f btpd/.deps/btpd_btpd-addrinfo.Tpo btpd/.deps/btpd_btpd-addrinfo.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-btpd.o -MD -MP -MF btpd/.deps/btpd_btpd-btpd.Tpo -c -o btpd/btpd_btpd-btpd.o `test -f 'btpd/btpd.c' || echo './'`btpd/btpd.c mv -f btpd/.deps/btpd_btpd-btpd.Tpo btpd/.deps/btpd_btpd-btpd.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-cli_if.o -MD -MP -MF btpd/.deps/btpd_btpd-cli_if.Tpo -c -o btpd/btpd_btpd-cli_if.o `test -f 'btpd/cli_if.c' || echo './'`btpd/cli_if.c mv -f btpd/.deps/btpd_btpd-cli_if.Tpo btpd/.deps/btpd_btpd-cli_if.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-content.o -MD -MP -MF btpd/.deps/btpd_btpd-content.Tpo -c -o btpd/btpd_btpd-content.o `test -f 'btpd/content.c' || echo './'`btpd/content.c btpd/content.c:439:14: warning: variable 'this' set but not used [-Wunused-but-set-variable] uint32_t this; ^ 1 warning generated. mv -f btpd/.deps/btpd_btpd-content.Tpo btpd/.deps/btpd_btpd-content.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-download.o -MD -MP -MF btpd/.deps/btpd_btpd-download.Tpo -c -o btpd/btpd_btpd-download.o `test -f 'btpd/download.c' || echo './'`btpd/download.c mv -f btpd/.deps/btpd_btpd-download.Tpo btpd/.deps/btpd_btpd-download.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-download_subr.o -MD -MP -MF btpd/.deps/btpd_btpd-download_subr.Tpo -c -o btpd/btpd_btpd-download_subr.o `test -f 'btpd/download_subr.c' || echo './'`btpd/download_subr.c mv -f btpd/.deps/btpd_btpd-download_subr.Tpo btpd/.deps/btpd_btpd-download_subr.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-http_tr_if.o -MD -MP -MF btpd/.deps/btpd_btpd-http_tr_if.Tpo -c -o btpd/btpd_btpd-http_tr_if.o `test -f 'btpd/http_tr_if.c' || echo './'`btpd/http_tr_if.c mv -f btpd/.deps/btpd_btpd-http_tr_if.Tpo btpd/.deps/btpd_btpd-http_tr_if.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-main.o -MD -MP -MF btpd/.deps/btpd_btpd-main.Tpo -c -o btpd/btpd_btpd-main.o `test -f 'btpd/main.c' || echo './'`btpd/main.c mv -f btpd/.deps/btpd_btpd-main.Tpo btpd/.deps/btpd_btpd-main.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-nameconn.o -MD -MP -MF btpd/.deps/btpd_btpd-nameconn.Tpo -c -o btpd/btpd_btpd-nameconn.o `test -f 'btpd/nameconn.c' || echo './'`btpd/nameconn.c mv -f btpd/.deps/btpd_btpd-nameconn.Tpo btpd/.deps/btpd_btpd-nameconn.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-net.o -MD -MP -MF btpd/.deps/btpd_btpd-net.Tpo -c -o btpd/btpd_btpd-net.o `test -f 'btpd/net.c' || echo './'`btpd/net.c mv -f btpd/.deps/btpd_btpd-net.Tpo btpd/.deps/btpd_btpd-net.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-net_buf.o -MD -MP -MF btpd/.deps/btpd_btpd-net_buf.Tpo -c -o btpd/btpd_btpd-net_buf.o `test -f 'btpd/net_buf.c' || echo './'`btpd/net_buf.c mv -f btpd/.deps/btpd_btpd-net_buf.Tpo btpd/.deps/btpd_btpd-net_buf.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-opts.o -MD -MP -MF btpd/.deps/btpd_btpd-opts.Tpo -c -o btpd/btpd_btpd-opts.o `test -f 'btpd/opts.c' || echo './'`btpd/opts.c mv -f btpd/.deps/btpd_btpd-opts.Tpo btpd/.deps/btpd_btpd-opts.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-peer.o -MD -MP -MF btpd/.deps/btpd_btpd-peer.Tpo -c -o btpd/btpd_btpd-peer.o `test -f 'btpd/peer.c' || echo './'`btpd/peer.c mv -f btpd/.deps/btpd_btpd-peer.Tpo btpd/.deps/btpd_btpd-peer.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-thread_cb.o -MD -MP -MF btpd/.deps/btpd_btpd-thread_cb.Tpo -c -o btpd/btpd_btpd-thread_cb.o `test -f 'btpd/thread_cb.c' || echo './'`btpd/thread_cb.c mv -f btpd/.deps/btpd_btpd-thread_cb.Tpo btpd/.deps/btpd_btpd-thread_cb.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-tlib.o -MD -MP -MF btpd/.deps/btpd_btpd-tlib.Tpo -c -o btpd/btpd_btpd-tlib.o `test -f 'btpd/tlib.c' || echo './'`btpd/tlib.c btpd/tlib.c:7:1: warning: unused function 'numtbl_free' [-Wunused-function] HTBL_TYPE(numtbl, tlib, unsigned, num, nchain); ^ ./misc/hashtable.h:50:51: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline void \ ^ :48:1: note: expanded from here numtbl_free ^ btpd/tlib.c:7:1: warning: unused function 'numtbl_tov' [-Wunused-function] ./misc/hashtable.h:61:61: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline struct type ** \ ^ :50:1: note: expanded from here numtbl_tov ^ btpd/tlib.c:7:1: warning: unused function 'numtbl_fillv' [-Wunused-function] ./misc/hashtable.h:66:51: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline void \ ^ :51:1: note: expanded from here numtbl_fillv ^ btpd/tlib.c:7:1: warning: unused function 'numtbl_size' [-Wunused-function] ./misc/hashtable.h:72:53: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline size_t \ ^ :52:1: note: expanded from here numtbl_size ^ btpd/tlib.c:7:1: warning: unused function 'numtbl_iter_del' [-Wunused-function] ./misc/hashtable.h:84:60: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline struct type * \ ^ :54:1: note: expanded from here numtbl_iter_del ^ btpd/tlib.c:8:1: warning: unused function 'hashtbl_free' [-Wunused-function] HTBL_TYPE(hashtbl, tlib, uint8_t, hash, hchain); ^ ./misc/hashtable.h:50:51: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline void \ ^ :59:1: note: expanded from here hashtbl_free ^ btpd/tlib.c:8:1: warning: unused function 'hashtbl_tov' [-Wunused-function] ./misc/hashtable.h:61:61: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline struct type ** \ ^ :61:1: note: expanded from here hashtbl_tov ^ btpd/tlib.c:8:1: warning: unused function 'hashtbl_fillv' [-Wunused-function] ./misc/hashtable.h:66:51: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline void \ ^ :62:1: note: expanded from here hashtbl_fillv ^ btpd/tlib.c:8:1: warning: unused function 'hashtbl_size' [-Wunused-function] ./misc/hashtable.h:72:53: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline size_t \ ^ :63:1: note: expanded from here hashtbl_size ^ btpd/tlib.c:8:1: warning: unused function 'hashtbl_iter_first' [-Wunused-function] ./misc/hashtable.h:78:60: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline struct type * \ ^ :64:1: note: expanded from here hashtbl_iter_first ^ btpd/tlib.c:8:1: warning: unused function 'hashtbl_iter_del' [-Wunused-function] ./misc/hashtable.h:84:60: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline struct type * \ ^ :65:1: note: expanded from here hashtbl_iter_del ^ btpd/tlib.c:8:1: warning: unused function 'hashtbl_iter_next' [-Wunused-function] ./misc/hashtable.h:89:60: note: expanded from macro 'HTBL_TYPE' __attribute__((always_inline)) static inline struct type * \ ^ :66:1: note: expanded from here hashtbl_iter_next ^ 12 warnings generated. mv -f btpd/.deps/btpd_btpd-tlib.Tpo btpd/.deps/btpd_btpd-tlib.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-torrent.o -MD -MP -MF btpd/.deps/btpd_btpd-torrent.Tpo -c -o btpd/btpd_btpd-torrent.o `test -f 'btpd/torrent.c' || echo './'`btpd/torrent.c mv -f btpd/.deps/btpd_btpd-torrent.Tpo btpd/.deps/btpd_btpd-torrent.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-tracker_req.o -MD -MP -MF btpd/.deps/btpd_btpd-tracker_req.Tpo -c -o btpd/btpd_btpd-tracker_req.o `test -f 'btpd/tracker_req.c' || echo './'`btpd/tracker_req.c mv -f btpd/.deps/btpd_btpd-tracker_req.Tpo btpd/.deps/btpd_btpd-tracker_req.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-upload.o -MD -MP -MF btpd/.deps/btpd_btpd-upload.Tpo -c -o btpd/btpd_btpd-upload.o `test -f 'btpd/upload.c' || echo './'`btpd/upload.c mv -f btpd/.deps/btpd_btpd-upload.Tpo btpd/.deps/btpd_btpd-upload.Po cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT btpd/btpd_btpd-util.o -MD -MP -MF btpd/.deps/btpd_btpd-util.Tpo -c -o btpd/btpd_btpd-util.o `test -f 'btpd/util.c' || echo './'`btpd/util.c mv -f btpd/.deps/btpd_btpd-util.Tpo btpd/.deps/btpd_btpd-util.Po cc -pthread -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -o btpd/btpd btpd/btpd_btpd-active.o btpd/btpd_btpd-addrinfo.o btpd/btpd_btpd-btpd.o btpd/btpd_btpd-cli_if.o btpd/btpd_btpd-content.o btpd/btpd_btpd-download.o btpd/btpd_btpd-download_subr.o btpd/btpd_btpd-http_tr_if.o btpd/btpd_btpd-main.o btpd/btpd_btpd-nameconn.o btpd/btpd_btpd-net.o btpd/btpd_btpd-net_buf.o btpd/btpd_btpd-opts.o btpd/btpd_btpd-peer.o btpd/btpd_btpd-thread_cb.o btpd/btpd_btpd-tlib.o btpd/btpd_btpd-torrent.o btpd/btpd_btpd-tracker_req.o btpd/btpd_btpd-upload.o btpd/btpd_btpd-util.o misc/libmisc.a evloop/libevloop.a -lcrypto -lm subr.c(subr.o:(rand_between) in archive misc/libmisc.a): warning: random() may return deterministic values, is that what you want? depbase=`echo cli/btcli.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/btcli.o -MD -MP -MF $depbase.Tpo -c -o cli/btcli.o cli/btcli.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo cli/add.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/add.o -MD -MP -MF $depbase.Tpo -c -o cli/add.o cli/add.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo cli/del.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/del.o -MD -MP -MF $depbase.Tpo -c -o cli/del.o cli/del.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo cli/list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/list.o -MD -MP -MF $depbase.Tpo -c -o cli/list.o cli/list.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo cli/kill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/kill.o -MD -MP -MF $depbase.Tpo -c -o cli/kill.o cli/kill.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo cli/start.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/start.o -MD -MP -MF $depbase.Tpo -c -o cli/start.o cli/start.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo cli/stop.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/stop.o -MD -MP -MF $depbase.Tpo -c -o cli/stop.o cli/stop.c && mv -f $depbase.Tpo $depbase.Po depbase=`echo cli/stat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/stat.o -MD -MP -MF $depbase.Tpo -c -o cli/stat.o cli/stat.c && mv -f $depbase.Tpo $depbase.Po cli/stat.c:158:9: warning: variable 'wflag' set but not used [-Wunused-but-set-variable] int wflag = 0, iflag = 0, nflag = 0, seconds = 0; ^ 1 warning generated. cc -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -o cli/btcli cli/btcli.o cli/add.o cli/del.o cli/list.o cli/kill.o cli/start.o cli/stop.o cli/stat.o misc/libmisc.a -lcrypto -lm subr.c(subr.o:(rand_between) in archive misc/libmisc.a): warning: random() may return deterministic values, is that what you want? depbase=`echo cli/btinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DPACKAGE_NAME=\"btpd\" -DPACKAGE_TARNAME=\"btpd\" -DPACKAGE_VERSION=\"0.16\" -DPACKAGE_STRING=\"btpd\ 0.16\" -DPACKAGE_BUGREPORT=\"btpd-users@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"btpd\" -DVERSION=\"0.16\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_ASPRINTF=1 -DHAVE_CLOCK_MONOTONIC=1 -I. -D_FILE_OFFSET_BITS=64 -DEVLOOP_KQUEUE -I./misc -I./evloop -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -MT cli/btinfo.o -MD -MP -MF $depbase.Tpo -c -o cli/btinfo.o cli/btinfo.c && mv -f $depbase.Tpo $depbase.Po cc -std=c99 -Wall -Wno-pointer-sign -O2 -pipe -o cli/btinfo cli/btinfo.o misc/libmisc.a -lcrypto -lm subr.c(subr.o:(rand_between) in archive misc/libmisc.a): warning: random() may return deterministic values, is that what you want? >>> Running package in net/btpd at 1714828872.26 ===> net/btpd ===> Faking installation for btpd-0.16p2 test -z "/usr/local/bin" || mkdir -p "/exopi-obj/pobj/btpd-0.16/fake-amd64/usr/local/bin" /exopi-obj/pobj/btpd-0.16/bin/install -c -s -m 755 btpd/btpd cli/btcli cli/btinfo '/exopi-obj/pobj/btpd-0.16/fake-amd64/usr/local/bin' test -z "/usr/local/man/man1" || mkdir -p "/exopi-obj/pobj/btpd-0.16/fake-amd64/usr/local/man/man1" /exopi-obj/pobj/btpd-0.16/bin/install -c -m 644 doc/btcli.1 doc/btinfo.1 doc/btpd.1 '/exopi-obj/pobj/btpd-0.16/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/btpd-0.16/bin/install -d -m 755 /exopi-obj/pobj/btpd-0.16/fake-amd64/usr/local/share/doc/btpd /exopi-obj/pobj/btpd-0.16/bin/install -c -m 644 /exopi-obj/pobj/btpd-0.16/btpd-0.16/README /exopi-obj/pobj/btpd-0.16/fake-amd64/usr/local/share/doc/btpd ===> Building package for btpd-0.16p2 Create /exopi-cvs/ports/packages/amd64/all/btpd-0.16p2.tgz Creating package btpd-0.16p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************ | 19% archiving|******************* | 30% archiving|*********************************************************** | 92% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/btpd-0.16p2.tgz >>> Running clean in net/btpd at 1714828876.34 ===> net/btpd ===> Cleaning for btpd-0.16p2 >>> Ended at 1714828877.19 max_stuck=0.00/build=23.93/package=2.57/clean=2.40