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
I have opentelemetry-cpp_1.17.0 building successfully on both kirkstone and scarthgap with the default packageconfig options (opentelemetry_install and otlp_api). I am running into trouble trying to build with packageconfig options otlp_grpc and otlp_http after migrating to scarthgap, and was hoping for some guidance. Here is the log file from failure on do_compile():
I've checked the location where proto_path points to, and it does in fact exist. I am not sure if cloning opentelemetry-proto is the intended behavior, here. Might this package need its own recipe?
For full reproducibility's sake, I'll note that I added the appropriate gRPC and protobuf dependencies to the recipe, as follows:
Hi there,
I have
opentelemetry-cpp_1.17.0
building successfully on both kirkstone and scarthgap with the default packageconfig options (opentelemetry_install
andotlp_api
). I am running into trouble trying to build with packageconfig optionsotlp_grpc
andotlp_http
after migrating toscarthgap
, and was hoping for some guidance. Here is the log file from failure ondo_compile()
:I've checked the location where
proto_path
points to, and it does in fact exist. I am not sure if cloningopentelemetry-proto
is the intended behavior, here. Might this package need its own recipe?For full reproducibility's sake, I'll note that I added the appropriate
gRPC
andprotobuf
dependencies to the recipe, as follows:The text was updated successfully, but these errors were encountered: