Skip to content

CentOS 7 build issues #1473

Answered by HamedSabri-adsk
msercheli asked this question in Q&A
Jun 8, 2021 · 5 comments · 14 replies
Discussion options

You must be logged in to vote

No worries. Here is the instruction to install devtoolset-6 on Centos from the vault:

devtoolset-6, which includes GCC 6 on CentOS has been retired from the main repo and moved into the vault. To install:

# download the packages, install may fail with "no public key found"
sudo yum-config-manager --add-repo=http://vault.centos.org/7.6.1810/sclo/x86_64/rh/

# to fix "no public key found"
cd /etc/pki/rpm-gpg
ls # confirm RPM-GPG-KEY-CentOS-SIG-SCLo exists
sudo rpm --import RPM-GPG-KEY-CentOS-SIG-SCLo
rpm -qa gpg* # confirm key with substring f2ee9d55 exists

# to install devtoolset-6
sudo yum install devtoolset-6

# disable the vault after successful install
sudo yum-config-manager --disab…

Replies: 5 comments 14 replies

Comment options

You must be logged in to vote
3 replies
@msercheli
Comment options

@msercheli
Comment options

@msercheli
Comment options

Comment options

You must be logged in to vote
4 replies
@msercheli
Comment options

@HamedSabri-adsk
Comment options

@msercheli
Comment options

@HamedSabri-adsk
Comment options

Comment options

You must be logged in to vote
1 reply
@msercheli
Comment options

Comment options

You must be logged in to vote
2 replies
@HamedSabri-adsk
Comment options

@msercheli
Comment options

Comment options

You must be logged in to vote
4 replies
@msercheli
Comment options

@msercheli
Comment options

@HamedSabri-adsk
Comment options

@msercheli
Comment options

Answer selected by msercheli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants