Snaipe / homebrew-soft

Homebrew formula for my software
0 stars 1 forks source link

Cannot install Criterion on macOS Sierra #1

Closed mafredri closed 7 years ago

mafredri commented 8 years ago

Hi,

criterion seems like an interesting project, but when I try to install it using brew I keep running into problems.

  1. Original formula checks out an old revision of criterion, which has a reference to a submodule (dyncall) that no longer exists
  2. I updated the formula to use 2.2.0, same problem, cannot fetch dyncall
  3. I tried bleeding, but cmake fails (see below)
Checking out dyncall ``` Fetched in submodule path 'dependencies/dyncall', but it did not contain 180a5b77ff95a17991afdc6e9be3501eca99ad36. ```
Cmake failure ``` ❯ brew install criterion ==> Installing criterion from snaipe/soft ==> Cloning https://github.com/Snaipe/Criterion.git Updating /Users/mafredri/Library/Caches/Homebrew/criterion--git ==> Checking out revision 3bad3c6aaa779d9ac580ae74cfcaa245aee0ee65 ==> cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/criterion/2.3.0-rc1 . ==> make install Last 15 lines from /Users/mafredri/Library/Logs/Homebrew/criterion/02.make: -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/inproc.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/ipc.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/tcp.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/ws.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/pair.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/pubsub.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/reqrep.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/pipeline.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/survey.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/include/nanomsg/bus.h -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/lib/pkgconfig/nanomsg.pc -- Installing: /tmp/criterion-20161015-63427-1p7grhe/external/lib/libnanomsg.a [ 38%] Completed 'nanomsg' [ 38%] Built target nanomsg make: *** [all] Error 2 READ THIS: https://git.io/brew-troubleshooting If reporting this issue please do so at (not Homebrew/brew): https://github.com/snaipe/homebrew-soft/issues ```
CMakeOutput.log ``` The system is: Darwin - 16.0.0 - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 Build flags: Id flags: The output was: 0 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" The C compiler identification is GNU, found in "/tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/3.6.2/CompilerIdC/a.out" Determining if the C compiler works passed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_c5620/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c5620.dir/build.make CMakeFiles/cmTC_c5620.dir/build Building C object CMakeFiles/cmTC_c5620.dir/testCCompiler.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_c5620.dir/testCCompiler.c.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTC_c5620 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5620.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c5620.dir/testCCompiler.c.o -o cmTC_c5620 Detecting C compiler ABI info compiled with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_5fb72/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5fb72.dir/build.make CMakeFiles/cmTC_5fb72.dir/build Building C object CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCCompilerABI.c Linking C executable cmTC_5fb72 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fb72.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o -o cmTC_5fb72 Using built-in specs. COLLECT_GCC=/usr/local/opt/gcc/bin/gcc-6 COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/lto-wrapper Target: x86_64-apple-darwin16.0.0 Configured with: ../configure --build=x86_64-apple-darwin16.0.0 --prefix=/usr/local/Cellar/gcc/6.2.0 --libdir=/usr/local/Cellar/gcc/6.2.0/lib/gcc/6 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-6 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 6.2.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk Thread model: posix gcc version 6.2.0 (Homebrew gcc 6.2.0) COMPILER_PATH=/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/ LIBRARY_PATH=/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../../ COLLECT_GCC_OPTIONS='-pipe' '-w' '-Os' '-mmacosx-version-min=10.12' '-v' '-o' 'cmTC_5fb72' '-isysroot' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk' '-isystem' '/usr/local/include' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/apache2' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers' '-I' '/usr/local/opt/gettext/include' '-L/usr/local/opt/gettext/lib' '-L/usr/local/lib' '-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' '-mtune=core2' /usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.12 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -weak_reference_mismatches non-weak -w -o cmTC_5fb72 -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0 -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../.. -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem -v collect2 version 6.2.0 /usr/local/Homebrew/Library/Homebrew/shims/super/ld -dynamic -arch x86_64 -macosx_version_min 10.12 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -weak_reference_mismatches non-weak -w -o cmTC_5fb72 -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0 -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../.. -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem -v @(#)PROGRAM:ld PROJECT:ld64-274.1 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) @(#)PROGRAM:ld PROJECT:ld64-274.1 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /usr/local/opt/gettext/lib /usr/local/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries /usr/local/opt/gettext/lib /usr/local/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries /usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0 /usr/local/Cellar/gcc/6.2.0/lib/gcc/6 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib /usr/local/lib Framework search paths: /Library/Frameworks/ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ /usr/bin/nm -n CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_5fb72/fast"] ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_5fb72.dir/build.make CMakeFiles/cmTC_5fb72.dir/build] ignore line: [Building C object CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o] ignore line: [/usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [Linking C executable cmTC_5fb72] ignore line: [/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fb72.dir/link.txt --verbose=1] ignore line: [/usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o -o cmTC_5fb72 ] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/local/opt/gcc/bin/gcc-6] ignore line: [COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/lto-wrapper] ignore line: [Target: x86_64-apple-darwin16.0.0] ignore line: [Configured with: ../configure --build=x86_64-apple-darwin16.0.0 --prefix=/usr/local/Cellar/gcc/6.2.0 --libdir=/usr/local/Cellar/gcc/6.2.0/lib/gcc/6 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-6 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 6.2.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk] ignore line: [Thread model: posix] ignore line: [gcc version 6.2.0 (Homebrew gcc 6.2.0) ] ignore line: [COMPILER_PATH=/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/] ignore line: [LIBRARY_PATH=/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../../] ignore line: [COLLECT_GCC_OPTIONS='-pipe' '-w' '-Os' '-mmacosx-version-min=10.12' '-v' '-o' 'cmTC_5fb72' '-isysroot' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk' '-isystem' '/usr/local/include' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/apache2' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers' '-I' '/usr/local/opt/gettext/include' '-L/usr/local/opt/gettext/lib' '-L/usr/local/lib' '-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' '-mtune=core2'] link line: [ /usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.12 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -weak_reference_mismatches non-weak -w -o cmTC_5fb72 -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0 -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../.. -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem -v] arg [/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/collect2] ==> ignore arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.12] ==> ignore arg [-syslibroot] ==> ignore arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk] ==> ignore arg [-weak_reference_mismatches] ==> ignore arg [non-weak] ==> ignore arg [-w] ==> ignore arg [-o] ==> ignore arg [cmTC_5fb72] ==> ignore arg [-L/usr/local/opt/gettext/lib] ==> dir [/usr/local/opt/gettext/lib] arg [-L/usr/local/lib] ==> dir [/usr/local/lib] arg [-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] arg [-L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] ==> dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] arg [-L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../..] ==> dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../..] arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_5fb72.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-no_compact_unwind] ==> ignore arg [-lSystem] ==> lib [System] arg [-lgcc_ext.10.5] ==> lib [gcc_ext.10.5] arg [-lgcc] ==> lib [gcc] arg [-lSystem] ==> lib [System] arg [-v] ==> ignore Library search paths: [;/usr/local/opt/gettext/lib;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/usr/local/opt/gettext/lib;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0;/usr/local/Cellar/gcc/6.2.0/lib/gcc/6;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib;/usr/local/lib] Framework search paths: [;/Library/Frameworks/;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] remove lib [System] remove lib [gcc_ext.10.5] remove lib [gcc] remove lib [System] collapse library dir [/usr/local/opt/gettext/lib] ==> [/usr/local/opt/gettext/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] collapse library dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] ==> [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] collapse library dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../..] ==> [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6] collapse library dir [/usr/local/opt/gettext/lib] ==> [/usr/local/opt/gettext/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] collapse library dir [/usr/local/opt/gettext/lib] ==> [/usr/local/opt/gettext/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] collapse library dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] ==> [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] collapse library dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6] ==> [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] implicit libs: [] implicit dirs: [/usr/local/opt/gettext/lib;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0;/usr/local/Cellar/gcc/6.2.0/lib/gcc/6;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] implicit fwks: [/Library/Frameworks;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] Detecting C [-std=c11] compiler features compiled with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_554cd/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_554cd.dir/build.make CMakeFiles/cmTC_554cd.dir/build Building C object CMakeFiles/cmTC_554cd.dir/feature_tests.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c11 -o CMakeFiles/cmTC_554cd.dir/feature_tests.c.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/feature_tests.c Linking C executable cmTC_554cd /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_554cd.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_554cd.dir/feature_tests.c.o -o cmTC_554cd Feature record: C_FEATURE:1c_function_prototypes Feature record: C_FEATURE:1c_restrict Feature record: C_FEATURE:1c_static_assert Feature record: C_FEATURE:1c_variadic_macros Detecting C [-std=c99] compiler features compiled with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_d56fa/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d56fa.dir/build.make CMakeFiles/cmTC_d56fa.dir/build Building C object CMakeFiles/cmTC_d56fa.dir/feature_tests.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c99 -o CMakeFiles/cmTC_d56fa.dir/feature_tests.c.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/feature_tests.c Linking C executable cmTC_d56fa /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d56fa.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d56fa.dir/feature_tests.c.o -o cmTC_d56fa Feature record: C_FEATURE:1c_function_prototypes Feature record: C_FEATURE:1c_restrict Feature record: C_FEATURE:0c_static_assert Feature record: C_FEATURE:1c_variadic_macros Detecting C [-std=c90] compiler features compiled with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_2cf0d/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2cf0d.dir/build.make CMakeFiles/cmTC_2cf0d.dir/build Building C object CMakeFiles/cmTC_2cf0d.dir/feature_tests.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c90 -o CMakeFiles/cmTC_2cf0d.dir/feature_tests.c.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/feature_tests.c Linking C executable cmTC_2cf0d /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2cf0d.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2cf0d.dir/feature_tests.c.o -o cmTC_2cf0d Feature record: C_FEATURE:1c_function_prototypes Feature record: C_FEATURE:0c_restrict Feature record: C_FEATURE:0c_static_assert Feature record: C_FEATURE:0c_variadic_macros Determining if the function strtok_r exists passed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_3396e/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3396e.dir/build.make CMakeFiles/cmTC_3396e.dir/build Building C object CMakeFiles/cmTC_3396e.dir/CheckFunctionExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=strtok_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_3396e.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_3396e /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3396e.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=strtok_r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3396e.dir/CheckFunctionExists.c.o -o cmTC_3396e Determining if the function funopen exists passed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_66385/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_66385.dir/build.make CMakeFiles/cmTC_66385.dir/build Building C object CMakeFiles/cmTC_66385.dir/CheckFunctionExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=funopen -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_66385.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_66385 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_66385.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=funopen -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66385.dir/CheckFunctionExists.c.o -o cmTC_66385 Determining if the clock_gettime exist passed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_1befd/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1befd.dir/build.make CMakeFiles/cmTC_1befd.dir/build Building C object CMakeFiles/cmTC_1befd.dir/CheckSymbolExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1befd.dir/CheckSymbolExists.c.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_1befd /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1befd.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1befd.dir/CheckSymbolExists.c.o -o cmTC_1befd File /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef clock_gettime return ((int*)(&clock_gettime))[argc]; #else (void)argc; return 0; #endif } Determining if the CLOCK_MONOTONIC_RAW exist passed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_7dd4a/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7dd4a.dir/build.make CMakeFiles/cmTC_7dd4a.dir/build Building C object CMakeFiles/cmTC_7dd4a.dir/CheckSymbolExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_7dd4a.dir/CheckSymbolExists.c.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_7dd4a /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7dd4a.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7dd4a.dir/CheckSymbolExists.c.o -o cmTC_7dd4a File /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef CLOCK_MONOTONIC_RAW return ((int*)(&CLOCK_MONOTONIC_RAW))[argc]; #else (void)argc; return 0; #endif } Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 Build flags: Id flags: The output was: 0 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" The CXX compiler identification is GNU, found in "/tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/3.6.2/CompilerIdCXX/a.out" Determining if the CXX compiler works passed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_16397/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_16397.dir/build.make CMakeFiles/cmTC_16397.dir/build Building CXX object CMakeFiles/cmTC_16397.dir/testCXXCompiler.cxx.o /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -o CMakeFiles/cmTC_16397.dir/testCXXCompiler.cxx.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/testCXXCompiler.cxx Linking CXX executable cmTC_16397 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_16397.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_16397.dir/testCXXCompiler.cxx.o -o cmTC_16397 Detecting CXX compiler ABI info compiled with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_405bd/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_405bd.dir/build.make CMakeFiles/cmTC_405bd.dir/build Building CXX object CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -o CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp Linking CXX executable cmTC_405bd /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_405bd.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_405bd Using built-in specs. COLLECT_GCC=/usr/local/opt/gcc/bin/g++-6 COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/lto-wrapper Target: x86_64-apple-darwin16.0.0 Configured with: ../configure --build=x86_64-apple-darwin16.0.0 --prefix=/usr/local/Cellar/gcc/6.2.0 --libdir=/usr/local/Cellar/gcc/6.2.0/lib/gcc/6 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-6 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 6.2.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk Thread model: posix gcc version 6.2.0 (Homebrew gcc 6.2.0) COMPILER_PATH=/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/ LIBRARY_PATH=/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../../ COLLECT_GCC_OPTIONS='-pipe' '-w' '-Os' '-v' '-o' 'cmTC_405bd' '-isysroot' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk' '-isystem' '/usr/local/include' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/apache2' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers' '-I' '/usr/local/opt/gettext/include' '-L/usr/local/opt/gettext/lib' '-L/usr/local/lib' '-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' '-mmacosx-version-min=10.12' '-shared-libgcc' '-mtune=core2' /usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.12 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -weak_reference_mismatches non-weak -w -o cmTC_405bd -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0 -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../.. -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o -headerpad_max_install_names -lstdc++ -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem -v collect2 version 6.2.0 /usr/local/Homebrew/Library/Homebrew/shims/super/ld -dynamic -arch x86_64 -macosx_version_min 10.12 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -weak_reference_mismatches non-weak -w -o cmTC_405bd -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0 -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../.. -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o -headerpad_max_install_names -lstdc++ -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem -v @(#)PROGRAM:ld PROJECT:ld64-274.1 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) @(#)PROGRAM:ld PROJECT:ld64-274.1 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /usr/local/opt/gettext/lib /usr/local/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries /usr/local/opt/gettext/lib /usr/local/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries /usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0 /usr/local/Cellar/gcc/6.2.0/lib/gcc/6 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib /usr/local/lib Framework search paths: /Library/Frameworks/ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ /usr/bin/nm -n CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o Parsed CXX implicit link information from above output: link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_405bd/fast"] ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_405bd.dir/build.make CMakeFiles/cmTC_405bd.dir/build] ignore line: [Building CXX object CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o] ignore line: [/usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -o CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Linking CXX executable cmTC_405bd] ignore line: [/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_405bd.dir/link.txt --verbose=1] ignore line: [/usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_405bd ] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/local/opt/gcc/bin/g++-6] ignore line: [COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/lto-wrapper] ignore line: [Target: x86_64-apple-darwin16.0.0] ignore line: [Configured with: ../configure --build=x86_64-apple-darwin16.0.0 --prefix=/usr/local/Cellar/gcc/6.2.0 --libdir=/usr/local/Cellar/gcc/6.2.0/lib/gcc/6 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-6 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 6.2.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk] ignore line: [Thread model: posix] ignore line: [gcc version 6.2.0 (Homebrew gcc 6.2.0) ] ignore line: [COMPILER_PATH=/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/] ignore line: [LIBRARY_PATH=/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/:/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../../] ignore line: [COLLECT_GCC_OPTIONS='-pipe' '-w' '-Os' '-v' '-o' 'cmTC_405bd' '-isysroot' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk' '-isystem' '/usr/local/include' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/apache2' '-isystem' '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers' '-I' '/usr/local/opt/gettext/include' '-L/usr/local/opt/gettext/lib' '-L/usr/local/lib' '-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' '-mmacosx-version-min=10.12' '-shared-libgcc' '-mtune=core2'] link line: [ /usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.12 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -weak_reference_mismatches non-weak -w -o cmTC_405bd -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0 -L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../.. -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o -headerpad_max_install_names -lstdc++ -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem -v] arg [/usr/local/Cellar/gcc/6.2.0/libexec/gcc/x86_64-apple-darwin16.0.0/6.2.0/collect2] ==> ignore arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.12] ==> ignore arg [-syslibroot] ==> ignore arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk] ==> ignore arg [-weak_reference_mismatches] ==> ignore arg [non-weak] ==> ignore arg [-w] ==> ignore arg [-o] ==> ignore arg [cmTC_405bd] ==> ignore arg [-L/usr/local/opt/gettext/lib] ==> dir [/usr/local/opt/gettext/lib] arg [-L/usr/local/lib] ==> dir [/usr/local/lib] arg [-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] arg [-L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] ==> dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] arg [-L/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../..] ==> dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../..] arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_405bd.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-lstdc++] ==> lib [stdc++] arg [-no_compact_unwind] ==> ignore arg [-lSystem] ==> lib [System] arg [-lgcc_ext.10.5] ==> lib [gcc_ext.10.5] arg [-lgcc] ==> lib [gcc] arg [-lSystem] ==> lib [System] arg [-v] ==> ignore Library search paths: [;/usr/local/opt/gettext/lib;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/usr/local/opt/gettext/lib;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0;/usr/local/Cellar/gcc/6.2.0/lib/gcc/6;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib;/usr/local/lib] Framework search paths: [;/Library/Frameworks/;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] remove lib [System] remove lib [gcc_ext.10.5] remove lib [gcc] remove lib [System] collapse library dir [/usr/local/opt/gettext/lib] ==> [/usr/local/opt/gettext/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] collapse library dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] ==> [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] collapse library dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0/../../..] ==> [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6] collapse library dir [/usr/local/opt/gettext/lib] ==> [/usr/local/opt/gettext/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] collapse library dir [/usr/local/opt/gettext/lib] ==> [/usr/local/opt/gettext/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries] collapse library dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] ==> [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0] collapse library dir [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6] ==> [/usr/local/Cellar/gcc/6.2.0/lib/gcc/6] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] implicit libs: [stdc++] implicit dirs: [/usr/local/opt/gettext/lib;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries;/usr/local/Cellar/gcc/6.2.0/lib/gcc/6/gcc/x86_64-apple-darwin16.0.0/6.2.0;/usr/local/Cellar/gcc/6.2.0/lib/gcc/6;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib] implicit fwks: [/Library/Frameworks;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks] Detecting CXX [-std=c++14] compiler features compiled with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_dbf7a/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_dbf7a.dir/build.make CMakeFiles/cmTC_dbf7a.dir/build Building CXX object CMakeFiles/cmTC_dbf7a.dir/feature_tests.cxx.o /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -std=c++14 -o CMakeFiles/cmTC_dbf7a.dir/feature_tests.cxx.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_dbf7a /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbf7a.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dbf7a.dir/feature_tests.cxx.o -o cmTC_dbf7a Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers Feature record: CXX_FEATURE:1cxx_alias_templates Feature record: CXX_FEATURE:1cxx_alignas Feature record: CXX_FEATURE:1cxx_alignof Feature record: CXX_FEATURE:1cxx_attributes Feature record: CXX_FEATURE:1cxx_attribute_deprecated Feature record: CXX_FEATURE:1cxx_auto_type Feature record: CXX_FEATURE:1cxx_binary_literals Feature record: CXX_FEATURE:1cxx_constexpr Feature record: CXX_FEATURE:1cxx_contextual_conversions Feature record: CXX_FEATURE:1cxx_decltype Feature record: CXX_FEATURE:1cxx_decltype_auto Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types Feature record: CXX_FEATURE:1cxx_default_function_template_args Feature record: CXX_FEATURE:1cxx_defaulted_functions Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers Feature record: CXX_FEATURE:1cxx_delegating_constructors Feature record: CXX_FEATURE:1cxx_deleted_functions Feature record: CXX_FEATURE:1cxx_digit_separators Feature record: CXX_FEATURE:1cxx_enum_forward_declarations Feature record: CXX_FEATURE:1cxx_explicit_conversions Feature record: CXX_FEATURE:1cxx_extended_friend_declarations Feature record: CXX_FEATURE:1cxx_extern_templates Feature record: CXX_FEATURE:1cxx_final Feature record: CXX_FEATURE:1cxx_func_identifier Feature record: CXX_FEATURE:1cxx_generalized_initializers Feature record: CXX_FEATURE:1cxx_generic_lambdas Feature record: CXX_FEATURE:1cxx_inheriting_constructors Feature record: CXX_FEATURE:1cxx_inline_namespaces Feature record: CXX_FEATURE:1cxx_lambdas Feature record: CXX_FEATURE:1cxx_lambda_init_captures Feature record: CXX_FEATURE:1cxx_local_type_template_args Feature record: CXX_FEATURE:1cxx_long_long_type Feature record: CXX_FEATURE:1cxx_noexcept Feature record: CXX_FEATURE:1cxx_nonstatic_member_init Feature record: CXX_FEATURE:1cxx_nullptr Feature record: CXX_FEATURE:1cxx_override Feature record: CXX_FEATURE:1cxx_range_for Feature record: CXX_FEATURE:1cxx_raw_string_literals Feature record: CXX_FEATURE:1cxx_reference_qualified_functions Feature record: CXX_FEATURE:1cxx_relaxed_constexpr Feature record: CXX_FEATURE:1cxx_return_type_deduction Feature record: CXX_FEATURE:1cxx_right_angle_brackets Feature record: CXX_FEATURE:1cxx_rvalue_references Feature record: CXX_FEATURE:1cxx_sizeof_member Feature record: CXX_FEATURE:1cxx_static_assert Feature record: CXX_FEATURE:1cxx_strong_enums Feature record: CXX_FEATURE:1cxx_template_template_parameters Feature record: CXX_FEATURE:1cxx_thread_local Feature record: CXX_FEATURE:1cxx_trailing_return_types Feature record: CXX_FEATURE:1cxx_unicode_literals Feature record: CXX_FEATURE:1cxx_uniform_initialization Feature record: CXX_FEATURE:1cxx_unrestricted_unions Feature record: CXX_FEATURE:1cxx_user_literals Feature record: CXX_FEATURE:1cxx_variable_templates Feature record: CXX_FEATURE:1cxx_variadic_macros Feature record: CXX_FEATURE:1cxx_variadic_templates Detecting CXX [-std=c++11] compiler features compiled with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_a3bd8/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a3bd8.dir/build.make CMakeFiles/cmTC_a3bd8.dir/build Building CXX object CMakeFiles/cmTC_a3bd8.dir/feature_tests.cxx.o /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -std=c++11 -o CMakeFiles/cmTC_a3bd8.dir/feature_tests.cxx.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_a3bd8 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3bd8.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3bd8.dir/feature_tests.cxx.o -o cmTC_a3bd8 Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers Feature record: CXX_FEATURE:1cxx_alias_templates Feature record: CXX_FEATURE:1cxx_alignas Feature record: CXX_FEATURE:1cxx_alignof Feature record: CXX_FEATURE:1cxx_attributes Feature record: CXX_FEATURE:0cxx_attribute_deprecated Feature record: CXX_FEATURE:1cxx_auto_type Feature record: CXX_FEATURE:0cxx_binary_literals Feature record: CXX_FEATURE:1cxx_constexpr Feature record: CXX_FEATURE:0cxx_contextual_conversions Feature record: CXX_FEATURE:1cxx_decltype Feature record: CXX_FEATURE:0cxx_decltype_auto Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types Feature record: CXX_FEATURE:1cxx_default_function_template_args Feature record: CXX_FEATURE:1cxx_defaulted_functions Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers Feature record: CXX_FEATURE:1cxx_delegating_constructors Feature record: CXX_FEATURE:1cxx_deleted_functions Feature record: CXX_FEATURE:0cxx_digit_separators Feature record: CXX_FEATURE:1cxx_enum_forward_declarations Feature record: CXX_FEATURE:1cxx_explicit_conversions Feature record: CXX_FEATURE:1cxx_extended_friend_declarations Feature record: CXX_FEATURE:1cxx_extern_templates Feature record: CXX_FEATURE:1cxx_final Feature record: CXX_FEATURE:1cxx_func_identifier Feature record: CXX_FEATURE:1cxx_generalized_initializers Feature record: CXX_FEATURE:0cxx_generic_lambdas Feature record: CXX_FEATURE:1cxx_inheriting_constructors Feature record: CXX_FEATURE:1cxx_inline_namespaces Feature record: CXX_FEATURE:1cxx_lambdas Feature record: CXX_FEATURE:0cxx_lambda_init_captures Feature record: CXX_FEATURE:1cxx_local_type_template_args Feature record: CXX_FEATURE:1cxx_long_long_type Feature record: CXX_FEATURE:1cxx_noexcept Feature record: CXX_FEATURE:1cxx_nonstatic_member_init Feature record: CXX_FEATURE:1cxx_nullptr Feature record: CXX_FEATURE:1cxx_override Feature record: CXX_FEATURE:1cxx_range_for Feature record: CXX_FEATURE:1cxx_raw_string_literals Feature record: CXX_FEATURE:1cxx_reference_qualified_functions Feature record: CXX_FEATURE:0cxx_relaxed_constexpr Feature record: CXX_FEATURE:0cxx_return_type_deduction Feature record: CXX_FEATURE:1cxx_right_angle_brackets Feature record: CXX_FEATURE:1cxx_rvalue_references Feature record: CXX_FEATURE:1cxx_sizeof_member Feature record: CXX_FEATURE:1cxx_static_assert Feature record: CXX_FEATURE:1cxx_strong_enums Feature record: CXX_FEATURE:1cxx_template_template_parameters Feature record: CXX_FEATURE:1cxx_thread_local Feature record: CXX_FEATURE:1cxx_trailing_return_types Feature record: CXX_FEATURE:1cxx_unicode_literals Feature record: CXX_FEATURE:1cxx_uniform_initialization Feature record: CXX_FEATURE:1cxx_unrestricted_unions Feature record: CXX_FEATURE:1cxx_user_literals Feature record: CXX_FEATURE:0cxx_variable_templates Feature record: CXX_FEATURE:1cxx_variadic_macros Feature record: CXX_FEATURE:1cxx_variadic_templates Detecting CXX [-std=c++98] compiler features compiled with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_a1cb9/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a1cb9.dir/build.make CMakeFiles/cmTC_a1cb9.dir/build Building CXX object CMakeFiles/cmTC_a1cb9.dir/feature_tests.cxx.o /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -std=c++98 -o CMakeFiles/cmTC_a1cb9.dir/feature_tests.cxx.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_a1cb9 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1cb9.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a1cb9.dir/feature_tests.cxx.o -o cmTC_a1cb9 Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers Feature record: CXX_FEATURE:0cxx_alias_templates Feature record: CXX_FEATURE:0cxx_alignas Feature record: CXX_FEATURE:0cxx_alignof Feature record: CXX_FEATURE:0cxx_attributes Feature record: CXX_FEATURE:0cxx_attribute_deprecated Feature record: CXX_FEATURE:0cxx_auto_type Feature record: CXX_FEATURE:0cxx_binary_literals Feature record: CXX_FEATURE:0cxx_constexpr Feature record: CXX_FEATURE:0cxx_contextual_conversions Feature record: CXX_FEATURE:0cxx_decltype Feature record: CXX_FEATURE:0cxx_decltype_auto Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types Feature record: CXX_FEATURE:0cxx_default_function_template_args Feature record: CXX_FEATURE:0cxx_defaulted_functions Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers Feature record: CXX_FEATURE:0cxx_delegating_constructors Feature record: CXX_FEATURE:0cxx_deleted_functions Feature record: CXX_FEATURE:0cxx_digit_separators Feature record: CXX_FEATURE:0cxx_enum_forward_declarations Feature record: CXX_FEATURE:0cxx_explicit_conversions Feature record: CXX_FEATURE:0cxx_extended_friend_declarations Feature record: CXX_FEATURE:0cxx_extern_templates Feature record: CXX_FEATURE:0cxx_final Feature record: CXX_FEATURE:0cxx_func_identifier Feature record: CXX_FEATURE:0cxx_generalized_initializers Feature record: CXX_FEATURE:0cxx_generic_lambdas Feature record: CXX_FEATURE:0cxx_inheriting_constructors Feature record: CXX_FEATURE:0cxx_inline_namespaces Feature record: CXX_FEATURE:0cxx_lambdas Feature record: CXX_FEATURE:0cxx_lambda_init_captures Feature record: CXX_FEATURE:0cxx_local_type_template_args Feature record: CXX_FEATURE:0cxx_long_long_type Feature record: CXX_FEATURE:0cxx_noexcept Feature record: CXX_FEATURE:0cxx_nonstatic_member_init Feature record: CXX_FEATURE:0cxx_nullptr Feature record: CXX_FEATURE:0cxx_override Feature record: CXX_FEATURE:0cxx_range_for Feature record: CXX_FEATURE:0cxx_raw_string_literals Feature record: CXX_FEATURE:0cxx_reference_qualified_functions Feature record: CXX_FEATURE:0cxx_relaxed_constexpr Feature record: CXX_FEATURE:0cxx_return_type_deduction Feature record: CXX_FEATURE:0cxx_right_angle_brackets Feature record: CXX_FEATURE:0cxx_rvalue_references Feature record: CXX_FEATURE:0cxx_sizeof_member Feature record: CXX_FEATURE:0cxx_static_assert Feature record: CXX_FEATURE:0cxx_strong_enums Feature record: CXX_FEATURE:1cxx_template_template_parameters Feature record: CXX_FEATURE:0cxx_thread_local Feature record: CXX_FEATURE:0cxx_trailing_return_types Feature record: CXX_FEATURE:0cxx_unicode_literals Feature record: CXX_FEATURE:0cxx_uniform_initialization Feature record: CXX_FEATURE:0cxx_unrestricted_unions Feature record: CXX_FEATURE:0cxx_user_literals Feature record: CXX_FEATURE:0cxx_variable_templates Feature record: CXX_FEATURE:0cxx_variadic_macros Feature record: CXX_FEATURE:0cxx_variadic_templates Performing C++ SOURCE FILE Test COMPILER_SUPPORTS_CXX11 succeeded with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_09928/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_09928.dir/build.make CMakeFiles/cmTC_09928.dir/build Building CXX object CMakeFiles/cmTC_09928.dir/src.cxx.o /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -DCOMPILER_SUPPORTS_CXX11 -std=c++11 -o CMakeFiles/cmTC_09928.dir/src.cxx.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_09928 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_09928.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -DCOMPILER_SUPPORTS_CXX11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_09928.dir/src.cxx.o -o cmTC_09928 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test COMPILER_SUPPORTS_CXX0X succeeded with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_7af35/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7af35.dir/build.make CMakeFiles/cmTC_7af35.dir/build Building CXX object CMakeFiles/cmTC_7af35.dir/src.cxx.o /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -DCOMPILER_SUPPORTS_CXX0X -std=c++0x -o CMakeFiles/cmTC_7af35.dir/src.cxx.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/src.cxx Linking CXX executable cmTC_7af35 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7af35.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/g++-6 -DCOMPILER_SUPPORTS_CXX0X -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7af35.dir/src.cxx.o -o cmTC_7af35 Source file was: int main() { return 0; } ```
CMakeError.log ``` Determining if the dgettext exist failed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_92731/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_92731.dir/build.make CMakeFiles/cmTC_92731.dir/build Building C object CMakeFiles/cmTC_92731.dir/CheckSymbolExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_92731.dir/CheckSymbolExists.c.o -c /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_92731 /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92731.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_92731.dir/CheckSymbolExists.c.o -o cmTC_92731 Undefined symbols for architecture x86_64: "_libintl_dgettext", referenced from: _main in CheckSymbolExists.c.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status make[1]: *** [cmTC_92731] Error 1 make: *** [cmTC_92731/fast] Error 2 File /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef dgettext return ((int*)(&dgettext))[argc]; #else (void)argc; return 0; #endif } Determining if the function strtok_s exists failed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_fe1ed/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_fe1ed.dir/build.make CMakeFiles/cmTC_fe1ed.dir/build Building C object CMakeFiles/cmTC_fe1ed.dir/CheckFunctionExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=strtok_s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_fe1ed.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_fe1ed /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe1ed.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=strtok_s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fe1ed.dir/CheckFunctionExists.c.o -o cmTC_fe1ed Undefined symbols for architecture x86_64: "_strtok_s", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status make[1]: *** [cmTC_fe1ed] Error 1 make: *** [cmTC_fe1ed/fast] Error 2 Determining if the function getaddrinfo_a exists in the anl failed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_8484b/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8484b.dir/build.make CMakeFiles/cmTC_8484b.dir/build Building C object CMakeFiles/cmTC_8484b.dir/CheckFunctionExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=getaddrinfo_a -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_8484b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_8484b /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8484b.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=getaddrinfo_a -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8484b.dir/CheckFunctionExists.c.o -o cmTC_8484b -lanl ld: library not found for -lanl collect2: error: ld returned 1 exit status make[1]: *** [cmTC_8484b] Error 1 make: *** [cmTC_8484b/fast] Error 2 Determining if the function fopencookie exists failed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_e807d/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e807d.dir/build.make CMakeFiles/cmTC_e807d.dir/build Building C object CMakeFiles/cmTC_e807d.dir/CheckFunctionExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=fopencookie -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e807d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_e807d /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e807d.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=fopencookie -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e807d.dir/CheckFunctionExists.c.o -o cmTC_e807d Undefined symbols for architecture x86_64: "_fopencookie", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status make[1]: *** [cmTC_e807d] Error 1 make: *** [cmTC_e807d/fast] Error 2 Determining if the function open_memstream exists failed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_15b0d/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_15b0d.dir/build.make CMakeFiles/cmTC_15b0d.dir/build Building C object CMakeFiles/cmTC_15b0d.dir/CheckFunctionExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=open_memstream -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_15b0d.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_15b0d /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_15b0d.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=open_memstream -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15b0d.dir/CheckFunctionExists.c.o -o cmTC_15b0d Undefined symbols for architecture x86_64: "_open_memstream", referenced from: _main in CheckFunctionExists.c.o ld: symbol(s) not found for architecture x86_64 collect2: error: ld returned 1 exit status make[1]: *** [cmTC_15b0d] Error 1 make: *** [cmTC_15b0d/fast] Error 2 Determining if the function clock_gettime exists in the rt failed with the following output: Change Dir: /tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp Run Build Command:"/usr/local/Homebrew/Library/Homebrew/shims/super/gmake" "cmTC_4285c/fast" /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4285c.dir/build.make CMakeFiles/cmTC_4285c.dir/build Building C object CMakeFiles/cmTC_4285c.dir/CheckFunctionExists.c.o /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4285c.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_4285c /usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4285c.dir/link.txt --verbose=1 /usr/local/Homebrew/Library/Homebrew/shims/super/gcc-6 -DCHECK_FUNCTION_EXISTS=clock_gettime -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4285c.dir/CheckFunctionExists.c.o -o cmTC_4285c -L/tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/time.h -lrt -Wl,-rpath,/tmp/criterion-20161015-97445-1usqkf7/CMakeFiles/CMakeTmp/time.h ld: library not found for -lrt collect2: error: ld returned 1 exit status make[1]: *** [cmTC_4285c] Error 1 make: *** [cmTC_4285c/fast] Error 2 ```
Snaipe commented 7 years ago

