Skip to content
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

x/tools/gopls: unsupported version 0 of Verneed record #46680

Closed
bingoIsCoder opened this issue Jun 10, 2021 · 2 comments
Closed

x/tools/gopls: unsupported version 0 of Verneed record #46680

bingoIsCoder opened this issue Jun 10, 2021 · 2 comments
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@bingoIsCoder
Copy link

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

$ go version
go version go1.15.3 linux/amd64

Does this issue reproduce with the latest release?

yes

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

go env Output
$ go env
GO111MODULE="on"
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/xx/.cache/go-build"
GOENV="/home/xx/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE="git.xxx.com"
GOMODCACHE="/home/xxx/go/pkg/mod"
GONOPROXY="git.xxx.com,xx.com"
GONOSUMDB="git.xxx.com,xx.com"
GOOS="linux"
GOPATH="/home/xxx/go:/mnt/e/go"
GOPRIVATE="git.xxx.com,xxx.com"
GOPROXY="https://goproxy.io"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/dev/null"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build685780456=/tmp/go-build -gno-record-gcc-switches"

What did you do?

gopls can not work after I updating.
run gopls:

gopls: error while loading shared libraries: gopls: unsupported version 0 of Verneed record

What did you expect to see?

What did you see instead?

@gopherbot gopherbot added the gopls Issues related to the Go language server, gopls. label Jun 10, 2021
@seankhliao seankhliao changed the title gopls: unsupported version 0 of Verneed record x/tools/gopls: unsupported version 0 of Verneed record Jun 10, 2021
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Jun 10, 2021
@gopherbot gopherbot added this to the Unreleased milestone Jun 10, 2021
@findleyr
Copy link
Contributor

Hi, how did you install and update gopls? Did you use go get, or something else? If you installed from the command line, which command exactly did you execute?

@findleyr findleyr added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jun 11, 2021
@findleyr findleyr modified the milestones: Unreleased, gopls/unplanned Jun 11, 2021
@gopherbot
Copy link

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@stamblerre stamblerre removed this from the gopls/unplanned milestone Jul 12, 2021
@golang golang locked and limited conversation to collaborators Jul 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants