conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
949 stars 1.73k forks source link

[package] boost/1.83.0: package_info failed: These libraries were built, but were not used in any boost module. #20162

Closed StellaSmith closed 2 months ago

StellaSmith commented 1 year ago

Description

I tried building boost with clang-cl but i get these cryptic errors from the package_info method. many Boost component '{X}' is missing libraries. Try building boost with '-o boost:without_{x}' and and exception These libraries were built, but were not used in any boost module with many module following.

Package and Environment Details

Conan profile

Profile host:

[settings]
arch=x86_64
build_type=Release
compiler=clang
compiler.cppstd=gnu20
compiler.runtime=static
compiler.runtime_type=Release
compiler.runtime_version=v143
compiler.version=16
os=Windows
[conf]
tools.cmake.cmaketoolchain:generator=Ninja

Profile build:

[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=14
compiler.runtime=static
compiler.runtime_type=Release
compiler.version=193
os=Windows
[conf]
tools.cmake.cmaketoolchain:generator=Ninja

Steps to reproduce

conan install -b missing --requires boost/[*] -pr clang-cl

Logs

Click to expand log ``` PS C:\Users\me\AppData\Local\Temp> conan install -b missing --requires boost/[*] -pr clang-cl ======== Input profiles ======== Profile host: [settings] arch=x86_64 build_type=Release compiler=clang compiler.cppstd=gnu20 compiler.runtime=static compiler.runtime_type=Release compiler.runtime_version=v143 compiler.version=16 os=Windows [conf] tools.cmake.cmaketoolchain:generator=Ninja Profile build: [settings] arch=x86_64 build_type=Release compiler=msvc compiler.cppstd=14 compiler.runtime=static compiler.runtime_type=Release compiler.version=193 os=Windows [conf] tools.cmake.cmaketoolchain:generator=Ninja ======== Computing dependency graph ======== Graph root cli Requirements boost/1.83.0#8be129e9ab6e00b3d74810626cdbea9c - Cache bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d - Cache zlib/1.2.13#97d5730b529b4224045fe7090592d4c1 - Cache Build requirements b2/4.9.6#53783bdbbdbb6c13732b25f1f6ea6c58 - Cache Resolved version ranges boost/[*]: boost/1.83.0 ======== Computing necessary packages ======== boost/1.83.0: Checking 9 compatible configurations: boost/1.83.0: 'f45cbafe3804ea835fcb5c22fa093aa483c2e916': compiler.cppstd=11 boost/1.83.0: '3d4ebbf97ca0db8abc9d4ec5b865ce5b4caa758c': compiler.cppstd=gnu11 boost/1.83.0: '20b70991aad61a31f136b3e6a97ef7707dce0797': compiler.cppstd=14 boost/1.83.0: 'b6a9fd82e3e534565cad2e196994bf251160b21f': compiler.cppstd=gnu14 boost/1.83.0: 'ce8c5684cd1189ccd68c08187ac5117e6763c4c6': compiler.cppstd=17 boost/1.83.0: '881ac3d9a4d94274c4243ea84ba4b11392a554ac': compiler.cppstd=gnu17 boost/1.83.0: '1182a1490260c5e6dfaf26e1d22e75f1a0e13425': compiler.cppstd=20 boost/1.83.0: '928f50cbbc6347b4a91f8413c6881af0d1a10009': compiler.cppstd=23 boost/1.83.0: '0154427710bd8e64d728b74d8c6c507c7c03252d': compiler.cppstd=gnu23 Requirements boost/1.83.0#8be129e9ab6e00b3d74810626cdbea9c:9c150a39dbcf8f0cc502d624f723fbfe3a2d3e2f - Build bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:755284a649c301945dcc98d6acf9c5469d065c88 - Build zlib/1.2.13#97d5730b529b4224045fe7090592d4c1:fbae32ecca8a65ee5f042bf04436e600870c78ab - Build Build requirements b2/4.9.6#53783bdbbdbb6c13732b25f1f6ea6c58:522dcea5982a3f8a5b624c16477e47195da2f84f#78346609474a8926dd090192d70558a9 - Cache ======== Installing packages ======== b2/4.9.6: Already installed! (1 of 4) bzip2/1.0.8: Sources downloaded from 'conancenter' bzip2/1.0.8: Calling source() in C:\Users\me\.conan2\p\bzip2b261b4dea28b4\s\src -------- Installing package bzip2/1.0.8 (2 of 4) -------- bzip2/1.0.8: Building from source bzip2/1.0.8: Package bzip2/1.0.8:755284a649c301945dcc98d6acf9c5469d065c88 bzip2/1.0.8: Copying sources to build folder bzip2/1.0.8: Building your package in C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b bzip2/1.0.8: Calling generate() bzip2/1.0.8: Generators folder: C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\build\Release\generators bzip2/1.0.8: CMakeToolchain generated: conan_toolchain.cmake bzip2/1.0.8: CMakeToolchain generated: CMakePresets.json bzip2/1.0.8: Generating aggregated env files bzip2/1.0.8: Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat'] bzip2/1.0.8: Calling build() bzip2/1.0.8: apply_conandata_patches(): No patches defined in conandata bzip2/1.0.8: Running CMake.configure() bzip2/1.0.8: RUN: cmake -G "Ninja" -DCMAKE_TOOLCHAIN_FILE="C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/b/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/p" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\.." conanvcvars.bat: Activating environment Visual Studio 17 - amd64 - vcvars_ver=14.3 [vcvarsall.bat] Environment initialized for: 'x64' CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Using Conan toolchain: C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/b/build/Release/generators/conan_toolchain.cmake -- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF -- The C compiler identification is MSVC 19.37.32824.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done (0.7s) -- Generating done (0.0s) -- Build files have been written to: C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/b/build/Release bzip2/1.0.8: Running CMake.build() bzip2/1.0.8: RUN: cmake --build "C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\build\Release" -- -j16 conanvcvars.bat: Activating environment Visual Studio 17 - amd64 - vcvars_ver=14.3 [vcvarsall.bat] Environment initialized for: 'x64' [4/10] Building C object CMakeFiles\bz2.dir\src\bzlib.c.obj C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzlib.c(996): warning C4267: '=': conversion from 'size_t' to 'Int32', possible loss of data C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzlib.c(1055): warning C4267: '=': conversion from 'size_t' to 'Int32', possible loss of data C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzlib.c(1190): warning C4267: '=': conversion from 'size_t' to 'Int32', possible loss of data C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzlib.c(1417): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzlib.c(1418): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzlib.c(1423): warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _setmode. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzlib.c(1425): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzlib.c(1431): warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fdopen. See online help for details. [5/10] Building C object CMakeFiles\bzip2.dir\src\bzip2.c.obj C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(353): warning C4267: '=': conversion from 'size_t' to 'Int32', possible loss of data C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(338): warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _setmode. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(339): warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _setmode. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(369): warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fileno. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(509): warning C4267: '=': conversion from 'size_t' to 'Int32', possible loss of data C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(446): warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _setmode. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(447): warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _setmode. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(485): warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fileno. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(567): warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _setmode. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(933): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(942): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(971): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1112): warning C4267: 'initializing': conversion from 'size_t' to 'Int32', possible loss of data C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1113): warning C4267: 'initializing': conversion from 'size_t' to 'Int32', possible loss of data C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1126): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1153): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1170): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1230): warning C4996: 'isatty': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _isatty. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1242): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1244): warning C4996: 'isatty': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _isatty. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1256): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1263): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1267): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1274): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1341): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1359): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1416): warning C4996: 'isatty': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _isatty. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1428): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1432): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1440): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1444): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1451): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1539): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1557): warning C4996: 'isatty': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _isatty. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1570): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1573): warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1733): warning C4267: 'function': conversion from 'size_t' to 'Int32', possible loss of data C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1734): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\bzip2.c(1752): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [8/10] Building C object CMakeFiles\bz2.dir\src\compress.c.obj C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\src\compress.c(205): warning C4244: '=': conversion from '__int64' to 'Int32', possible loss of data [10/10] Linking C executable bzip2.exe bzip2/1.0.8: Package '755284a649c301945dcc98d6acf9c5469d065c88' built bzip2/1.0.8: Build folder C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\build\Release bzip2/1.0.8: Generating the package bzip2/1.0.8: Packaging in folder C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\p bzip2/1.0.8: Calling package() bzip2/1.0.8: Running CMake.install() bzip2/1.0.8: RUN: cmake --install "C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\b\build\Release" --prefix "C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/p" conanvcvars.bat: Activating environment Visual Studio 17 - amd64 - vcvars_ver=14.3 [vcvarsall.bat] Environment initialized for: 'x64' -- Install configuration: "Release" -- Installing: C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/p/lib/bz2.lib -- Installing: C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/p/include/bzlib.h -- Installing: C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/p/bin/bzip2.exe bzip2/1.0.8: package(): Packaged 1 '.exe' file: bzip2.exe bzip2/1.0.8: package(): Packaged 1 '.h' file: bzlib.h bzip2/1.0.8: package(): Packaged 1 '.lib' file: bz2.lib bzip2/1.0.8: package(): Packaged 1 '.cmake' file: conan-official-bzip2-variables.cmake bzip2/1.0.8: package(): Packaged 1 file: LICENSE bzip2/1.0.8: Created package revision d4aa26adae931004bd63b3b3c30905e2 bzip2/1.0.8: Package '755284a649c301945dcc98d6acf9c5469d065c88' created bzip2/1.0.8: Full package reference: bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d:755284a649c301945dcc98d6acf9c5469d065c88#d4aa26adae931004bd63b3b3c30905e2 bzip2/1.0.8: Package folder C:\Users\me\.conan2\p\b\bzip2f18cfde217bbf\p zlib/1.2.13: Sources downloaded from 'conancenter' zlib/1.2.13: Calling source() in C:\Users\me\.conan2\p\zlib80930ad262755\s\src -------- Installing package zlib/1.2.13 (3 of 4) -------- zlib/1.2.13: Building from source zlib/1.2.13: Package zlib/1.2.13:fbae32ecca8a65ee5f042bf04436e600870c78ab zlib/1.2.13: Copying sources to build folder zlib/1.2.13: Building your package in C:\Users\me\.conan2\p\b\zlibdab001c0929f3\b zlib/1.2.13: Calling generate() zlib/1.2.13: Generators folder: C:\Users\me\.conan2\p\b\zlibdab001c0929f3\b\build\Release\generators zlib/1.2.13: CMakeToolchain generated: conan_toolchain.cmake zlib/1.2.13: CMakeToolchain generated: CMakePresets.json zlib/1.2.13: CMakeToolchain generated: ..\..\..\src\CMakeUserPresets.json zlib/1.2.13: Generating aggregated env files zlib/1.2.13: Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat'] zlib/1.2.13: Calling build() zlib/1.2.13: Apply patch (conan): separate static/shared builds, disable debug suffix, disable building examples zlib/1.2.13: Running CMake.configure() zlib/1.2.13: RUN: cmake -G "Ninja" -DCMAKE_TOOLCHAIN_FILE="C:/Users/me/.conan2/p/b/zlibdab001c0929f3/b/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/Users/me/.conan2/p/b/zlibdab001c0929f3/p" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "C:\Users\me\.conan2\p\b\zlibdab001c0929f3\b\src" conanvcvars.bat: Activating environment Visual Studio 17 - amd64 - vcvars_ver=14.3 [vcvarsall.bat] Environment initialized for: 'x64' CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Using Conan toolchain: C:/Users/me/.conan2/p/b/zlibdab001c0929f3/b/build/Release/generators/conan_toolchain.cmake -- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF -- The C compiler identification is MSVC 19.37.32824.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of off64_t -- Check size of off64_t - failed -- Looking for fseeko -- Looking for fseeko - not found -- Looking for unistd.h -- Looking for unistd.h - not found -- Renaming -- C:/Users/me/.conan2/p/b/zlibdab001c0929f3/b/src/zconf.h -- to 'zconf.h.included' because this file is included with zlib -- but CMake generates it automatically in the build directory. -- Configuring done (1.8s) -- Generating done (0.0s) -- Build files have been written to: C:/Users/me/.conan2/p/b/zlibdab001c0929f3/b/build/Release zlib/1.2.13: Running CMake.build() zlib/1.2.13: RUN: cmake --build "C:\Users\me\.conan2\p\b\zlibdab001c0929f3\b\build\Release" -- -j16 conanvcvars.bat: Activating environment Visual Studio 17 - amd64 - vcvars_ver=14.3 [vcvarsall.bat] Environment initialized for: 'x64' [16/16] Linking C static library zlib.lib zlib/1.2.13: Package 'fbae32ecca8a65ee5f042bf04436e600870c78ab' built zlib/1.2.13: Build folder C:\Users\me\.conan2\p\b\zlibdab001c0929f3\b\build\Release zlib/1.2.13: Generating the package zlib/1.2.13: Packaging in folder C:\Users\me\.conan2\p\b\zlibdab001c0929f3\p zlib/1.2.13: Calling package() zlib/1.2.13: Running CMake.install() zlib/1.2.13: RUN: cmake --install "C:\Users\me\.conan2\p\b\zlibdab001c0929f3\b\build\Release" --prefix "C:/Users/me/.conan2/p/b/zlibdab001c0929f3/p" conanvcvars.bat: Activating environment Visual Studio 17 - amd64 - vcvars_ver=14.3 [vcvarsall.bat] Environment initialized for: 'x64' -- Install configuration: "Release" -- Installing: C:/Users/me/.conan2/p/b/zlibdab001c0929f3/p/lib/zlib.lib -- Installing: C:/Users/me/.conan2/p/b/zlibdab001c0929f3/p/include/zconf.h -- Installing: C:/Users/me/.conan2/p/b/zlibdab001c0929f3/p/include/zlib.h zlib/1.2.13: package(): Packaged 2 '.h' files: zconf.h, zlib.h zlib/1.2.13: package(): Packaged 1 '.lib' file: zlib.lib zlib/1.2.13: package(): Packaged 1 file: LICENSE zlib/1.2.13: Created package revision 872dd6733469e24bed54a6e74dac9969 zlib/1.2.13: Package 'fbae32ecca8a65ee5f042bf04436e600870c78ab' created zlib/1.2.13: Full package reference: zlib/1.2.13#97d5730b529b4224045fe7090592d4c1:fbae32ecca8a65ee5f042bf04436e600870c78ab#872dd6733469e24bed54a6e74dac9969 zlib/1.2.13: Package folder C:\Users\me\.conan2\p\b\zlibdab001c0929f3\p boost/1.83.0: Sources downloaded from 'conancenter' boost/1.83.0: Calling source() in C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src boost/1.83.0: Downloading 122.9MB boost_1_83_0.tar.bz2 boost/1.83.0: Apply patch (conan): Optional flag to specify iconv from either libc of libiconv -------- Installing package boost/1.83.0 (4 of 4) -------- boost/1.83.0: Building from source boost/1.83.0: Package boost/1.83.0:9c150a39dbcf8f0cc502d624f723fbfe3a2d3e2f boost/1.83.0: Building your package in C:\Users\me\.conan2\p\b\boost9ead8b63c203b\b boost/1.83.0: Calling generate() boost/1.83.0: Generators folder: C:\Users\me\.conan2\p\b\boost9ead8b63c203b\b\build-release\conan boost/1.83.0: Generating aggregated env files boost/1.83.0: Generated aggregated env files: ['conanbuild.bat', 'conanrun.bat'] boost/1.83.0: Calling build() boost/1.83.0: WARN: replace_in_file didn't find pattern '/* thread_local */' in 'C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src\boost\stacktrace\detail\libbacktrace_impls.hpp' file. boost/1.83.0: WARN: replace_in_file didn't find pattern '/* static __thread */' in 'C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src\boost\stacktrace\detail\libbacktrace_impls.hpp' file. boost/1.83.0: WARN: replace_in_file didn't find pattern 'local generic-os = [ set.difference $(all-os) : aix darwin vxworks solaris osf hpux ] ;' in 'C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src\tools\build\src\tools\gcc.jam' file. boost/1.83.0: WARN: replace_in_file didn't find pattern 'local no-threading = android beos haiku sgi darwin vxworks ;' in 'C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src\tools\build\src\tools\gcc.jam' file. boost/1.83.0: WARN: Patching user-config.jam boost/1.83.0: WARN: using zlib : 1.2.13 : "C:/Users/me/.conan2/p/b/zlibdab001c0929f3/p/include" "C:/Users/me/.conan2/p/b/zlibdab001c0929f3/p/lib" zlib ; using bzip2 : 1.0.8 : "C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/p/include" "C:/Users/me/.conan2/p/b/bzip2f18cfde217bbf/p/lib" bz2 ; using "clang-win" : : : ; boost/1.83.0: WARN: b2 -q numa=on target-os=windows architecture=x86 address-model=64 binary-format=pe abi=ms --layout=system --user-config=C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src\tools\build\user-config.jam -sNO_ZLIB=0 -sNO_BZIP2=0 -sNO_LZMA=1 -sNO_ZSTD=1 boost.locale.icu=off --disable-icu boost.locale.iconv=off --disable-iconv threading=multi visibility=hidden link=static variant=release --with-atomic --with-chrono --with-container --with-context --with-contract --with-coroutine --with-date_time --with-exception --with-fiber --with-filesystem --with-graph --with-iostreams --with-json --with-locale --with-log --with-math --with-nowide --with-program_options --with-random --with-regex --with-serialization --with-stacktrace --with-system --with-test --with-thread --with-timer --with-type_erasure --with-url --with-wave toolset=clang-win cxxflags=-std=gnu++20 pch=on linkflags="-stdlib=None" cxxflags="-fPIC -stdlib=None" install --prefix=C:\Users\me\.conan2\p\b\boost9ead8b63c203b\p -j16 --abbreviate-paths -d0 --debug-configuration --build-dir="C:\Users\me\.conan2\p\b\boost9ead8b63c203b\b\build-release" boost/1.83.0: RUN: b2 -q numa=on target-os=windows architecture=x86 address-model=64 binary-format=pe abi=ms --layout=system --user-config=C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src\tools\build\user-config.jam -sNO_ZLIB=0 -sNO_BZIP2=0 -sNO_LZMA=1 -sNO_ZSTD=1 boost.locale.icu=off --disable-icu boost.locale.iconv=off --disable-iconv threading=multi visibility=hidden link=static variant=release --with-atomic --with-chrono --with-container --with-context --with-contract --with-coroutine --with-date_time --with-exception --with-fiber --with-filesystem --with-graph --with-iostreams --with-json --with-locale --with-log --with-math --with-nowide --with-program_options --with-random --with-regex --with-serialization --with-stacktrace --with-system --with-test --with-thread --with-timer --with-type_erasure --with-url --with-wave toolset=clang-win cxxflags=-std=gnu++20 pch=on linkflags="-stdlib=None" cxxflags="-fPIC -stdlib=None" install --prefix=C:\Users\me\.conan2\p\b\boost9ead8b63c203b\p -j16 --abbreviate-paths -d0 --debug-configuration --build-dir="C:\Users\me\.conan2\p\b\boost9ead8b63c203b\b\build-release" conanvcvars.bat: Activating environment Visual Studio 17 - amd64 - vcvars_ver=14.3 [vcvarsall.bat] Environment initialized for: 'x64' notice: found boost-build.jam at C:/Users/me/.conan2/p/boostf43c9e9f0bf53/s/src/boost-build.jam notice: loading B2 from C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/kernel/bootstrap.jam notice: Searching 'C:\Users\me' 'C:\Users\me' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/kernel' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/util' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/build' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/tools' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/contrib' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/.' for site-config configuration file 'site-config.jam'. notice: Configuration file 'site-config.jam' not found in 'C:\Users\me' 'C:\Users\me' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/kernel' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/util' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/build' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/tools' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/contrib' 'C:/Users/me/.conan2/p/b2a71d18914917d/p/bin/.b2/.'. notice: Loading explicitly specified user configuration file: C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src\tools\build\user-config.jam notice: Searching 'C:\Users\me\.conan2\p\boostf43c9e9f0bf53\s\src\tools\build' for user-config configuration file 'user-config.jam'. notice: Loading user-config configuration file 'user-config.jam' from 'C:/Users/me/.conan2/p/boostf43c9e9f0bf53/s/src/tools/build'. notice: [zlib] Using pre-installed library notice: [zlib] Condition notice: [bzip2] Using pre-installed library notice: [bzip2] Condition notice: [msvc-cfg] msvc-14.3 detected, command: 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\cl.exe' notice: [clang-win] using compiler '"clang-cl.exe"', version '16.0.5', target 'x86_64', default address-model=64 notice: will use 'clang-cl.exe' for clang-win, condition clang-win-16.0.5 notice: [clang-win] x86-32: using linker '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x86\link.exe"' notice: [clang-win] x86-32: using assembler '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x86\ml.exe"' notice: [clang-win] x86-32: using archiver '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x86\link.exe" /lib' notice: [clang-win] x86-32: using manifest-tool 'mt.exe' notice: [clang-win] x86-32: using resource-compiler 'rc.exe' notice: [clang-win] x86-32: using mc-compiler 'mc.exe' notice: [clang-win] x86-32: using idl-compiler 'midl.exe' notice: [clang-win] arm-32: using linker '"link.exe"' notice: [clang-win] arm-32: using assembler 'armasm.exe' notice: [clang-win] arm-32: using archiver '"link.exe" /lib' notice: [clang-win] arm-32: using manifest-tool 'mt.exe' notice: [clang-win] arm-32: using resource-compiler 'rc.exe' notice: [clang-win] arm-32: using mc-compiler 'mc.exe' notice: [clang-win] arm-32: using idl-compiler 'midl.exe' notice: [clang-win] x86-64: using linker '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\link.exe"' notice: [clang-win] x86-64: using assembler '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\ml64.exe"' notice: [clang-win] x86-64: using archiver '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\Hostx64\x64\link.exe" /lib' notice: [clang-win] x86-64: using manifest-tool 'mt.exe' notice: [clang-win] x86-64: using resource-compiler 'rc.exe' notice: [clang-win] x86-64: using mc-compiler 'mc.exe' notice: [clang-win] x86-64: using idl-compiler 'midl.exe' notice: [clang-win] arm-64: using linker '"link.exe"' notice: [clang-win] arm-64: using assembler 'armasm64.exe' notice: [clang-win] arm-64: using archiver '"link.exe" /lib' notice: [clang-win] arm-64: using manifest-tool 'mt.exe' notice: [clang-win] arm-64: using resource-compiler 'rc.exe' notice: [clang-win] arm-64: using mc-compiler 'mc.exe' notice: [clang-win] arm-64: using idl-compiler 'midl.exe' notice: [zlib] zlib is already configured notice: [bzip2] bzip is already configured notice: iostreams: not using lzma compression notice: iostreams: not using zstd compression notice: [python-cfg] Configuring python... notice: [python-cfg] Checking interpreter command "python"... notice: [python-cfg] running command 'DIR /-C /A:S "C:\Users\me\AppData\Local\Programs\Python\Python311\python.exe" 2>&1' notice: [python-cfg] running command 'python -c "from sys import *; print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))" 2>&1' notice: [python-cfg] ...requested configuration matched! notice: [python-cfg] Details of this Python configuration: notice: [python-cfg] interpreter command: "python" notice: [python-cfg] include path: "C:\Users\me\AppData\Local\Programs\Python\Python311\Include" notice: [python-cfg] library path: "C:\Users\me\AppData\Local\Programs\Python\Python311\libs" notice: [python-cfg] DLL search path: "C:\Users\me\AppData\Local\Programs\Python\Python311" notice: [python-cfg] Checking for NumPy... notice: [python-cfg] running command 'python -c "import sys; sys.stderr = sys.stdout; import numpy; print(numpy.get_include())"' notice: [python-cfg] NumPy disabled. Reason: notice: [python-cfg] python -c "import sys; sys.stderr = sys.stdout; import numpy; print(numpy.get_include())" aborted with notice: [python-cfg] Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'numpy' Performing configuration checks - default address-model : 64-bit [1] - default architecture : x86 [1] - compiler supports SSE2 : yes [2] - compiler supports SSE4.1 : yes [2] - has synchronization.lib : yes [2] - has std::atomic_ref : no [2] - has statx : no [2] - has statx syscall : no [2] - has BCrypt API : yes [2] - has init_priority attribute : yes [2] - has stat::st_blksize : no [2] - has stat::st_mtim : no [2] - has stat::st_mtimensec : no [2] - has stat::st_mtimespec : no [2] - has stat::st_birthtim : no [2] - has stat::st_birthtimensec : no [2] - has stat::st_birthtimespec : no [2] - has fdopendir(O_NOFOLLOW) : no [2] - has dirent::d_type : no [2] - has POSIX *at APIs : no [2] - cxx11_auto_declarations : yes [2] - cxx11_constexpr : yes [2] - cxx11_defaulted_functions : yes [2] - cxx11_final : yes [2] - cxx11_hdr_mutex : yes [2] - cxx11_hdr_tuple : yes [2] - cxx11_lambdas : yes [2] - cxx11_noexcept : yes [2] - cxx11_nullptr : yes [2] - cxx11_rvalue_references : yes [2] - cxx11_template_aliases : yes [2] - cxx11_thread_local : yes [2] - cxx11_variadic_templates : yes [2] - has_icu builds : no [2] - zlib : yes [3] - bzip2 : yes [3] - cxx11_decltype : yes [2] - cxx11_basic_alignas : yes [2] - cxx11_defaulted_moves : yes [2] - cxx11_hdr_functional : yes [2] - cxx11_hdr_type_traits : yes [2] - cxx11_override : yes [2] - cxx11_range_based_for : yes [2] - cxx11_scoped_enums : yes [2] - cxx11_smart_ptr : yes [2] - cxx11_static_assert : yes [2] - native atomic int32 supported : yes [2] - has message compiler : yes [2] - native syslog supported : no [2] - pthread supports robust mutexes : no [2] - compiler supports SSSE3 : yes [2] - compiler supports AVX2 : yes [2] - gcc visibility : no [2] - sfinae_expr : yes [2] - cxx11_unified_initialization_syntax : yes [2] - cxx11_hdr_initializer_list : yes [2] - cxx11_hdr_chrono : yes [2] - cxx11_numeric_limits : yes [2] - cxx11_hdr_array : yes [2] - cxx11_hdr_atomic : yes [2] - cxx11_allocator : yes [2] - cxx11_explicit_conversion_operators : yes [2] - long double support : yes [2] - cxx11_char16_t : yes [2] - cxx11_char32_t : yes [2] - Has Large File Support : yes [2] - Has attribute init_priority : yes [2] - libbacktrace builds : no [2] - libbacktrace builds : no [4] - addr2line builds : no [2] - addr2line builds : no [4] - WinDbg builds : yes [2] - WinDbg builds : yes [4] - WinDbgCached builds : yes [2] - BOOST_COMP_GNUC >= 4.3.0 : no [2] - cxx11_hdr_thread : yes [2] - cxx11_hdr_regex : yes [2] [1] clng-16.0. [2] clng-win-16.0./rls/bst.l-off/bst.l-off/lnk-sttc/nm-on/pythn-3.1/thrdp-wn32/thrd-mlt/vsblt-hdn [3] lnk-sttc [4] clng-win-16.0./rls/bst.l-off/bst.l-off/bld-no/lnk-sttc/nm-on/pythn-3.1/thrdp-wn32/thrd-mlt/vsblt-hdn Component configuration: - atomic : building - chrono : building - container : building - context : building - contract : building - coroutine : building - date_time : building - exception : building - fiber : building - filesystem : building - graph : building - graph_parallel : not building - headers : not building - iostreams : building - json : building - locale : building - log : building - math : building - mpi : not building - nowide : building - program_options : building - python : not building - random : building - regex : building - serialization : building - stacktrace : building - system : building - test : building - thread : building - timer : building - type_erasure : building - url : building - wave : building boost/1.83.0: Package '9c150a39dbcf8f0cc502d624f723fbfe3a2d3e2f' built boost/1.83.0: Build folder C:\Users\me\.conan2\p\b\boost9ead8b63c203b\b\build-release boost/1.83.0: Generating the package boost/1.83.0: Packaging in folder C:\Users\me\.conan2\p\b\boost9ead8b63c203b\p boost/1.83.0: Calling package() boost/1.83.0: package(): Packaged 15177 '.hpp' files boost/1.83.0: package(): Packaged 148 '.h' files boost/1.83.0: package(): Packaged 310 '.ipp' files boost/1.83.0: package(): Packaged 17 files boost/1.83.0: package(): Packaged 2 '.inc' files: cpp_re.inc, strict_cpp_re.inc boost/1.83.0: package(): Packaged 41 '.lib' files boost/1.83.0: package(): Packaged 1 '.txt' file: LICENSE_1_0.txt boost/1.83.0: Created package revision 6535303dafeed51806ef52d4e607cb69 boost/1.83.0: Package '9c150a39dbcf8f0cc502d624f723fbfe3a2d3e2f' created boost/1.83.0: Full package reference: boost/1.83.0#8be129e9ab6e00b3d74810626cdbea9c:9c150a39dbcf8f0cc502d624f723fbfe3a2d3e2f#6535303dafeed51806ef52d4e607cb69 boost/1.83.0: Package folder C:\Users\me\.conan2\p\b\boost9ead8b63c203b\p boost/1.83.0: Disabled magic autolinking (smart and magic decisions) boost/1.83.0: WARN: Boost component 'atomic' is missing libraries. Try building boost with '-o boost:without_atomic'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'chrono' is missing libraries. Try building boost with '-o boost:without_chrono'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'container' is missing libraries. Try building boost with '-o boost:without_container'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'context' is missing libraries. Try building boost with '-o boost:without_context'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'contract' is missing libraries. Try building boost with '-o boost:without_contract'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'coroutine' is missing libraries. Try building boost with '-o boost:without_coroutine'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'date_time' is missing libraries. Try building boost with '-o boost:without_date_time'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'exception' is missing libraries. Try building boost with '-o boost:without_exception'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'fiber' is missing libraries. Try building boost with '-o boost:without_fiber'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'fiber_numa' is missing libraries. Try building boost with '-o boost:without_fiber_numa'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'filesystem' is missing libraries. Try building boost with '-o boost:without_filesystem'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'graph' is missing libraries. Try building boost with '-o boost:without_graph'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'iostreams' is missing libraries. Try building boost with '-o boost:without_iostreams'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'json' is missing libraries. Try building boost with '-o boost:without_json'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'locale' is missing libraries. Try building boost with '-o boost:without_locale'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'log' is missing libraries. Try building boost with '-o boost:without_log'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'log_setup' is missing libraries. Try building boost with '-o boost:without_log_setup'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'math_c99' is missing libraries. Try building boost with '-o boost:without_math_c99'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'math_c99f' is missing libraries. Try building boost with '-o boost:without_math_c99f'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'math_c99l' is missing libraries. Try building boost with '-o boost:without_math_c99l'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'math_tr1' is missing libraries. Try building boost with '-o boost:without_math_tr1'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'math_tr1f' is missing libraries. Try building boost with '-o boost:without_math_tr1f'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'math_tr1l' is missing libraries. Try building boost with '-o boost:without_math_tr1l'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'nowide' is missing libraries. Try building boost with '-o boost:without_nowide'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'prg_exec_monitor' is missing libraries. Try building boost with '-o boost:without_prg_exec_monitor'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'program_options' is missing libraries. Try building boost with '-o boost:without_program_options'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'random' is missing libraries. Try building boost with '-o boost:without_random'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'regex' is missing libraries. Try building boost with '-o boost:without_regex'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'serialization' is missing libraries. Try building boost with '-o boost:without_serialization'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'stacktrace_noop' is missing libraries. Try building boost with '-o boost:without_stacktrace_noop'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'stacktrace_windbg' is missing libraries. Try building boost with '-o boost:without_stacktrace_windbg'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'stacktrace_windbg_cached' is missing libraries. Try building boost with '-o boost:without_stacktrace_windbg_cached'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'system' is missing libraries. Try building boost with '-o boost:without_system'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'test_exec_monitor' is missing libraries. Try building boost with '-o boost:without_test_exec_monitor'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'thread' is missing libraries. Try building boost with '-o boost:without_thread'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'timer' is missing libraries. Try building boost with '-o boost:without_timer'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'type_erasure' is missing libraries. Try building boost with '-o boost:without_type_erasure'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'unit_test_framework' is missing libraries. Try building boost with '-o boost:without_unit_test_framework'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'url' is missing libraries. Try building boost with '-o boost:without_url'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'wave' is missing libraries. Try building boost with '-o boost:without_wave'. (Option is not guaranteed to exist) boost/1.83.0: WARN: Boost component 'wserialization' is missing libraries. Try building boost with '-o boost:without_wserialization'. (Option is not guaranteed to exist) ERROR: boost/1.83.0: Error in package_info() method, line 1698 raise ConanException(f"These libraries were built, but were not used in any boost module: {non_used}") ConanException: These libraries were built, but were not used in any boost module: {'libboost_filesystem', 'libboost_log_setup', 'libboost_log', 'libboost_timer', 'libboost_coroutine', 'libboost_fiber_numa', 'libboost_fiber', 'libboost_stacktrace_windbg_cached', 'libboost_container', 'libboost_test_exec_monitor', 'libboost_nowide', 'libboost_wserialization', 'libboost_math_c99l', 'libboost_math_tr1l', 'libboost_exception', 'libboost_regex', 'libboost_math_tr1', 'libboost_wave', 'libboost_atomic', 'libboost_math_c99f', 'libboost_context', 'libboost_system', 'libboost_graph', 'libboost_json', 'libboost_stacktrace_windbg', 'libboost_random', 'libboost_iostreams', 'libboost_stacktrace_noop', 'libboost_math_tr1f', 'libboost_unit_test_framework', 'libboost_url', 'libboost_date_time', 'libboost_math_c99', 'libboost_contract', 'libboost_chrono', 'libboost_program_options', 'libboost_thread', 'libboost_serialization', 'libboost_type_erasure', 'libboost_prg_exec_monitor', 'libboost_locale'} PS C:\Users\me\AppData\Local\Temp> ```
tpaustian commented 9 months ago

There seems to be a mismatch in the recipe around the libprefix used with toolset clang-win.

Pull request is on its way...