[
https://issues.apache.org/jira/browse/ARROW-12491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17326201#comment-17326201
]
Kouhei Sutou commented on ARROW-12491:
--------------------------------------
We should build packages for Amazon Linux 2 instead of reusing packages built
for CentOS 7.
Because recent Amazon Linux 2 isn't ABI compatible with CentOS 7.
> [Packaging] Required dependency on LZ4 >= 1.8 missing from CentOS RPM packages
> ------------------------------------------------------------------------------
>
> Key: ARROW-12491
> URL: https://issues.apache.org/jira/browse/ARROW-12491
> Project: Apache Arrow
> Issue Type: Bug
> Components: Packaging
> Affects Versions: 4.0.0
> Reporter: Weston Pace
> Priority: Minor
>
> When attempting to verify RC2 on an Amazon Linux 2 image I was unable to
> build the example because of the following error...
> /usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64/libarrow.so: undefined
> reference to `LZ4F_resetDecompressionContext'
> Furthermore, it seems we depend on LZ4 >= 1.8 which is not available by
> default in Amazon Linux 2 repositories (although it is pretty easily
> installed and does not seem to introduce any nested dependency issues).
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)