[ https://issues.apache.org/jira/browse/IMPALA-13089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Laszlo Gaal resolved IMPALA-13089. ---------------------------------- Fix Version/s: Impala 4.5.0 Resolution: Fixed Fixed by https://gerrit.cloudera.org/c/21432/ > 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 > Assignee: Wenzhe Zhou > Priority: Blocker > Fix For: Impala 4.5.0 > > > 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)