Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

install devtoolset-7 failing on Oracle Enterprise Linux 7

User_TQXY0Jan 25 2022

Getting below error when trying installation of devtoolset -7
[root@1d30dc6c8d22 ~]# yum install devtoolset-7-gcc-c++
Loaded plugins: ovl, ulninfo
http://packages/mirror/EPEL/7/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 503 - Service Unavailable
Trying other mirror.

I need to compile c++17 code hence requirement is to install g++ from devtoolset-7.
Any help would be appriciated.

OS INFO:
[root@1d30dc6c8d22 ~]# cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="7.9"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.9"
PRETTY_NAME="Oracle Linux Server 7.9"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:9:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"

Comments
Post Details
Added on Jan 25 2022
3 comments
1,826 views