------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libbgpdump-1.6.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libbgpdump-1.6.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libbgpdump-1.6.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libbgpdump-1.6.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libbgpdump-1.6.0 for building => SHA256 Checksum OK for libbgpdump-1.6.0.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libbgpdump-1.6.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libbgpdump-1.6.0 for building ===> Extracting for libbgpdump-1.6.0 => SHA256 Checksum OK for libbgpdump-1.6.0.tgz. Extracted Memory Use: 0.70M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libbgpdump-1.6.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for libbgpdump-1.6.0 configure: loading site script /xports/Templates/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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for ranlib... ranlib checking how to run the C preprocessor... cpp 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 syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for u_char_t... no checking for u_int8_t... (cached) yes checking for u_int16_t... (cached) yes checking for u_int32_t... (cached) yes checking for gzopen in -lz... yes checking for BZ2_bzReadOpen in -lbz2... 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 SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libbgpdump-1.6.0 --- bgpdump_lib.o --- --- bgpdump_mstream.o --- --- cfile_tools.o --- --- util.o --- --- inet_ntop.o --- --- bgpdump_lib.o --- cc -fPIC -g -pipe -O2 -fno-strict-aliasing -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c bgpdump_lib.c --- cfile_tools.o --- cc -fPIC -g -pipe -O2 -fno-strict-aliasing -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c cfile_tools.c --- util.o --- cc -fPIC -g -pipe -O2 -fno-strict-aliasing -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c util.c --- bgpdump_mstream.o --- cc -fPIC -g -pipe -O2 -fno-strict-aliasing -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c bgpdump_mstream.c --- inet_ntop.o --- cc -fPIC -g -pipe -O2 -fno-strict-aliasing -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -c inet_ntop.c --- bgpdump_lib.o --- bgpdump_lib.c: In function 'bgpdump_free_mp_info': bgpdump_lib.c:263:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(info->announce[afi][safi]) ^~ bgpdump_lib.c:265:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' info->announce[afi][safi] = NULL; ^~~~ --- libbgpdump.a --- ar r libbgpdump.a bgpdump_lib.o bgpdump_mstream.o cfile_tools.o util.o inet_ntop.o /usr/libexec/binutils227/elf/ar: creating libbgpdump.a ranlib libbgpdump.a --- libbgpdump.so --- --- bgpdump --- --- libbgpdump.so --- cc -fPIC -g -pipe -O2 -fno-strict-aliasing -Wall -Wsystem-headers -Wno-format-y2k -Wno-sign-compare -Wcast-align -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wswitch -Wshadow -shared -o libbgpdump.so bgpdump_lib.o bgpdump_mstream.o cfile_tools.o util.o inet_ntop.o -lbz2 -lz --- bgpdump --- cc -fPIC -g -pipe -O2 -fno-strict-aliasing -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 In function 'table_line_dump_v2_prefix', inlined from 'process' at bgpdump.c:455:21: bgpdump.c:2049:21: warning: 'strncpy' specified bound 46 equals destination size [-Wstringop-truncation] strncpy(nexthop, inet_ntoa(attr->mp_info->announce[AFI_IP][SAFI_UNICAST]->nexthop.v4_addr), BGPDUMP_ADDRSTRLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bgpdump.c:2040:21: warning: 'strncpy' specified bound 46 equals destination size [-Wstringop-truncation] strncpy(nexthop, inet_ntoa(attr->mp_info->announce[AFI_IP6][SAFI_UNICAST]->nexthop.v4_addr), BGPDUMP_ADDRSTRLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bgpdump.c:2057:17: warning: 'strncpy' specified bound 46 equals destination size [-Wstringop-truncation] strncpy(nexthop, inet_ntoa(attr->nexthop), BGPDUMP_ADDRSTRLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bgpdump.c: In function 'process': bgpdump.c:408:5: warning: 'strncpy' specified bound 46 equals destination size [-Wstringop-truncation] strncpy(prefix, inet_ntoa(e->prefix.v4_addr), BGPDUMP_ADDRSTRLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'table_line_mrtd_route', inlined from 'process' at bgpdump.c:392:10: bgpdump.c:1905:7: warning: 'strncpy' specified bound 46 equals destination size [-Wstringop-truncation] strncpy(peer, inet_ntoa(route->peer_ip.v4_addr), BGPDUMP_ADDRSTRLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bgpdump.c:1906:21: warning: 'strncpy' specified bound 46 equals destination size [-Wstringop-truncation] strncpy(prefix, inet_ntoa(route->prefix.v4_addr), BGPDUMP_ADDRSTRLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bgpdump.c:1930:7: warning: 'strncpy' specified bound 46 equals destination size [-Wstringop-truncation] strncpy(nexthop, inet_ntoa(entry->attr->nexthop), BGPDUMP_ADDRSTRLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libbgpdump-1.6.0 ===> Generating temporary packing list install -s -m 555 /construction/net/libbgpdump/libbgpdump-1.6.0/bgpdump /construction/net/libbgpdump/stage/usr/local/bin install -m 0644 /construction/net/libbgpdump/libbgpdump-1.6.0/libbgpdump.* /construction/net/libbgpdump/stage/usr/local/lib /usr/bin/strip /construction/net/libbgpdump/stage/usr/local/lib/libbgpdump.so install -m 0644 /construction/net/libbgpdump/libbgpdump-1.6.0/bgpdump_attr.h /construction/net/libbgpdump/stage/usr/local/include install -m 0644 /construction/net/libbgpdump/libbgpdump-1.6.0/bgpdump_formats.h /construction/net/libbgpdump/stage/usr/local/include install -m 0644 /construction/net/libbgpdump/libbgpdump-1.6.0/bgpdump_lib.h /construction/net/libbgpdump/stage/usr/local/include /bin/mkdir -p /construction/net/libbgpdump/stage/usr/local/share/doc/libbgpdump /construction/net/libbgpdump/stage/usr/local/share/examples/libbgpdump install -m 0644 /construction/net/libbgpdump/libbgpdump-1.6.0/README /construction/net/libbgpdump/stage/usr/local/share/doc/libbgpdump install -m 0644 /construction/net/libbgpdump/libbgpdump-1.6.0/example.c /construction/net/libbgpdump/stage/usr/local/share/examples/libbgpdump ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libbgpdump-1.6.0 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% packing files [8]: 0% packing files [8]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:09