******************************************************************************** conan install cpp-ipc/1.1.1@ --build=cpp-ipc --profile=/home/conan/w/BuildSingleReference/55391/0dce82ab-5497-4a93-89a6-a5fa16be4ccf/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=clang compiler.libcxx=libc++ compiler.version=11 os=Linux [options] cpp-ipc:shared=True [build_requires] [env] cpp-ipc/1.1.1: Forced build from source Installing package: cpp-ipc/1.1.1 Requirements cpp-ipc/1.1.1 from local cache - Cache Packages cpp-ipc/1.1.1:0e71bdb5ca512e4d54ff592784bdaead9275958d - Build Installing (downloading, building) binaries... cpp-ipc/1.1.1: Copying sources to build folder cpp-ipc/1.1.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d cpp-ipc/1.1.1: Generator cmake created conanbuildinfo.cmake cpp-ipc/1.1.1: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK cpp-ipc/1.1.1: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="11" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/package/0e71bdb5ca512e4d54ff592784bdaead9275958d" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DLIBIPC_BUILD_SHARED_LIBS="True" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d' ----------------- -- The CXX compiler identification is Clang 11.1.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler Clang>=8, checking major version 11 -- Conan: Checking correct version: 11 -- Conan: C++ stdlib: libc++ -- The C compiler identification is Clang 11.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d' '--' '-j3' ----------------- Scanning dependencies of target ipc [ 11%] Building CXX object source_subfolder/src/CMakeFiles/ipc.dir/libipc/platform/shm_linux.cpp.o [ 22%] Building CXX object source_subfolder/src/CMakeFiles/ipc.dir/libipc/buffer.cpp.o [ 33%] Building CXX object source_subfolder/src/CMakeFiles/ipc.dir/libipc/ipc.cpp.o source_subfolder/src/CMakeFiles/ipc.dir/build.make:94: recipe for target 'source_subfolder/src/CMakeFiles/ipc.dir/libipc/buffer.cpp.o' failed source_subfolder/src/CMakeFiles/ipc.dir/build.make:81: recipe for target 'source_subfolder/src/CMakeFiles/ipc.dir/libipc/platform/shm_linux.cpp.o' failed source_subfolder/src/CMakeFiles/ipc.dir/build.make:107: recipe for target 'source_subfolder/src/CMakeFiles/ipc.dir/libipc/ipc.cpp.o' failed CMakeFiles/Makefile2:130: recipe for target 'source_subfolder/src/CMakeFiles/ipc.dir/all' failed Makefile:148: recipe for target 'all' failed cpp-ipc/1.1.1: CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/buffer.cpp:2: In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/utility/pimpl.h:6: /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/platform/detail.h:71:1: error: deduction guide must be declared in the same scope as template 'std::__1::unique_ptr' unique_ptr(T* p) -> unique_ptr; ^ /usr/lib/llvm-11/bin/../include/c++/v1/memory:2320:28: note: template is declared here class _LIBCPP_TEMPLATE_VIS unique_ptr { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/buffer.cpp:2: In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/utility/pimpl.h:6: /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/platform/detail.h:73:1: error: deduction guide must be declared in the same scope as template 'std::__1::unique_ptr' unique_ptr(T* p, D&& d) -> unique_ptr>; ^ /usr/lib/llvm-11/bin/../include/c++/v1/memory:2320:28: note: template is declared here class _LIBCPP_TEMPLATE_VIS unique_ptr { ^ 2 errors generated. make[2]: *** [source_subfolder/src/CMakeFiles/ipc.dir/libipc/buffer.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/ipc.cpp:17: In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/queue.h:19: /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/platform/detail.h:71:1: error: deduction guide must be declared in the same scope as template 'std::__1::unique_ptr' unique_ptr(T* p) -> unique_ptr; ^ /usr/lib/llvm-11/bin/../include/c++/v1/memory:2320:28: note: template is declared here class _LIBCPP_TEMPLATE_VIS unique_ptr { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/ipc.cpp:17: In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/queue.h:19: /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/platform/detail.h:73:1: error: deduction guide must be declared in the same scope as template 'std::__1::unique_ptr' unique_ptr(T* p, D&& d) -> unique_ptr>; ^ /usr/lib/llvm-11/bin/../include/c++/v1/memory:2320:28: note: template is declared here class _LIBCPP_TEMPLATE_VIS unique_ptr { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/platform/shm_linux.cpp:20: In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/memory/resource.h:14: In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/memory/alloc.h:15: /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/platform/detail.h:71:1: error: deduction guide must be declared in the same scope as template 'std::__1::unique_ptr' unique_ptr(T* p) -> unique_ptr; ^ /usr/lib/llvm-11/bin/../include/c++/v1/memory:2320:28: note: template is declared here class _LIBCPP_TEMPLATE_VIS unique_ptr { ^ In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/platform/shm_linux.cpp:20: In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/memory/resource.h:14: In file included from /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/memory/alloc.h:15: /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d/source_subfolder/src/libipc/platform/detail.h:73:1: error: deduction guide must be declared in the same scope as template 'std::__1::unique_ptr' unique_ptr(T* p, D&& d) -> unique_ptr>; ^ /usr/lib/llvm-11/bin/../include/c++/v1/memory:2320:28: note: template is declared here class _LIBCPP_TEMPLATE_VIS unique_ptr { ^ 2 errors generated. make[2]: *** [source_subfolder/src/CMakeFiles/ipc.dir/libipc/platform/shm_linux.cpp.o] Error 1 2 errors generated. make[2]: *** [source_subfolder/src/CMakeFiles/ipc.dir/libipc/ipc.cpp.o] Error 1 make[1]: *** [source_subfolder/src/CMakeFiles/ipc.dir/all] Error 2 make: *** [all] Error 2 cpp-ipc/1.1.1: WARN: Build folder is dirty, removing it: /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d cpp-ipc/1.1.1: ERROR: Package '0e71bdb5ca512e4d54ff592784bdaead9275958d' build failed cpp-ipc/1.1.1: WARN: Build folder /home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d ERROR: cpp-ipc/1.1.1: Error in build() method, line 76 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/.conan/data/cpp-ipc/1.1.1/_/_/build/0e71bdb5ca512e4d54ff592784bdaead9275958d' '--' '-j3'