You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2019/09/27 00:22:00 UTC

[jira] [Created] (IMPALA-8978) Native toolchain Centos 6 docker build is broken

Joe McDonnell created IMPALA-8978:
-------------------------------------

             Summary: Native toolchain Centos 6 docker build is broken
                 Key: IMPALA-8978
                 URL: https://issues.apache.org/jira/browse/IMPALA-8978
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.4.0
            Reporter: Joe McDonnell


When building the centos6 docker image for the native toolchain ([https://github.com/cloudera/native-toolchain/blob/master/docker/redhat6.df] ), there are several errors building the docker container.

The first is that it fails to get the EPEL repo set up:
{noformat}
Loaded plugins: fastestmirror
Setting up Install Process
Cannot open: https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm. Skipping.
Error: Nothing to do
The command '/bin/sh -c yum-install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm' returned a non-zero code: 1{noformat}
Changing the https to http gets past this stage (must be something to do with certificates or tls, etc). Then, it fails with:
{noformat}
Loaded plugins: fastestmirror
Setting up Install Process
Determining fastest mirrors
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
The command '/bin/sh -c yum-install autoconf   automake   bison   byacc   bzip2   ccache  curl   cyrus-sasl   cyrus-sasl-gssapi   cyrus-sasl-devel   cyrus-sasl-plain   flex   gcc   gcc-c++   git   glibc-devel   java-1.8.0-openjdk-devel   krb5-devel   libevent-devel   libffi-devel   libtool   lzo-devel   make   mawk   ncurses-devel   ntp   openssl-devel   pigz   postgresql   postgresql-server   python-devel   python-pip   redhat-lsb   unzip   vim-common   wget   which   xz   zlib-devel' returned a non-zero code: 1{noformat}
We'll need to find/fix the underlying issue, which is likely to be certificates/tls related.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org