Building re2c-0.13.6.txz (origin /buildshare/ports/355755/devel/re2c) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/re2c-0.13.6.tar.gz x packages/ x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> re2c-0.13.6 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 re2c-0.13.6 Make install ===> re2c-0.13.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by re2c-0.13.6 for building ===> Extracting for re2c-0.13.6 => SHA256 Checksum OK for re2c-0.13.6.tar.gz. ===> Patching for re2c-0.13.6 ===> Configuring for re2c-0.13.6 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/devel/re2c/work/re2c-0.13.6/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/devel/re2c/work/re2c-0.13.6/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 for bison... no checking for byacc... byacc 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 c++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of c++... gcc3 checking for gcc... cc 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 dependency style of cc... gcc3 checking Testing GCC version... found version 4.2.1 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 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 working volatile... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for memset... (cached) yes checking for munmap... (cached) yes checking for strdup... (cached) yes checking for strndup... (cached) yes checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 4 configure: creating ./config.status config.status: creating Makefile config.status: creating README config.status: creating makerpm config.status: creating re2c.1 config.status: creating re2c.spec config.status: creating run_tests.sh config.status: creating config_w32.h config.status: creating htdocs/manual.html config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands ===> Building for re2c-0.13.6 /usr/bin/make all-am c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT code.o -MD -MP -MF .deps/code.Tpo -c -o code.o code.cc mv -f .deps/code.Tpo .deps/code.Po c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT dfa.o -MD -MP -MF .deps/dfa.Tpo -c -o dfa.o dfa.cc mv -f .deps/dfa.Tpo .deps/dfa.Po c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc mv -f .deps/main.Tpo .deps/main.Po c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT parser.o -MD -MP -MF .deps/parser.Tpo -c -o parser.o parser.cc mv -f .deps/parser.Tpo .deps/parser.Po c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cc mv -f .deps/actions.Tpo .deps/actions.Po c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT substr.o -MD -MP -MF .deps/substr.Tpo -c -o substr.o substr.cc mv -f .deps/substr.Tpo .deps/substr.Po c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT translate.o -MD -MP -MF .deps/translate.Tpo -c -o translate.o translate.cc mv -f .deps/translate.Tpo .deps/translate.Po c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT scanner.o -MD -MP -MF .deps/scanner.Tpo -c -o scanner.o scanner.cc mv -f .deps/scanner.Tpo .deps/scanner.Po c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -MT mbo_getopt.o -MD -MP -MF .deps/mbo_getopt.Tpo -c -o mbo_getopt.o mbo_getopt.cc mv -f .deps/mbo_getopt.Tpo .deps/mbo_getopt.Po c++ -O2 -pipe -fno-strict-aliasing -o re2c code.o dfa.o main.o parser.o actions.o substr.o translate.o scanner.o mbo_getopt.o ===> Staging for re2c-0.13.6 ===> Generating temporary packing list /usr/bin/make install-am test -z "/usr/local/bin" || /bin/mkdir -p "/obj/buildshare/ports/355755/devel/re2c/work/stage/usr/local/bin" install -s -o root -g wheel -m 555 re2c '/obj/buildshare/ports/355755/devel/re2c/work/stage/usr/local/bin' test -z "/usr/local/man/man1" || /bin/mkdir -p "/obj/buildshare/ports/355755/devel/re2c/work/stage/usr/local/man/man1" install -o root -g wheel -m 444 re2c.1 '/obj/buildshare/ports/355755/devel/re2c/work/stage/usr/local/man/man1' cd /obj/buildshare/ports/355755/devel/re2c/work/re2c-0.13.6/doc/ && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- . /obj/buildshare/ports/355755/devel/re2c/work/stage/usr/local/share/doc/re2c/ cd /obj/buildshare/ports/355755/devel/re2c/work/re2c-0.13.6/examples/ && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- . /obj/buildshare/ports/355755/devel/re2c/work/stage/usr/local/share/examples/re2c/ ====> Compressing man pages (compress-man) ===> Installing for re2c-0.13.6 ===> Checking if devel/re2c already installed ===> Registering installation for re2c-0.13.6 Installing re2c-0.13.6... done Make package ===> Building package for re2c-0.13.6 slot2: removed