Re: [PATCH 2/2] gnu: Add espeak.

2016-01-14 Thread Leo Famulari
On Wed, Jan 13, 2016 at 10:27:13PM -0500, Leo Famulari wrote: > On Wed, Jan 13, 2016 at 03:17:28PM +0100, Ludovic Courtès wrote: > > Leo Famulari skribis: > > > > > * gnu/packages/audio.scm (espeak): New variable. > > > > If you think eSpeak-ng is not ready yet, or is sufficiently different, > >

Re: [PATCH] gnu: bind-utils: Build and install “nsupdate”.

2016-01-14 Thread Mathieu Lirzin
Ricardo Wurmus writes: > I agree, this looks nicer. Would you like to push this change? There > isn’t much left of my original patch ;) IIUC the main feature of this patch is adding the “nsupdate” thing (which should be described in the commit log by the way). So I think this patch is still y

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 2/3] gnu: Add go-1.4.

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 16:12:35 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > [...] > > [...] > > > +(replace 'build > > + (let* ((bash (assoc-ref %build-inputs "bash")) > > + (gccgo (assoc-ref %build-inputs "gccgo")) > > +

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: Freezing core-updates soon

2016-01-14 Thread Mark H Weaver
On core-updates, automake failed its test suite on both x86_64 and i686, leading to over 2000 dependency failures. http://hydra.gnu.org/build/943102 http://hydra.gnu.org/build/97 Mark

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

go package (was docker compose)

2016-01-14 Thread Jeff Mickey
* "Thompson, David" [2016-01-11 10:44]: > I hear someone has a working Go package that hasn't been submitted > yet, so maybe we'll have Docker itself available someday. That will > be interesting. :) I've gotten excited a few times on IRC, but unfortunately every time I run into weird libgcc_s i

Re: [PATCH 3/3] gnu: Add go-1.5.

2016-01-14 Thread Ludovic Courtès
Efraim Flashner skribis: > * gnu/packages/golang.scm (go-1.5): New variable. I agree with Ricardo’s comment, nothing to add! Thanks, Ludo’.

Re: [PATCH 2/3] gnu: Add go-1.4.

2016-01-14 Thread Ludovic Courtès
Efraim Flashner skribis: > * gnu/packages/golang.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add golang.scm. [...] > +(replace 'build > + (let* ((bash (assoc-ref %build-inputs "bash")) > + (gccgo (assoc-ref %build-inputs "gccgo")) > +

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

Re: [PATCH 1/3] gnu: gccgo: Update to 4.9.

2016-01-14 Thread Ludovic Courtès
Efraim Flashner skribis: > * gnu/packages/gcc.scm (gccgo): Update to 4.9. OK. Ludo'.

Re: [PATCH] build: Speed up .go compilation.

2016-01-14 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> I haven't yet investigated, but my strong suspicion is that this is due >>> to the fact that Guile's module system is not thread safe. More >>> specifical

Re: [PATCHES] Add docker-compose and missing prerequisites.

2016-01-14 Thread Ludovic Courtès
"Thompson, David" skribis: > As much as I dislike it, the company I work for has started to use > Docker. Docker Compose is a special Python program that talks to the > Docker daemon to run many containers at once using configuration from > a "declarative" YAML file (my kingdom for an sexp), and

Re: [PATCH 0/4] Make Emacs find packages in "~/.guix-profile".

2016-01-14 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-01-13 16:54 +0300) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2016-01-10 23:21 +0300) wrote: >>> Alex Kost skribis: > So this is a full patchset to "teach" Emacs how to find emacs packages > installed with Guix. See conve

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-14 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I’m not using pulseaudio; for me it’s just ALSA for regular software + > JACK for “professional” audio where sync and timing matters. That’s what I expected. ;-) > I’m not very knowledgeable about pulseaudio, unfortunately. As > pulseaudio can manage audio streams us

Re: [PATCH 3/6] emacs: Find packages in system profiles.

2016-01-14 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-01-14 01:42 +0300) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2016-01-12 23:28 +0300) wrote: >> >> [...] >> I had overlooked it, but wouldn’t it be easier if patch #2 did: +(defvar guix-system-profile + (concat guix-conf

Re: [PATCH 1/6] guix system: Export accessors.

