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
from conans import ConanFile
class my_prog(ConanFile):
default_options = {"boost:extra_b2_flags": "--buildid=my_build"}
def requirements(self):
self.requires("boost/1.76.0")
conan install .
boost/1.76.0: WARN: Boost component 'atomic' is missing libraries. Try building boost with '-o boost:without_atomic'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'chrono' is missing libraries. Try building boost with '-o boost:without_chrono'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'container' is missing libraries. Try building boost with '-o boost:without_container'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'context' is missing libraries. Try building boost with '-o boost:without_context'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'contract' is missing libraries. Try building boost with '-o boost:without_contract'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'coroutine' is missing libraries. Try building boost with '-o boost:without_coroutine'. (Option is not guaranteed to exist)
boost/1.76.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.76.0: WARN: Boost component 'exception' is missing libraries. Try building boost with '-o boost:without_exception'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'fiber' is missing libraries. Try building boost with '-o boost:without_fiber'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'filesystem' is missing libraries. Try building boost with '-o boost:without_filesystem'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'graph' is missing libraries. Try building boost with '-o boost:without_graph'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'iostreams' is missing libraries. Try building boost with '-o boost:without_iostreams'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'json' is missing libraries. Try building boost with '-o boost:without_json'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'locale' is missing libraries. Try building boost with '-o boost:without_locale'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'log' is missing libraries. Try building boost with '-o boost:without_log'. (Option is not guaranteed to exist)
boost/1.76.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.76.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.76.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.76.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.76.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.76.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.76.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.76.0: WARN: Boost component 'nowide' is missing libraries. Try building boost with '-o boost:without_nowide'. (Option is not guaranteed to exist)
boost/1.76.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.76.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.76.0: WARN: Boost component 'random' is missing libraries. Try building boost with '-o boost:without_random'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'regex' is missing libraries. Try building boost with '-o boost:without_regex'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'serialization' is missing libraries. Try building boost with '-o boost:without_serialization'. (Option is not guaranteed to exist)
boost/1.76.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.76.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.76.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.76.0: WARN: Boost component 'system' is missing libraries. Try building boost with '-o boost:without_system'. (Option is not guaranteed to exist)
boost/1.76.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.76.0: WARN: Boost component 'thread' is missing libraries. Try building boost with '-o boost:without_thread'. (Option is not guaranteed to exist)
boost/1.76.0: WARN: Boost component 'timer' is missing libraries. Try building boost with '-o boost:without_timer'. (Option is not guaranteed to exist)
boost/1.76.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.76.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.76.0: WARN: Boost component 'wave' is missing libraries. Try building boost with '-o boost:without_wave'. (Option is not guaranteed to exist)
boost/1.76.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.76.0: Error in package_info() method, line 1488
raise ConanException("These libraries were built, but were not used in any boost module: {}".format(non_used))
ConanException: These libraries were built, but were not used in any boost module: {'libboost_program_options-my_build', 'libboost_math_c99-my_build', 'libboost_iostreams-my_build', 'libboost_test_exec_monitor-my_build', 'libboost_chrono-my_build', 'libboost_math_c99l-my_build', 'libboost_math_tr1-my_build', 'libboost_locale-my_build', 'libboost_prg_exec_monitor-my_build', 'libboost_container-my_build', 'libboost_log-my_build', 'libboost_math_c99f-my_build', 'libboost_regex-my_build', 'libboost_timer-my_build', 'libboost_unit_test_framework-my_build', 'libboost_exception-my_build', 'libboost_stacktrace_windbg-my_build', 'libboost_nowide-my_build', 'libboost_contract-my_build', 'libboost_math_tr1l-my_build', 'libboost_wserialization-my_build', 'libboost_serialization-my_build', 'libboost_context-my_build', 'libboost_coroutine-my_build', 'libboost_json-my_build', 'libboost_math_tr1f-my_build', 'libboost_stacktrace_noop-my_build', 'libboost_type_erasure-my_build', 'libboost_filesystem-my_build', 'libboost_log_setup-my_build', 'libboost_random-my_build', 'libboost_wave-my_build', 'libboost_graph-my_build', 'libboost_system-my_build', 'libboost_thread-my_build', 'libboost_fiber-my_build', 'libboost_stacktrace_windbg_cached-my_build', 'libboost_date_time-my_build', 'libboost_atomic-my_build'}
The text was updated successfully, but these errors were encountered:
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
The text was updated successfully, but these errors were encountered: