******************************************************************************** conan install pthreadpool/cci.20210218@ --profile=/home/conan/w/BuildSingleReference/7498/567387cc-a262-48f5-b69c-173946887daf/profile.txt --build=pthreadpool ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 3.9 Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=3.9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.libcxx=libstdc++ compiler.version=3.9 os=Linux os_build=Linux [options] pthreadpool:shared=False [build_requires] [env] fxdiv/cci.20200417: Not found in local cache, looking in remotes... fxdiv/cci.20200417: Trying with 'conan-upstream'... fxdiv/cci.20200417: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz fxdiv/cci.20200417: Downloaded recipe revision 7f6d53ea369c82ec4fa3bbc012e3a726 pthreadpool/cci.20210218: Forced build from source Installing package: pthreadpool/cci.20210218 Requirements fxdiv/cci.20200417 from 'conan-center' - Downloaded pthreadpool/cci.20210218 from local cache - Cache Packages fxdiv/cci.20200417:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download pthreadpool/cci.20210218:b9082b39ffdd2855a009253dc802da9c8ddc687e - Build Installing (downloading, building) binaries... fxdiv/cci.20200417: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz fxdiv/cci.20200417: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 fxdiv/cci.20200417: Downloaded package revision 8dd59e839b77a98a8a1cbc4b28afad8a [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK pthreadpool/cci.20210218: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/source Unzipping 653.1KB, this can take a while [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK pthreadpool/cci.20210218: Copying sources to build folder pthreadpool/cci.20210218: Building your package in /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e pthreadpool/cci.20210218: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK pthreadpool/cci.20210218: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="3.9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/package/b9082b39ffdd2855a009253dc802da9c8ddc687e" -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" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DPTHREADPOOL_LIBRARY_TYPE="default" -DPTHREADPOOL_ALLOW_DEPRECATED_API="True" -DPTHREADPOOL_SYNC_PRIMITIVE="default" -DPTHREADPOOL_BUILD_TESTS="False" -DPTHREADPOOL_BUILD_BENCHMARKS="False" -DFXDIV_SOURCE_DIR="dummy" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e' ----------------- -- The C compiler identification is Clang 3.9.1 -- The CXX compiler identification is Clang 3.9.1 -- 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 -- 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 targets configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Checking correct version: 3.9 -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e' '--' '-j3' ----------------- Scanning dependencies of target pthreadpool [ 16%] Building C object source_subfolder/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o [ 33%] Building C object source_subfolder/CMakeFiles/pthreadpool.dir/src/portable-api.c.o [ 50%] Building C object source_subfolder/CMakeFiles/pthreadpool.dir/src/memory.c.o [ 66%] Building C object source_subfolder/CMakeFiles/pthreadpool.dir/src/pthreads.c.o [ 83%] Building C object source_subfolder/CMakeFiles/pthreadpool.dir/src/fastpath.c.o [100%] Linking C static library ../lib/libpthreadpool.a [100%] Built target pthreadpool pthreadpool/cci.20210218: Package 'b9082b39ffdd2855a009253dc802da9c8ddc687e' built pthreadpool/cci.20210218: Build folder /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e pthreadpool/cci.20210218: Generated conaninfo.txt pthreadpool/cci.20210218: Generated conanbuildinfo.txt pthreadpool/cci.20210218: Generating the package pthreadpool/cci.20210218: Package folder /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/package/b9082b39ffdd2855a009253dc802da9c8ddc687e pthreadpool/cci.20210218: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e' '--target' 'install' '--' '-j3' ----------------- [100%] Built target pthreadpool Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/package/b9082b39ffdd2855a009253dc802da9c8ddc687e/include/pthreadpool.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/package/b9082b39ffdd2855a009253dc802da9c8ddc687e/lib/libpthreadpool.a [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK pthreadpool/cci.20210218 package(): Packaged 1 '.a' file: libpthreadpool.a pthreadpool/cci.20210218 package(): Packaged 1 file: LICENSE pthreadpool/cci.20210218 package(): Packaged 1 '.h' file: pthreadpool.h pthreadpool/cci.20210218: Package 'b9082b39ffdd2855a009253dc802da9c8ddc687e' created pthreadpool/cci.20210218: Created package revision aaaa7c0f01578b6925355bfd763d2017 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY FXDIV_SOURCE_DIR /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e/source_subfolder/src/legacy-api.c:64:2: warning: 'pthreadpool_function_3d_tiled_t' is deprecated [-Wdeprecated-declarations] pthreadpool_function_3d_tiled_t function; ^ /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e/source_subfolder/include/pthreadpool.h:1100:16: note: 'pthreadpool_function_3d_tiled_t' has been explicitly marked deprecated here typedef void (*pthreadpool_function_3d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED; ^ /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e/source_subfolder/src/legacy-api.c:138:2: warning: 'pthreadpool_function_4d_tiled_t' is deprecated [-Wdeprecated-declarations] pthreadpool_function_4d_tiled_t function; ^ /home/conan/w/BuildSingleReference/.conan/data/pthreadpool/cci.20210218/_/_/build/b9082b39ffdd2855a009253dc802da9c8ddc687e/source_subfolder/include/pthreadpool.h:1101:16: note: 'pthreadpool_function_4d_tiled_t' has been explicitly marked deprecated here typedef void (*pthreadpool_function_4d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED; ^ 2 warnings generated. fxdiv/cci.20200417: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/fxdiv/cci.20200417/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component fxdiv::fxdiv libdir "lib" does not contain any library [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component fxdiv::fxdiv libdir "lib" does not contain any declared library