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

ASF subversion and git services commented on IMPALA-10933:
----------------------------------------------------------

Commit b45cd1bf0234de8ce7ac17565eca6c1503d1aad8 in impala's branch 
refs/heads/master from Zoltan Borok-Nagy
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=b45cd1b ]

IMPALA-10933: Impala build finds system libcurl instead of toolchain version

This patch modifies FindCurl.cmake to ignore the system version
of libcurl. Without this patch the build might find a wrong
version of libcurl which causes errors during link time.

Change-Id: I3c2d315e9bc06b9b926a492fa8d3729baddc2c82
Reviewed-on: http://gerrit.cloudera.org:8080/17876
Reviewed-by: Wenzhe Zhou <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Impala build finds system libcurl instead of toolchain version
> --------------------------------------------------------------
>
>                 Key: IMPALA-10933
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10933
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>
> I ran into the following error messages during building Impala:
> {noformat}
> /usr/lib/x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cookie.o):function 
> Curl_cookie_add: error: undefined reference to 'psl_builtin'
> /usr/lib/x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cookie.o):function 
> Curl_cookie_add: error: undefined reference to 
> 'psl_is_cookie_domain_acceptable'
> /usr/lib/x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-url.o):function 
> Curl_disconnect: error: undefined reference to 'idn2_free'
> {noformat}
> Seems like the Impala build found the system libcurl instead of the toolchain 
> libcurl.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to