After a lot of assing about today I have been able to verify that the
problem exists in the upstream gccgo branch (from the gcc svn server).
This isn't a bug in out packaging.

That said, I have no idea what the bug is yet, but at least I know
where to look.

On Mon, Mar 16, 2015 at 10:28 PM, David Cheney
<david.che...@canonical.com> wrote:
> 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 <d...@ubuntu.com> 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

-- 
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

Reply via email to