EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.28k stars 3.6k forks source link

Build failed on Mac #2584

Closed kostaspap closed 6 years ago

kostaspap commented 6 years ago

Build failed. Any ideas? Log is the following:

The system is: Darwin - 17.5.0 - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /usr/local/bin/clang 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 Clang, found in "/Users/kostas/workspace/eos/build/CMakeFiles/3.11.1/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /usr/local/bin/clang++ 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 Clang, found in "/Users/kostas/workspace/eos/build/CMakeFiles/3.11.1/CompilerIdCXX/a.out"

The system is: Darwin - 17.5.0 - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /usr/local/bin/clang 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 Clang, found in "/Users/kostas/workspace/eos/build/CMakeFiles/3.11.1/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /usr/local/bin/clang++ 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 Clang, found in "/Users/kostas/workspace/eos/build/CMakeFiles/3.11.1/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6ec70/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6ec70.dir/build.make CMakeFiles/cmTC_6ec70.dir/build Building C object CMakeFiles/cmTC_6ec70.dir/testCCompiler.c.o /usr/local/bin/clang -o CMakeFiles/cmTC_6ec70.dir/testCCompiler.c.o -c /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTC_6ec70 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ec70.dir/link.txt --verbose=1 /usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ec70.dir/testCCompiler.c.o -o cmTC_6ec70

Detecting C compiler ABI info compiled with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c575f/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c575f.dir/build.make CMakeFiles/cmTC_c575f.dir/build Building C object CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o /usr/local/bin/clang -o CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCCompilerABI.c Linking C executable cmTC_c575f /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c575f.dir/link.txt --verbose=1 /usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o -o cmTC_c575f clang version 4.0.1 (tags/RELEASE_401/final) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /usr/local/bin Found CUDA installation: /usr/local/cuda, version unknown "/usr/bin/ld" -demangle -lto_library /usr/local/Cellar/llvm@4/4.0.1/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_c575f -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o -lSystem /usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-351.8 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /usr/lib /usr/local/lib Framework search paths: /Library/Frameworks/ /System/Library/Frameworks/

Parsed C implicit link information from above output: link line regex: [^( |.[/])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/]+-)?ld|collect2)[^/]*( |$)] ignore line: [Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/usr/bin/make" "cmTC_c575f/fast"] ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c575f.dir/build.make CMakeFiles/cmTC_c575f.dir/build] ignore line: [Building C object CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o] ignore line: [/usr/local/bin/clang -o CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [Linking C executable cmTC_c575f] ignore line: [/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c575f.dir/link.txt --verbose=1] ignore line: [/usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o -o cmTC_c575f ] ignore line: [clang version 4.0.1 (tags/RELEASE_401/final)] ignore line: [Target: x86_64-apple-darwin17.5.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /usr/local/bin] ignore line: [Found CUDA installation: /usr/local/cuda, version unknown] link line: [ "/usr/bin/ld" -demangle -lto_library /usr/local/Cellar/llvm@4/4.0.1/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_c575f -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o -lSystem /usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a] arg [/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-lto_library] ==> ignore, skip following value arg [/usr/local/Cellar/llvm@4/4.0.1/lib/libLTO.dylib] ==> skip value of -lto_library arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.13.0] ==> ignore arg [-o] ==> ignore arg [cmTC_c575f] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_c575f.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lSystem] ==> lib [System] arg [/usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a] ==> lib [/usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a] Library search paths: [;/usr/lib;/usr/local/lib] Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/] remove lib [System] remove lib [/usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a] collapse library dir [/usr/lib] ==> [/usr/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks] implicit libs: [] implicit dirs: [/usr/lib;/usr/local/lib] implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]

Detecting C [-std=c11] compiler features compiled with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e98c0/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e98c0.dir/build.make CMakeFiles/cmTC_e98c0.dir/build Building C object CMakeFiles/cmTC_e98c0.dir/feature_tests.c.o /usr/local/bin/clang -std=c11 -o CMakeFiles/cmTC_e98c0.dir/feature_tests.c.o -c /Users/kostas/workspace/eos/build/CMakeFiles/feature_tests.c Linking C executable cmTC_e98c0 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e98c0.dir/link.txt --verbose=1 /usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e98c0.dir/feature_tests.c.o -o cmTC_e98c0

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: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_17744/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_17744.dir/build.make CMakeFiles/cmTC_17744.dir/build Building C object CMakeFiles/cmTC_17744.dir/feature_tests.c.o /usr/local/bin/clang -std=c99 -o CMakeFiles/cmTC_17744.dir/feature_tests.c.o -c /Users/kostas/workspace/eos/build/CMakeFiles/feature_tests.c Linking C executable cmTC_17744 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17744.dir/link.txt --verbose=1 /usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_17744.dir/feature_tests.c.o -o cmTC_17744

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: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_94e71/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_94e71.dir/build.make CMakeFiles/cmTC_94e71.dir/build Building C object CMakeFiles/cmTC_94e71.dir/feature_tests.c.o /usr/local/bin/clang -std=c90 -o CMakeFiles/cmTC_94e71.dir/feature_tests.c.o -c /Users/kostas/workspace/eos/build/CMakeFiles/feature_tests.c Linking C executable cmTC_94e71 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94e71.dir/link.txt --verbose=1 /usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94e71.dir/feature_tests.c.o -o cmTC_94e71

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 CXX compiler works passed with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c88f4/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c88f4.dir/build.make CMakeFiles/cmTC_c88f4.dir/build Building CXX object CMakeFiles/cmTC_c88f4.dir/testCXXCompiler.cxx.o /usr/local/bin/clang++ -o CMakeFiles/cmTC_c88f4.dir/testCXXCompiler.cxx.o -c /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx Linking CXX executable cmTC_c88f4 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c88f4.dir/link.txt --verbose=1 /usr/local/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c88f4.dir/testCXXCompiler.cxx.o -o cmTC_c88f4

Detecting CXX compiler ABI info compiled with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6feba/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6feba.dir/build.make CMakeFiles/cmTC_6feba.dir/build Building CXX object CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o /usr/local/bin/clang++ -o CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp Linking CXX executable cmTC_6feba /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6feba.dir/link.txt --verbose=1 /usr/local/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6feba clang version 4.0.1 (tags/RELEASE_401/final) Target: x86_64-apple-darwin17.5.0 Thread model: posix InstalledDir: /usr/local/bin Found CUDA installation: /usr/local/cuda, version unknown "/usr/bin/ld" -demangle -lto_library /usr/local/Cellar/llvm@4/4.0.1/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_6feba -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:ld64-351.8 configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS) Library search paths: /usr/lib /usr/local/lib Framework search paths: /Library/Frameworks/ /System/Library/Frameworks/

