Bug 1825374

Summary: devtoolset-3-gcc no longer available
Product: [Community] softwarecollections.org Reporter: Aaron Burke <aburke>
Component: devtoolset-3Assignee: Marek Polacek <mpolacek>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-17 19:54:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aaron Burke 2020-04-17 19:51:27 UTC
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.

Comment 1 Marek Polacek 2020-04-17 19:54:57 UTC
Not a bug IMHO, DTS 3 is long past its EOL.

Comment 2 Aaron Burke 2020-04-17 20:00:31 UTC
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.

Comment 3 Marek Polacek 2020-04-17 20:02:45 UTC
Umm, no idea.  There should be newer DTSs available, hopefully they will be of some use to you.