Re: [PATCH] system: container: Update to new service API.

2015-10-28 Thread Thompson, David
On Tue, Oct 27, 2015 at 9:22 AM, Ludovic Courtès wrote: > Sorry, I meant to preserve #:container? behavior but I forgot this bit. > > I believe the attached patch provides an Even Greater Way to address the > problem, namely by making the modprobe/firmware thing an optional > service. > > Could yo

[PATCH] gnu: ffmpeg: Move flags into their own argument.

2015-10-28 Thread Andy Patterson
Hey everyone, Here's a simple patch which makes it easier to customize ffmpeg's configure flags when inheriting from the package. The reason I wanted to do this was so that I could enable TLS support for ffmpeg locally. The comment in the configure flags specifies that the tests fail with gnutls

Re: [PATCH 1/1] gnu: lua: Build with dynamic library support.

2015-10-28 Thread Leo Famulari
I'm still working on this but I found something interesting that I want to ask the list about. Attached is a diff of the build logs for lua-5.1 from master and lua-5.1 for the patch I sent upthread. You may notice that they share the `make` invocation, but that gcc is being invoked with different

Re: Inconsistencies in 'guix system' and 'guix package'

2015-10-28 Thread Alex Kost
Ludovic Courtès (2015-10-27 19:06 +0300) wrote: > Alex Kost skribis: > >> 1. Should 'guix system' actions share the same options? >> >> I think it is confusing that recently added 'guix system' actions >> (dmd-graph, extension-graph and list-generations) can take the same >> command-line options

Service customization

2015-10-28 Thread Ludovic Courtès
Hi Guix! A fairly common pattern in GuixSD is: You want to use whatever is in ‘%desktop-services’, say, but you want to tweak the configuration of some of the services in there. This is where the ‘modify-services’ macro comes in, inspired by Taylan’s ‘modify-phases’: Occasionally, instead o

Re: Environment containers

2015-10-28 Thread Efraim Flashner
On Wed, 28 Oct 2015 16:32:54 +0100 Ricardo Wurmus wrote: > Thompson, David writes: > > > Hello Guix hackers, > > > > I am pleased to announce that the patch for adding Linux container > > support to 'guix environment' has just landed in master! > > Yay! Thank you so much for your work on th

[PATCH] emacs: Add completions for '--type' option of 'refresh' popup.

2015-10-28 Thread Alex Kost
This is for completions in "M-x guix r =t". In 'emacs/guix-main.scm' I used: (map (@ (guix upstream) upstream-updater-name) (@ (guix scripts refresh) %updaters))) instead of adding these modules to the top-level (use-modules ...) to avoid loading them on start. If it's OK, I'm going to

[PATCH] emacs: Add shell completions for 'guix refresh --type'.

