[ 
https://issues.apache.org/jira/browse/IMPALA-13089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846947#comment-17846947
 ] 

Laszlo Gaal commented on IMPALA-13089:
--------------------------------------

The issue is probably caused by differences in the version of the OpenSSL lib 
used on various OS platforms.

> 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
>            Priority: Blocker
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to