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]: Missing log_setup in lib_list #142

Closed
avacore1337 opened this issue Sep 30, 2019 · 2 comments
Closed

[boost]: Missing log_setup in lib_list #142

avacore1337 opened this issue Sep 30, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@avacore1337
Copy link

Package and Environment Details (include every applicable attribute)

  • Package Name/Version: boost/1.69
  • Operating System+version: Linux Ubuntu 18.04

lib_list = ['math', 'wave', 'container', 'contract', 'exception', 'graph', 'iostreams', 'locale', 'log',

log_setup.a is provided by the package but not exported. Simply adding it to the lib_list in front of log fixes the problem.

https://stackoverflow.com/questions/17444059/reason-for-libboost-log-setup-a-library

Seems like it disappeared after switching from a list of libs:
conan-community/conan-boost@20af2e4

and then back:
conan-community/conan-boost@5cd8911

@avacore1337 avacore1337 added the bug Something isn't working label Sep 30, 2019
@SSE4
Copy link
Contributor

SSE4 commented Jan 13, 2021

fixed by #2097

@SSE4 SSE4 closed this as completed Jan 13, 2021
@Hadatko
Copy link

Hadatko commented Jun 13, 2022

Hello, i have same issue with newest library version. log_setup is still missing in lib_list.
image

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

3 participants