On 2 February 2016 at 15:01, Andrew Wilkins <[email protected]> wrote: > On Tue, Feb 2, 2016 at 9:50 AM Michael Hudson-Doyle > <[email protected]> wrote: >> >> I saw this error yesterday too. It seems that currently you have to run: >> >> $ go get -d -v github.com/juju/juju/... >> (let this error) >> $ godeps -u dependencies.tsv >> $ go get -d -v github.com/juju/juju/... >> (it will succeed now) >> >> and then continue with the instructions. This sucks a bit. I guess >> this commit >> https://github.com/Azure/azure-sdk-for-go/commit/1199490c055f1bf110d17f2ed51a9c5cad73f59e >> is causing the problems. If it's a simple thing to do I guess juju >> should update to a newer version of the bindings. > > > I'd love to, but we need to have all the builders on Go 1.5 before we can do > that.
Oh heh, working on that: https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1536882 ... but not going anywhere currently afaict :/ Time to do some more chasing. Cheers, mwh >> >> Cheers, >> mwh >> >> On 2 February 2016 at 11:26, Cheryl Jennings >> <[email protected]> wrote: >> > Neale, make sure you check out the section on godeps. I've run into >> > errors >> > like yours before I ran that command. >> > >> > Thanks! >> > -Cheryl >> > >> > On Mon, Feb 1, 2016 at 4:15 PM, Neale Ferguson <[email protected]> >> > wrote: >> >> >> >> The “Getting Started” part of that document says that the: >> >> go get -d -v github.com/juju/juju/... >> >> command needs to be run. This is the command which is giving me the >> >> Azure-related error. >> >> >> >> Neale >> >> >> >> >> >> Juju is not structured to work with go get, per se. Please see the >> >> contributing document for details on building juju: >> >> >> >> https://github.com/juju/juju/blob/master/CONTRIBUTING.md >> >> >> >> -- >> >> Juju-dev mailing list >> >> [email protected] >> >> Modify settings or unsubscribe at: >> >> https://lists.ubuntu.com/mailman/listinfo/juju-dev >> >> >> > >> > >> > -- >> > Juju-dev mailing list >> > [email protected] >> > Modify settings or unsubscribe at: >> > https://lists.ubuntu.com/mailman/listinfo/juju-dev >> > >> >> -- >> Juju-dev mailing list >> [email protected] >> Modify settings or unsubscribe at: >> https://lists.ubuntu.com/mailman/listinfo/juju-dev -- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
