[Bug 1431994] Re: libguestfs fails to build the Go bindings on arm64 and ppc64el

2015-03-15 Thread Richard Jones
Thanks. I'm now using: go version go1.4.2 gccgo (GCC) 5.0.0 20150313 (Red Hat 5.0.0-0.19) linux/arm64 and it compiles and the test suite works fine. I don't see the bug that you're seeing on Ubuntu. Anyway - I will enable golang support in Fedora Rawhide on all architectures and see how it

Re: [Bug 1431994] Re: libguestfs fails to build the Go bindings on arm64 and ppc64el

2015-03-14 Thread Matthias Klose
On 03/14/2015 02:14 PM, Richard Jones wrote: > OK ignore the previous comment, apparently gcc-go should be enough. But > as you say it cannot compile the golang bindings on aarch64. Is there > some guidance about how cgo bindings need to be changed for 1.4? no, all I found was the documentation

Re: [Bug 1431994] Re: libguestfs fails to build the Go bindings on arm64 and ppc64el

2015-03-14 Thread Matthias Klose
On 03/14/2015 01:44 PM, Richard Jones wrote: > Does golang actually exist for aarch64? I'm trying to compile it but it > just complains about: > > go tool dist: unknown architecture: aarch64 > > On Fedora we have gccgo: > > go version go1.4 gccgo (GCC) 5.0.0 20150226 (Red Hat 5.0.0-0.18) > linu

[Bug 1431994] Re: libguestfs fails to build the Go bindings on arm64 and ppc64el

2015-03-14 Thread Richard Jones
OK ignore the previous comment, apparently gcc-go should be enough. But as you say it cannot compile the golang bindings on aarch64. Is there some guidance about how cgo bindings need to be changed for 1.4? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1431994] Re: libguestfs fails to build the Go bindings on arm64 and ppc64el

2015-03-14 Thread Richard Jones
Does golang actually exist for aarch64? I'm trying to compile it but it just complains about: go tool dist: unknown architecture: aarch64 On Fedora we have gccgo: go version go1.4 gccgo (GCC) 5.0.0 20150226 (Red Hat 5.0.0-0.18) linux/arm64 But it seems we need some other package called 'golang

Re: [Bug 1431994] Re: libguestfs fails to build the Go bindings on arm64 and ppc64el

2015-03-14 Thread Hilko Bengen
* Matthias Klose: > yes, not compatible with go 1.4 (cgo directives inside normal comments). Curious. I didn't notice any error message in the Ubuntu build logs that points to such a problem. Cheers, -Hilko -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1431994] Re: libguestfs fails to build the Go bindings on arm64 and ppc64el

2015-03-13 Thread Matthias Klose
yes, not compatible with go 1.4 (cgo directives inside normal comments). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1431994 Title: libguestfs fails to build the Go bindings on arm64 and ppc64el