Skip to content

x/vuln: #62058

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
Youahui opened this issue Aug 16, 2023 · 1 comment
Closed

x/vuln: #62058

Youahui opened this issue Aug 16, 2023 · 1 comment
Labels
FrozenDueToAge vulncheck or vulndb Issues for the x/vuln or x/vulndb repo

Comments

@Youahui
Copy link

Youahui commented Aug 16, 2023

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

$ go version
go version go1.21.0 windows/amd64

Does this issue reproduce at the latest version of golang.org/x/vuln?

yes

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

go env Output
$ go env
set GO111MODULE=auto
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\Administrator\AppData\Local\go-build
set GOENV=C:\Users\Administrator\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\Administrator\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\Administrator\go
set GOPRIVATE=
set GOPROXY=https://goproxy.io,direct
set GOROOT=D:\go
set GOSUMDB=off
set GOTMPDIR=
set GOTOOLCHAIN=auto
set GOTOOLDIR=D:\go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.21.0
set GCCGO=gccgo
set GOAMD64=v1
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=0
set GOMOD=
set GOWORK=
set CGO_CFLAGS=-O2 -g
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-O2 -g
set CGO_FFLAGS=-O2 -g
set CGO_LDFLAGS=-O2 -g
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=

What did you do?

updated update my go version

What did you expect to see?

fix it

What did you see instead?

GOROOT=D:\go #gosetup
GOPATH=C:\Users\Administrator\go #gosetup
D:\go\bin\go.exe build -o C:\Users\Administrator\AppData\Local\JetBrains\GoLand2023.1\tmp\GoLand___go_build_merchant_cmd_admin.exe merchant/cmd/admin #gosetup

runtime/internal/sys

D:\go\src\runtime\internal\sys\intrinsics_common.go:9:7: len8tab redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:76:7: other declaration of len8tab
D:\go\src\runtime\internal\sys\intrinsics_common.go:32:6: Len64 redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:99:6: other declaration of Len64
D:\go\src\runtime\internal\sys\intrinsics_common.go:50:7: m0 redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:117:7: other declaration of m0
D:\go\src\runtime\internal\sys\intrinsics_common.go:51:7: m1 redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:118:7: other declaration of m1
D:\go\src\runtime\internal\sys\intrinsics_common.go:52:7: m2 redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:119:7: other declaration of m2
D:\go\src\runtime\internal\sys\intrinsics_common.go:55:6: OnesCount64 redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:122:6: other declaration of OnesCount64
D:\go\src\runtime\internal\sys\intrinsics_common.go:86:6: LeadingZeros64 redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:153:6: other declaration of LeadingZeros64
D:\go\src\runtime\internal\sys\intrinsics_common.go:89:6: LeadingZeros8 redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:156:6: other declaration of LeadingZeros8
D:\go\src\runtime\internal\sys\intrinsics_common.go:92:6: Len8 redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:159:6: other declaration of Len8
D:\go\src\runtime\internal\sys\intrinsics_common.go:101:6: Prefetch redeclared in this block
D:\go\src\runtime\internal\sys\intrinsics.go:200:6: other declaration of Prefetch
D:\go\src\runtime\internal\sys\intrinsics_common.go:101:6: too many errors

Compilation finished with exit code 1

@Youahui Youahui added the vulncheck or vulndb Issues for the x/vuln or x/vulndb repo label Aug 16, 2023
@gopherbot gopherbot modified the milestones: Unreleased, vuln/unplanned Aug 16, 2023
@seankhliao
Copy link
Member

looks like you have a corrupt go installation.

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2023
@golang golang locked and limited conversation to collaborators Aug 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
Projects
None yet
Development

No branches or pull requests

3 participants