Sorry for not responding earlier, I noticed that I had notifications disabled for this repository.

The formula was updated to match the v2.3.0-1 release of criterion.

mafredri commented 7 years ago

I gave up on installing Criterion shortly after opening the issue because I couldn't get it to build. Works fine through Homebrew now though, thanks.

olemis commented 6 years ago

Hello I'd like to try criterion but I can not compile it in Sierra either . Error message looks like this

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/snaipe/homebrew-soft/issues

Error: Your Xcode (8.1) is outdated.
Please update to Xcode 9.2 (or delete it).
Xcode can be updated from the App Store.

Error: A newer Command Line Tools release is available.
Update them from Software Update in the App Store.

Error: You have MacPorts or Fink installed:
  /opt/local/bin/port

This can cause trouble. You don't have to uninstall them, but you may want to
temporarily move them out of the way, e.g.

  sudo mv /opt/local ~/macports

Compiling from source does not work either ... Is there any way to work around these issues ?

olemis commented 6 years ago

This is another interesting part of the log

==> Checking out tag v2.3.2
==> cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/criterion/2.3.2 -DCMAKE_INSTALL_LIBDIR=lib .
==> make install
Last 15 lines from /Users/user/Library/Logs/Homebrew/criterion/02.make:
/tmp/criterion-20180128-24709-1i9wb4z/src/string/i18n.h:33:11: fatal error: 'libintl.h' file not found
# include <libintl.h>
          ^
1 error generated.
make[2]: *** [CMakeFiles/criterion.dir/src/core/runner_coroutine.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 42%] Building C object CMakeFiles/criterion.dir/src/core/stats.c.o
In file included from /tmp/criterion-20180128-24709-1i9wb4z/src/core/runner.c:44:
/tmp/criterion-20180128-24709-1i9wb4z/src/string/i18n.h:33:11: fatal error: 'libintl.h' file not found
# include <libintl.h>
          ^
1 error generated.
make[2]: *** [CMakeFiles/criterion.dir/src/core/runner.c.o] Error 1
make[1]: *** [CMakeFiles/criterion.dir/all] Error 2
make: *** [all] Error 2
Snaipe commented 6 years ago

Ah, yes. The formulae is missing a dependency on gettext. You should be able to build criterion if you install gettext and/or libgettext first.