Re: [pkg-go] Thoughts on the golang-go package for arm64?

2015-09-10 Thread Potter, Tim (Cloud Services)
On 10 Sep 2015, at 7:41 am, Michael Hudson-Doyle wrote: > > arm64 support is new in 1.5, which afaik isn't in debian yet. It can > be bootstrapped with gccgo, which is what we did for Ubuntu: > > https://launchpad.net/ubuntu/wily/+source/golang > > (based on

Re: [pkg-go] Thoughts on the golang-go package for arm64?

2015-09-10 Thread Michael Hudson-Doyle
On 11 September 2015 at 11:00, Potter, Tim (Cloud Services) wrote: > On 10 Sep 2015, at 7:41 am, Michael Hudson-Doyle > wrote: >> >> arm64 support is new in 1.5, which afaik isn't in debian yet. It can >> be bootstrapped with gccgo, which is

[pkg-go] Thoughts on the golang-go package for arm64?

2015-09-09 Thread Potter, Tim (Cloud Services)
Hi everyone. I’m curious about the status of Go for arm64. According to d/control there is a pkg-golang-devel address on alioth, but the archives seem pretty empty. Also the uploaders are basically the usual suspects on this list. (-: I believe there is some kind of self-hosted building

Re: [pkg-go] Thoughts on the golang-go package for arm64?

2015-09-09 Thread Michael Hudson-Doyle
arm64 support is new in 1.5, which afaik isn't in debian yet. It can be bootstrapped with gccgo, which is what we did for Ubuntu: https://launchpad.net/ubuntu/wily/+source/golang (based on stuff that Tianon and Paul did). Cheers, mwh On 9 September 2015 at 19:10, Potter, Tim (Cloud Services)