Building p5-NetAddr-IP-4.069_1.txz (origin /buildshare/ports/355755/net-mgmt/p5-NetAddr-IP) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/NetAddr-IP-4.069.tar.gz x packages/ x packages/pkg-1.2.7_2.txz x packages/perl5-5.16.3_10.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> p5-NetAddr-IP-4.069_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 p5-NetAddr-IP-4.069_1 ===> p5-NetAddr-IP-4.069_1 depends on file: /usr/local/bin/perl5.16.3 - not found ===> Verifying install for /usr/local/bin/perl5.16.3 in /buildshare/ports/355755/lang/perl5.16 ===> Installing existing package /packages/perl5-5.16.3_10.txz Installing perl5-5.16.3_10... done ===> Returning to build of p5-NetAddr-IP-4.069_1 ===> p5-NetAddr-IP-4.069_1 depends on file: /usr/local/bin/perl5.16.3 - found ===> p5-NetAddr-IP-4.069_1 depends on file: /usr/local/bin/perl5.16.3 - found Make install ===> p5-NetAddr-IP-4.069_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-NetAddr-IP-4.069_1 for building ===> Extracting for p5-NetAddr-IP-4.069_1 => SHA256 Checksum OK for NetAddr-IP-4.069.tar.gz. ===> Patching for p5-NetAddr-IP-4.069_1 ===> p5-NetAddr-IP-4.069_1 depends on file: /usr/local/bin/perl5.16.3 - found ===> Applying FreeBSD patches for p5-NetAddr-IP-4.069_1 /usr/local/bin/perl -ni -e 'print unless /^=head1/../^=cut/' /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/NetAddr-IP-4.069/Lite/Util/Makefile.PL ===> p5-NetAddr-IP-4.069_1 depends on file: /usr/local/bin/perl5.16.3 - found ===> Configuring for p5-NetAddr-IP-4.069_1 This build requires a C compiler by default except on Windows where the Pure Perl version is mandatory. The Pure Perl version, which does not require compilation of XS code, can be used by invoking this as: perl Makefile.PL -noxs ====================================================================== W A R N I N G - Please do read below if you have legacy code ====================================================================== Versions 3.21 and above of NetAddr::IP, include hooks for the Storable class that are incompatible with the old (automatic) method of storing data. To regain backwards compatibility, the module must be use()d as use NetAddr::IP ':old_storable'; which will disable the new hooks and revert back to the old ways. If you do not use Storable along with NetAddr::IP, or just don't know what this all means, most likely you're safe to go ahead. Versions before 3.25 recognized by default IP addresses as returned by inet_aton. This is no longer the default. To enable this behavior again, the module must be use()d as use NetAddr::IP ':aton'; Versions before 4.008 recognized the above syntax. This behavior is fundamentally broken, is DEPRECATED and WILL BE REMOVED in version 5.0 Use this method to create new objects from 'aton's $ip = new_from_aton NetAddr::IP(inet_aton('1.2.3.4')) Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good building for freebsd cc compile.c -o compile.output Testing if you have a C compiler and the needed header files.... You have a working compiler. checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for an ANSI C-conforming const... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking whether gcc needs -traditional... no checking for library containing gethostbyname... none required checking for library containing inet_aton... none required checking for library containing inet_pton... none required checking for library containing inet_addr... none required checking whether byte ordering is bigendian... yes checking for uint8_t... yes checking size of uint8_t... 1 checking for uint16_t... yes checking size of uint16_t... 2 checking for uint32_t... yes checking size of uint32_t... 4 checking for u_int8_t... yes checking size of u_int8_t... 1 checking for u_int16_t... yes checking size of u_int16_t... 2 checking for u_int32_t... yes checking size of u_int32_t... 4 configure.gcc: creating ./config.status config.status: creating config.h Checking if your kit is complete... Looks good Writing Makefile for NetAddr::IP::Util Writing MYMETA.yml and MYMETA.json Writing Makefile for NetAddr::IP::Lite Writing MYMETA.yml and MYMETA.json Writing Makefile for NetAddr::IP Writing MYMETA.yml and MYMETA.json ===> Building for p5-NetAddr-IP-4.069_1 cp IP.pm blib/lib/NetAddr/IP.pm AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP) cp Lite.pm ../blib/lib/NetAddr/IP/Lite.pm cp lib/NetAddr/IP/UtilPP.pm ../../blib/lib/NetAddr/IP/UtilPP.pm AutoSplitting ../../blib/lib/NetAddr/IP/UtilPP.pm (../../blib/lib/auto/NetAddr/IP/UtilPP) cp Util.pm ../../blib/lib/NetAddr/IP/Util.pm AutoSplitting ../../blib/lib/NetAddr/IP/Util.pm (../../blib/lib/auto/NetAddr/IP/Util) cp Util_IS.pm ../../blib/lib/NetAddr/IP/Util_IS.pm cp lib/NetAddr/IP/InetBase.pm ../../blib/lib/NetAddr/IP/InetBase.pm AutoSplitting ../../blib/lib/NetAddr/IP/InetBase.pm (../../blib/lib/auto/NetAddr/IP/InetBase) /usr/local/bin/perl5 /usr/local/lib/perl5/5.16/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.16/ExtUtils/typemap -typemap typemap Util.xs > Util.xsc && mv Util.xsc Util.c cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.16/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -pipe -fno-strict-aliasing -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.16/mach/CORE" Util.c Running Mkbootstrap for NetAddr::IP::Util () chmod 644 Util.bs rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so cc -shared -L/usr/local/lib -fstack-protector Util.o -o ../../blib/arch/auto/NetAddr/IP/Util/Util.so chmod 755 ../../blib/arch/auto/NetAddr/IP/Util/Util.so cp Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs chmod 644 ../../blib/arch/auto/NetAddr/IP/Util/Util.bs Manifying ../../blib/man3/NetAddr::IP::UtilPP.3 Manifying ../../blib/man3/NetAddr::IP::Util.3 Manifying ../../blib/man3/NetAddr::IP::InetBase.3 Manifying ../blib/man3/NetAddr::IP::Lite.3 Manifying blib/man3/NetAddr::IP.3 ===> Staging for p5-NetAddr-IP-4.069_1 ===> p5-NetAddr-IP-4.069_1 depends on file: /usr/local/bin/perl5.16.3 - found ===> Generating temporary packing list Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/Util/Util.bs Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/Util/Util.so Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/coalesce.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/wildcard.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/prefix.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/_compact_v6.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/re6.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/_splitplan.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/compactref.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/_compV6.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/nprefix.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/mod_version.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/do_prefix.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/hostenum.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/short.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/re.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/autosplit.ix Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/_splitref.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/maskanyto6.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/shiftleft.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/ipanyto6.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/notcontiguous.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/_deadlen.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/_128x10.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/_bcd2bin.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/slowadd128.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/addconst.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/simple_pack.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/ipv6to4.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/bcd2bin.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/sub128.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/add128.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/_bin2bcdn.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/_sa128.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/bin2bcdn.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/mask4to6.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/ipv4to6.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/bin2bcd.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/_bcdcheck.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/autosplit.ix Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/bcdn2txt.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/bcdn2bin.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/_128x2.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/comp128.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/UtilPP/hasbits.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/inet_any2n.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/inet_n2dx.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/_packzeros.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/_inet_pton.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/ipv6_aton.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/inet_n2ad.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/inet_ntoa.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/autosplit.ix Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/ipv6_ntoa.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/InetBase/_inet_ntop.al Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/auto/NetAddr/IP/Util/autosplit.ix Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/NetAddr/IP.pm Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/NetAddr/IP/UtilPP.pm Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/NetAddr/IP/Lite.pm Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/NetAddr/IP/Util.pm Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/NetAddr/IP/InetBase.pm Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/site_perl/5.16/mach/NetAddr/IP/Util_IS.pm Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/5.16/man/man3/NetAddr::IP::Lite.3 Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/5.16/man/man3/NetAddr::IP::InetBase.3 Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/5.16/man/man3/NetAddr::IP::UtilPP.3 Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/5.16/man/man3/NetAddr::IP::Util.3 Installing /obj/buildshare/ports/355755/net-mgmt/p5-NetAddr-IP/work/stage/usr/local/lib/perl5/5.16/man/man3/NetAddr::IP.3 ====> Compressing man pages (compress-man) ===> Installing for p5-NetAddr-IP-4.069_1 ===> Checking if net-mgmt/p5-NetAddr-IP already installed ===> Registering installation for p5-NetAddr-IP-4.069_1 Installing p5-NetAddr-IP-4.069_1... done Make package ===> Building package for p5-NetAddr-IP-4.069_1 slot2: removed