2016-01-14 Thread Ludovic Courtès
Alex Kost skribis: > From df626fd61b5611b2174a792fd5736d696bd307c1 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 8 Jan 2016 02:48:17 +0300 > Subject: [PATCH] Move to (gnu system). > > * guix/scripts/system.scm (previous-grub-entries) > (display-system-generation): Use accessors inst

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ben Woodcroft
On 14/01/16 21:30, Ricardo Wurmus wrote: Ben Woodcroft writes: On 14/01/16 20:31, Ricardo Wurmus wrote: This breaks two of the cran importer tests: (test-equal "beautify-description: use double spacing" "This is a package. It is great. Trust me Mr. Hendrix." ((@@ (guix import cr

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-14 Thread Ricardo Wurmus
Ludovic Courtès writes: > Leo Famulari skribis: > >> * gnu/packages/audio.scm (espeak): New variable. > > If you think eSpeak-ng is not ready yet, or is sufficiently different, > it’s OK to package eSpeak. > >> +(native-inputs >> + `(("unzip" ,unzip))) >> +(inputs >> + `(("soni

Re: [PATCH] gnu: bind-utils: Build and install “nsupdate”.

2016-01-14 Thread Ricardo Wurmus
Alex Kost writes: > Mathieu Lirzin (2016-01-14 03:46 +0300) wrote: > >> Hi, >> >> Ricardo Wurmus writes: >> From ba32861728c3534be6796b6b32a9a90954b6 Mon Sep 17 00:00:00 2001 >>> From: Ricardo Wurmus >>> Date: Wed, 13 Jan 2016 16:06:36 +0100 >>> Subject: [PATCH] gnu: bind-utils: Build

Re: [PATCH] Update glade.

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 11:08:08 +0100 Ricardo Wurmus wrote: > This makes it possible to build “gnunet-gtk” with the latest version of > GTK+. I chose to disable the three tests, because they require an X > server with libGL support for software rendering. I couldn’t get this > to work even after a

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 14/01/16 20:31, Ricardo Wurmus wrote: >> This breaks two of the cran importer tests: >> >> (test-equal "beautify-description: use double spacing" >>"This is a package. It is great. Trust me Mr. Hendrix." >>((@@ (guix import cran) beautify-description) >>

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ben Woodcroft
On 14/01/16 20:31, Ricardo Wurmus wrote: Ben Woodcroft writes: On 11/01/16 07:17, Ludovic Courtès wrote: Ben Woodcroft skribis: From e3bad19a07d6a9fdf3045619232a24b77a1a5d12 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Wed, 6 Jan 2016 00:09:19 +1000 Subject: [PATCH 1/2] import:

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 11/01/16 07:17, Ludovic Courtès wrote: >> Ben Woodcroft skribis: >> >>> From e3bad19a07d6a9fdf3045619232a24b77a1a5d12 Mon Sep 17 00:00:00 2001 >>> From: Ben Woodcroft >>> Date: Wed, 6 Jan 2016 00:09:19 +1000 >>> Subject: [PATCH 1/2] import: cran: Move beautify-descr

[PATCH] Update glade.

2016-01-14 Thread Ricardo Wurmus
This makes it possible to build “gnunet-gtk” with the latest version of GTK+. I chose to disable the three tests, because they require an X server with libGL support for software rendering. I couldn’t get this to work even after adding “xorg-server” and “mesa”, and starting Xvfb before tests. Pa

Re: [PATCH] import: Move beautify description from cran to utils. (was Re: [PATCH 6/6] gnu: Add emacs-slime.)

2016-01-14 Thread Ben Woodcroft
On 11/01/16 07:17, Ludovic Courtès wrote: Ben Woodcroft skribis: From e3bad19a07d6a9fdf3045619232a24b77a1a5d12 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Wed, 6 Jan 2016 00:09:19 +1000 Subject: [PATCH 1/2] import: cran: Move beautify-description to utils module. * guix/import/cran

Re: [PATCH] gnu: bind-utils: Build and install “nsupdate”.

2016-01-14 Thread Alex Kost
Mathieu Lirzin (2016-01-14 03:46 +0300) wrote: > Hi, > > Ricardo Wurmus writes: > >>>From ba32861728c3534be6796b6b32a9a90954b6 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Wed, 13 Jan 2016 16:06:36 +0100 >> Subject: [PATCH] gnu: bind-utils: Build and install "nsupdate". >> >> *

Re: [PATCH 0/4] Make Emacs find packages in "~/.guix-profile".

2016-01-14 Thread Alex Kost
Ludovic Courtès (2016-01-13 16:54 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2016-01-10 23:21 +0300) wrote: >> >>> Alex Kost skribis: >>> So this is a full patchset to "teach" Emacs how to find emacs packages installed with Guix. See conversation at

Re: [PATCH 3/6] emacs: Find packages in system profiles.

2016-01-14 Thread Alex Kost
Ludovic Courtès (2016-01-14 01:42 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2016-01-12 23:28 +0300) wrote: > > [...] > >>> I had overlooked it, but wouldn’t it be easier if patch #2 did: >>> >>> +(defvar guix-system-profile >>> + (concat guix-config-state-directory "/profiles/syst

Re: [PATCH 1/6] guix system: Export accessors.

2016-01-14 Thread Alex Kost
Ludovic Courtès (2016-01-14 01:33 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2016-01-12 23:25 +0300) wrote: >> >>> Alex Kost skribis: >>> * guix/scripts/system.scm (read-boot-parameters, boot-parameters) (boot-parameters?, boot-parameters-label, boot-parameters-root-devic