You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2021/07/25 00:06:00 UTC

[jira] [Resolved] (ORC-862) Add libarchive to centos8 docker image

     [ https://issues.apache.org/jira/browse/ORC-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved ORC-862.
-------------------------------
    Fix Version/s: 1.8.0
       Resolution: Fixed

This is resolved via https://github.com/apache/orc/pull/764

> Add libarchive to centos8 docker image
> --------------------------------------
>
>                 Key: ORC-862
>                 URL: https://issues.apache.org/jira/browse/ORC-862
>             Project: ORC
>          Issue Type: Bug
>          Components: Infra
>    Affects Versions: 1.8.0
>            Reporter: William Hyun
>            Assignee: William Hyun
>            Priority: Major
>             Fix For: 1.8.0
>
>
> {code}
> % docker run -it --rm centos:8
> [root@917a5c3b68ac /]# yum install -y -q cmake
> Failed to set locale, defaulting to C.UTF-8
> warning: /var/cache/dnf/appstream-02e86d1c976ab532/packages/cmake-3.18.2-11.el8_4.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY
> Importing GPG key 0x8483C65D:
>  Userid     : "CentOS (CentOS Official Signing Key) <se...@centos.org>"
>  Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
>  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
> [root@917a5c3b68ac /]# cmake
> cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd
> [root@917a5c3b68ac /]# yum install -y -q libarchive
> Failed to set locale, defaulting to C.UTF-8
> [root@917a5c3b68ac /]# cmake
> Usage
>   cmake [options] <path-to-source>
>   cmake [options] <path-to-existing-build>
>   cmake [options] -S <path-to-source> -B <path-to-build>
> {code}



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