Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Jeff Mickey
* Efraim Flashner [2016-01-14 13:37]: > On Thu, 14 Jan 2016 11:17:59 -0800 > Jeff Mickey wrote: > >> * Efraim Flashner [2016-01-12 08:31]: >> > Go-1.4 is built using gccgo-4.9, and go-1.5 uses go-1.4 to build, so I'm >> > pretty confident that go-1.4 works, and since go-1.5 inherits from go-1.4

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 11:14:50 -0800 Jeff Mickey wrote: > * Ludovic Courtès [2016-01-14 07:08]: > > Efraim Flashner skribis: > > > >> It seems there's a lot of interest around getting Go packaged in Guix, so I > >> figured I should post my work so far to the mailinglist. Currently go-1.4 > >> d

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 11:17:59 -0800 Jeff Mickey wrote: > * Efraim Flashner [2016-01-12 08:31]: > > Go-1.4 is built using gccgo-4.9, and go-1.5 uses go-1.4 to build, so I'm > > pretty confident that go-1.4 works, and since go-1.5 inherits from go-1.4 > > it should be working too. > > I'm a bit

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 16:08:53 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > It seems there's a lot of interest around getting Go packaged in Guix, so I > > figured I should post my work so far to the mailinglist. Currently go-1.4 > > does not have cgo enabled, the g

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Leo Famulari
On Thu, Jan 14, 2016 at 04:08:53PM +0100, Ludovic Courtès wrote: > Efraim Flashner skribis: > > > It seems there's a lot of interest around getting Go packaged in Guix, so I > > figured I should post my work so far to the mailinglist. Currently go-1.4 > > does not have cgo enabled, the go binary

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Jeff Mickey
* Efraim Flashner [2016-01-12 08:31]: > Go-1.4 is built using gccgo-4.9, and go-1.5 uses go-1.4 to build, so I'm > pretty confident that go-1.4 works, and since go-1.5 inherits from go-1.4 > it should be working too. I'm a bit confused - go-1.4 is not a bootstrapped release, and requires a workin

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Jeff Mickey
* Ludovic Courtès [2016-01-14 07:08]: > Efraim Flashner skribis: > >> It seems there's a lot of interest around getting Go packaged in Guix, so I >> figured I should post my work so far to the mailinglist. Currently go-1.4 >> does not have cgo enabled, the go binary keeps on trying to link agains

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Ludovic Courtès
Efraim Flashner skribis: > It seems there's a lot of interest around getting Go packaged in Guix, so I > figured I should post my work so far to the mailinglist. Currently go-1.4 > does not have cgo enabled, the go binary keeps on trying to link against > libgcc_s.so.1 (from gcc:lib) and can't fi

[PATCH 0/3] WIP: Go-lang

2016-01-12 Thread Efraim Flashner
It seems there's a lot of interest around getting Go packaged in Guix, so I figured I should post my work so far to the mailinglist. Currently go-1.4 does not have cgo enabled, the go binary keeps on trying to link against libgcc_s.so.1 (from gcc:lib) and can't find it in the RUNPATH. Also, the tes