2015-10-28 Thread Alex Kost
This is for completions in "M-x shell". >From 5c2294db69811395650db151d14d548495002cfb Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Wed, 28 Oct 2015 20:48:45 +0300 Subject: [PATCH] emacs: Add shell completions for 'guix refresh --type'. * emacs/guix-pcomplete.el (guix-pcomplete-refresh-updater

Re: [PATCH] refresh: Support comma separated updater types.

2015-10-28 Thread Alex Kost
Ludovic Courtès (2015-10-27 23:18 +0300) wrote: > Alex Kost skribis: > >> From 4a5132f171dfe6bac99661e75e7c5e53c4f74116 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Tue, 27 Oct 2015 21:13:05 +0300 >> Subject: [PATCH] refresh: Support comma separated updater types. >> >> * guix/scripts/re

New template for 'guix-packages' made available

2015-10-28 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'guix-packages' has been made available to the language teams for translation. It is archived as: http://translationproject.org/POT-

New template for 'guix' made available

2015-10-28 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'guix' has been made available to the language teams for translation. It is archived as: http://translationproject.org/POT-files/gui

Re: Environment containers

2015-10-28 Thread Alex Vong
On 29/10/2015, Thompson, David wrote: > On Wed, Oct 28, 2015 at 11:56 AM, Ludovic Courtès wrote: >> "Thompson, David" skribis: >> >>> On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong >>> wrote: On 28/10/2015, Ludovic Courtès wrote: > Alex Vong skribis: > >> On 27/10/2015, Ludovic

Re: Environment containers

2015-10-28 Thread Thompson, David
On Wed, Oct 28, 2015 at 11:56 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong wrote: >>> On 28/10/2015, Ludovic Courtès wrote: Alex Vong skribis: > On 27/10/2015, Ludovic Courtès wrote: [...] >> Do you s

Re: Environment containers

2015-10-28 Thread Ludovic Courtès
"Thompson, David" skribis: > On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong wrote: >> On 28/10/2015, Ludovic Courtès wrote: >>> Alex Vong skribis: >>> On 27/10/2015, Ludovic Courtès wrote: >>> >>> [...] >>> > Do you still experience the test failures mentioned in that report? If >

Re: [PATCH] Fix and update pbtranscript-tofu.

2015-10-28 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> From eec9e45e681b5f2c85db8a5a60a0d55e132e62a1 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Wed, 28 Oct 2015 14:39:13 +0100 >> Subject: [PATCH] gnu: pbtranscript-tofu: Update to 2.2.3. >> >> * gnu/packages/bioinformatics.scm (p

Re: Environment containers

2015-10-28 Thread Ricardo Wurmus
Thompson, David writes: > Hello Guix hackers, > > I am pleased to announce that the patch for adding Linux container > support to 'guix environment' has just landed in master! Yay! Thank you so much for your work on this! > 2) There are no disk images. Disk images are opaque blobs that are >

Re: Environment containers

2015-10-28 Thread Thompson, David
On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong wrote: > On 28/10/2015, Ludovic Courtès wrote: >> Alex Vong skribis: >> >>> On 27/10/2015, Ludovic Courtès wrote: >> >> [...] >> Do you still experience the test failures mentioned in that report? If not, could you email 21...@debbugs.gnu.o

Re: Environment containers

2015-10-28 Thread Alex Vong
On 28/10/2015, Ludovic Courtès wrote: > Alex Vong skribis: > >> On 27/10/2015, Ludovic Courtès wrote: > > [...] > >>> Do you still experience the test failures mentioned in that report? If >>> not, could you email 21...@debbugs.gnu.org, specifying which commit >>> works for you? >>> >> Yes, the

Re: Aarddict

2015-10-28 Thread Ludovic Courtès
Removing Aarddict is fine with me, especially if upstream has more or less abandoned the current code base. Maybe wait a couple more days before removing it, just in case. Maybe we can leave ‘python2-pyqt-4’, though. Ludo’.

Re: Substitutes from multiple server

2015-10-28 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Unfortunately, due to , the daemon’s > --substitute-urls is overridden by clients, so you really have to pass > --substitute-urls to various ‘guix’ commands. This one was so lame that a solution came to mind, implemented in fb4b

Re: [PATCH] Fix and update pbtranscript-tofu.

2015-10-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From eec9e45e681b5f2c85db8a5a60a0d55e132e62a1 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 28 Oct 2015 14:39:13 +0100 > Subject: [PATCH] gnu: pbtranscript-tofu: Update to 2.2.3. > > * gnu/packages/bioinformatics.scm (pbtranscript-tofu): Update to 2.2.3.

Re: State of dbus-update

2015-10-28 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Andreas Enge writes: > >> The fix for ardour-3 is not enough: >>http://hydra.gnu.org/build/758432 >> Is the package still needed, or could it be dropped in favour of ardour-4? > > I think we can drop it and just leave Ardour 4. Is there a reason someone might still

Re: Environment containers

2015-10-28 Thread Ludovic Courtès
Alex Vong skribis: > On 27/10/2015, Ludovic Courtès wrote: [...] >> Do you still experience the test failures mentioned in that report? If >> not, could you email 21...@debbugs.gnu.org, specifying which commit >> works for you? >> > Yes, there are 4 tests still failing with the latest master

Re: State of dbus-update

2015-10-28 Thread Ricardo Wurmus
Andreas Enge writes: > The fix for ardour-3 is not enough: >http://hydra.gnu.org/build/758432 > Is the package still needed, or could it be dropped in favour of ardour-4? I think we can drop it and just leave Ardour 4.

[PATCH] Fix and update pbtranscript-tofu.

2015-10-28 Thread Ricardo Wurmus
>From eec9e45e681b5f2c85db8a5a60a0d55e132e62a1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 28 Oct 2015 14:39:13 +0100 Subject: [PATCH] gnu: pbtranscript-tofu: Update to 2.2.3. * gnu/packages/bioinformatics.scm (pbtranscript-tofu): Update to 2.2.3. [source]: Remove bundled Cython so

Re: State of dbus-update

2015-10-28 Thread Andreas Enge
On Wed, Oct 28, 2015 at 01:58:44PM +0100, Andreas Enge wrote: > raincat on x86_64. Here a solution is to add freeglut as an input to raincat. Alternatively, we could propagate the freeglut input of ghc-glut. What do(es) the specialist(s) think? Andreas

Re: Environment containers

2015-10-28 Thread Alex Vong
Hi everyone, On 27/10/2015, Ludovic Courtès wrote: > Alex Vong skribis: > >> On 26/10/2015, Thompson, David wrote: >>> On Mon, Oct 26, 2015 at 10:37 AM, Taylan Ulrich Bayırlı/Kammer >>> wrote: >>> Also, for Debian 8 users and maybe others, this might help: sudo sysctl -w ker

State of dbus-update

2015-10-28 Thread Andreas Enge
Hi all, it looks like we are more or less there: http://hydra.gnu.org/eval/107613?compare=master#tabs-now-fail 34 "newly failing", plus some more that failed under "new jobs". The updated leptonica unfortunately fails on all architectures: http://hydra.gnu.org/build/758863 The fix for ardo

Re: [PATCH] scripts: build: Add --file option.

2015-10-28 Thread Thompson, David
On Wed, Oct 28, 2015 at 5:26 AM, Ludovic Courtès wrote: > David Thompson skribis: > >> From d3dd1b2d05f17702f7fa6095132db00e2146e702 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Mon, 26 Oct 2015 18:09:28 -0400 >> Subject: [PATCH] scripts: build: Add --file option. >> >> * guix/scrip

Re: Substitutes from multiple server

2015-10-28 Thread Thompson, David
On Wed, Oct 28, 2015 at 7:14 AM, Ludovic Courtès wrote: > It’s now possible to really use multiple substitute servers, as in: > > guix build foo --substitute-urls='http://example.org http://hydra.gnu.org' > > Here Guix first looks for substitutes at example.org, and then falls > back to gnu.org

Substitutes from multiple server

2015-10-28 Thread Ludovic Courtès
It’s now possible to really use multiple substitute servers, as in: guix build foo --substitute-urls='http://example.org http://hydra.gnu.org' Here Guix first looks for substitutes at example.org, and then falls back to gnu.org for those that were not found. The basics were in place but commit

Re: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz

2015-10-28 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> + 8692ab8 TEMPORARY_HACK: gnu: gst-plugins-base: Disable tests on MIPS and >> ARM. >> + 8549720 NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel. >> + 7380191 gnu: grub: Add support for Loongson-based machines. > >

Re: [PATCH] scripts: build: Add --file option.

2015-10-28 Thread Ludovic Courtès
David Thompson skribis: > From d3dd1b2d05f17702f7fa6095132db00e2146e702 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Mon, 26 Oct 2015 18:09:28 -0400 > Subject: [PATCH] scripts: build: Add --file option. > > * guix/scripts/build.scm (show-help): Add help text for --file option. > (%o

Aarddict

2015-10-28 Thread Andreas Enge
Aarddict, an offline wikipedia browser, does not work any more since we removed webkit from qt-4; there is an error at runtime. It was me who added it at some point in time, and I suspect being the only user (well, I do not use it much anymore either, or I would have noticed the problem earlier). I