>>> Building on exopi-1 under net/libbgpdump BDEPENDS = [archivers/bzip2] DIST = [net/libbgpdump:libbgpdump-1.6.2.tgz] FULLPKGNAME = libbgpdump-1.6.2 RDEPENDS = [archivers/bzip2] Avoided depends for bzip2-1.0.8p0 distfiles size=91548 >>> Running build in net/libbgpdump at 1713951502.17 ===> net/libbgpdump ===> Building from scratch libbgpdump-1.6.2 ===> libbgpdump-1.6.2 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: bz2 c z ===> found bz2.10.4 c.100.0 z.7.0 ===> Checking files for libbgpdump-1.6.2 `/exopi-cvs/ports/distfiles/libbgpdump-1.6.2.tgz' is up to date. >> (SHA256) libbgpdump-1.6.2.tgz: OK ===> Extracting for libbgpdump-1.6.2 ===> Patching for libbgpdump-1.6.2 ===> 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 libbgpdump-1.6.2 ===> Configuring for libbgpdump-1.6.2 Using /exopi-obj/pobj/libbgpdump-1.6.2/config.site (generated) sed -i -e s,libbgpdump\.so,libbgpdump.so.1.0,g /exopi-obj/pobj/libbgpdump-1.6.2/libbgpdump-1.6.2/Makefile.in configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/libbgpdump-1.6.2/config.site 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 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 for arpa/inet.h... (cached) yes checking for netinet/in.h... (cached) yes checking for syslog.h... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for u_char_t... no checking for u_int8_t... yes checking for u_int16_t... yes checking for u_int32_t... yes checking for gzopen in -lz... yes checking for BZ2_bzReadOpen in -lbz2... yes checking for strlcat... (cached) yes checking for inet_ntoa... (cached) yes checking for inet_ntop... (cached) yes configure: creating ./config.status config.status: creating bgpdump.spec config.status: creating Makefile config.status: creating bgpdump-config.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for libbgpdump-1.6.2 cc -fPIC -g -O2 -pipe -I/usr/local/include -L/usr/local/lib -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c bgpdump_lib.c cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] bgpdump_lib.c:1331:35: warning: cast from 'char *' to 'u_int16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align] asn = ntohs (*(u_int16_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:97:28: note: expanded from macro 'ntohs' #define ntohs(x) __htobe16(x) ^ /usr/include/sys/_endian.h:87:36: note: expanded from macro '__swap16' (__uint16_t)(__builtin_constant_p(x) ? __swap16gen(x) : __swap16md(x)) ^ bgpdump_lib.c:1331:35: warning: cast from 'char *' to 'u_int16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align] asn = ntohs (*(u_int16_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:97:28: note: expanded from macro 'ntohs' #define ntohs(x) __htobe16(x) ^ /usr/include/sys/_endian.h:87:53: note: expanded from macro '__swap16' (__uint16_t)(__builtin_constant_p(x) ? __swap16gen(x) : __swap16md(x)) ^ /usr/include/sys/_endian.h:49:32: note: expanded from macro '__swap16gen' (__uint16_t)(((__uint16_t)(x) & 0xffU) << 8 | ((__uint16_t)(x) & 0xff00U) >> 8) ^ bgpdump_lib.c:1331:35: warning: cast from 'char *' to 'u_int16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align] asn = ntohs (*(u_int16_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:97:28: note: expanded from macro 'ntohs' #define ntohs(x) __htobe16(x) ^ /usr/include/sys/_endian.h:87:53: note: expanded from macro '__swap16' (__uint16_t)(__builtin_constant_p(x) ? __swap16gen(x) : __swap16md(x)) ^ /usr/include/sys/_endian.h:49:65: note: expanded from macro '__swap16gen' (__uint16_t)(((__uint16_t)(x) & 0xffU) << 8 | ((__uint16_t)(x) & 0xff00U) >> 8) ^ bgpdump_lib.c:1331:35: warning: cast from 'char *' to 'u_int16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align] asn = ntohs (*(u_int16_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:97:28: note: expanded from macro 'ntohs' #define ntohs(x) __htobe16(x) ^ /usr/include/sys/_endian.h:87:69: note: expanded from macro '__swap16' (__uint16_t)(__builtin_constant_p(x) ? __swap16gen(x) : __swap16md(x)) ^ bgpdump_lib.c:1334:35: warning: cast from 'char *' to 'u_int32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] asn = ntohl (*(u_int32_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:98:28: note: expanded from macro 'ntohl' #define ntohl(x) __htobe32(x) ^ /usr/include/sys/_endian.h:89:36: note: expanded from macro '__swap32' (__uint32_t)(__builtin_constant_p(x) ? __swap32gen(x) : __swap32md(x)) ^ bgpdump_lib.c:1334:35: warning: cast from 'char *' to 'u_int32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] asn = ntohl (*(u_int32_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:98:28: note: expanded from macro 'ntohl' #define ntohl(x) __htobe32(x) ^ /usr/include/sys/_endian.h:89:53: note: expanded from macro '__swap32' (__uint32_t)(__builtin_constant_p(x) ? __swap32gen(x) : __swap32md(x)) ^ /usr/include/sys/_endian.h:52:32: note: expanded from macro '__swap32gen' (__uint32_t)(((__uint32_t)(x) & 0xff) << 24 | \ ^ bgpdump_lib.c:1334:35: warning: cast from 'char *' to 'u_int32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] asn = ntohl (*(u_int32_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:98:28: note: expanded from macro 'ntohl' #define ntohl(x) __htobe32(x) ^ /usr/include/sys/_endian.h:89:53: note: expanded from macro '__swap32' (__uint32_t)(__builtin_constant_p(x) ? __swap32gen(x) : __swap32md(x)) ^ /usr/include/sys/_endian.h:53:19: note: expanded from macro '__swap32gen' ((__uint32_t)(x) & 0xff00) << 8 | ((__uint32_t)(x) & 0xff0000) >> 8 |\ ^ bgpdump_lib.c:1334:35: warning: cast from 'char *' to 'u_int32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] asn = ntohl (*(u_int32_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:98:28: note: expanded from macro 'ntohl' #define ntohl(x) __htobe32(x) ^ /usr/include/sys/_endian.h:89:53: note: expanded from macro '__swap32' (__uint32_t)(__builtin_constant_p(x) ? __swap32gen(x) : __swap32md(x)) ^ /usr/include/sys/_endian.h:53:53: note: expanded from macro '__swap32gen' ((__uint32_t)(x) & 0xff00) << 8 | ((__uint32_t)(x) & 0xff0000) >> 8 |\ ^ bgpdump_lib.c:1334:35: warning: cast from 'char *' to 'u_int32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] asn = ntohl (*(u_int32_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:98:28: note: expanded from macro 'ntohl' #define ntohl(x) __htobe32(x) ^ /usr/include/sys/_endian.h:89:53: note: expanded from macro '__swap32' (__uint32_t)(__builtin_constant_p(x) ? __swap32gen(x) : __swap32md(x)) ^ /usr/include/sys/_endian.h:54:19: note: expanded from macro '__swap32gen' ((__uint32_t)(x) & 0xff000000) >> 24) ^ bgpdump_lib.c:1334:35: warning: cast from 'char *' to 'u_int32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] asn = ntohl (*(u_int32_t *) (segment->data + asn_pos)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/endian.h:98:28: note: expanded from macro 'ntohl' #define ntohl(x) __htobe32(x) ^ /usr/include/sys/_endian.h:89:69: note: expanded from macro '__swap32' (__uint32_t)(__builtin_constant_p(x) ? __swap32gen(x) : __swap32md(x)) ^ bgpdump_lib.c:1743:25: warning: cast from 'char *' to 'u_int32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] u_int32_t *dstarray = (u_int32_t *) dst; ^~~~~~~~~~~~~~~~~ bgpdump_lib.c:1744:25: warning: cast from 'char *' to 'u_int16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align] u_int16_t *srcarray = (u_int16_t *) src; ^~~~~~~~~~~~~~~~~ 12 warnings generated. cc -fPIC -g -O2 -pipe -I/usr/local/include -L/usr/local/lib -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c bgpdump_mstream.c cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -fPIC -g -O2 -pipe -I/usr/local/include -L/usr/local/lib -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c cfile_tools.c cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -fPIC -g -O2 -pipe -I/usr/local/include -L/usr/local/lib -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c util.c cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] cc -fPIC -g -O2 -pipe -I/usr/local/include -L/usr/local/lib -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c inet_ntop.c cc: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] ar r libbgpdump.a bgpdump_lib.o bgpdump_mstream.o cfile_tools.o util.o inet_ntop.o ar: warning: creating libbgpdump.a ranlib libbgpdump.a cc -fPIC -g -O2 -pipe -I/usr/local/include -L/usr/local/lib -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -shared -o libbgpdump.so.1.0 bgpdump_lib.o bgpdump_mstream.o cfile_tools.o util.o inet_ntop.o -lbz2 -lz cc -fPIC -g -O2 -pipe -I/usr/local/include -L/usr/local/lib -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -o bgpdump bgpdump.c libbgpdump.a -lbz2 -lz util.c:60(util.o:(_log) in archive libbgpdump.a): warning: sprintf() is often misused, please use snprintf() bgpdump_lib.c:108(bgpdump_lib.o:(bgpdump_open_dump) in archive libbgpdump.a): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in net/libbgpdump at 1713951512.89 ===> net/libbgpdump ===> Faking installation for libbgpdump-1.6.2 /exopi-obj/pobj/libbgpdump-1.6.2/bin/install -c -s -m 755 /exopi-obj/pobj/libbgpdump-1.6.2/libbgpdump-1.6.2/bgpdump /exopi-obj/pobj/libbgpdump-1.6.2/fake-amd64/usr/local/bin /exopi-obj/pobj/libbgpdump-1.6.2/bin/install -c -m 644 /exopi-obj/pobj/libbgpdump-1.6.2/libbgpdump-1.6.2/libbgpdump.* /exopi-obj/pobj/libbgpdump-1.6.2/fake-amd64/usr/local/lib /exopi-obj/pobj/libbgpdump-1.6.2/bin/install -c -m 644 /exopi-obj/pobj/libbgpdump-1.6.2/libbgpdump-1.6.2/bgpdump*.h /exopi-obj/pobj/libbgpdump-1.6.2/fake-amd64/usr/local/include ===> Building package for libbgpdump-1.6.2 Create /exopi-cvs/ports/packages/amd64/all/libbgpdump-1.6.2.tgz Creating package libbgpdump-1.6.2 reading plist| checking dependencies| checking dependencies|archivers/bzip2 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|*********** | 17% archiving|*********** | 18% archiving|****************************************** | 65% archiving|************************************************************* | 95% archiving|************************************************************** | 96% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/libbgpdump-1.6.2.tgz >>> Running clean in net/libbgpdump at 1713951515.86 ===> net/libbgpdump ===> Cleaning for libbgpdump-1.6.2 >>> Ended at 1713951516.25 max_stuck=0.00/build=10.73/package=2.95/clean=0.43