Is go-toolset-1.11 available on Centos-7?

General support questions
Post Reply
kirbyzhou
Posts: 4
Joined: 2019/06/06 07:38:11

Is go-toolset-1.11 available on Centos-7?

Post by kirbyzhou » 2019/06/06 07:46:27

Through the blog of RHEL, I found that there is a go-toolset-1.11 available for RHEL7.
https://developers.redhat.com/blog/2019 ... rust-1-31/

But I can not find it on Centos 7, I can only get devtoolset-8 which only contains gcc-8 not golang-1.11.

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

Re: Is go-toolset-1.11 available on Centos-7?

Post by TrevorH » 2019/06/06 09:20:32

There is

go-toolset-7.x86_64 1.10.2-4.el7 centos-sclo-rh

but that is 1.10 not 1.11.

However, in the EPEL repo there is

golang.x86_64 1.11.5-1.el7 epel

along with about another 6 pages of "golang-*" packages, all 1.11.
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

kirbyzhou
Posts: 4
Joined: 2019/06/06 07:38:11

Re: Is go-toolset-1.11 available on Centos-7?

Post by kirbyzhou » 2019/07/08 14:51:10

https://access.redhat.com/errata/RHSA-2019:1300

I found a redhat errata here of golang-1.11, but I donot know how to get the source rpm.

Anyone know it?

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

Re: Is go-toolset-1.11 available on Centos-7?

Post by TrevorH » 2019/07/08 14:52:58

I suspect you really want the EPEL copy

Code: Select all

golang.x86_64                                                               1.11.5-1.el7                             epel
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

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: Is go-toolset-1.11 available on Centos-7?

Post by chemal » 2019/07/08 15:15:50

kirbyzhou wrote:
2019/07/08 14:51:10
how to get the source rpm.
http://ftp.redhat.com/redhat/linux/ente ... ols/SRPMS/

kirbyzhou
Posts: 4
Joined: 2019/06/06 07:38:11

Re: Is go-toolset-1.11 available on Centos-7?

Post by kirbyzhou » 2019/07/09 07:28:30

TrevorH wrote:
2019/07/08 14:52:58
I suspect you really want the EPEL copy

Code: Select all

golang.x86_64                                                               1.11.5-1.el7                             epel
Thanks for your help.
I prefer the SCL version more than EPEL. EPEL sometimes bump RPM version without compatible verification. For example, it promote go from 1.8 to 1.11, while SCL keeps multiple version can be installed side by side.
Upstream RedHat has provided the SRPM of go-toolset-1.11, but why it is missing from CentOS?

kirbyzhou
Posts: 4
Joined: 2019/06/06 07:38:11

Re: Is go-toolset-1.11 available on Centos-7?

Post by kirbyzhou » 2019/07/09 10:09:18

chemal wrote:
2019/07/08 15:15:50
kirbyzhou wrote:
2019/07/08 14:51:10
how to get the source rpm.
http://ftp.redhat.com/redhat/linux/ente ... ols/SRPMS/
Thanks, I only checked 7Server branch, it contains old versions only.

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

Re: Is go-toolset-1.11 available on Centos-7?

Post by Mike_Rochefort » 2019/07/10 05:33:39

kirbyzhou wrote:
2019/07/09 07:28:30
why it is missing from CentOS?
Because no one on the SCL team has rebuilt it yet. You can put in a request for it on the mailing list, but there’s no guarantee that things will happen soon. Particularly if the SCL team is part of the CentOS core team and is working on getting CentOS 8.0.1905 built.

I requested the Go/LLVM/Rust toolkits be added after DTS 8 came online for CentOS, but there’s hasn’t been any movement on that front yet. I’d provide help but I’m not sure what the protocols are for the Red Hat SRPM rebuilds.

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

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

Re: Is go-toolset-1.11 available on Centos-7?

Post by TrevorH » 2019/07/10 07:30:17

The SCL SIG don't share any members with the core team that I can think of.

I'd suggest a mail to centos-devel or dropping by the #centos-meeting channel on Freenode IRC when their next scheduled meeting is on.

https://wiki.centos.org/SpecialInterestGroup/SCLo
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

Post Reply