You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/04/21 02:02:00 UTC

[jira] [Created] (ARROW-12491) [Packaging] Required dependency on LZ4 >= 1.8 missing from CentOS RPM packages

Weston Pace created ARROW-12491:
-----------------------------------

             Summary: [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


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)