You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}
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'}
The text was updated successfully, but these errors were encountered:
Description
Running
conan install boost/1.80.0@ --build
for versions1.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)This seems to be very similar to #4097
Package and Environment Details
1.57.0
has the same issueConan 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
The text was updated successfully, but these errors were encountered: