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

boost/1.78.0: Boost component is missing libraries #15244

Open
vkhristenko opened this issue Jan 13, 2023 · 1 comment
Open

boost/1.78.0: Boost component is missing libraries #15244

vkhristenko opened this issue Jan 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@vkhristenko
Copy link

Description

Running conan install boost/1.80.0@ --build for versions 1.78.0, 1.79.0, 1.80.0 seems to fail... although used to work previously (I would guess a new revision for the recipe instroduced something)

boost/1.80.0: Package 'f7e3ab4a87b75a6b9ded4ca00fe481e75f7eecf6' created
boost/1.80.0: Created package revision b78c6f83bfc6be33f12bb5c0d62f24a5
boost/1.80.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.80.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.80.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.80.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.80.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.80.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.80.0: WARN: Boost component 'nowide' is missing libraries. Try building boost with '-o boost:without_nowide'. (Option is not guaranteed to exist)
boost/1.80.0: WARN: Boost component 'wave' is missing libraries. Try building boost with '-o boost:without_wave'. (Option is not guaranteed to exist)
ERROR: boost/1.80.0: Error in package_info() method, line 1671
        raise ConanException(f"These libraries were expected to be built, but were not built: {non_built}")
        ConanException: These libraries were expected to be built, but were not built: {'boost_wave', 'boost_math_tr1l', 'boost_nowide', 'boost_math_tr1', 'boost_math_c99f', 'boost_math_c99', 'boost_math_tr1f', 'boost_math_c99l'}

This seems to be very similar to #4097

Package and Environment Details

  • Package Name/Version: boost/1.78.0
  • Operating System+version: Oracle Linux Server release 7.9
  • Compiler+version: clang version 10.0.1
  • Conan version: conan 1.53.0 1.57.0 has the same issue
  • Python version: Python 3.8.14

Conan profile

[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=clang
compiler.version=10
compiler.libcxx=libstdc++
build_type=Release
[options]
[conf]
[build_requires]
[env]

Steps to reproduce

conan install boost/1.80.0@ --build

Logs

Click to expand log
boost/1.80.0: Package 'f7e3ab4a87b75a6b9ded4ca00fe481e75f7eecf6' created
boost/1.80.0: Created package revision b78c6f83bfc6be33f12bb5c0d62f24a5
boost/1.80.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.80.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.80.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.80.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.80.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.80.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.80.0: WARN: Boost component 'nowide' is missing libraries. Try building boost with '-o boost:without_nowide'. (Option is not guaranteed to exist)
boost/1.80.0: WARN: Boost component 'wave' is missing libraries. Try building boost with '-o boost:without_wave'. (Option is not guaranteed to exist)
ERROR: boost/1.80.0: Error in package_info() method, line 1671
        raise ConanException(f"These libraries were expected to be built, but were not built: {non_built}")
        ConanException: These libraries were expected to be built, but were not built: {'boost_wave', 'boost_math_tr1l', 'boost_nowide', 'boost_math_tr1', 'boost_math_c99f', 'boost_math_c99', 'boost_math_tr1f', 'boost_math_c99l'}
@vkhristenko vkhristenko added the bug Something isn't working label Jan 13, 2023
@vkhristenko
Copy link
Author

conan install boost/1.78.0@#662597c4e834b1f6e67b4ee6d7d634bd --build allows to fix the problem...

I'm not 100% sure from which revision it fails... I tried top 5, which failed, and then jumped...

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