-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
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