******************************************************************************** conan install qhull/8.0.1@ --build=qhull --profile=/home/conan/w/BuildSingleReference/70592/21e9d325-d44c-4e21-9c3c-3fce4e7f12e5/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=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 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux [options] qhull:shared=True [build_requires] [env] qhull/8.0.1: Forced build from source Installing package: qhull/8.0.1 Requirements qhull/8.0.1 from local cache - Cache Packages qhull/8.0.1:30eae4e50fefe0f7b788ed8928ac248681ea6af0 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK qhull/8.0.1: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK qhull/8.0.1: Copying sources to build folder qhull/8.0.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 qhull/8.0.1: Generator cmake created conanbuildinfo.cmake qhull/8.0.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 qhull/8.0.1: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0" -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" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0' ----------------- -- The C compiler identification is GNU 9.2.1 -- The CXX compiler identification is GNU 9.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - 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/g++ - 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 GCC>=5, checking major version 9 -- Conan: Checking correct version: 9 -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Check size of off_t -- Check size of off_t - done -- Looking for fseeko -- Looking for fseeko - found -- Looking for ftello -- Looking for ftello - found -- Looking for PRIdMAX -- Looking for PRIdMAX - found -- -- ========== qhull Build Information ========== -- Build Version: 8.0.1 -- Install Prefix (CMAKE_INSTALL_PREFIX): /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0 -- Binary Directory (BIN_INSTALL_DIR): bin -- Library Directory (LIB_INSTALL_DIR): lib -- Include Directory (INCLUDE_INSTALL_DIR): include -- Documentation Directory (DOC_INSTALL_DIR): share/doc/qhull -- Man Pages Directory (MAN_INSTALL_DIR): share/man/man1 -- Build Type (CMAKE_BUILD_TYPE): Debug -- To override these options, add -D{OPTION_NAME}=... to the cmake command -- Build the debug targets -DCMAKE_BUILD_TYPE=Debug -- -- To build and install qhull, enter "make" and "make install" -- To smoketest qhull, enter "ctest" -- -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build_subfolder ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target qhull_r [ 0%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/global_r.c.o Scanning dependencies of target qhullstatic_r Scanning dependencies of target qhullstatic [ 0%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/global_r.c.o [ 0%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/global.c.o [ 1%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/stat_r.c.o [ 2%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/stat.c.o [ 3%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/stat_r.c.o [ 4%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/geom2_r.c.o [ 5%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/geom2.c.o [ 6%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/geom2_r.c.o [ 6%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/poly2_r.c.o [ 7%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/poly2.c.o [ 8%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/poly2_r.c.o [ 9%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/merge_r.c.o [ 9%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/merge.c.o [ 9%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/merge_r.c.o [ 10%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/libqhull_r.c.o [ 11%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/libqhull.c.o [ 12%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/geom_r.c.o [ 13%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/geom.c.o [ 13%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/poly_r.c.o [ 14%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/libqhull_r.c.o [ 14%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/poly.c.o [ 15%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/qset_r.c.o [ 16%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/geom_r.c.o [ 17%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/qset.c.o [ 18%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/mem_r.c.o [ 18%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/random_r.c.o [ 19%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/mem.c.o [ 19%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/poly_r.c.o [ 20%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/usermem_r.c.o [ 21%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/userprintf_r.c.o [ 22%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/random.c.o [ 22%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/usermem.c.o [ 22%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/io_r.c.o [ 23%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/qset_r.c.o [ 25%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/userprintf.c.o [ 26%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/io.c.o [ 27%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/mem_r.c.o [ 28%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/random_r.c.o [ 28%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/usermem_r.c.o [ 29%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/user_r.c.o [ 30%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/userprintf_r.c.o [ 31%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/rboxlib_r.c.o [ 32%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/io_r.c.o [ 32%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/user.c.o [ 33%] Building C object source_subfolder/CMakeFiles/qhullstatic_r.dir/src/libqhull_r/userprintf_rbox_r.c.o [ 34%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/rboxlib.c.o [ 34%] Linking C static library ../lib/libqhullstatic_rd.a [ 34%] Built target qhullstatic_r Scanning dependencies of target qhullcpp [ 35%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/Coordinates.cpp.o [ 36%] Building C object source_subfolder/CMakeFiles/qhullstatic.dir/src/libqhull/userprintf_rbox.c.o [ 37%] Linking C static library ../lib/libqhullstatic_d.a [ 37%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/user_r.c.o [ 37%] Built target qhullstatic Scanning dependencies of target qhull_p [ 38%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/global.c.o [ 39%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/rboxlib_r.c.o [ 40%] Building C object source_subfolder/CMakeFiles/qhull_r.dir/src/libqhull_r/userprintf_rbox_r.c.o [ 40%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/stat.c.o [ 40%] Linking C shared library ../lib/libqhull_rd.so [ 40%] Built target qhull_r Scanning dependencies of target testqset [ 41%] Building C object source_subfolder/CMakeFiles/testqset.dir/src/libqhull/qset.c.o [ 42%] Building C object source_subfolder/CMakeFiles/testqset.dir/src/libqhull/mem.c.o [ 43%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/geom2.c.o [ 43%] Building C object source_subfolder/CMakeFiles/testqset.dir/src/libqhull/usermem.c.o [ 44%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/PointCoordinates.cpp.o [ 45%] Building C object source_subfolder/CMakeFiles/testqset.dir/src/testqset/testqset.c.o [ 46%] Linking C executable ../bin/testqset [ 46%] Built target testqset [ 47%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/poly2.c.o Scanning dependencies of target libqhull [ 47%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/global.c.o [ 48%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/stat.c.o [ 48%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/merge.c.o [ 50%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/geom2.c.o [ 51%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/Qhull.cpp.o [ 51%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/poly2.c.o [ 52%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/libqhull.c.o [ 53%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/merge.c.o [ 54%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/geom.c.o [ 55%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/poly.c.o [ 55%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/qset.c.o [ 55%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullFacet.cpp.o [ 56%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/mem.c.o [ 57%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/libqhull.c.o [ 58%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/random.c.o [ 58%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/usermem.c.o [ 59%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/userprintf.c.o [ 60%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/io.c.o [ 60%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/geom.c.o [ 61%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/poly.c.o [ 62%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/user.c.o [ 62%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/rboxlib.c.o [ 63%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/qset.c.o [ 64%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullFacetList.cpp.o [ 65%] Building C object source_subfolder/CMakeFiles/qhull_p.dir/src/libqhull/userprintf_rbox.c.o [ 66%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/mem.c.o [ 67%] Linking C shared library ../lib/libqhull_pd.so [ 67%] Built target qhull_p [ 67%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/random.c.o Scanning dependencies of target qconvex [ 68%] Building C object source_subfolder/CMakeFiles/qconvex.dir/src/qconvex/qconvex.c.o [ 69%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/usermem.c.o [ 70%] Linking C executable ../bin/qconvex [ 71%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/userprintf.c.o [ 71%] Built target qconvex Scanning dependencies of target qhalf [ 72%] Building C object source_subfolder/CMakeFiles/qhalf.dir/src/qhalf/qhalf.c.o [ 72%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/io.c.o [ 73%] Linking C executable ../bin/qhalf [ 73%] Built target qhalf Scanning dependencies of target rbox [ 73%] Building C object source_subfolder/CMakeFiles/rbox.dir/src/rbox/rbox.c.o [ 75%] Linking C executable ../bin/rbox [ 75%] Built target rbox Scanning dependencies of target user_eg2 [ 75%] Building C object source_subfolder/CMakeFiles/user_eg2.dir/src/user_eg2/user_eg2_r.c.o [ 76%] Linking C executable ../bin/user_eg2 [ 77%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/user.c.o [ 77%] Built target user_eg2 Scanning dependencies of target testqset_r [ 77%] Building C object source_subfolder/CMakeFiles/testqset_r.dir/src/libqhull_r/qset_r.c.o [ 78%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullFacetSet.cpp.o [ 79%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/rboxlib.c.o [ 80%] Building C object source_subfolder/CMakeFiles/testqset_r.dir/src/libqhull_r/mem_r.c.o [ 81%] Building C object source_subfolder/CMakeFiles/libqhull.dir/src/libqhull/userprintf_rbox.c.o [ 82%] Building C object source_subfolder/CMakeFiles/testqset_r.dir/src/libqhull_r/usermem_r.c.o [ 82%] Linking C shared library ../lib/libqhull_d.so [ 83%] Building C object source_subfolder/CMakeFiles/testqset_r.dir/src/testqset_r/testqset_r.c.o [ 83%] Built target libqhull [ 83%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullHyperplane.cpp.o [ 83%] Linking C executable ../bin/testqset_r [ 83%] Built target testqset_r Scanning dependencies of target qhull [ 83%] Building C object source_subfolder/CMakeFiles/qhull.dir/src/qhull/unix_r.c.o [ 84%] Linking C executable ../bin/qhull [ 84%] Built target qhull Scanning dependencies of target user_eg [ 85%] Building C object source_subfolder/CMakeFiles/user_eg.dir/src/user_eg/user_eg_r.c.o [ 86%] Linking C executable ../bin/user_eg [ 86%] Built target user_eg Scanning dependencies of target qdelaunay [ 86%] Building C object source_subfolder/CMakeFiles/qdelaunay.dir/src/qdelaunay/qdelaun.c.o [ 87%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullPoint.cpp.o [ 88%] Linking C executable ../bin/qdelaunay [ 88%] Built target qdelaunay Scanning dependencies of target qvoronoi [ 89%] Building C object source_subfolder/CMakeFiles/qvoronoi.dir/src/qvoronoi/qvoronoi.c.o [ 90%] Linking C executable ../bin/qvoronoi [ 90%] Built target qvoronoi [ 91%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullPointSet.cpp.o [ 92%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullPoints.cpp.o [ 92%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullQh.cpp.o [ 93%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullRidge.cpp.o [ 94%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullSet.cpp.o [ 94%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullStat.cpp.o [ 95%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullUser.cpp.o [ 96%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullVertex.cpp.o [ 97%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/QhullVertexSet.cpp.o [ 97%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/RboxPoints.cpp.o [ 98%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/RoadError.cpp.o [100%] Building CXX object source_subfolder/CMakeFiles/qhullcpp.dir/src/libqhullcpp/RoadLogEvent.cpp.o [100%] Linking CXX static library ../lib/libqhullcpp_d.a [100%] Built target qhullcpp qhull/8.0.1: Package '30eae4e50fefe0f7b788ed8928ac248681ea6af0' built qhull/8.0.1: Build folder /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0 qhull/8.0.1: Generated conaninfo.txt qhull/8.0.1: Generated conanbuildinfo.txt qhull/8.0.1: Generating the package qhull/8.0.1: Package folder /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0 qhull/8.0.1: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/build/30eae4e50fefe0f7b788ed8928ac248681ea6af0/build_subfolder' '--target' 'install' '--' '-j3' ----------------- [ 12%] Built target qhull_r [ 26%] Built target qhullstatic_r [ 38%] Built target qhullstatic [ 42%] Built target testqset [ 56%] Built target qhull_p [ 71%] Built target qhullcpp [ 73%] Built target qconvex [ 76%] Built target qhalf [ 88%] Built target libqhull [ 90%] Built target user_eg2 [ 90%] Built target rbox [ 93%] Built target testqset_r [ 94%] Built target qhull [ 96%] Built target user_eg [ 97%] Built target qdelaunay [100%] Built target qvoronoi Install the project... -- Install configuration: "Debug" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libqhull_rd.so.8.0.1 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libqhull_rd.so.8.0 -- Set runtime path of "/home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libqhull_rd.so.8.0.1" to "lib" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libqhull_rd.so -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/bin/qhull -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/bin/rbox -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/bin/qconvex -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/bin/qdelaunay -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/bin/qvoronoi -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/bin/qhalf -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libqhull_d.so.8.0.1 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libqhull_d.so.8.0 -- Set runtime path of "/home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libqhull_d.so.8.0.1" to "lib" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/libqhull_d.so -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/cmake/Qhull/QhullTargets.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/cmake/Qhull/QhullTargets-debug.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/cmake/Qhull/QhullConfig.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/cmake/Qhull/QhullConfigVersion.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig/qhull.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig/qhull_r.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig/qhullstatic.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig/qhullstatic_r.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/lib/pkgconfig/qhullcpp.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/libqhull.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/geom.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/io.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/mem.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/merge.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/poly.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/qhull_a.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/qset.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/random.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/stat.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull/user.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/libqhull_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/geom_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/io_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/mem_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/merge_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/poly_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/qhull_ra.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/qset_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/random_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/stat_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/include/libqhull_r/user_r.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/man/man1/qhull.1 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/man/man1/rbox.1 -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/README.txt -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/REGISTER.txt -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/Announce.txt -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/COPYING.txt -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/index.htm -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/rbox.txt -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qhalf.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh--dt.gif -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qdelaun.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-opto.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-optp.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qhull.txt -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qdelau_f.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qhull.man -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh--rand.gif -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/rbox.man -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh--geom.gif -- Up-to-date: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/index.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qvoronoi.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/normal_voronoi_knauss_oesterle.jpg -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh--cone.gif -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh--half.gif -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-optf.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qconvex.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qhull.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-quick.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qvoron_f.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-get.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh_findbestfacet-drielsma.pdf -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh--4d.gif -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-optg.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-impre.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-code.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-faq.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-optc.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qhull-cpp.xml -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-optt.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/rbox.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-eg.htm -- Installing: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/share/doc/qhull/qh-optq.htm [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 qhull/8.0.1 package(): Packaged 1 '.txt' file: COPYING.txt qhull/8.0.1 package(): Packaged 22 '.h' files qhull/8.0.1 package(): Packaged 2 '.so' files: libqhull_rd.so, libqhull_d.so qhull/8.0.1 package(): Packaged 2 '.0' files: libqhull_rd.so.8.0, libqhull_d.so.8.0 qhull/8.0.1 package(): Packaged 2 '.1' files: libqhull_d.so.8.0.1, libqhull_rd.so.8.0.1 qhull/8.0.1 package(): Packaged 6 files qhull/8.0.1: Package '30eae4e50fefe0f7b788ed8928ac248681ea6af0' created qhull/8.0.1: Created package revision 8198c6244fa3c5c0fba12d04ea582474 qhull/8.0.1: Appending PATH environment variable: /home/conan/w/BuildSingleReference/.conan/data/qhull/8.0.1/_/_/package/30eae4e50fefe0f7b788ed8928ac248681ea6af0/bin [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 Aggregating env generators 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