******************************************************************************** conan install xlnt/1.5.0@#183a1a3f23ac7f5e5fffcf29cbac5f70 --build=xlnt -pr /home/conan/w/prod/BuildSingleReference/120993/3975a195-145f-4288-8140-f5d95ee246aa/profile_linux_10_libstdcpp11_gcc_release_64.xlnt-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/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/prod/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/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] xlnt:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True miniz/3.0.1: Not found in local cache, looking in remotes... miniz/3.0.1: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz miniz/3.0.1: Downloaded recipe revision 2d84e503a1d4a0fb4133de7e83ce8ea0 utfcpp/3.2.2: Not found in local cache, looking in remotes... utfcpp/3.2.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz utfcpp/3.2.2: Downloaded recipe revision a8fde1a471baec4db98eb6987d88edb0 expat/2.4.9: Not found in local cache, looking in remotes... expat/2.4.9: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz expat/2.4.9: Downloaded recipe revision 298c8a073d52f7a857d1225add681981 xlnt/1.5.0: Forced build from source Installing package: xlnt/1.5.0 Requirements expat/2.4.9 from 'conan-center' - Downloaded miniz/3.0.1 from 'conan-center' - Downloaded utfcpp/3.2.2 from 'conan-center' - Downloaded xlnt/1.5.0 from local cache - Cache Packages expat/2.4.9:859363389e24f9402c19222fd527806e3c413615 - Download miniz/3.0.1:19729b9559f3ae196cad45cb2b97468ccb75dcd1 - Download utfcpp/3.2.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download xlnt/1.5.0:57c4532a7dcf70dfb2033f2dd3ba20f83cd02431 - Build Installing (downloading, building) binaries... expat/2.4.9: Retrieving package 859363389e24f9402c19222fd527806e3c413615 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz expat/2.4.9: Package installed 859363389e24f9402c19222fd527806e3c413615 expat/2.4.9: Downloaded package revision 7f8e10e88e0cd6f5e4caf12c9c41dc12 miniz/3.0.1: Retrieving package 19729b9559f3ae196cad45cb2b97468ccb75dcd1 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz miniz/3.0.1: Package installed 19729b9559f3ae196cad45cb2b97468ccb75dcd1 miniz/3.0.1: Downloaded package revision 6deadf73f7e89a02ab2572209ae87911 utfcpp/3.2.2: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz utfcpp/3.2.2: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 utfcpp/3.2.2: Downloaded package revision e3616ac4d4791a3758f178f097b65b52 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK xlnt/1.5.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/source/src xlnt/1.5.0: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK xlnt/1.5.0: Copying sources to build folder xlnt/1.5.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431 xlnt/1.5.0: Generator txt created conanbuildinfo.txt xlnt/1.5.0: Calling generate() xlnt/1.5.0: Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' xlnt/1.5.0: 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/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/build/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' xlnt/1.5.0: Aggregating env generators [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 xlnt/1.5.0: Calling build() xlnt/1.5.0: Apply patch (conan): Fix CMakeLists and unvendor miniz & utfcpp xlnt/1.5.0: Apply patch (conan): Fix CMakeLists of libstudxml and unvendor expat xlnt/1.5.0: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/package/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/package/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/src" ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/build/generators/conan_toolchain.cmake -- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC) -- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.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: Target declared 'EXPAT::EXPAT' -- Found EXPAT: 2.4.9 (found version "2.4.9") -- Conan: Target declared 'miniz::miniz' -- Conan: Target declared 'utf8cpp' -- Configuring done -- Generating done xlnt/1.5.0: CMake Error: install(EXPORT "XlntTargets" ...) includes target "xlnt" which requires target "libstudxml" that is not in any export set. CMake Generate step failed. Build files cannot be regenerated correctly. xlnt/1.5.0: 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 xlnt/1.5.0: 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 xlnt/1.5.0: ERROR: Package '57c4532a7dcf70dfb2033f2dd3ba20f83cd02431' build failed xlnt/1.5.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/build/Release ERROR: xlnt/1.5.0: Error in build() method, line 78 cmake.configure() ConanException: Error 1 while executing cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/package/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/xlnt/1.5.0/_/_/build/57c4532a7dcf70dfb2033f2dd3ba20f83cd02431/src"