-
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
[kcov] Bump version release 40 #11233
[kcov] Bump version release 40 #11233
Conversation
This comment has been minimized.
This comment has been minimized.
e3baf30
to
b93d50f
Compare
This comment has been minimized.
This comment has been minimized.
b93d50f
to
442d75e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi @uilianries, I'm waiting access to https://ci-conan-prod.jfrog.team/job/prod/job/cci/job/PR-11233/4/display/redirect to fix failures. Thanks in advance. |
442d75e
to
69a44d3
Compare
This comment has been minimized.
This comment has been minimized.
69a44d3
to
6a53ce2
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6a53ce2
to
44e19fb
Compare
This comment has been minimized.
This comment has been minimized.
44e19fb
to
ade1f66
Compare
@jgsogo I try to build kcov here but get "Missing prebuilt package for 'libcurl/7.64.1'" Regards. |
@uilianries ERROR: [INCLUDE PATH DOES NOT EXIST (KB-H071)] Component kcov::kcov include dir 'include' is listed in the recipe, but not found in package folder. The include dir should probably be fixed or removed. (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H071) The hook KB-H071 is not documented, i.e. https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H071 is a bad link. Could you help me to diagnostic this issue? Regards. |
586c12d
to
085ba50
Compare
This comment has been minimized.
This comment has been minimized.
I have just rebased but get randomly same error on kcov/38@ or kcov/40@. |
The error from the hooks should be self-explanatory:
If this package doesn´t provide anything in the def package_info(self):
...
self.cpp_info.includedirs = [] |
085ba50
to
5ca6484
Compare
This comment has been minimized.
This comment has been minimized.
Ok thanks, sorry but I'm beginner in all of that (conan, C++, ...). Regards. |
5ca6484
to
647ed33
Compare
This comment has been minimized.
This comment has been minimized.
The error is self-explanatory, but the entry is not added to the KB, so the link is basically broken 🤦 , sorry about that (cc/ @uilianries ) |
Sorry, indeed we need to re-check hooks vs docs, because, from time to time, we update/fix and forget to update the documentation. |
And what about "Error: open .c3i/c3i.yml: no such file or directory" error in https://github.com/conan-io/conan-center-index/runs/7100007371?check_suite_focus=true ? |
This was a bug, not a misinformation. It's fixed now. |
647ed33
to
d14a1ee
Compare
\o/ all automatic checks are green. |
Thanks @uilianries for the approval. |
Specify library name and version: kcov/40
closes #11231
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!