Parsed CXX implicit link information from above output: link line regex: [^( |.[/])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/]+-)?ld|collect2)[^/]*( |$)] ignore line: [Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp] ignore line: [] ignore line: [Run Build Command:"/usr/bin/make" "cmTC_6feba/fast"] ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_6feba.dir/build.make CMakeFiles/cmTC_6feba.dir/build] ignore line: [Building CXX object CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o] ignore line: [/usr/local/bin/clang++ -o CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Linking CXX executable cmTC_6feba] ignore line: [/usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6feba.dir/link.txt --verbose=1] ignore line: [/usr/local/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_6feba ] ignore line: [clang version 4.0.1 (tags/RELEASE_401/final)] ignore line: [Target: x86_64-apple-darwin17.5.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /usr/local/bin] ignore line: [Found CUDA installation: /usr/local/cuda, version unknown] link line: [ "/usr/bin/ld" -demangle -lto_library /usr/local/Cellar/llvm@4/4.0.1/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.13.0 -o cmTC_6feba -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a] arg [/usr/bin/ld] ==> ignore arg [-demangle] ==> ignore arg [-lto_library] ==> ignore, skip following value arg [/usr/local/Cellar/llvm@4/4.0.1/lib/libLTO.dylib] ==> skip value of -lto_library arg [-dynamic] ==> ignore arg [-arch] ==> ignore arg [x86_64] ==> ignore arg [-macosx_version_min] ==> ignore arg [10.13.0] ==> ignore arg [-o] ==> ignore arg [cmTC_6feba] ==> ignore arg [-search_paths_first] ==> ignore arg [-headerpad_max_install_names] ==> ignore arg [-v] ==> ignore arg [CMakeFiles/cmTC_6feba.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [-lc++] ==> lib [c++] arg [-lSystem] ==> lib [System] arg [/usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a] ==> lib [/usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a] Library search paths: [;/usr/lib;/usr/local/lib] Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/] remove lib [System] remove lib [/usr/local/Cellar/llvm@4/4.0.1/bin/../lib/clang/4.0.1/lib/darwin/libclang_rt.osx.a] collapse library dir [/usr/lib] ==> [/usr/lib] collapse library dir [/usr/local/lib] ==> [/usr/local/lib] collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks] collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks] implicit libs: [c++] implicit dirs: [/usr/lib;/usr/local/lib] implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]

