Comment 2 for bug 1432497

Revision history for this message
Dave Cheney (dave-cheney) wrote : Re: [Bug 1432497] Re: /usr/bin/go-5 does not recursively go get packages

Yes this is different to go 1.4.2.

Yes, I will file a bug upstream.

Yes, this was tested in a march 11 2015 vivid server install

On Mon, Mar 16, 2015 at 9:55 PM, Matthias Klose <email address hidden> wrote:
> 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.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1432497
>
> Title:
> /usr/bin/go-5 does not recursively go get packages
>
> Status in gccgo-5 package in Ubuntu:
> New
>
> 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.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
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gccgo-5/+bug/1432497/+subscriptions