* 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
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
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
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
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
* 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
* 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
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
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