-
Notifications
You must be signed in to change notification settings - Fork 2k
capnproto: add 0.10.2 #11864
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
capnproto: add 0.10.2 #11864
Conversation
This comment has been minimized.
This comment has been minimized.
Would appreciate input as to how to track down the hooks failure or get a stacktrace to investigate further. I can look into fixing the preexisting error in this recipe along with this PR so that CI checks pass again. |
running with
we need to fix hook @uilianries |
it's most likely triggered by the line: https://github.com/conan-io/conan-center-index/blob/master/recipes/capnproto/all/conanfile.py#L224 |
The hotfix conan-io/hooks#439 has been merged. Let's restart this build. |
Failure in build 2 (
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. |
The previous build log shows the same error, so I don't believe the hooks update was applied in CI, or the hotfix had no effect? Thank you for pointing out what is wrong with the recipe regardless. I will try to figure out the author's logic and understand Conan's related features*. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Specify library name and version: capnproto/0.10.2
This bumps capnproto; existing tests patch was compatible.
Current hooks throw exception
[HOOK - conan-center.py] post_package_info(): ERROR: [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] Exception raised from hook: list indices must be integers or slices, not str (type=TypeError) (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H019)
, which is exceptionally unhelpful without a stacktrace and I am unable to track down what is causing this. However, the same error already happens before my changes in this PR.