You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/07/24 23:36:14 UTC

[GitHub] [orc] williamhyun opened a new pull request #764: ORC-862: Add libarchive to centos8 docker image.

williamhyun opened a new pull request #764:
URL: https://github.com/apache/orc/pull/764


   
   ### What changes were proposed in this pull request?
   This PR aims to add libarchive to centos8 docker image. 
   
   
   ### Why are the changes needed?
   ```
   % 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>
   ```
   
   
   ### How was this patch tested?
   Manual.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [orc] dongjoon-hyun merged pull request #764: ORC-862: Add libarchive to centos8 docker image.

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun merged pull request #764:
URL: https://github.com/apache/orc/pull/764


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [orc] dongjoon-hyun commented on pull request #764: ORC-862: Add libarchive to centos8 docker image.

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #764:
URL: https://github.com/apache/orc/pull/764#issuecomment-886126317


   I landed this to branch-1.7 for Apache ORC 1.7.0.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [orc] williamhyun commented on pull request #764: ORC-862: Add libarchive to centos8 docker image.

Posted by GitBox <gi...@apache.org>.
williamhyun commented on pull request #764:
URL: https://github.com/apache/orc/pull/764#issuecomment-886267910


   Thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org