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/vgo: cannot vgo get from bitbucket.org #24096

Closed
choleraehyq opened this issue Feb 24, 2018 · 1 comment
Closed

x/vgo: cannot vgo get from bitbucket.org #24096

choleraehyq opened this issue Feb 24, 2018 · 1 comment
Milestone

Comments

@choleraehyq
Copy link
Contributor

Please answer these questions before submitting your issue. Thanks!

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

% vgo version                         
go version devel +f6c6781302 Fri Feb 23 04:05:15 2018 +0000 linux/amd64 vgo:2018-02-20.1
% go version
go version devel +f6c6781302 Fri Feb 23 04:05:15 2018 +0000 linux/amd64

Does this issue reproduce with the latest release?

Yes.

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

GOARCH="amd64"
GOBIN=""
GOCACHE="/home/cholerae/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/cholerae/gopath"
GORACE=""
GOROOT="/home/cholerae/gopath/go"
GOTMPDIR=""
GOTOOLDIR="/home/cholerae/gopath/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
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-build045404649=/tmp/go-build -gno-record-gcc-switches"

What did you do?

vgo get bitbucket.org/pkg/inflect
vgo get bitbucket.org/gotamer/errors
go get bitbucket.org/pkg/inflect
go get bitbucket.org/gotamer/errors

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

What did you expect to see?

All succeed.

What did you see instead?

go get succeeded but vgo get failed.

% vgo get bitbucket.org/pkg/inflect
findRepo: XML syntax error on line 13: expected attribute name in element
vgo get bitbucket.org/pkg/inflect: XML syntax error on line 13: expected attribute name in element
% vgo get bitbucket.org/gotamer/errors
findRepo: XML syntax error on line 13: expected attribute name in element
vgo get bitbucket.org/gotamer/errors: XML syntax error on line 13: expected attribute name in element
@gopherbot gopherbot added this to the vgo milestone Feb 24, 2018
@choleraehyq
Copy link
Contributor Author

Duplicate of #23950 . Sorry.

@golang golang locked and limited conversation to collaborators Feb 24, 2019
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

2 participants