3

This failed all of a sudden. Anyone know how to circumvent it? Thanks.

[cktan@ckrh6 ~]$     sudo yum install -y devtoolset-3
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.riverfrontnetworks.com
 * epel: mirror.steadfast.net
 * extras: mirrors.gigenet.com
 * updates: mirror.grid.uchicago.edu
No package devtoolset-3 available.
Error: Nothing to do
Kevin
  • 16,549
  • 8
  • 60
  • 74
cktan
  • 109
  • 2
  • 5

1 Answers1

0

Devtoolset-3 is end-of-life, and the community has not maintained all of its packages. Thus, there are some dependency bugs (Bug 1410152). As a work-around, you can point yum to the older Devtoolset-3 packages here instead, which do not have the dependency issues: https://copr.fedorainfracloud.org/coprs/rhscl/devtoolset-3/

Also, see the response here.

Kevin
  • 16,549
  • 8
  • 60
  • 74