Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] boost/1.86.0: failed to build for win32 target due to unexpected existence of boost_stacktrace_from_exception library #25666

Open
Alexolut opened this issue Oct 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Alexolut
Copy link

Description

Based on recipe logic we don't expect that boost_stacktrace_from_exception.dll exist for win32, but actually it was built.

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: {'boost_stacktrace_from_exception'}

Package and Environment Details

  • Package Name/Version: boost/1.86.0
  • Operating System+version: Windows 11
  • Compiler+version: Visual Studio 2022
  • Conan version: conan 1.65.0
  • Python version: Python 3.12.7

Conan profile

[settings]
os=Windows
os_build=Windows
arch=x86
arch_build=x86_64
compiler=Visual Studio
compiler.version=17
build_type=RelWithDebInfo
[options]
[conf]
[build_requires]
[env]

Steps to reproduce

conan install boost/1.86.0@ --build -pr win32

Logs

ERROR: boost/1.86.0: Error in package_info() method, line 2005
        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_stacktrace_from_exception'}
@Alexolut Alexolut added the bug Something isn't working label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant