FS#58309 - [go] vgo can not work even download separated source code

Attached to Project: Arch Linux
Opened by Daniel YC Lin (dlin) - Monday, 23 April 2018, 02:32 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 23 April 2018, 14:55 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

vgo can not work even download separated source code

Additional info:
* package version(s)

* go 2:1.10.1-1

* config and/or log files etc.


Steps to reproduce:

1. go get golang.org/x/vgo
2. cd tmp ; wget https://dl.google.com/go/go1.10.1.src.tar.gz ; tar xf go1.10.1.src.tar.gz
3. vgo # will show following error message

vgo requires Go 1.10 but VGOROOT=/usr/lib/go is not a Go 1.10 source tree

4. VGOROOT=~/tmp/go vgo # will show following error message

vgo objabi: open /home/dlin/tmp/go/src/cmd/internal/objabi/zbootstrap.go: no such file or directory
vgo objabi: cannot find GOARM
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 23 April 2018, 14:55 GMT
Reason for closing:  Not a bug
Additional comments about closing:  vgo is not in the repos.

Loading...