Public bug reported: 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.com/juju/juju/... github.com/juju/juju (download) This is wrong. The correct operation would be to inspect all the code in $GOPATH/src/github.com/juju/juju/ and recursively fetch the dependencies. The proper operation should look like lucky(~/devel/FlameGraph) % go get -u -v -d github.com/juju/juju/... github.com/juju/juju (download) code.google.com/p/go.crypto (download) code.google.com/p/go.net (download) github.com/coreos/go-systemd (download) github.com/godbus/dbus (download) github.com/dustin/go-humanize (download) github.com/juju/blobstore (download) github.com/juju/errors (download) github.com/juju/loggo (download) .. list continues for hundreds more lines ** Affects: gccgo-5 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432497 Title: /usr/bin/go-5 does not recursively go get packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gccgo-5/+bug/1432497/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs