You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "DreamPearl (via GitHub)" <gi...@apache.org> on 2023/05/30 12:39:20 UTC

[GitHub] [qpid-proton] DreamPearl opened a new pull request, #399: Fix WITH_OTLP warnings

DreamPearl opened a new pull request, #399:
URL: https://github.com/apache/qpid-proton/pull/399

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] gemmellr merged pull request #399: Remove 'continue' workaround for otel buiild

Posted by "gemmellr (via GitHub)" <gi...@apache.org>.
gemmellr merged PR #399:
URL: https://github.com/apache/qpid-proton/pull/399


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] gemmellr commented on pull request #399: Fix WITH_OTLP warnings

Posted by "gemmellr (via GitHub)" <gi...@apache.org>.
gemmellr commented on PR #399:
URL: https://github.com/apache/qpid-proton/pull/399#issuecomment-1568702111

   Unexpectedly, this seemingly causes an error during the otel build, which passed before but fails now.
   
   It didnt fail the overall job due to Andrews prior 'commit before otel was released' workaround escaping the error from the build script. We should probably remove that so failures there cause the job to fail.
   
   
   > /usr/bin/ld: cannot find -lopentelemetry_exporter_otlp_http: No such file or directory
   collect2: error: ld returned 1 exit status
   gmake[2]: *** [examples/otlp/CMakeFiles/example_otlp_http.dir/build.make:101: examples/otlp/example_otlp_http] Error 1
   gmake[1]: *** [CMakeFiles/Makefile2:892: examples/otlp/CMakeFiles/example_otlp_http.dir/all] Error 2
   gmake: *** [Makefile:136: all] Error 2
   Couldn't build Opentelemetry, continuing...
   
   https://github.com/apache/qpid-proton/actions/runs/5121570439/jobs/9211136276?pr=399#step:10:292


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] DreamPearl commented on pull request #399: Fix WITH_OTLP warnings

Posted by "DreamPearl (via GitHub)" <gi...@apache.org>.
DreamPearl commented on PR #399:
URL: https://github.com/apache/qpid-proton/pull/399#issuecomment-1568725555

   Ah yes.
   Then we need all three flags to make it work (I have also tried removing only -WITH_OTLP and keeping others, otel build is still failing). I guess, we have to ignore the warning for now and come back to it later.
   
   And sure, I will remove the Andrew's earlier workaround so that we can see the otel build failure if it's there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org