Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: devtoolset-3 no longer available in repository Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. sudo yum install -y centos-release-scl 2. sudo yum install -y devtoolset-3-gcc Actual results: [root@centos7-build ~]# sudo yum install devtoolset-3-gcc Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.sfo12.us.leaseweb.net * centos-sclo-rh: mirrors.cat.pdx.edu * centos-sclo-sclo: mirrors.ocf.berkeley.edu * extras: mirrors.xtom.com * updates: mirrors.sonic.net No package devtoolset-3-gcc available. Error: Nothing to do Expected results: devtoolset-3-gcc should be installed Additional info: The packages are available when run from a RedHat 7 with the SCL repository enabled: sudo yum-config-manager --enable rhel-server-rhscl-7-rpms ...but not from CentOS 7. Upon examination of the repository (http://mirror.centos.org/centos/7/sclo/x86_64/rh/Packages/d/), only devtoolset-7 through 9 are available.
Not a bug IMHO, DTS 3 is long past its EOL.
Was this recently removed? I have build systems which depend on GCC 4.9. I've been writing scripts to spin up a build environment, and I *swear* this worked earlier this week (4/15/2020). My existing base build VMs (prior to creating new ones via this script) have successfully installed this package earlier this year too.
Umm, no idea. There should be newer DTSs available, hopefully they will be of some use to you.