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/sys: installation fails #35583

Closed
stemsin opened this issue Nov 14, 2019 · 3 comments
Closed

x/sys: installation fails #35583

stemsin opened this issue Nov 14, 2019 · 3 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@stemsin
Copy link

stemsin commented Nov 14, 2019

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

$ go version
go version go1.13.3 windows/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
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\sement\AppData\Local\go-build
set GOENV=C:\Users\sement\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=c:\!ST\Development\Go
set GOPRIVATE=
set GOPROXY=localhost:8080
set GOROOT=c:\!ST\Tools.Develop\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=c:\!ST\Tools.Develop\Go\pkg\tool\windows_amd64
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\sement\AppData\Local\Temp\go-build644169734=/tmp/go-build -gno-record-gcc-switches

What did you do?

go get -u golang.org/x/sys

What did you expect to see?

Package installed

What did you see instead?

package golang.org/x/sys: unrecognized import path "golang.org/x/sys" (https fetch: Get https://golang.org/x/sys?go-get=1: proxyconnect tcp: tls: first record does not look like a TLS handshake)

@gopherbot gopherbot added this to the Unreleased milestone Nov 14, 2019
@mvdan
Copy link
Member

mvdan commented Nov 14, 2019

That looks like a network issue. Have you tried again, perhaps with a different internet connection or machine?

@mvdan mvdan added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Nov 14, 2019
@stemsin
Copy link
Author

stemsin commented Nov 19, 2019

I will try tonight. But works fine for other GitHub based packages.
For example, git clone https://github.com/golang/sys.git works fine.

@ALTree
Copy link
Member

ALTree commented Jun 18, 2021

This has been in waiting for info for almost 2 years, and it was reported against a version of Go that is no longer supported, so let's archive this. If it comes out again on a recent Go version we can open a new issue.
Anyway it looked like a network issue.

@ALTree ALTree closed this as completed Jun 18, 2021
@golang golang locked and limited conversation to collaborators Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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