Building libzmq3-3.2.4.txz (origin /buildshare/ports/355755/net/libzmq3) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/zeromq-3.2.4.tar.gz x packages/ x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> libzmq3-3.2.4 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of libzmq3-3.2.4 Make install ===> License LGPL3 accepted by the user ===> libzmq3-3.2.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libzmq3-3.2.4 for building ===> Extracting for libzmq3-3.2.4 => SHA256 Checksum OK for zeromq-3.2.4.tar.gz. ===> Patching for libzmq3-3.2.4 ===> Applying FreeBSD patches for libzmq3-3.2.4 ===> Configuring for libzmq3-3.2.4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net/libzmq3/work/zeromq-3.2.4/acinclude.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net/libzmq3/work/zeromq-3.2.4/config/libtool.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net/libzmq3/work/zeromq-3.2.4/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net/libzmq3/work/zeromq-3.2.4/configure configure: loading site script /buildshare/ports/355755/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether make supports nested variables... 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... 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 style of include used by make... GNU checking dependency style of cc... gcc3 checking for cc option to accept ISO C99... -std=gnu99 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether cc -std=gnu99 and cc understand -c and -o together... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gawk... (cached) /usr/bin/awk checking for xmlto... no checking for asciidoc... no checking build system type... powerpc-portbld-freebsd11.0 checking host system type... powerpc-portbld-freebsd11.0 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert powerpc-portbld-freebsd11.0 file names to powerpc-portbld-freebsd11.0 format... func_convert_file_noop checking how to convert powerpc-portbld-freebsd11.0 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc -std=gnu99 object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp 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 dlfcn.h... (cached) yes checking for objdir... .libs checking if cc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for cc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if cc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if cc -std=gnu99 static flag -static works... yes checking if cc -std=gnu99 supports -c -o file.o... yes checking if cc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the cc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd11.0 ld.so checking how to hardcode library paths into programs... immediate checking whether the C compiler works... yes checking whether we are using Intel C compiler... no checking whether we are using Sun Studio C compiler... no checking whether we are using clang C compiler... no checking whether we are using gcc >= 4 C compiler... yes checking whether the C++ compiler works... yes checking whether we are using Intel C++ compiler... no checking whether we are using Sun Studio C++ compiler... no checking whether we are using clang C++ compiler... no checking whether we are using gcc >= 4 C++ compiler... yes checking whether to enable debugging information... no checking whether to enable code coverage... no checking for pthread_create in -lpthread... yes checking for clock_gettime in -lrt... yes checking whether C++ compiler supports -fvisibility=hidden... yes checking whether C++ compiler supports dso visibility... yes checking for asciidoc... no checking for xmlto... no checking whether to build documentation... no checking whether to install manpages... yes checking for suitable polling system... using kqueue checking for ANSI C header files... (cached) yes checking for errno.h... (cached) yes checking for arpa/inet.h... (cached) yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking for netinet/in.h... (cached) yes checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for limits.h... (cached) yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/eventfd.h usability... no checking sys/eventfd.h presence... no checking for sys/eventfd.h... no checking for stdbool.h that conforms to C99... (cached) yes checking for _Bool... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... (cached) yes checking for ssize_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for uint32_t... (cached) yes checking for working volatile... yes checking how to enable additional warnings for C++ compiler... -Wall checking how to turn warnings to errors in C++ compiler... -Werror checking how to enable strict standards compliance in C++ compiler... -pedantic checking return type of signal handlers... void checking for perror... yes checking for gettimeofday... (cached) yes checking for clock_gettime... (cached) yes checking for memset... (cached) yes checking for socket... yes checking for getifaddrs... yes checking for freeifaddrs... yes checking for alloca.h... (cached) no checking whether SOCK_CLOEXEC is supported... yes checking whether SO_KEEPALIVE is supported... yes checking whether TCP_KEEPCNT is supported... yes checking whether TCP_KEEPIDLE is supported... yes checking whether TCP_KEEPINTVL is supported... yes checking whether TCP_KEEPALIVE is supported... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating perf/Makefile config.status: creating src/libzmq.pc config.status: creating builds/msvc/Makefile config.status: creating tests/Makefile config.status: creating foreign/openpgm/Makefile config.status: creating builds/redhat/zeromq.spec config.status: creating src/platform.hpp config.status: executing depfiles commands config.status: executing libtool commands ===> Building for libzmq3-3.2.4 Making all in src /usr/bin/make all-am CXX libzmq_la-address.lo CXX libzmq_la-clock.lo CXX libzmq_la-ctx.lo CXX libzmq_la-decoder.lo CXX libzmq_la-devpoll.lo CXX libzmq_la-dist.lo CXX libzmq_la-encoder.lo CXX libzmq_la-epoll.lo CXX libzmq_la-err.lo CXX libzmq_la-fq.lo CXX libzmq_la-io_object.lo CXX libzmq_la-io_thread.lo CXX libzmq_la-ip.lo CXX libzmq_la-ipc_address.lo CXX libzmq_la-ipc_connecter.lo CXX libzmq_la-ipc_listener.lo CXX libzmq_la-kqueue.lo CXX libzmq_la-lb.lo CXX libzmq_la-mailbox.lo CXX libzmq_la-msg.lo CXX libzmq_la-mtrie.lo CXX libzmq_la-object.lo CXX libzmq_la-options.lo CXX libzmq_la-own.lo CXX libzmq_la-pair.lo CXX libzmq_la-pgm_receiver.lo CXX libzmq_la-pgm_sender.lo CXX libzmq_la-pgm_socket.lo CXX libzmq_la-pipe.lo CXX libzmq_la-poll.lo CXX libzmq_la-poller_base.lo CXX libzmq_la-pull.lo CXX libzmq_la-push.lo CXX libzmq_la-proxy.lo CXX libzmq_la-reaper.lo CXX libzmq_la-pub.lo CXX libzmq_la-random.lo CXX libzmq_la-rep.lo CXX libzmq_la-req.lo CXX libzmq_la-select.lo CXX libzmq_la-session_base.lo CXX libzmq_la-signaler.lo CXX libzmq_la-socket_base.lo CXX libzmq_la-stream_engine.lo CXX libzmq_la-sub.lo CXX libzmq_la-tcp.lo CXX libzmq_la-tcp_address.lo CXX libzmq_la-tcp_connecter.lo CXX libzmq_la-tcp_listener.lo CXX libzmq_la-thread.lo CXX libzmq_la-trie.lo CXX libzmq_la-xpub.lo CXX libzmq_la-router.lo CXX libzmq_la-dealer.lo CXX libzmq_la-v1_decoder.lo CXX libzmq_la-v1_encoder.lo CXX libzmq_la-xsub.lo CXX libzmq_la-zmq.lo CXX libzmq_la-zmq_utils.lo CXXLD libzmq.la Making all in doc Making all in perf CXX local_lat.o CXXLD local_lat CXX remote_lat.o CXXLD remote_lat CXX local_thr.o CXXLD local_thr CXX remote_thr.o CXXLD remote_thr CXX inproc_lat.o CXXLD inproc_lat CXX inproc_thr.o CXXLD inproc_thr Making all in tests CXX test_pair_inproc.o CXXLD test_pair_inproc CXX test_pair_tcp.o CXXLD test_pair_tcp CXX test_reqrep_inproc.o CXXLD test_reqrep_inproc CXX test_reqrep_tcp.o CXXLD test_reqrep_tcp CXX test_hwm.o CXXLD test_hwm CXX test_reqrep_device.o CXXLD test_reqrep_device CXX test_sub_forward.o CXXLD test_sub_forward CXX test_invalid_rep.o CXXLD test_invalid_rep CXX test_msg_flags.o CXXLD test_msg_flags CXX test_connect_resolve.o CXXLD test_connect_resolve CXX test_connect_delay.o CXXLD test_connect_delay CXX test_last_endpoint.o CXXLD test_last_endpoint CXX test_term_endpoint.o CXXLD test_term_endpoint CXX test_monitor.o CXXLD test_monitor CXX test_router_mandatory.o CXXLD test_router_mandatory CXX test_disconnect_inproc.o CXXLD test_disconnect_inproc CXX test_shutdown_stress.o CXXLD test_shutdown_stress CXX test_pair_ipc.o CXXLD test_pair_ipc CXX test_reqrep_ipc.o CXXLD test_reqrep_ipc CXX test_timeo.o CXXLD test_timeo ===> Staging for libzmq3-3.2.4 ===> Generating temporary packing list Making install in src /bin/mkdir -p '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel libzmq.la '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib' libtool: install: /usr/bin/install -c -o root -g wheel .libs/libzmq.so.3 /obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib/libzmq.so.3 libtool: install: (cd /obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib && { ln -s -f libzmq.so.3 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.3 libzmq.so; }; }) libtool: install: (cd /obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib && { ln -s -f libzmq.so.3 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.3 libzmq.so; }; }) libtool: install: /usr/bin/install -c -o root -g wheel .libs/libzmq.lai /obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib/libzmq.la libtool: install: /usr/bin/install -c -o root -g wheel .libs/libzmq.a /obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib/libzmq.a libtool: install: chmod 644 /obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib/libzmq.a libtool: install: ranlib /obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/lib/libzmq.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' /bin/mkdir -p '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/include' install -o root -g wheel -m 444 ../include/zmq.h ../include/zmq_utils.h '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/include' /bin/mkdir -p '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/libdata/pkgconfig' install -o root -g wheel -m 444 libzmq.pc '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/libdata/pkgconfig' Making install in doc /bin/mkdir -p '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/man/man3' install -o root -g wheel -m 444 zmq_bind.3 zmq_unbind.3 zmq_connect.3 zmq_disconnect.3 zmq_close.3 zmq_ctx_new.3 zmq_ctx_destroy.3 zmq_ctx_get.3 zmq_ctx_set.3 zmq_msg_init.3 zmq_msg_init_data.3 zmq_msg_init_size.3 zmq_msg_move.3 zmq_msg_copy.3 zmq_msg_size.3 zmq_msg_data.3 zmq_msg_close.3 zmq_msg_send.3 zmq_msg_recv.3 zmq_send.3 zmq_recv.3 zmq_msg_get.3 zmq_msg_set.3 zmq_msg_more.3 zmq_getsockopt.3 zmq_setsockopt.3 zmq_socket.3 zmq_socket_monitor.3 zmq_poll.3 zmq_errno.3 zmq_strerror.3 zmq_version.3 zmq_proxy.3 zmq_sendmsg.3 zmq_recvmsg.3 zmq_init.3 zmq_term.3 '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/man/man3' /bin/mkdir -p '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/man/man7' install -o root -g wheel -m 444 zmq.7 zmq_tcp.7 zmq_pgm.7 zmq_epgm.7 zmq_inproc.7 zmq_ipc.7 '/obj/buildshare/ports/355755/net/libzmq3/work/stage/usr/local/man/man7' Making install in perf Making install in tests ====> Compressing man pages (compress-man) ===> Installing for libzmq3-3.2.4 ===> Checking if net/libzmq3 already installed ===> Registering installation for libzmq3-3.2.4 Installing libzmq3-3.2.4... done ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/lib/libzmq.so.3 (USES POSSIBLY INSECURE FUNCTIONS: tempnam) If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.zeromq.org/ Make package ===> Building package for libzmq3-3.2.4 slot1: removed