-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
libmysqlclient: fix few issues with all shared + fix FreeBSD + modernize #9350
libmysqlclient: fix few issues with all shared + fix FreeBSD + modernize #9350
Conversation
This comment has been minimized.
This comment has been minimized.
63ccfb2
to
599a700
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
98e3f31
to
404b964
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I detected other pull requests that are modifying libmysqlclient/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This solves this error: https://github.com/ericLemanissier/conan-center-index/runs/5462356927?check_suite_focus=true#step:3:18002
/root/.conan/data/libmysqlclient/8.0.25/_/_/build/8a8358db748f21fb263fbe9fd5d357ca61d3e9c0/source_subfolder/mysys/stacktrace.cc:72:10: fatal error: 'libunwind.h' file not found
#include <libunwind.h>
cf:
- https://github.com/mysql/mysql-server/blob/8.0/configure.cmake#L84
- https://github.com/mysql/mysql-server/blob/8.0/mysys/stacktrace.cc#L73
Can you put "FreeBSD" in the PR description, so that it is built on my fork ? (like https://github.com/ericLemanissier/conan-center-index/runs/5462555278?check_suite_focus=true#step:3:20107)
Co-authored-by: ericLemanissier <[email protected]>
tools.run_environment()
is not sufficient due to SIP): simply rely on rpath injection by CMake in build treecloses #5670
conan-center hook activated.