[PATCH] gnu: Add httptunnel.

2016-11-14 Thread Tobias Geerinckx-Rice
* gnu/packages/web.scm (httptunnel): New variable. --- gnu/packages/web.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 81f861a..063a8a9 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@

[PATCH] gnu: fftw: Build threads library.

2016-11-14 Thread Ricardo Wurmus
* gnu/packages/algebra.scm (fftw)[arguments]: Add "--enable-threads" to configure flags. --- gnu/packages/algebra.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 8e9695d..e212775 100644 --- a/gnu/packages/algebra.s

[PATCH] Fix ardour and mod-host builds.

2016-11-14 Thread Ricardo Wurmus
This patch requires quite a few rebuilds. It is needed to fix the build of at least Ardour and mod-host. Should this go to core-updates? Ricardo Wurmus (1): gnu: fftw: Build threads library. gnu/packages/algebra.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.10.1

[PATCH] gnu: Add pcb-rnd.

2016-11-14 Thread Ricardo Wurmus
* gnu/packages/engineering.scm (pcb-rnd): New variable. --- gnu/packages/engineering.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index b4d9af0..822d64c 100644 --- a/gnu/packages/engineering.scm +++

Website development questions

2016-11-14 Thread Luis Felipe López Acevedo
Hi, I cloned the website to try a fix for bug #22115, and wanted to ask first what process do you follow to try out the whole website locally? When I build and serve the website with Haunt, I face the following problems: 1. Pages don't load static files because they are looking for the "sta

Re: [PATCH 1/4] gnu: Separate util-linux into three packages.

2016-11-14 Thread John Darrington
On Mon, Nov 14, 2016 at 10:48:18AM +0100, Ludovic Court??s wrote: John Darrington skribis: > GuixSD doesn???t use the ???mount??? command to mount file systems so that > shouldn???t have any influence. > > What does it use instead? The ???mount??? sy

[PATCH] Added package xcalib

2016-11-14 Thread Petter
Hi, I just made a recipe for xcalib, with help from iyzsong. This is the first time I've created one so please be extra alert while reviewing, and don't hesitate to inform me of mistakes. Best, PetterFrom 00ca66ec205baf52dc340faa61fd8ac38122e273 Mon Sep 17 00:00:00 2001 From: Petter Date: Mo

Re: [PATCH] Add php

2016-11-14 Thread Ludovic Courtès
Marius Bakke skribis: > Some failures are indeed due to missing network or programs in the build > environment. I tried patching a few just now, but unfortunately some > files are in a format apparently not supported by Guile! > > 870: 5 [call-with-input-file "ext/mbstring/tests/bug26639.phpt" .

Re: [PATCH] tests: Don't check file-systems in container tests.

2016-11-14 Thread Ludovic Courtès
Marius Bakke skribis: > Ludovic Courtès writes: > >> Hi, >> >> Andy Patterson skribis: >> >>> The containers test was hanging for me, and this patch fixed the >>> problem. >> >> [...] >> >>> From 945ad44acf489b7f3a398d4ab739ec2b48477502 Mon Sep 17 00:00:00 2001 >>> From: Andy Patterson >>> Dat

Re: [PATCH] Add php

2016-11-14 Thread Marius Bakke
Ludovic Courtès writes: > Hi Marius, > > Marius Bakke skribis: > >> Marius Bakke writes: >> >>> Julien Lepiller writes: >>> > Could you send an updated patch to address those issues? Then we can > happily apply it. here is the updated patch. I let the tests be done because it doe

Re: [PATCH] gnu: glibc-hurd: Force mach/hurd/libpthread subdirs to build first.

2016-11-14 Thread Ludovic Courtès
manolis...@gmail.com skribis: > From: Manolis Ragkousis > > * gnu/packages/base.scm (glibc/hurd): Avoid linking errors by forcing > mach/hurd/libpthread glibc subdirs to build before anything else. Rather: * gnu/packages/base.scm (glibc/hurd)[arguments]: Replace 'build' phase. The comment in t

Re: [PATCH] Add php

2016-11-14 Thread Ludovic Courtès
Hi Marius, Marius Bakke skribis: > Marius Bakke writes: > >> Julien Lepiller writes: >> Could you send an updated patch to address those issues? Then we can happily apply it. >>> here is the updated patch. I let the tests be done because it doesn't >>> harm, but it does no good eith

Re: [PATCH] tests: Don't check file-systems in container tests.

2016-11-14 Thread Marius Bakke
Ludovic Courtès writes: > Hi, > > Andy Patterson skribis: > >> The containers test was hanging for me, and this patch fixed the >> problem. > > [...] > >> From 945ad44acf489b7f3a398d4ab739ec2b48477502 Mon Sep 17 00:00:00 2001 >> From: Andy Patterson >> Date: Sat, 12 Nov 2016 22:10:01 -0500 >> S

Re: [PATCH 2/3] services: Add wpa-supplicant-service.

2016-11-14 Thread Ludovic Courtès
Hi! Tomáš Čech skribis: >> So does Connman work as expected now? I guess it was all broken before? > > It works better with WiFi after this change but it is still far from perfect. > > 1] it still can be controlled only by root (it requires D-Bus policy >to be installed properly and I need

Re: [PATCH] Add php

2016-11-14 Thread Marius Bakke
Marius Bakke writes: > Julien Lepiller writes: > >>> Could you send an updated patch to address those issues? Then we can >>> happily apply it. >> here is the updated patch. I let the tests be done because it doesn't >> harm, but it does no good either, so feel free to disable them if you >> pr

Re: Time to merge core-updates!

2016-11-14 Thread Ludovic Courtès
Pjotr Prins skribis: > On Sun, Nov 13, 2016 at 12:45:04AM +0100, Ludovic Courtès wrote: >> A recap of the news: >> >> • glibc upgraded to 2.24; make sure to reread >> >> >> and p

Re: [PATCH] Add php

2016-11-14 Thread Marius Bakke
Julien Lepiller writes: >> Could you send an updated patch to address those issues? Then we can >> happily apply it. > here is the updated patch. I let the tests be done because it doesn't > harm, but it does no good either, so feel free to disable them if you > prefer. Hello! I've gone through

Re: [PATCH 1/4] gnu: Separate util-linux into three packages.

2016-11-14 Thread Ludovic Courtès
John Darrington skribis: > On Sun, Nov 13, 2016 at 12:59:50PM +0100, Ludovic Court??s wrote: > John Darrington skribis: > > > On Sat, Nov 12, 2016 at 11:55:13PM +0100, Ludovic Court??s wrote: > > [...] > > > > Also, it would only work if nfs-utils was i

Re: [PATCH] gnu: mpv: Use lua@5.2.

2016-11-14 Thread Marius Bakke
Andy Patterson writes: > Hi, > > This patch re-enables lua support in mpv. After reading > waftools/checks/custom.py in the distribution, I came to the conclusion > that lua > 5.2 isn't supported, so I think this is the right approach. Thanks for catching this, applied! signature.asc Descripti