[OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-28 Thread Otavio Salvador
This is the Golang dependency management tool under development; it is ready for production use and intended to be merged onto Golang 1.10. Until that, projects are starting to use it and making it available on OE-Core reduces the Golang integration work for new recipes. Signed-off-by: Otavio Salv

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-28 Thread Khem Raj
On Fri, Jul 28, 2017 at 11:07 AM, Otavio Salvador wrote: > This is the Golang dependency management tool under development; it is > ready for production use and intended to be merged onto Golang > 1.10. Until that, projects are starting to use it and making it > available on OE-Core reduces the Go

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-29 Thread Burton, Ross
Failed in the no-x11 builder at least so far: ERROR: go-dep-0.2.0-r0 do_package: QA Issue: go-dep: Files/directories were installed but not shipped in any package: /usr/lib/x86_64-poky-linux/go/bin/dep Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-31 Thread Otavio Salvador
Hello Ross, Hello Khem, On Sat, Jul 29, 2017 at 3:28 PM, Burton, Ross wrote: > Failed in the no-x11 builder at least so far: > > ERROR: go-dep-0.2.0-r0 do_package: QA Issue: go-dep: Files/directories were > installed but not shipped in any package: > /usr/lib/x86_64-poky-linux/go/bin/dep > Plea

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-31 Thread Khem Raj
On 7/31/17 12:12 PM, Otavio Salvador wrote: > Hello Ross, > Hello Khem, > > On Sat, Jul 29, 2017 at 3:28 PM, Burton, Ross wrote: >> Failed in the no-x11 builder at least so far: >> >> ERROR: go-dep-0.2.0-r0 do_package: QA Issue: go-dep: Files/directories were >> installed but not shipped in any

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-07-31 Thread Otavio Salvador
On Mon, Jul 31, 2017 at 4:20 PM, Khem Raj wrote: > > > On 7/31/17 12:12 PM, Otavio Salvador wrote: >> Hello Ross, >> Hello Khem, >> >> On Sat, Jul 29, 2017 at 3:28 PM, Burton, Ross wrote: >>> Failed in the no-x11 builder at least so far: >>> >>> ERROR: go-dep-0.2.0-r0 do_package: QA Issue: go-dep

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-08-01 Thread Burton, Ross
Verifying this here. Building for qemuarm puts the binary in /usr/bin/dep. Building for intel-corei7-64 puts the binary in /usr/lib/x86_64-poky-linux/go/bin/dep. Ross On 31 July 2017 at 20:52, Otavio Salvador wrote: > On Mon, Jul 31, 2017 at 4:20 PM, Khem Raj wrote: > > > > > > On 7/31/17 12

Re: [OE-core] [PATCH] go-dep: Add 0.2.0 release

2017-08-01 Thread Khem Raj
On Tue, Aug 1, 2017 at 6:50 AM, Burton, Ross wrote: > Verifying this here. > > Building for qemuarm puts the binary in /usr/bin/dep. Building for > intel-corei7-64 puts the binary in /usr/lib/x86_64-poky-linux/go/bin/dep. > may be configure logs can tell why is it making this distinction. Since