[
https://issues.apache.org/jira/browse/KUDU-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17153801#comment-17153801
]
ASF subversion and git services commented on KUDU-3160:
-------------------------------------------------------
Commit 59ea81869643f7c41e73133344f7a04ce6d5c08e in kudu's branch
refs/heads/master from Bankim Bhavsar
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=59ea818 ]
[docs][docker] KUDU-3159 Fix missing devtoolset3 package on el6
devtoolset3 package is no longer available on software collections causing
build failures when building kudu from source on RHEL/CentOS 6.
Using one of the only available unofficial copr repositories to install
devtoolset3 since devtoolset3 is EOL already and we plan to migrate to a newer
compiler version and hence a newer devtoolset for RHEL/CentOS 6 soon.
Separate JIRA KUDU-3160 tracks upgrading devtoolset version for el6.
Tests:
- Successfully ran kudu-unit tests using devtoolset3 downloaded from the repo
on an internal cloudera test job.
- Verified doc instructions using ascii doc plugin in CLion IDE
- Partially verified build with docker BASES=centos:6 docker/docker-build.sh
on Mac OS 10.15.4
Verified from console that devtoolset3 repo was installed.
However ran into issue while building kudu-python from what looks
like an unrelated issue due to failure to find kudu_client library.
Change-Id: I9c4b9546c835df26f993ed6164e92f2d4c55c3fe
Reviewed-on: http://gerrit.cloudera.org:8080/16114
Tested-by: Kudu Jenkins
Reviewed-by: Grant Henke <[email protected]>
> Upgrade devtoolset version for el6
> ----------------------------------
>
> Key: KUDU-3160
> URL: https://issues.apache.org/jira/browse/KUDU-3160
> Project: Kudu
> Issue Type: Task
> Components: build
> Affects Versions: 1.12.0
> Reporter: Bankim Bhavsar
> Priority: Major
> Attachments: client_symbol-test.txt
>
>
> Currently for building RHEL6 based distributions, kudu uses devtoolset3.
> However devtoolset3 is EOL as of Nov 2016 and it's repo location has been
> removed from the official software collections repository. See related
> KUDU-3159.
> So upgrade devtoolset to a newer version for building kudu on RHEL6 based
> distributions.
> Apart from the fact that devtoolset3 is EOL and not available officially,
> newer version of devtoolset will also lead to generation of better code.
> See comment from [~tlipcon]
> https://gerrit.cloudera.org/c/16114/#message-86ea8228_e84eeb60
--
This message was sent by Atlassian Jira
(v8.3.4#803005)