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

Plis fixit! Its not good!!! #35957

Closed
prospero78 opened this issue Dec 4, 2019 · 4 comments
Closed

Plis fixit! Its not good!!! #35957

prospero78 opened this issue Dec 4, 2019 · 4 comments

Comments

@prospero78
Copy link

prospero78 commented Dec 4, 2019

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

$ go version
go version go1.13.4 linux/amd64
1.13.4

Does this issue reproduce with the latest release?

Yes, repeat.

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

Ubuntu 18.04 LTS

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN="/home/walera/coding/golang/home/bin"
GOCACHE="/home/walera/.cache/go-build"
GOENV="/home/walera/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/walera/coding/golang/home"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/home/walera/coding/golang"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/home/walera/coding/golang/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
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-build354693661=/tmp/go-build -gno-record-gcc-switches"
GOROOT/bin/go version: go version go1.13.4 linux/amd64
GOROOT/bin/go tool compile -V: compile version go1.13.4
uname -sr: Linux 5.0.0-37-generic
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.3 LTS
Release:	18.04
Codename:	bionic
/lib/x86_64-linux-gnu/libc.so.6: GNU C Library (Ubuntu GLIBC 2.27-3ubuntu1) stable release version 2.27.
gdb --version: GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git

What did you do?

Im compiled my source

What did you expect to see?

crypto/ecdsa

../../golang/src/crypto/ecdsa/ecdsa_noasm.go:16:14: undefined: signGeneric

../../golang/src/crypto/ecdsa/ecdsa_noasm.go:21:9: undefined: verifyGeneric

What did you see instead?

fail

@ALTree
Copy link
Member

ALTree commented Dec 4, 2019

Hi,

this often happens when you extract a new Go version over the old one (in the same folder).

Please delete the whole folder and try to install Go again. For example, if it was in /usr/local/go

$ sudo rm -r /usr/local/go

and then re-download and extract the new Go version.

I'm closing this issue, since I believe this is a problem with the Go installation on your machine, but feel free to comment here if the error persists after you completely deleted Go and re-installed it from scratch.

@ALTree ALTree closed this as completed Dec 4, 2019
@prospero78
Copy link
Author

prospero78 commented Feb 12, 2020 via email

@prospero78
Copy link
Author

prospero78 commented Feb 12, 2020 via email

@prospero78
Copy link
Author

prospero78 commented Feb 12, 2020 via email

@golang golang locked and limited conversation to collaborators Feb 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants
@ALTree @prospero78 @gopherbot and others