[Slackbuilds-users] runc

Erich Ritz erich.public at protonmail.com
Fri Jun 5 21:47:44 UTC 2020


‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Friday, June 5, 2020 1:58 PM, Christopher L Duston via SlackBuilds-users <slackbuilds-users at slackbuilds.org> wrote:

> I am having the same problem with runc - and the wrong compiler might be the issue, since I get:
>
> $ go version
> go version go1.4.2 gccgo (GCC) 5.5.0 linux/amd64
>
> But this was installed by google-go-lang, upon which runc depends. So is the dependency list for runc inaccurate?


No, that is GCC Go.  If you have google-go-lang installed and your environment is set up correctly then:

$ grep "/go$" /var/log/packages/*
/var/log/packages/gcc-go-5.5.0_multilib-x86_64-1alien:usr/bin/go
/var/log/packages/google-go-lang-1.13.10-x86_64-1_SBo:usr/lib64/go1.13.10/go/bin/go
/var/log/packages/texlive-docs-2019.190626-noarch-1_SBo:usr/share/texmf-dist/doc/fonts/aecc/go
$ which go
/usr/lib64/go1.13.10/go/bin/go
$ go version
go version go1.13.10 linux/amd64
$ /usr/bin/go version
go version go1.4.2 gccgo (GCC) 5.5.0 linux/amd64




More information about the SlackBuilds-users mailing list