Building libunp-1.0_1.txz (origin /buildshare/ports/355755/net/libunp) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/unpv12e.tar.gz x packages/ x packages/pkg-1.2.7_2.txz x packages/gmake-3.82_1.txz x packages/gettext-0.18.3.1_1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> libunp-1.0_1 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 libunp-1.0_1 ===> libunp-1.0_1 depends on executable: gmake - not found ===> Verifying install for gmake in /buildshare/ports/355755/devel/gmake ===> Installing existing package /packages/gmake-3.82_1.txz Installing gmake-3.82_1...Installing gettext-0.18.3.1_1... done done ===> Returning to build of libunp-1.0_1 Make install ===> libunp-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libunp-1.0_1 for building ===> Extracting for libunp-1.0_1 => SHA256 Checksum OK for unpv12e.tar.gz. ===> Patching for libunp-1.0_1 ===> Applying FreeBSD patches for libunp-1.0_1 ===> libunp-1.0_1 depends on executable: gmake - found ===> Configuring for libunp-1.0_1 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net/libunp/work/unpv12e/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/net/libunp/work/unpv12e/configure loading site script /buildshare/ports/355755/Templates/config.site creating cache ./config.cache checking host system type... powerpc-unknown-freebsd11.0 checking for gcc... cc checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for ranlib... ranlib checking for pthread_create in -lpthread... yes checking for t_open in -lnsl... no checking for socket in -lsocket... no checking for /usr/local/bind/lib/libbind.a... no checking for /root/libbind.a... no checking for /root/libresolv.a... no checking for res_init in -lresolv... no checking for t_open in -lxti... no checking for /root/libunp.a... no checking for /root/libunpxti.a... 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/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for errno.h... (cached) yes checking for fcntl.h... (cached) yes checking for netdb.h... (cached) yes checking for signal.h... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/uio.h... yes checking for unistd.h... (cached) yes checking for sys/wait.h... (cached) yes checking for sys/un.h... (cached) yes checking for sys/select.h... (cached) yes checking for poll.h... (cached) yes checking for strings.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/filio.h... yes checking for sys/sockio.h... yes checking for pthread.h... yes checking for sys/sysctl.h... yes checking for poll.h... (cached) yes checking for xti.h... no checking for xti_inet.h... no checking for netconfig.h... yes checking for netdir.h... no checking for stropts.h... no checking whether time.h and sys/time.h may both be included... yes checking if uint8_t defined... yes checking if int16_t defined... (cached) yes checking if uint16_t defined... yes checking if int32_t defined... (cached) yes checking if uint32_t defined... yes checking if size_t defined... (cached) yes checking if ssize_t defined... (cached) yes checking if socklen_t defined... (cached) yes checking if sa_family_t defined... yes checking if t_scalar_t defined... no checking if t_uscalar_t defined... no checking if sockaddr{} has sa_len member... yes checking if msghdr{} has msg_control member... yes checking for getaddrinfo function prototype in netdb.h... yes checking for getnameinfo function prototype in netdb.h... yes checking for gethostname function prototype in unistd.h... yes checking for getrusage function prototype in sys/resource.h... yes checking for hstrerror function prototype in netdb.h... yes checking for if_nametoindex function prototype in net/if.h... yes checking for inet_aton function prototype in arpa/inet.h... yes checking for inet_pton function prototype in arpa/inet.h... yes checking for isfdtype function prototype in sys/stat.h... no checking for pselect function prototype in sys/select.h... yes checking for snprintf function prototype in stdio.h... yes checking for sockatmark function prototype in sys/socket.h... yes checking for addrinfo{}... yes checking for if_nameindex{}... yes checking for sockaddr_dl{}... yes checking for timespec{}... yes checking for /dev/tcp... no checking for /dev/xti/tcp... no checking for /dev/streams/xtiso/tcp... no checking for bzero... (cached) yes checking for getaddrinfo... (cached) yes checking for gethostname... (cached) yes checking for gethostbyname2... yes checking for gethostbyname_r... yes checking for getnameinfo... (cached) yes checking for hstrerror... yes checking for if_nametoindex... yes checking for inet_aton... (cached) yes checking for inet_pton... yes checking for isfdtype... no checking for poll... (cached) yes checking for pselect... yes checking for snprintf... (cached) yes checking for sockatmark... yes checking for vsnprintf... (cached) yes checking for IPv4 support... yes checking for IPv6 support... no checking for Unix domain sockets... yes checking for multicast support... yes checking for -I/root/doc/unp2ev1/src/include... no updating cache ./config.cache creating ./config.status creating Makefile creating Make.defines creating config.h ===> Building for libunp-1.0_1 gmake[1]: Entering directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e' PWD=`pwd`; \ for dir in lib libfree libgai libroute ; \ do \ cd $PWD/$dir && gmake && cd .. ;\ done gmake[2]: Entering directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e/lib' cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o connect_nonb.o connect_nonb.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o connect_timeo.o connect_timeo.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o daemon_inetd.o daemon_inetd.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o daemon_init.o daemon_init.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o dg_cli.o dg_cli.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o dg_echo.o dg_echo.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o error.o error.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o get_ifi_info.o get_ifi_info.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o gf_time.o gf_time.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o host_serv.o host_serv.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o isfdtype.o isfdtype.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o mcast_leave.o mcast_leave.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o mcast_join.o mcast_join.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o mcast_get_if.o mcast_get_if.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o mcast_get_loop.o mcast_get_loop.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o mcast_get_ttl.o mcast_get_ttl.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o mcast_set_if.o mcast_set_if.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o mcast_set_loop.o mcast_set_loop.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o mcast_set_ttl.o mcast_set_ttl.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o my_addrs.o my_addrs.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o read_fd.o read_fd.c read_fd.c: In function 'read_fd': read_fd.c:10: warning: unused variable 'newfd' cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o readline.o readline.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o readn.o readn.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o readable_timeo.o readable_timeo.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o rtt.o rtt.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o signal.o signal.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o signal_intr.o signal_intr.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_bind_wild.o sock_bind_wild.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_cmp_addr.o sock_cmp_addr.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_cmp_port.o sock_cmp_port.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_ntop.o sock_ntop.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_ntop_host.o sock_ntop_host.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_get_port.o sock_get_port.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_set_addr.o sock_set_addr.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_set_port.o sock_set_port.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sock_set_wild.o sock_set_wild.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o sockfd_to_family.o sockfd_to_family.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o str_cli.o str_cli.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o str_echo.o str_echo.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o tcp_connect.o tcp_connect.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o tcp_listen.o tcp_listen.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o tv_sub.o tv_sub.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o udp_client.o udp_client.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o udp_connect.o udp_connect.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o udp_server.o udp_server.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o wraplib.o wraplib.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o wrapstdio.o wrapstdio.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o wrappthread.o wrappthread.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o wrapunix.o wrapunix.c wrapunix.c: In function 'Sysctl': wrapunix.c:217: warning: implicit declaration of function 'sysctl' cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o write_fd.o write_fd.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o writen.o writen.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o writable_timeo.o writable_timeo.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o wrapsock.o wrapsock.c ar rv ../libunp.a connect_nonb.o connect_timeo.o daemon_inetd.o daemon_init.o dg_cli.o dg_echo.o error.o get_ifi_info.o gf_time.o host_serv.o isfdtype.o mcast_leave.o mcast_join.o mcast_get_if.o mcast_get_loop.o mcast_get_ttl.o mcast_set_if.o mcast_set_loop.o mcast_set_ttl.o my_addrs.o read_fd.o readline.o readn.o readable_timeo.o rtt.o signal.o signal_intr.o sock_bind_wild.o sock_cmp_addr.o sock_cmp_port.o sock_ntop.o sock_ntop_host.o sock_get_port.o sock_set_addr.o sock_set_port.o sock_set_wild.o sockfd_to_family.o str_cli.o str_echo.o tcp_connect.o tcp_listen.o tv_sub.o udp_client.o udp_connect.o udp_server.o wraplib.o wrapstdio.o wrappthread.o wrapunix.o write_fd.o writen.o writable_timeo.o wrapsock.o ar: warning: creating ../libunp.a a - connect_nonb.o a - connect_timeo.o a - daemon_inetd.o a - daemon_init.o a - dg_cli.o a - dg_echo.o a - error.o a - get_ifi_info.o a - gf_time.o a - host_serv.o a - isfdtype.o a - mcast_leave.o a - mcast_join.o a - mcast_get_if.o a - mcast_get_loop.o a - mcast_get_ttl.o a - mcast_set_if.o a - mcast_set_loop.o a - mcast_set_ttl.o a - my_addrs.o a - read_fd.o a - readline.o a - readn.o a - readable_timeo.o a - rtt.o a - signal.o a - signal_intr.o a - sock_bind_wild.o a - sock_cmp_addr.o a - sock_cmp_port.o a - sock_ntop.o a - sock_ntop_host.o a - sock_get_port.o a - sock_set_addr.o a - sock_set_port.o a - sock_set_wild.o a - sockfd_to_family.o a - str_cli.o a - str_echo.o a - tcp_connect.o a - tcp_listen.o a - tv_sub.o a - udp_client.o a - udp_connect.o a - udp_server.o a - wraplib.o a - wrapstdio.o a - wrappthread.o a - wrapunix.o a - write_fd.o a - writen.o a - writable_timeo.o a - wrapsock.o ranlib ../libunp.a cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -I. -c -o wrapsock_r.o wrapsock_r.c ar rv ../libunp_r.a connect_nonb.o connect_timeo.o daemon_inetd.o daemon_init.o dg_cli.o dg_echo.o error.o get_ifi_info.o gf_time.o host_serv.o isfdtype.o mcast_leave.o mcast_join.o mcast_get_if.o mcast_get_loop.o mcast_get_ttl.o mcast_set_if.o mcast_set_loop.o mcast_set_ttl.o my_addrs.o read_fd.o readline.o readn.o readable_timeo.o rtt.o signal.o signal_intr.o sock_bind_wild.o sock_cmp_addr.o sock_cmp_port.o sock_ntop.o sock_ntop_host.o sock_get_port.o sock_set_addr.o sock_set_port.o sock_set_wild.o sockfd_to_family.o str_cli.o str_echo.o tcp_connect.o tcp_listen.o tv_sub.o udp_client.o udp_connect.o udp_server.o wraplib.o wrapstdio.o wrappthread.o wrapunix.o write_fd.o writen.o writable_timeo.o wrapsock_r.o ar: warning: creating ../libunp_r.a a - connect_nonb.o a - connect_timeo.o a - daemon_inetd.o a - daemon_init.o a - dg_cli.o a - dg_echo.o a - error.o a - get_ifi_info.o a - gf_time.o a - host_serv.o a - isfdtype.o a - mcast_leave.o a - mcast_join.o a - mcast_get_if.o a - mcast_get_loop.o a - mcast_get_ttl.o a - mcast_set_if.o a - mcast_set_loop.o a - mcast_set_ttl.o a - my_addrs.o a - read_fd.o a - readline.o a - readn.o a - readable_timeo.o a - rtt.o a - signal.o a - signal_intr.o a - sock_bind_wild.o a - sock_cmp_addr.o a - sock_cmp_port.o a - sock_ntop.o a - sock_ntop_host.o a - sock_get_port.o a - sock_set_addr.o a - sock_set_port.o a - sock_set_wild.o a - sockfd_to_family.o a - str_cli.o a - str_echo.o a - tcp_connect.o a - tcp_listen.o a - tv_sub.o a - udp_client.o a - udp_connect.o a - udp_server.o a - wraplib.o a - wrapstdio.o a - wrappthread.o a - wrapunix.o a - write_fd.o a - writen.o a - writable_timeo.o a - wrapsock_r.o ranlib ../libunp_r.a gmake[2]: Leaving directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e/lib' gmake[2]: Entering directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e/libfree' cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o in_cksum.o in_cksum.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o inet_ntop.o inet_ntop.c inet_ntop.c: In function '__inet_ntop': inet_ntop.c:123: warning: 'cur.len' may be used uninitialized in this function inet_ntop.c:123: note: 'cur.len' was declared here inet_ntop.c:123: warning: 'best.len' may be used uninitialized in this function inet_ntop.c:123: note: 'best.len' was declared here cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o inet_pton.o inet_pton.c ar rv ../libunp.a in_cksum.o inet_ntop.o inet_pton.o a - in_cksum.o a - inet_ntop.o a - inet_pton.o ranlib ../libunp.a ar rv ../libunp_r.a in_cksum.o inet_ntop.o inet_pton.o a - in_cksum.o a - inet_ntop.o a - inet_pton.o ranlib ../libunp_r.a gmake[2]: Leaving directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e/libfree' gmake[2]: Entering directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e/libgai' cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o getaddrinfo.o getaddrinfo.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o getnameinfo.o getnameinfo.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o freeaddrinfo.o freeaddrinfo.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o gai_strerror.o gai_strerror.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o ga_aistruct.o ga_aistruct.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o ga_clone.o ga_clone.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o ga_echeck.o ga_echeck.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o ga_nsearch.o ga_nsearch.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o ga_port.o ga_port.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o ga_serv.o ga_serv.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o ga_unix.o ga_unix.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o gn_ipv46.o gn_ipv46.c ar rv ../libunp.a getaddrinfo.o getnameinfo.o freeaddrinfo.o gai_strerror.o ga_aistruct.o ga_clone.o ga_echeck.o ga_nsearch.o ga_port.o ga_serv.o ga_unix.o gn_ipv46.o a - getaddrinfo.o a - getnameinfo.o a - freeaddrinfo.o a - gai_strerror.o a - ga_aistruct.o a - ga_clone.o a - ga_echeck.o a - ga_nsearch.o a - ga_port.o a - ga_serv.o a - ga_unix.o a - gn_ipv46.o ranlib ../libunp.a ar rv ../libunp_r.a getaddrinfo.o getnameinfo.o freeaddrinfo.o gai_strerror.o ga_aistruct.o ga_clone.o ga_echeck.o ga_nsearch.o ga_port.o ga_serv.o ga_unix.o gn_ipv46.o a - getaddrinfo.o a - getnameinfo.o a - freeaddrinfo.o a - gai_strerror.o a - ga_aistruct.o a - ga_clone.o a - ga_echeck.o a - ga_nsearch.o a - ga_port.o a - ga_serv.o a - ga_unix.o a - gn_ipv46.o ranlib ../libunp_r.a gmake[2]: Leaving directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e/libgai' gmake[2]: Entering directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e/libroute' cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o get_rtaddrs.o get_rtaddrs.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o if_indextoname.o if_indextoname.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o if_nameindex.o if_nameindex.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o if_nametoindex.o if_nametoindex.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o net_rt_iflist.o net_rt_iflist.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o net_rt_dump.o net_rt_dump.c cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -Wall -I.. -c -o sock_masktop.o sock_masktop.c sock_masktop.c: In function 'sock_masktop': sock_masktop.c:7: warning: pointer targets in initialization differ in signedness ar rv ../libunp.a get_rtaddrs.o if_indextoname.o if_nameindex.o if_nametoindex.o net_rt_iflist.o net_rt_dump.o sock_masktop.o a - get_rtaddrs.o a - if_indextoname.o a - if_nameindex.o a - if_nametoindex.o a - net_rt_iflist.o a - net_rt_dump.o a - sock_masktop.o ranlib ../libunp.a ar rv ../libunp_r.a get_rtaddrs.o if_indextoname.o if_nameindex.o if_nametoindex.o net_rt_iflist.o net_rt_dump.o sock_masktop.o a - get_rtaddrs.o a - if_indextoname.o a - if_nameindex.o a - if_nametoindex.o a - net_rt_iflist.o a - net_rt_dump.o a - sock_masktop.o ranlib ../libunp_r.a gmake[2]: Leaving directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e/libroute' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/net/libunp/work/unpv12e' ===> Staging for libunp-1.0_1 ===> Generating temporary packing list install -o root -g wheel -m 444 /obj/buildshare/ports/355755/net/libunp/work/unpv12e/libunp.a /obj/buildshare/ports/355755/net/libunp/work/stage/usr/local/lib install -o root -g wheel -m 444 /obj/buildshare/ports/355755/net/libunp/work/unpv12e/libunp_r.a /obj/buildshare/ports/355755/net/libunp/work/stage/usr/local/lib install -o root -g wheel -m 444 /obj/buildshare/ports/355755/net/libunp/work/unpv12e/lib/unp.h /obj/buildshare/ports/355755/net/libunp/work/stage/usr/local/include install -o root -g wheel -m 444 /obj/buildshare/ports/355755/net/libunp/work/unpv12e/lib/addrinfo.h /obj/buildshare/ports/355755/net/libunp/work/stage/usr/local/include/unp install -o root -g wheel -m 444 /obj/buildshare/ports/355755/net/libunp/work/unpv12e/config.h /obj/buildshare/ports/355755/net/libunp/work/stage/usr/local/include/unp ====> Compressing man pages (compress-man) ===> Installing for libunp-1.0_1 ===> Checking if net/libunp already installed ===> Registering installation for libunp-1.0_1 Installing libunp-1.0_1... done Make package ===> Building package for libunp-1.0_1 slot1: removed