Software Package: SCL devtoolset-6 download errors

Issues related to applications and software problems
Himu.R
Posts: 2
Joined: 2019/09/16 23:07:20

Software Package: SCL devtoolset-6 download errors

Post by Himu.R » 2019/09/17 20:34:53

Almost half of the dependency packages are giving [Errno: 256] No more mirror to try. (Other half packages are downloaded).
Then,
Cleaned the cache.
Tried to download from centos.
The same problem, repeats.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Software Package: SCL devtoolset-6 download errors

Post by avij » 2019/09/17 20:44:30

devtoolset-6 is deprecated. Maybe you should try -7 or -8.

http://mirror.centos.org/centos/7.7.190 ... x86_64/rh/

Himu.R
Posts: 2
Joined: 2019/09/16 23:07:20

Re: Software Package: SCL devtoolset-6 download errors

Post by Himu.R » 2019/09/17 21:24:18

Thank you, avij.

fat-lobyte
Posts: 2
Joined: 2017/12/11 10:47:06

Re: Software Package: SCL devtoolset-6 download errors

Post by fat-lobyte » 2019/09/20 11:20:09

avij wrote:
2019/09/17 20:44:30
devtoolset-6 is deprecated. Maybe you should try -7 or -8.
I need devtoolset-6 specifically, because I need GCC 6 specifically, due to dependency reasons. If I could upgrade, I would. Please don't just deprecate things that people use.

As a workaround, this is how you can install it:

Code: Select all

sudo yum install --enablerepo=centos-sclo-rh-testing --disablerepo=centos-sclo-rh devtoolset-6

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Software Package: SCL devtoolset-6 download errors

Post by TrevorH » 2019/09/20 11:54:44

SCL packages do not and never have had the same lifespan as normal packages from the distro itself. The distro and its packages are supported for 10 years from initial release but SCLs are supported for 3 years, sometimes less. We don't "just deprecate things that people use", we deprecate things that are out of support and potentially dangerous (due to lack of maintenance).

https://access.redhat.com/support/policy/updates/rhscl
These fast-moving collections are expected to be updated frequently and will have a shorter life cycle and support term than Red Hat Enterprise Linux.
and
Each Software Collection will be supported for two or three years. Developer Collections are supported for 2 years. Production Collections are supported for 3 years.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Mike_Rochefort
Posts: 215
Joined: 2016/03/16 02:34:19

Re: Software Package: SCL devtoolset-6 download errors

Post by Mike_Rochefort » 2019/09/20 15:28:39

fat-lobyte wrote:
2019/09/20 11:20:09

I need devtoolset-6 specifically, because I need GCC 6 specifically, due to dependency reasons. If I could upgrade, I would. Please don't just deprecate things that people use.
By any chance are you in the CG community? We had a discussion on this the other day on the VFX Platform mailing list (as we currently have the platform specified to use DTS 6.1).

https://groups.google.com/forum/m/#!top ... -_CPw1fD3c

Cheers,
Mike
Solution Architect @RedHat | RHCE
Former SysAdmin @BlueSkyStudios and @Pixar
Feature animation and VFX enthusiast
--
Report CentOS Stream 8 bugs: https://da.gd/c8s-bugs
Report CentOS Stream 9 bugs: https://da.gd/c9s-bugs

xkszltl
Posts: 3
Joined: 2019/09/20 23:22:32

Re: Software Package: SCL devtoolset-6 download errors

Post by xkszltl » 2019/09/20 23:31:17

I wonder why the metadata is still there if old dts has been removed.
I'm getting 404 after upgrading to CentOS 7.7.
Since I don't have hard dependency on DTS 6, I can remove that.
However, there's another issue that I don't have good solution for:
There's a libasan 4.9.2 in scl, which is 404 now but due to the version it shadows 4.8.5 from the base.
Priority won't work as I also need some rpms with higher version than base in scl.

Can we remove those 404 packages from the list completely?

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Software Package: SCL devtoolset-6 download errors

Post by jlehtone » 2019/09/21 20:28:44

You can remind the maintainers of repo metadata about the incomplete cleanup.

In the meantime you can --exclude=libasan-4.9.2\*

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Software Package: SCL devtoolset-6 download errors

Post by TrevorH » 2019/09/21 20:35:57

The repodata issue has been reported and is allegedly being or has already been fixed.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Cyberika
Posts: 32
Joined: 2015/08/28 19:52:01
Location: Barcelona, Spain

Re: Software Package: SCL devtoolset-6 download errors

Post by Cyberika » 2020/06/08 11:59:14

So, is there a way to install devtoolset-6 on Centos 7.7? I have the same problem. Without gcc 6.3.1 I can't compile.

Post Reply