-
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
[package] opentelemetry-cpp/1.9.1: fails to build due to broken opentelemetry-proto dependency #18967
Comments
@dfszb are you aware of a workaround? |
I have the same issue. Same goes for version 1.8.1 as well. As far as I can see the recipe is broken as target "opentelemetry-proto::opentelemetry-proto" does not exist. I'm playing around with some ugly patching until this is solved. @sebsnyk Maybe you are doing the same? But currently I'm starting with downloading opentelemetry-cpp/1.9.1, then removing the "opentelemetry-proto::opentelemetry-proto" line and then the "conan install" as usual. I can of course share the ugly bash code if you like 😃 |
…d fix options, fix build requirements * opentelemetry-cpp: drop old versions, bump deps * opentelemetry-cpp: fix with_otlp=False handling * opentelemetry-cpp: fix opentelemetry-proto usage Fixes #18967. * opentelemetry-cpp: simplify patching * opentelemetry-cpp: add v1.12.0, update options * opentelemetry-cpp: add transitive_headers=True * opentelemetry-cpp: rmdir lib/pkgconfig * opentelemetry-cpp: disable failing configuration * Apply suggestions from code review Co-authored-by: Uilian Ries <uilianries@gmail.com> * opentelemetry-cpp: fix formatting --------- Co-authored-by: Francisco Ramírez <franchuti688@gmail.com> Co-authored-by: Daniel <danimanzaneque@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com>
Description
run
conan install . --build=missing
with a conanfile:The package installation fails with message:
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
Steps to reproduce
create conanfile as:
[requires]
opentelemetry-cpp/1.9.1
[generators]
cmake
run conan install . --build=missing
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: