Building uncrustify-0.60.txz (origin /buildshare/ports/355755/textproc/uncrustify) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/uncrustify-0.60.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 ===> uncrustify-0.60 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 uncrustify-0.60 ===> uncrustify-0.60 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 uncrustify-0.60 Make install ===> uncrustify-0.60 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by uncrustify-0.60 for building ===> Extracting for uncrustify-0.60 => SHA256 Checksum OK for uncrustify-0.60.tar.gz. ===> Patching for uncrustify-0.60 ===> uncrustify-0.60 depends on executable: gmake - found ===> Configuring for uncrustify-0.60 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/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 gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no 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 gmake... GNU checking dependency style of c++... none 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... none 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 inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for utime.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 working memcmp... yes checking for memset... (cached) yes checking for strcasecmp... (cached) yes checking for strchr... yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking whether our compiler supports __func__... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating man/uncrustify.1 config.status: creating src/uncrustify_version.h config.status: creating src/config.h config.status: executing depfiles commands ===> Building for uncrustify-0.60 gmake[1]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' Making all in src gmake[2]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' gmake all-am gmake[3]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-uncrustify.o `test -f 'uncrustify.cpp' || echo './'`uncrustify.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-chunk_list.o `test -f 'chunk_list.cpp' || echo './'`chunk_list.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-indent.o `test -f 'indent.cpp' || echo './'`indent.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-align.o `test -f 'align.cpp' || echo './'`align.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-combine.o `test -f 'combine.cpp' || echo './'`combine.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-tokenize.o `test -f 'tokenize.cpp' || echo './'`tokenize.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-tokenize_cleanup.o `test -f 'tokenize_cleanup.cpp' || echo './'`tokenize_cleanup.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-space.o `test -f 'space.cpp' || echo './'`space.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-newlines.o `test -f 'newlines.cpp' || echo './'`newlines.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-output.o `test -f 'output.cpp' || echo './'`output.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-args.o `test -f 'args.cpp' || echo './'`args.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-options.o `test -f 'options.cpp' || echo './'`options.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-keywords.o `test -f 'keywords.cpp' || echo './'`keywords.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-punctuators.o `test -f 'punctuators.cpp' || echo './'`punctuators.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-parse_frame.o `test -f 'parse_frame.cpp' || echo './'`parse_frame.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-logmask.o `test -f 'logmask.cpp' || echo './'`logmask.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-logger.o `test -f 'logger.cpp' || echo './'`logger.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-ChunkStack.o `test -f 'ChunkStack.cpp' || echo './'`ChunkStack.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-braces.o `test -f 'braces.cpp' || echo './'`braces.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-brace_cleanup.o `test -f 'brace_cleanup.cpp' || echo './'`brace_cleanup.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-align_stack.o `test -f 'align_stack.cpp' || echo './'`align_stack.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-defines.o `test -f 'defines.cpp' || echo './'`defines.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-width.o `test -f 'width.cpp' || echo './'`width.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-lang_pawn.o `test -f 'lang_pawn.cpp' || echo './'`lang_pawn.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-md5.o `test -f 'md5.cpp' || echo './'`md5.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-backup.o `test -f 'backup.cpp' || echo './'`backup.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-parens.o `test -f 'parens.cpp' || echo './'`parens.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-universalindentgui.o `test -f 'universalindentgui.cpp' || echo './'`universalindentgui.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-semicolons.o `test -f 'semicolons.cpp' || echo './'`semicolons.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-sorting.o `test -f 'sorting.cpp' || echo './'`sorting.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-detect.o `test -f 'detect.cpp' || echo './'`detect.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-unicode.o `test -f 'unicode.cpp' || echo './'`unicode.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-unc_text.o `test -f 'unc_text.cpp' || echo './'`unc_text.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-compat_posix.o `test -f 'compat_posix.cpp' || echo './'`compat_posix.cpp c++ -DHAVE_CONFIG_H -I. -Wall -O2 -pipe -fno-strict-aliasing -c -o uncrustify-compat_win32.o `test -f 'compat_win32.cpp' || echo './'`compat_win32.cpp c++ -O2 -pipe -fno-strict-aliasing -o uncrustify uncrustify-uncrustify.o uncrustify-chunk_list.o uncrustify-indent.o uncrustify-align.o uncrustify-combine.o uncrustify-tokenize.o uncrustify-tokenize_cleanup.o uncrustify-space.o uncrustify-newlines.o uncrustify-output.o uncrustify-args.o uncrustify-options.o uncrustify-keywords.o uncrustify-punctuators.o uncrustify-parse_frame.o uncrustify-logmask.o uncrustify-logger.o uncrustify-ChunkStack.o uncrustify-braces.o uncrustify-brace_cleanup.o uncrustify-align_stack.o uncrustify-defines.o uncrustify-width.o uncrustify-lang_pawn.o uncrustify-md5.o uncrustify-backup.o uncrustify-parens.o uncrustify-universalindentgui.o uncrustify-semicolons.o uncrustify-sorting.o uncrustify-detect.o uncrustify-unicode.o uncrustify-unc_text.o uncrustify-compat_posix.o uncrustify-compat_win32.o gmake[3]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' gmake[2]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' Making all in man gmake[2]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[3]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[2]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[2]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' gmake[2]: Nothing to be done for `all-am'. gmake[2]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' ===> Staging for uncrustify-0.60 ===> Generating temporary packing list gmake[1]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' Making install in src gmake[2]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' gmake install-am gmake[3]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' gmake[4]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' /bin/mkdir -p '/obj/buildshare/ports/355755/textproc/uncrustify/work/stage/usr/local/bin' install -s -o root -g wheel -m 555 uncrustify '/obj/buildshare/ports/355755/textproc/uncrustify/work/stage/usr/local/bin' gmake[4]: Nothing to be done for `install-data-am'. gmake[4]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' gmake[3]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' gmake[2]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/src' Making install in man gmake[2]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[3]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[4]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/obj/buildshare/ports/355755/textproc/uncrustify/work/stage/usr/local/man/man1' install -o root -g wheel -m 444 uncrustify.1 '/obj/buildshare/ports/355755/textproc/uncrustify/work/stage/usr/local/man/man1' gmake[4]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[3]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[2]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/man' gmake[2]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' gmake[3]: Entering directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' gmake[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/obj/buildshare/ports/355755/textproc/uncrustify/work/stage/usr/local/share/uncrustify' install -o root -g wheel -m 444 etc/ben.cfg etc/d.cfg etc/defaults.cfg etc/gnu-indent.cfg etc/kr-indent.cfg etc/linux-indent.cfg etc/linux.cfg etc/mono.cfg etc/xsupplicant.cfg '/obj/buildshare/ports/355755/textproc/uncrustify/work/stage/usr/local/share/uncrustify' gmake[3]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' gmake[2]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' gmake[1]: Leaving directory `/obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60' cd /obj/buildshare/ports/355755/textproc/uncrustify/work/uncrustify-0.60/documentation && /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/textproc/uncrustify/work/stage/usr/local/share/doc/uncrustify/ ====> Compressing man pages (compress-man) ===> Installing for uncrustify-0.60 ===> Checking if textproc/uncrustify already installed ===> Registering installation for uncrustify-0.60 Installing uncrustify-0.60... done Make package ===> Building package for uncrustify-0.60 slot1: removed