-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
Comments
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
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. |
Hi, comarade!
For fix this behavior:
1) Delete FULL destribution binary for golang (bin, src, pkg and etc.)
2) Unpack new version in the same folder.
3) Profit!)
вт, 11 февр. 2020 г. в 10:23, steven <[email protected]>:
… Not work for me...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#35957?email_source=notifications&email_token=ABZYBO7QEU4K62XC7FUFDTTRCJG73A5CNFSM4JVJFTZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLNVIY#issuecomment-584506019>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZYBO2P6AQ3KCJWPX2K2KTRCJG73ANCNFSM4JVJFTZQ>
.
--
С уважением, Валерий Шипков
|
Note: Im not use standard system path. Im hold golang in home directory
(~/codin/golang).
And, im set relativity paht to golang (GOPATH, GOHOME, GOBIN and etc.) in
my ~./profile.
On Windows this environment need set in Manager settings.
ср, 12 февр. 2020 г. в 08:21, Валерий Шипков <[email protected]>:
… Hi, comarade!
For fix this behavior:
1) Delete FULL destribution binary for golang (bin, src, pkg and etc.)
2) Unpack new version in the same folder.
3) Profit!)
вт, 11 февр. 2020 г. в 10:23, steven ***@***.***>:
> Not work for me...
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#35957?email_source=notifications&email_token=ABZYBO7QEU4K62XC7FUFDTTRCJG73A5CNFSM4JVJFTZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLNVIY#issuecomment-584506019>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABZYBO2P6AQ3KCJWPX2K2KTRCJG73ANCNFSM4JVJFTZQ>
> .
>
--
С уважением, Валерий Шипков
--
С уважением, Валерий Шипков
|
Note2: sorry for my english, im russian and in summe 10 year
learning deutche language in mittel|hi scool und militer universitet.)))
ср, 12 февр. 2020 г. в 08:24, Валерий Шипков <[email protected]>:
… Note: Im not use standard system path. Im hold golang in home directory
(~/codin/golang).
And, im set relativity paht to golang (GOPATH, GOHOME, GOBIN and etc.) in
my ~./profile.
On Windows this environment need set in Manager settings.
ср, 12 февр. 2020 г. в 08:21, Валерий Шипков ***@***.***>:
> Hi, comarade!
> For fix this behavior:
> 1) Delete FULL destribution binary for golang (bin, src, pkg and etc.)
> 2) Unpack new version in the same folder.
> 3) Profit!)
>
> вт, 11 февр. 2020 г. в 10:23, steven ***@***.***>:
>
>> Not work for me...
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#35957?email_source=notifications&email_token=ABZYBO7QEU4K62XC7FUFDTTRCJG73A5CNFSM4JVJFTZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLNVIY#issuecomment-584506019>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/ABZYBO2P6AQ3KCJWPX2K2KTRCJG73ANCNFSM4JVJFTZQ>
>> .
>>
>
>
> --
> С уважением, Валерий Шипков
>
--
С уважением, Валерий Шипков
--
С уважением, Валерий Шипков
|
What version of Go are you using (
go version
)?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
OutputWhat 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
The text was updated successfully, but these errors were encountered: