******************************************************************************** conan install flecs/2.3.1@ --profile=/home/conan/w/BuildSingleReference/6336/7fc27ef8-55e8-4758-9b12-83f30fb8fb15/profile.txt --build=flecs ******************************************************************************** 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 10 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=10 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=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux os_build=Linux [options] flecs:shared=True [build_requires] [env] flecs/2.3.1: Forced build from source Installing package: flecs/2.3.1 Requirements flecs/2.3.1 from local cache - Cache Packages flecs/2.3.1:fb8dd3e9abef9bab75ae909e3661a2e15835c2cd - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK flecs/2.3.1: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK flecs/2.3.1: Copying sources to build folder flecs/2.3.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd flecs/2.3.1: Generator cmake created conanbuildinfo.cmake [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 flecs/2.3.1: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -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/flecs/2.3.1/_/_/package/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd" -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/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd' ----------------- -- The C compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.0 -- 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 10 -- Conan: Checking correct version: 10 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd' '--target' 'flecs' '--' '-j3' ----------------- Scanning dependencies of target flecs [ 2%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/bulk.c.o [ 5%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/direct_access.c.o [ 7%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/dbg.c.o [ 10%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/module.c.o [ 13%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/queue.c.o [ 15%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/reader.c.o [ 18%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/snapshot.c.o [ 21%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/stats.c.o [ 23%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/addons/writer.c.o [ 26%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/modules/pipeline/pipeline.c.o [ 28%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/modules/pipeline/worker.c.o [ 31%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/modules/system/system.c.o [ 34%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/modules/system/system_dbg.c.o [ 36%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/modules/timer.c.o [ 39%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/api_support.c.o [ 42%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/bitset.c.o [ 44%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/bootstrap.c.o [ 47%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/entity.c.o [ 50%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/filter.c.o [ 52%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/hash.c.o [ 55%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/hierarchy.c.o [ 57%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/iter.c.o [ 60%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/log.c.o [ 63%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/map.c.o [ 65%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/misc.c.o [ 68%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/os_api.c.o [ 71%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/query.c.o [ 73%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/signature.c.o [ 76%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/sparse.c.o [ 78%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/stage.c.o [ 81%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/strbuf.c.o [ 84%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/switch_list.c.o [ 86%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/table.c.o [ 89%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/table_graph.c.o [ 92%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/type.c.o [ 94%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/vector.c.o [ 97%] Building C object source_subfolder/CMakeFiles/flecs.dir/src/world.c.o [100%] Linking C shared library ../lib/libflecs.so [100%] Built target flecs flecs/2.3.1: Package 'fb8dd3e9abef9bab75ae909e3661a2e15835c2cd' built flecs/2.3.1: Build folder /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd flecs/2.3.1: Generated conaninfo.txt flecs/2.3.1: Generated conanbuildinfo.txt flecs/2.3.1: Generating the package flecs/2.3.1: Package folder /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/package/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd flecs/2.3.1: Calling package() [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 flecs/2.3.1 package(): Packaged 1 '.so' file: libflecs.so flecs/2.3.1 package(): Packaged 1 file: LICENSE flecs/2.3.1 package(): Packaged 26 '.h' files flecs/2.3.1 package(): Packaged 1 '.hpp' file: flecs.hpp flecs/2.3.1: Package 'fb8dd3e9abef9bab75ae909e3661a2e15835c2cd' created flecs/2.3.1: Created package revision 24f69f423100939529bef24991815867 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK 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 /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/addons/stats.c: In function ‘print_value’: /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/addons/stats.c:65:50: warning: implicit conversion from ‘float’ to ‘double’ when passing argument to function [-Wdouble-promotion] 65 | printf("%s: %*s %.2f\n", name, 32 - len, "", value); | ^~~~~ /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/addons/stats.c: In function ‘ecs_get_world_stats’: /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/addons/stats.c:131:26: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion] 131 | if (delta_world_time != 0.0 && delta_frame_count != 0.0) { | ^~ /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/addons/stats.c:131:54: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion] 131 | if (delta_world_time != 0.0 && delta_frame_count != 0.0) { | ^~ /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/map.c: In function ‘get_bucket_count’: /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/map.c:28:61: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion] 28 | return ecs_next_pow_of_2((int32_t)((float)element_count * LOAD_FACTOR)); | ^ /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/world.c: In function ‘ecs_measure_frame_time’: /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/world.c:671:33: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion] 671 | if (world->stats.target_fps == 0.0 || enable) { | ^~ /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/world.c: In function ‘insert_sleep’: /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/world.c:890:37: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion] 890 | double target_delta_time = (1.0 / world->stats.target_fps); | ^ /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/world.c:892:32: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion] 892 | world->stats.sleep_err / (double)world->stats.frame_count_total; | ^ /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/world.c: In function ‘start_measure_frame’: /home/conan/w/BuildSingleReference/.conan/data/flecs/2.3.1/_/_/build/fb8dd3e9abef9bab75ae909e3661a2e15835c2cd/source_subfolder/src/world.c:976:38: warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion] 976 | delta_time = 1.0 / world->stats.target_fps; | ^