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.76.0: Build fails when specifying buildid #6152

Closed
rconde01 opened this issue Jul 4, 2021 · 0 comments · Fixed by #6510
Closed

[package] boost/1.76.0: Build fails when specifying buildid #6152

rconde01 opened this issue Jul 4, 2021 · 0 comments · Fixed by #6510
Assignees
Labels
bug Something isn't working

Comments

@rconde01
Copy link
Contributor

rconde01 commented Jul 4, 2021

Package and Environment Details (include every applicable attribute)

  • Package Name/Version: boost/1.76.0
  • Operating System+version: Windows 10
  • Compiler+version: Visual Studio 2019
  • Docker image: n/a
  • Conan version: conan 1.36.0
  • Python version: Python 3.9.1

Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)

[settings]
os=Windows
os_build=Windows
arch=x86_64
arch_build=x86_64
compiler=Visual Studio
compiler.version=16
compiler.runtime=MD
build_type=RelWithDebInfo
[build_requires]
[env]

Steps to reproduce (Include if Applicable)

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'}
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

Successfully merging a pull request may close this issue.

2 participants