>>> Building on exopi-6 under sysutils/apachetop DIST = [sysutils/apachetop:apachetop-0.19.7.tar.gz] FULLPKGNAME = apachetop-0.19.7 distfiles size=132665 >>> Running build in sysutils/apachetop at 1713856478.67 ===> sysutils/apachetop ===> Building from scratch apachetop-0.19.7 ===> Verifying specs: c m curses readline c++ c++abi pthread ===> found c.100.0 m.10.1 curses.15.0 readline.5.0 c++.10.0 c++abi.7.0 pthread.27.1 ===> Checking files for apachetop-0.19.7 `/exopi-cvs/ports/distfiles/apachetop-0.19.7.tar.gz' is up to date. >> (SHA256) apachetop-0.19.7.tar.gz: OK ===> Extracting for apachetop-0.19.7 ===> Patching for apachetop-0.19.7 ===> 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 apachetop-0.19.7 ===> Configuring for apachetop-0.19.7 Using /exopi-obj/pobj/apachetop-0.19.7/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/apachetop-0.19.7/config.site checking whether make supports nested variables... yes checking for a BSD-compatible install... /exopi-obj/pobj/apachetop-0.19.7/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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes 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 c++ accepts -g... (cached) yes checking for style of include used by make... GNU checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -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 for arpa/inet.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/socket.h... (cached) yes checking for time.h... (cached) yes checking for sys/time.h... (cached) yes checking for limits.h... (cached) yes checking for sys/param.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for off_t... (cached) yes checking for size_t... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for vprintf... (cached) yes checking for _doprnt... no checking for inet_aton... (cached) yes checking for memset... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for kqueue... (cached) yes checking for strerror... (cached) yes checking for strstr... (cached) yes checking pcre.h usability... no checking pcre.h presence... no checking for pcre.h... no configure: WARNING: *** pcre.h not found -- consider using --with-pcre checking fam.h usability... no checking fam.h presence... no checking for fam.h... no checking adns.h usability... configure: WARNING: *** fam.h not found -- consider using --with-fam no checking adns.h presence... no checking for adns.h... no configure: WARNING: *** adns.h not found -- consider using --with-adns checking for library containing socket... none required checking for library containing inet_addr... none required checking for NCURSES... yes checking for library containing readline... -lreadline checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for apachetop-0.19.7 /usr/bin/make all-recursive Making all in man Making all in src c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT apachetop.o -MD -MP -MF .deps/apachetop.Tpo -c -o apachetop.o apachetop.cc mv -f .deps/apachetop.Tpo .deps/apachetop.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.cc In file included from log.cc:3: ./inlines.cc:7:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned int StringHash(register const char *str) ^~~~~~~~~ ./inlines.cc:9:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val; ^~~~~~~~~ ./inlines.cc:10:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int i; ^~~~~~~~~ ./inlines.cc:22:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned int QuickHash(register const char *str) ^~~~~~~~~ ./inlines.cc:24:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val, tmp; ^~~~~~~~~ ./inlines.cc:24:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val, tmp; ^~~~~~~~~ ./inlines.cc:35:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned long TTHash(register const char *str) ^~~~~~~~~ 7 warnings generated. mv -f .deps/log.Tpo .deps/log.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT inlines.o -MD -MP -MF .deps/inlines.Tpo -c -o inlines.o inlines.cc inlines.cc:7:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned int StringHash(register const char *str) ^~~~~~~~~ inlines.cc:9:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val; ^~~~~~~~~ inlines.cc:10:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int i; ^~~~~~~~~ inlines.cc:22:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned int QuickHash(register const char *str) ^~~~~~~~~ inlines.cc:24:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val, tmp; ^~~~~~~~~ inlines.cc:24:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val, tmp; ^~~~~~~~~ inlines.cc:35:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned long TTHash(register const char *str) ^~~~~~~~~ 7 warnings generated. mv -f .deps/inlines.Tpo .deps/inlines.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT ohtbl.o -MD -MP -MF .deps/ohtbl.Tpo -c -o ohtbl.o ohtbl.cc In file included from ohtbl.cc:3: ./inlines.cc:7:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned int StringHash(register const char *str) ^~~~~~~~~ ./inlines.cc:9:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val; ^~~~~~~~~ ./inlines.cc:10:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int i; ^~~~~~~~~ ./inlines.cc:22:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned int QuickHash(register const char *str) ^~~~~~~~~ ./inlines.cc:24:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val, tmp; ^~~~~~~~~ ./inlines.cc:24:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val, tmp; ^~~~~~~~~ ./inlines.cc:35:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned long TTHash(register const char *str) ^~~~~~~~~ ohtbl.cc:16:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int *prime; ^~~~~~~~~ ohtbl.cc:54:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int p, i; ^~~~~~~~~ ohtbl.cc:54:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int p, i; ^~~~~~~~~ ohtbl.cc:84:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int p, i; ^~~~~~~~~ ohtbl.cc:84:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int p, i; ^~~~~~~~~ ohtbl.cc:111:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int p, i; ^~~~~~~~~ ohtbl.cc:111:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int p, i; ^~~~~~~~~ 14 warnings generated. mv -f .deps/ohtbl.Tpo .deps/ohtbl.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT map.o -MD -MP -MF .deps/map.Tpo -c -o map.o map.cc mv -f .deps/map.Tpo .deps/map.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT queue.o -MD -MP -MF .deps/queue.Tpo -c -o queue.o queue.cc mv -f .deps/queue.Tpo .deps/queue.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT display.o -MD -MP -MF .deps/display.Tpo -c -o display.o display.cc In file included from display.cc:3: ./inlines.cc:7:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned int StringHash(register const char *str) ^~~~~~~~~ ./inlines.cc:9:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val; ^~~~~~~~~ ./inlines.cc:10:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int i; ^~~~~~~~~ ./inlines.cc:22:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned int QuickHash(register const char *str) ^~~~~~~~~ ./inlines.cc:24:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val, tmp; ^~~~~~~~~ ./inlines.cc:24:2: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register unsigned int val, tmp; ^~~~~~~~~ ./inlines.cc:35:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline unsigned long TTHash(register const char *str) ^~~~~~~~~ display.cc:1212:6: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long long') [-Wformat] now - c->oldest()); ^~~~~~~~~~~~~~~~~ 8 warnings generated. mv -f .deps/display.Tpo .deps/display.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT hits_circle.o -MD -MP -MF .deps/hits_circle.Tpo -c -o hits_circle.o hits_circle.cc mv -f .deps/hits_circle.Tpo .deps/hits_circle.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT timed_circle.o -MD -MP -MF .deps/timed_circle.Tpo -c -o timed_circle.o timed_circle.cc mv -f .deps/timed_circle.Tpo .deps/timed_circle.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT filters.o -MD -MP -MF .deps/filters.Tpo -c -o filters.o filters.cc mv -f .deps/filters.Tpo .deps/filters.Po c++ -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -MT resolver.o -MD -MP -MF .deps/resolver.Tpo -c -o resolver.o resolver.cc mv -f .deps/resolver.Tpo .deps/resolver.Po c++ -O2 -pipe -o apachetop apachetop.o log.o inlines.o ohtbl.o map.o queue.o display.o hits_circle.o timed_circle.o filters.o resolver.o -lreadline -lncurses >>> Running package in sysutils/apachetop at 1713856491.18 ===> sysutils/apachetop ===> Faking installation for apachetop-0.19.7 Making install in man mkdir -p '/exopi-obj/pobj/apachetop-0.19.7/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/apachetop-0.19.7/bin/install -c -m 644 apachetop.1 '/exopi-obj/pobj/apachetop-0.19.7/fake-amd64/usr/local/man/man1' Making install in src mkdir -p '/exopi-obj/pobj/apachetop-0.19.7/fake-amd64/usr/local/bin' /exopi-obj/pobj/apachetop-0.19.7/bin/install -c -s -m 755 apachetop '/exopi-obj/pobj/apachetop-0.19.7/fake-amd64/usr/local/bin' ===> Building package for apachetop-0.19.7 Create /exopi-cvs/ports/packages/amd64/all/apachetop-0.19.7.tgz Creating package apachetop-0.19.7 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/apachetop-0.19.7.tgz >>> Running clean in sysutils/apachetop at 1713856494.94 ===> sysutils/apachetop ===> Cleaning for apachetop-0.19.7 >>> Ended at 1713856495.34 max_stuck=0.00/build=12.32/package=3.18/clean=1.17