=> Bootstrap dependency digest>=20010302: found digest-20160304 => Checksum SHA1 OK for cpputest-3.8.tar.gz => Checksum RMD160 OK for cpputest-3.8.tar.gz => Checksum SHA512 OK for cpputest-3.8.tar.gz ===> Installing dependencies for cpputest-3.8nb1 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Tool dependency automake>=1.9: found automake-1.15.1 => Tool dependency autoconf>=2.58: found autoconf-2.69nb7 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.4.1nb1 => Build dependency cwrappers>=20150314: found cwrappers-20180325 ===> Overriding tools for cpputest-3.8nb1 ===> Extracting for cpputest-3.8nb1 ===> Patching for cpputest-3.8nb1 => Applying pkgsrc patches for cpputest-3.8nb1 ===> Creating toolchain wrappers for cpputest-3.8nb1 ===> Configuring for cpputest-3.8nb1 cd /var/pkgsrc/work/devel/cpputest/work/cpputest-3.8/cpputest_build && autoreconf .. -fiv autoreconf: Entering directory `..' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/pkg/bin/autoconf --force autoreconf: running: /usr/pkg/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:11: installing './compile' configure.ac:11: installing './config.guess' configure.ac:11: installing './config.sub' configure.ac:4: installing './install-sh' configure.ac:4: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoreconf: Leaving directory `..' => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Adding run-time search paths to pkg-config files. checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g users checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-freebsd11 checking host system type... x86_64-unknown-freebsd11 checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-unknown-freebsd11-gcc... clang 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 clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking dependency style of clang... gcc3 checking for a sed that does not truncate output... /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... /usr/bin/grep -F checking for ld used by clang... /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 checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert x86_64-unknown-freebsd11 file names to x86_64-unknown-freebsd11 format... func_convert_file_noop checking how to convert x86_64-unknown-freebsd11 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-unknown-freebsd11-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-unknown-freebsd11-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-unknown-freebsd11-ar... no checking for ar... ar checking for archiver @FILE support... no checking for x86_64-unknown-freebsd11-strip... no checking for strip... strip checking for x86_64-unknown-freebsd11-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm output from clang object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-unknown-freebsd11-mt... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... clang -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 for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fPIC -DPIC checking if clang PIC flag -fPIC -DPIC works... yes checking if clang static flag -static works... yes checking if clang supports -c -o file.o... rm: conftest*: No such file or directory yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory no checking dynamic linker characteristics... freebsd11 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for x86_64-unknown-freebsd11-gcc... (cached) clang checking whether we are using the GNU C compiler... (cached) yes checking whether clang accepts -g... (cached) yes checking for clang option to accept ISO C89... (cached) none needed checking whether clang understands -c and -o together... (cached) yes checking dependency style of clang... (cached) gcc3 checking how to run the C preprocessor... clang -E checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking dependency style of clang++... gcc3 checking how to run the C++ preprocessor... clang++ -E checking for ld used by clang++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes checking for clang++ option to produce PIC... -fPIC -DPIC checking if clang++ PIC flag -fPIC -DPIC works... yes checking if clang++ static flag -static works... yes checking if clang++ supports -c -o file.o... rm: conftest*: No such file or directory yes checking if clang++ supports -c -o file.o... (cached) yes checking whether the clang++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd11 ld.so checking how to hardcode library paths into programs... immediate checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... (cached) yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE checking if we can link -lpthread to work around a gcc bug (on MacOSX)... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for pid_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for unsigned long long int... yes checking for long long int... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for gettimeofday... yes checking for memset... yes checking for strstr... yes checking for gcc... yes checking for clang... yes checking for lcov... no checking for valgrind... no checking for dash... no checking whether CXX supports -std=c++0x... yes checking whether CXX supports -std=c++11... yes checking whether CXX supports -stdlib=libc++... yes checking whether CXX supports -Wno-c++98-compat... yes checking whether CXX supports -Wno-c++98-compat-pedantic... yes checking whether CC and CXX supports -Wno-c++11-long-long... yes checking whether CC supports -Wno-long-long... yes checking whether CC and CXX supports -Weverything... yes checking whether CC and CXX supports -Wall... yes checking whether CC and CXX supports -Wextra... yes checking whether CC and CXX supports -Wshadow... yes checking whether CC and CXX supports -Wswitch-default... yes checking whether CC and CXX supports -Wswitch-enum... yes checking whether CC and CXX supports -Wconversion... yes checking whether CC and CXX supports -pedantic... yes checking whether CC supports -Wsign-conversion... yes checking whether CXX supports -Wsign-conversion... yes checking whether CXX supports -Woverloaded-virtual... yes checking whether CC supports -Wstrict-prototypes... yes checking whether CC and CXX supports -Wno-disabled-macro-expansion... yes checking whether CC and CXX supports -Wno-padded... yes checking whether CC and CXX supports -Wno-reserved-id-macro... yes checking whether CC and CXX supports -Wno-keyword-macro... yes checking whether CXX supports -Wno-global-constructors... yes checking whether CXX supports -Wno-exit-time-destructors... yes checking whether CXX supports -Wno-weak-vtables... yes checking whether CXX supports -Wno-old-style-cast... yes checking whether CXX and the linker supports --coverage (broken in clang 3.3)... yes checking whether CXX supports operator delete without exception handling specifier... no checking whether CXX supports operator new with exception handling specifier... no checking whether CXX supports -Wno-missing-exception-spec... yes checking whether CXXLD supports -Qunused-arguments linker option... yes checking whether LD supports -Wl,-map... no checking for the availability of gmock via the GMOCK_HOME variable... checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating cpputest.pc config.status: creating Makefile config.status: creating config.h config.status: executing generated/CppUTestGeneratedConfig.h commands config.status: creating generated/CppUTestGeneratedConfig.h - prefix CPPUTEST for config.h defines config.status: executing depfiles commands config.status: executing libtool commands rm: libtoolT: No such file or directory ---------------------------------------------------------------- CppUTest Version 3.8 Current compiler options: CC: clang CXX: clang++ LD: /usr/bin/ld Default CFLAGS: -O2 Default CXXFLAGS: -O2 CppUTest CFLAGS: -Wno-c++11-long-long -Wno-long-long -Weverything -Wall -Wextra -Wshadow -Wswitch-default -Wswitch-enum -Wconversion -pedantic -Wsign-conversion -Wstrict-prototypes -Wno-disabled-macro-expansion -Wno-padded -Wno-reserved-id-macro -Wno-keyword-macro CppUTest CXXFLAGS: -include ../include/CppUTest/MemoryLeakDetectorNewMacros.h -Wno-c++11-long-long -Wno-long-long -Weverything -Wall -Wextra -Wshadow -Wswitch-default -Wswitch-enum -Wconversion -pedantic -Wsign-conversion -Woverloaded-virtual -Wno-disabled-macro-expansion -Wno-padded -Wno-reserved-id-macro -Wno-keyword-macro -Wno-global-constructors -Wno-exit-time-destructors -Wno-weak-vtables -Wno-old-style-cast CppUTest CPPFLAGS: -include ../include/CppUTest/MemoryLeakDetectorMallocMacros.h -I ../include CppUTest LDFLAGS: CppUTest LIB: -lpthread Features configured in CppUTest: Memory Leak Detection: yes Compiling extensions: yes Use Long Long (if available): yes Disable CppUTest compile/link flags: yes Using Standard C++ Library: yes Using Standard C Library: yes Generating map file: no Compiling w coverage info: no ---------------------------------------------------------------- => Modifying libtool scripts to use pkgsrc libtool => Modifying libtool scripts to use pkgsrc depcomp