Skip to content

go does not run at all #62639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
meklit1311 opened this issue Sep 14, 2023 · 3 comments
Closed

go does not run at all #62639

meklit1311 opened this issue Sep 14, 2023 · 3 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@meklit1311
Copy link

What version of Go are you using (go version)?

$ go version
go version go1.21.1 linux/amd64

Does this issue reproduce with the latest release?

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/meklit/.cache/go-build'
GOENV='/home/meklit/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/meklit/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/meklit/go'
GOPRIVATE=''
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/snap/go/10339'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/snap/go/10339/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.21.1'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='1'
GOMOD='/home/meklit/Desktop/mereb/game_backend/go.mod'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build1907575489=/tmp/go-build -gno-record-gcc-switches'
uname -sr: Linux 6.2.0-31-generic
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.3 LTS
Release:	22.04
Codename:	jammy
gdb --version: GNU gdb (Ubuntu 12.1-0ubuntu1~22.04) 12.1

What did you do?

What did you expect to see?

What did you see instead?

@bcmills
Copy link
Contributor

bcmills commented Sep 14, 2023

Please fill out the complete issue template. What did you do? What did you expect to see? What did you see instead?

@bcmills bcmills added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Sep 14, 2023
@thediveo
Copy link
Contributor

can you please deinstall the go snap package completely and reinstall it again, does the problem persist?

@thediveo
Copy link
Contributor

thediveo commented Sep 14, 2023

I've upgraded one of my dev systems to the same Go snap rev 10339 as the issuer and successfully build and coverage tested one of my projects that pull in some Docker, containerd, and kubernetes stuff. No problems.

The only difference is that I'm on 23.04 and not 22.04.x LTS. However, I don't have any 22.04.x as they turned sour in the past several times before their shell life and getting cloud-related packages for LTS is contrary to common misbelief an adventure that typically doesn't end well in terms of security patches and required function upgrades.

The snap rev seems fine, unless there is a problem with the LTS.

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2023
@golang golang locked and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

5 participants