=== allenap_ is now known as allenap [00:11] hazmat: yes [00:11] thumper, cool, found it thanks.. looks like bootstrap only config via env var. === JoshStrobl is now known as 1JTAAP0WF [01:36] go install launchpad.net/juju-core doesn't seem to be installing the juju binary. [01:36] Anyone experiencing the same issue? [03:01] ok I'm getting frustrated by the same thing [03:01] I can't seem to install the juju binary since I can't build the whole repo since gwacl is wonky [03:02] I can easily install it using apt-get, but I want to be able to test changes to the code, so... [03:02] not quite sure where to begin here [03:02] I'm willing to tackle the gwacl thing [03:03] just need some guidance on that [03:04] go install launchpad.net/juju-core/juju isn't doing the trick [14:07] bodie_, go get -u -v launchpad.net/juju-core/... [14:07] bodie_, i'd set GOPATH to whatever place you want it to end up first [14:08] bits3rpent, ^ [14:10] that's what I did... [14:16] http://paste.ubuntu.com/7095694/ [14:17] http://paste.ubuntu.com/7095719/ [14:18] no juju binary [14:40] bodie_, hmm checking [14:40] bodie_, could be an incompatibility in an underlying library, typically those are transient.. or need updating the library first [14:41] there's a known set of good revisions in the juju-core checkout but that uses another tool for builds [14:43] bodie_, interesting.. so i get those warnings, but things continue.. after you've done the get.. you should be able to do $ go install launchpad.net/juju-core/... [14:43] bodie_, it does look like an incompatibility between trunk of gwacl and juju-core [14:44] yeah [14:44] we discussed that a bit yesterday [14:44] I'm not sure how to proceed [14:44] bodie_, after the go get .. you can cd $GO_HOME/launchpad.net/gwacl [14:44] ok [14:44] and bzr up -r 231 [14:44] NICE [14:44] thank you! [14:44] I'd be totally down to help get things synchronized [14:45] I'm just completely new [14:45] bodie_, no worries.. so you can't do get get with -u flag till that incompabiltiy gets resolved [14:45] nuts [14:45] maybe I could spoof the remote somehow :P [14:45] bodie_, i mean you can but you'll have to go back and update the revision [14:45] or just always go get -u and then checkout r231 [14:45] ah ok [14:46] bodie_, ie. if you want to patch on core.. just update core by hand.. [14:46] but then I'll be able to go build ? [14:46] bodie_, go install will rebuild the binary [14:46] ok [14:46] bodie_, the known good versions of each lib are in $GO_HOME/launchpad.net/juju-core/dependencies.tsv [14:47] generally trunk of each works though... but as you've discovered there are times when not.. i imagine it will get resolved monday [14:48] hmm [14:48] okie doke [14:49] i've been struggling since wednesday to get it to build and run tests properly, so I'm happy if I can get something working at all :/ === Ursinha is now known as Ursinha-afk [18:07] bodie_, fwiw, i just did the from scratch thing .. go get -u -v launchpad.net/juju-core/... && cd $GOPATH/src/launchpad.net/gwacl && bzr up -r 231 && go install -v launchpad.net/juju-core/... [18:08] worked for me [18:09] okay, sweet === Ursinha-afk is now known as Ursinha === bodie_ is now known as bodie_|notaway === bodie_|notaway is now known as bodie_|notaway|t === bodie_|notaway|t is now known as bodie_ === bodie_ is now known as nackpaddywhack === nackpaddywhack is now known as bodie_ === allenap_ is now known as allenap