lhotari commented on PR #17538: URL: https://github.com/apache/pulsar/pull/17538#issuecomment-1244898721
@RobertIndie Please fix this issue: Building debian packages fails in https://github.com/apache/pulsar/actions/runs/3019434098/jobs/4855451903#step:8:29495 ``` ../lib/.libs/libcurl.so: undefined reference to `SSL_CTX_set_keylog_callback@OPENSSL_1_1_1' ../lib/.libs/libcurl.so: undefined reference to `SSL_CTX_set_ciphersuites@OPENSSL_1_1_1' collect2: error: ld returned 1 exit status make[2]: *** [curl] Error 1 Makefile:839: recipe for target 'curl' failed make[2]: Leaving directory '/curl-7.61.0/src' make[1]: *** [all-recursive] Error 1 Makefile:1878: recipe for target 'all-recursive' failed make[1]: Leaving directory '/curl-7.61.0/src' Makefile:927: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 ``` That slipped into master since the CI wasn't preventing merging of builds with failing checks temporarily and this PR wasn't rebased. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
