/usr/bin/go-5 does not recursively go get packages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc |
Fix Released
|
Medium
|
|||
gccgo-5 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The version of the Go tool shipped with gccgo 5.0 does not correctly recursively download dependencies of a package
dfc@ubuntu:~$ dpkg -S $(which go-5)
gccgo-5: /usr/bin/go-5
dfc@ubuntu:~$ go get -u -v -d github.
github.
This is wrong. The correct operation would be to inspect all the code in $GOPATH/
The proper operation should look like
lucky(~
github.
code.google.
code.google.
github.
github.
github.
github.
github.
github.
.. list continues for hundreds more lines
Changed in gcc: | |
importance: | Unknown → Medium |
status: | Unknown → Fix Released |
is this different than with golang 1.4.2? If yes, please could you file a bug report upstream? Also please recheck with the version in vivid.