You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to this change #25338 (see discussion #25338 (comment) ) it's no longer possible to build opentelemtry-cpp version >= "1.12.0". With that version it automatically depends on the new protbuf version "5.27.0" which transitively requires abseil "20240116.2"
ERROR: Failed requirement 'protobuf/5.27.0' from 'opentelemetry-cpp/1.16.1'
ERROR: Unable to find 'protobuf/5.27.0' in remotes
with_abseil option should be considered in _supports_new_proto_grpc_abseil
Description
Due to this change #25338 (see discussion #25338 (comment) ) it's no longer possible to build opentelemtry-cpp version >= "1.12.0". With that version it automatically depends on the new protbuf version "5.27.0" which transitively requires abseil "20240116.2"
with_abseil
option should be considered in_supports_new_proto_grpc_abseil
Package and Environment Details
Conan profile
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=12
compiler.libcxx=libstdc++
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
conan create conan-center-index/recipes/protobuf/all protobuf/3.21.12@ -u -tf None -o with_zlib=False
conan create recipes/opentelemetry-proto/all opentelemetry-proto/1.3.2@ -u -tf None
conan create recipes/opentelemetry-cpp/all opentelemetry-cpp/1.16.1@ -u -tf None -o with_stl=True -o with_abseil=False -o with_otlp_grpc=False -o with_otlp_http=True -o with_zipkin=False -o protobuf:with_zlib=False
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: