******************************************************************************** conan test cci-dc3b990c/recipes/spdlog/all/test_package/conanfile.py spdlog/1.11.0@#bff2a8a70114458b96d2e3d736a02b6e -pr /home/conan/w/prod-v1/BuildSingleReference/16135/5478590a-fcc3-42f7-a341-0e8f6337cda4/profile_linux_10_libstdcpp11_gcc_debug_64.spdlog-header_only-False_spdlog-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] spdlog:header_only=False spdlog:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True spdlog/1.11.0 (test package): Installing package Requirements fmt/10.1.0 from 'conan-center' - Cache spdlog/1.11.0 from local cache - Cache Packages fmt/10.1.0:8fbeded8e81bfcbd1fcdca301b03a876d262e652 - Cache spdlog/1.11.0:9aae4eab6f52ec30e91b875cc00aae7cc065d744 - Cache Installing (downloading, building) binaries... fmt/10.1.0: Already installed! spdlog/1.11.0: Already installed! spdlog/1.11.0 (test package): Generator txt created conanbuildinfo.txt spdlog/1.11.0 (test package): Generator 'CMakeDeps' calling 'generate()' spdlog/1.11.0 (test package): Generator 'VirtualRunEnv' calling 'generate()' spdlog/1.11.0 (test package): Calling generate() spdlog/1.11.0 (test package): Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' spdlog/1.11.0 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' spdlog/1.11.0 (test package): Aggregating env generators spdlog/1.11.0 (test package): Generated conaninfo.txt spdlog/1.11.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug/generators/conan.lock' Using cached profile from lockfile [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 spdlog/1.11.0 (test package): Calling build() spdlog/1.11.0 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug/generators/conan_toolchain.cmake -- The CXX compiler identification is GNU 10.5.0 -- 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: Component target declared 'spdlog::spdlog' -- Conan: Component target declared 'fmt::fmt' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug spdlog/1.11.0 (test package): CMake command: cmake --build "/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug" '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o In file included from /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/spdlog.h:14, from /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/test_package.cpp:2: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h: In instantiation of ‘void spdlog::logger::log_(spdlog::source_loc, spdlog::level::level_enum, spdlog::string_view_t, Args&& ...) [with Args = {int, int, int}; spdlog::string_view_t = fmt::v10::basic_string_view]’: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h:90:13: required from ‘void spdlog::logger::log(spdlog::source_loc, spdlog::level::level_enum, fmt::v10::format_string, Args&& ...) [with Args = {int, int, int}; fmt::v10::format_string = fmt::v10::basic_format_string]’ /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h:96:12: required from ‘void spdlog::logger::log(spdlog::level::level_enum, fmt::v10::format_string, Args&& ...) [with Args = {int, int, int}; fmt::v10::format_string = fmt::v10::basic_format_string]’ /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h:158:12: required from ‘void spdlog::logger::info(fmt::v10::format_string, Args&& ...) [with Args = {int, int, int}; fmt::v10::format_string = fmt::v10::basic_format_string]’ /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/spdlog.h:161:31: required from ‘void spdlog::info(fmt::v10::format_string, Args&& ...) [with Args = {int, int, int}; fmt::v10::format_string = fmt::v10::basic_format_string]’ /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/test_package.cpp:11:111: required from here /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h:374:75: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’ 374 | fmt::vformat_to(fmt::appender(buf), fmt, fmt::make_format_args(std::forward(args)...)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/fmt/fmt.h:31, from /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/common.h:45, from /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/spdlog.h:12, from /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/test_package.cpp:2: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/include/fmt/core.h:1826:35: note: initializing argument 1 of ‘constexpr fmt::v10::format_arg_store...> fmt::v10::make_format_args(T& ...) [with Context = fmt::v10::basic_format_context; T = {int, int, int}]’ 1826 | constexpr auto make_format_args(T&... args) | ~~^~~~~~~~ /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/include/fmt/core.h:2731:28: error: ‘fmt::v10::basic_format_string::basic_format_string(const S&) [with S = spdlog::logger::log_<{int, int, int}>::::FMT_COMPILE_STRING; typename std::enable_if >::value, int>::type = 0; Char = char; Args = {const char*, const char*&, int&}]’, declared using local type ‘const spdlog::logger::log_<{int, int, int}>::::FMT_COMPILE_STRING’, is used but never defined [-fpermissive] 2731 | FMT_CONSTEVAL FMT_INLINE basic_format_string(const S& s) : str_(s) { | ^~~~~~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/test_package.dir/build.make:82: CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/test_package.dir/all] Error 2 make: *** [Makefile:103: all] Error 2 spdlog/1.11.0 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior spdlog/1.11.0 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ERROR: spdlog/1.11.0 (test package): Error in build() method, line 27 cmake.build() ConanException: Error 2 while executing cmake --build "/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/build/Debug" '--' '-j3' ******************************************************************************** conan test cci-dc3b990c/recipes/spdlog/all/test_v1_package/conanfile.py spdlog/1.11.0@#bff2a8a70114458b96d2e3d736a02b6e -pr /home/conan/w/prod-v1/BuildSingleReference/16135/5478590a-fcc3-42f7-a341-0e8f6337cda4/profile_linux_10_libstdcpp11_gcc_debug_64.spdlog-header_only-False_spdlog-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] spdlog:header_only=False spdlog:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True spdlog/1.11.0 (test package): Installing package Requirements fmt/10.1.0 from 'conan-center' - Cache spdlog/1.11.0 from local cache - Cache Packages fmt/10.1.0:8fbeded8e81bfcbd1fcdca301b03a876d262e652 - Cache spdlog/1.11.0:9aae4eab6f52ec30e91b875cc00aae7cc065d744 - Cache Installing (downloading, building) binaries... fmt/10.1.0: Already installed! spdlog/1.11.0: Already installed! spdlog/1.11.0 (test package): Generator cmake_find_package_multi created spdlog-config-version.cmake spdlog/1.11.0 (test package): Generator cmake_find_package_multi created spdlogTarget-debug.cmake spdlog/1.11.0 (test package): Generator cmake_find_package_multi created spdlogTargets.cmake spdlog/1.11.0 (test package): Generator cmake_find_package_multi created spdlog-config.cmake spdlog/1.11.0 (test package): Generator cmake_find_package_multi created fmt-config-version.cmake spdlog/1.11.0 (test package): Generator cmake_find_package_multi created fmtTarget-debug.cmake spdlog/1.11.0 (test package): Generator cmake_find_package_multi created fmtTargets.cmake spdlog/1.11.0 (test package): Generator cmake_find_package_multi created fmt-config.cmake spdlog/1.11.0 (test package): Generator txt created conanbuildinfo.txt spdlog/1.11.0 (test package): Generator cmake created conanbuildinfo.cmake spdlog/1.11.0 (test package): Aggregating env generators spdlog/1.11.0 (test package): Generated conaninfo.txt spdlog/1.11.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package/build/e8d7858da50265e1e6a5752cd0150591d58d184d/conan.lock' Using cached profile from lockfile [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 spdlog/1.11.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package/build/e8d7858da50265e1e6a5752cd0150591d58d184d' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package/build/e8d7858da50265e1e6a5752cd0150591d58d184d/package" -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_PREFIX_PATH="/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package/build/e8d7858da50265e1e6a5752cd0150591d58d184d" -DCMAKE_MODULE_PATH="/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package/build/e8d7858da50265e1e6a5752cd0150591d58d184d" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package' ----------------- -- The C compiler identification is GNU 10.5.0 -- The CXX compiler identification is GNU 10.5.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: Adjusting output directories -- Conan: Using cmake targets configuration -- Library spdlogd found /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/lib/libspdlogd.a -- Library fmtd found /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/lib/libfmtd.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Conan: C++ stdlib: libstdc++11 -- Library spdlogd found /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/lib/libspdlogd.a -- Found: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/lib/libspdlogd.a -- Library spdlogd found /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/lib/libspdlogd.a -- Found: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/lib/libspdlogd.a -- Library fmtd found /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/lib/libfmtd.a -- Found: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/lib/libfmtd.a -- Library fmtd found /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/lib/libfmtd.a -- Found: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/lib/libfmtd.a -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package/build/e8d7858da50265e1e6a5752cd0150591d58d184d ----Running------ > cmake --build '/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package/build/e8d7858da50265e1e6a5752cd0150591d58d184d' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object test_package/CMakeFiles/test_package.dir/test_package.cpp.o 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/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/spdlog.h:14, from /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/test_package.cpp:2: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h: In instantiation of ‘void spdlog::logger::log_(spdlog::source_loc, spdlog::level::level_enum, spdlog::string_view_t, Args&& ...) [with Args = {int, int, int}; spdlog::string_view_t = fmt::v10::basic_string_view]’: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h:90:13: required from ‘void spdlog::logger::log(spdlog::source_loc, spdlog::level::level_enum, fmt::v10::format_string, Args&& ...) [with Args = {int, int, int}; fmt::v10::format_string = fmt::v10::basic_format_string]’ /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h:96:12: required from ‘void spdlog::logger::log(spdlog::level::level_enum, fmt::v10::format_string, Args&& ...) [with Args = {int, int, int}; fmt::v10::format_string = fmt::v10::basic_format_string]’ /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h:158:12: required from ‘void spdlog::logger::info(fmt::v10::format_string, Args&& ...) [with Args = {int, int, int}; fmt::v10::format_string = fmt::v10::basic_format_string]’ /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/spdlog.h:161:31: required from ‘void spdlog::info(fmt::v10::format_string, Args&& ...) [with Args = {int, int, int}; fmt::v10::format_string = fmt::v10::basic_format_string]’ /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/test_package.cpp:11:111: required from here /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/logger.h:374:75: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’ 374 | fmt::vformat_to(fmt::appender(buf), fmt, fmt::make_format_args(std::forward(args)...)); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/fmt/fmt.h:31, from /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/common.h:45, from /home/conan/w/prod-v1/BuildSingleReference/.conan/data/spdlog/1.11.0/_/_/package/9aae4eab6f52ec30e91b875cc00aae7cc065d744/include/spdlog/spdlog.h:12, from /home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_package/test_package.cpp:2: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/include/fmt/core.h:1826:35: note: initializing argument 1 of ‘constexpr fmt::v10::format_arg_store...> fmt::v10::make_format_args(T& ...) [with Context = fmt::v10::basic_format_context; T = {int, int, int}]’ 1826 | constexpr auto make_format_args(T&... args) | ~~^~~~~~~~ /home/conan/w/prod-v1/BuildSingleReference/.conan/data/fmt/10.1.0/_/_/package/8fbeded8e81bfcbd1fcdca301b03a876d262e652/include/fmt/core.h:2731:28: error: ‘fmt::v10::basic_format_string::basic_format_string(const S&) [with S = spdlog::logger::log_<{int, int, int}>::::FMT_COMPILE_STRING; typename std::enable_if >::value, int>::type = 0; Char = char; Args = {const char*, const char*&, int&}]’, declared using local type ‘const spdlog::logger::log_<{int, int, int}>::::FMT_COMPILE_STRING’, is used but never defined [-fpermissive] 2731 | FMT_CONSTEVAL FMT_INLINE basic_format_string(const S& s) : str_(s) { | ^~~~~~~~~~~~~~~~~~~ make[2]: *** [test_package/CMakeFiles/test_package.dir/build.make:82: test_package/CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:113: test_package/CMakeFiles/test_package.dir/all] Error 2 make: *** [Makefile:103: all] Error 2 ERROR: spdlog/1.11.0 (test package): Error in build() method, line 12 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/prod-v1/BuildSingleReference/cci-dc3b990c/recipes/spdlog/all/test_v1_package/build/e8d7858da50265e1e6a5752cd0150591d58d184d' '--' '-j3'