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