-
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
backward-cpp: Use libdwarf 0.9.1 #22748
Conversation
This comment has been minimized.
This comment has been minimized.
Can this PR be retriggered by merging master into its branch, or by modifying the PR description, so that it can be merged ? thanks ! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
Conan v1 pipeline ❌Failure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping See details:Failure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Hmm, will look tomorrow |
I did some tests: the libelf inclusion problem is fixed by ericLemanissier@d9d1a5e
This is because backward-cpp does not support recent libdwarf : bombela/backward-cpp#298 bombela/backward-cpp#232 The issue above recommends switching to bfd, unfortunately binutils recipe only supports linux, and somehow does not expose bfd library and headers https://github.com/conan-io/conan-center-index/blob/master/recipes/binutils/all/conanfile.py#L184. I'm not sure what's the best course of action here |
That's unfortunate... I guess either backward-cpp needs to update or the part of #22629 removing |
We can keep this as-is, the binary will remain in conancenter even if not present in the git repo |
Specify library name and version: backward-cpp/all
#22629 removes
libdwarf/20191104
, this PR updates to use the most recent version