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

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 >

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

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

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

[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.

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

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

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,

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

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:

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

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

Re: [PATCH] Gracefully handle incompatible locale data

2015-10-28 Thread Carlos O'Donell
On 10/27/2015 11:30 AM, Samuel Thibault wrote: > Hello, > > Ludovic Courtès, le Tue 22 Sep 2015 17:27:55 +0200, a écrit : >> loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof >> (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed. >> >> This patch

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

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:

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:

[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

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

[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] 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 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

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

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: [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

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