In CentOS7 (7.8.2003), support for devtoolset-6 has expired and It cannot be installed by the following procedure. https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/
For the time being, I was able to install it using the following method. (I think there is a simpler way.)
# yum -y install centos-release-scl
# Fix as devtoolset-6 not in CentOS 7.7 mirrors
sed -i 's/7/7.6.1810/g; s|^#\s*\(baseurl=http://\)mirror|\1vault|g; /mirrorlist/d' /etc/yum.repos.d/CentOS-SCLo-*.repo
# yum install -y devtoolset-6
thnx :) https://groups.google.com/g/vfx-platform-discuss/c/_-_CPw1fD3c?pli=1
Recommended Posts