You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Bankim Bhavsar (Jira)" <ji...@apache.org> on 2020/06/26 18:27:00 UTC

[jira] [Updated] (KUDU-3159) Fix installation instructions for devtoolset3 for RHEL/CentOS6

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

Bankim Bhavsar updated KUDU-3159:
---------------------------------
    Description: 
devtoolset3 package is no longer available on software collections causing build failures when building kudu from source on RHEL/CentOS 6.
Error seen while installing devtoolset-3
{noformat}
--2020-06-17 11:08:57--  https://www.softwarecollections.org/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm
Resolving www.softwarecollections.org... 209.132.183.215
Connecting to www.softwarecollections.org|209.132.183.215|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /en/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm/ [following]
--2020-06-17 11:08:57--  https://www.softwarecollections.org/en/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm/
Reusing existing connection to www.softwarecollections.org:443.
HTTP request sent, awaiting response... 404 Not Found
2020-06-17 11:08:57 ERROR 404: Not Found.

Loaded plugins: ovl, priorities
Setting up Install Process
error: not an rpm package
Cannot open: rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm. Skipping.
{noformat}

Update instructions like following in documentation and docker build.

https://kudu.apache.org/docs/installation.html#rhel_from_source
{noformat}
$ DTLS_RPM=rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm
$ DTLS_RPM_URL=https://www.softwarecollections.org/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/${DTLS_RPM}
$ wget ${DTLS_RPM_URL} -O ${DTLS_RPM}
$ sudo yum install -y scl-utils ${DTLS_RPM}
$ sudo yum install -y devtoolset-3-toolchain
{noformat}

  was:
devtoolset3 package is no longer available on software collections causing build failures when building kudu from source on RHEL/CentOS 6.

Update instructions like following in documentation and docker build.

https://kudu.apache.org/docs/installation.html#rhel_from_source
{noformat}
$ DTLS_RPM=rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm
$ DTLS_RPM_URL=https://www.softwarecollections.org/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/${DTLS_RPM}
$ wget ${DTLS_RPM_URL} -O ${DTLS_RPM}
$ sudo yum install -y scl-utils ${DTLS_RPM}
$ sudo yum install -y devtoolset-3-toolchain
{noformat}


> Fix installation instructions for devtoolset3 for RHEL/CentOS6
> --------------------------------------------------------------
>
>                 Key: KUDU-3159
>                 URL: https://issues.apache.org/jira/browse/KUDU-3159
>             Project: Kudu
>          Issue Type: Bug
>          Components: docker, documentation
>            Reporter: Bankim Bhavsar
>            Assignee: Bankim Bhavsar
>            Priority: Major
>
> devtoolset3 package is no longer available on software collections causing build failures when building kudu from source on RHEL/CentOS 6.
> Error seen while installing devtoolset-3
> {noformat}
> --2020-06-17 11:08:57--  https://www.softwarecollections.org/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm
> Resolving www.softwarecollections.org... 209.132.183.215
> Connecting to www.softwarecollections.org|209.132.183.215|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location: /en/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm/ [following]
> --2020-06-17 11:08:57--  https://www.softwarecollections.org/en/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm/
> Reusing existing connection to www.softwarecollections.org:443.
> HTTP request sent, awaiting response... 404 Not Found
> 2020-06-17 11:08:57 ERROR 404: Not Found.
> Loaded plugins: ovl, priorities
> Setting up Install Process
> error: not an rpm package
> Cannot open: rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm. Skipping.
> {noformat}
> Update instructions like following in documentation and docker build.
> https://kudu.apache.org/docs/installation.html#rhel_from_source
> {noformat}
> $ DTLS_RPM=rhscl-devtoolset-3-epel-6-x86_64-1-2.noarch.rpm
> $ DTLS_RPM_URL=https://www.softwarecollections.org/repos/rhscl/devtoolset-3/epel-6-x86_64/noarch/${DTLS_RPM}
> $ wget ${DTLS_RPM_URL} -O ${DTLS_RPM}
> $ sudo yum install -y scl-utils ${DTLS_RPM}
> $ sudo yum install -y devtoolset-3-toolchain
> {noformat}



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