Laszlo Gaal created IMPALA-13089:
------------------------------------
Summary: Patch for IMPALA-12559 breaks compilation on Ubuntu 16
and CentOS 7
Key: IMPALA-13089
URL: https://issues.apache.org/jira/browse/IMPALA-13089
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 4.5.0
Reporter: Laszlo Gaal
Since IMPALA-12559, commit hash {{34c084cebb}} was merged, compilation errors
can be experienced in {{be/src/util/jwt-util.cc}} on older platforms like
Centos 7 and Ubuntu 16.
{code}
00:13:09.328 /home/ubuntu/Impala/be/src/util/jwt-util.cc:389:18: error:
‘X509_get0_tbs_sigalg’ was not declared in this scope
00:13:09.328 389 | auto alg = X509_get0_tbs_sigalg(cert);
00:13:09.328 | ^~~~~~~~~~~~~~~~~~~~
00:13:11.434 be/src/util/CMakeFiles/Util.dir/build.make:579: recipe for target
'be/src/util/CMakeFiles/Util.dir/jwt-util.cc.o' failed
00:13:11.434 make[3]: *** [be/src/util/CMakeFiles/Util.dir/jwt-util.cc.o] Error
1
00:13:11.434 make[3]: *** Waiting for unfinished jobs....
{code}
One example can be seen at
https://jenkins.impala.io/view/Ubuntu%2016/job/ubuntu-16.04-build-only/18953/consoleFull
The CentOS 7 build break was seen on private downstream infrastructure, the
symptom there is exactly the same as on Ubuntu 16.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)