Detecting CXX [-std=c++1z] compiler features compiled with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1786b/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_1786b.dir/build.make CMakeFiles/cmTC_1786b.dir/build Building CXX object CMakeFiles/cmTC_1786b.dir/feature_tests.cxx.o /usr/local/bin/clang++ -std=c++1z -o CMakeFiles/cmTC_1786b.dir/feature_tests.cxx.o -c /Users/kostas/workspace/eos/build/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_1786b /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1786b.dir/link.txt --verbose=1 /usr/local/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1786b.dir/feature_tests.cxx.o -o cmTC_1786b

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++14] compiler features compiled with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c10fe/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_c10fe.dir/build.make CMakeFiles/cmTC_c10fe.dir/build Building CXX object CMakeFiles/cmTC_c10fe.dir/feature_tests.cxx.o /usr/local/bin/clang++ -std=c++14 -o CMakeFiles/cmTC_c10fe.dir/feature_tests.cxx.o -c /Users/kostas/workspace/eos/build/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_c10fe /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c10fe.dir/link.txt --verbose=1 /usr/local/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c10fe.dir/feature_tests.cxx.o -o cmTC_c10fe

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: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_9bcf2/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_9bcf2.dir/build.make CMakeFiles/cmTC_9bcf2.dir/build Building CXX object CMakeFiles/cmTC_9bcf2.dir/feature_tests.cxx.o /usr/local/bin/clang++ -std=c++11 -o CMakeFiles/cmTC_9bcf2.dir/feature_tests.cxx.o -c /Users/kostas/workspace/eos/build/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_9bcf2 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9bcf2.dir/link.txt --verbose=1 /usr/local/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9bcf2.dir/feature_tests.cxx.o -o cmTC_9bcf2

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: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2f615/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2f615.dir/build.make CMakeFiles/cmTC_2f615.dir/build Building CXX object CMakeFiles/cmTC_2f615.dir/feature_tests.cxx.o /usr/local/bin/clang++ -std=c++98 -o CMakeFiles/cmTC_2f615.dir/feature_tests.cxx.o -c /Users/kostas/workspace/eos/build/CMakeFiles/feature_tests.cxx Linking CXX executable cmTC_2f615 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f615.dir/link.txt --verbose=1 /usr/local/bin/clang++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2f615.dir/feature_tests.cxx.o -o cmTC_2f615

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

Determining if the include file pthread.h exists passed with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_62d1a/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_62d1a.dir/build.make CMakeFiles/cmTC_62d1a.dir/build Building C object CMakeFiles/cmTC_62d1a.dir/CheckIncludeFile.c.o /usr/local/bin/clang -o CMakeFiles/cmTC_62d1a.dir/CheckIncludeFile.c.o -c /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c Linking C executable cmTC_62d1a /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62d1a.dir/link.txt --verbose=1 /usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_62d1a.dir/CheckIncludeFile.c.o -o cmTC_62d1a

Determining if the pthread_create exist passed with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e1571/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_e1571.dir/build.make CMakeFiles/cmTC_e1571.dir/build Building C object CMakeFiles/cmTC_e1571.dir/CheckSymbolExists.c.o /usr/local/bin/clang -o CMakeFiles/cmTC_e1571.dir/CheckSymbolExists.c.o -c /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_e1571 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e1571.dir/link.txt --verbose=1 /usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e1571.dir/CheckSymbolExists.c.o -o cmTC_e1571

File /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef pthread_create

return ((int*)(&pthread_create))[argc];

else

(void)argc; return 0;

endif

}

Determining if the BZ2_bzCompressInit exist passed with the following output: Change Dir: /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_95eb1/fast" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_95eb1.dir/build.make CMakeFiles/cmTC_95eb1.dir/build Building C object CMakeFiles/cmTC_95eb1.dir/CheckSymbolExists.c.o /usr/local/bin/clang -o CMakeFiles/cmTC_95eb1.dir/CheckSymbolExists.c.o -c /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_95eb1 /usr/local/Cellar/cmake/3.11.1/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95eb1.dir/link.txt --verbose=1 /usr/local/bin/clang -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_95eb1.dir/CheckSymbolExists.c.o -o cmTC_95eb1 /usr/lib/libbz2.dylib

File /Users/kostas/workspace/eos/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef BZ2_bzCompressInit

return ((int*)(&BZ2_bzCompressInit))[argc];

else

(void)argc; return 0;

endif

}`

pacificcode commented 6 years ago

@kostaspap Would it be possible to run ./eosio_build.sh and send the output of that script to me?

kostaspap commented 6 years ago

eosio_build.log @pacificcode Attached

pacificcode commented 6 years ago

@kostaspap it looks as though home-brew did not link libintl properly. You can find the fix for that here: https://github.com/EOSIO/eos/issues/2028 Your also running boost version 1.67. EOS.IO is supporting boost 1.66 at this time.

kostaspap commented 6 years ago

Great, this worked! Thanks