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

2016-11-13 Thread John Darrington
On Sat, Nov 12, 2016 at 11:55:13PM +0100, Ludovic Court??s wrote: John Darrington skribis: > On Sat, Nov 12, 2016 at 04:28:08PM +0100, John Darrington wrote: > > If so, would it work to just do: > > "--enable-fs-paths-

[PATCH 1/1] gnu: readline-6.2: Fix CVE-2014-2524.

2016-11-13 Thread Leo Famulari
* gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/readline.scm (readline-6.2): Use it. --- gnu/local.mk | 1 + .../patches/readline-6.2-CVE-2014-2524.patch | 42 ++

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

2016-11-13 Thread Ludovic Courtès
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 installed in the current > system profile, > > which need not be the case. It might be installed only in root's > profile or I might >

Re: [PATCH] gnu: clisp: Use readline@6.2.

2016-11-13 Thread Ludovic Courtès
Andy Patterson skribis: > From 399f770b50cdbd9df57db99dd87e05b7d3d0c94c Mon Sep 17 00:00:00 2001 > From: Andy Patterson > Date: Sat, 12 Nov 2016 19:52:22 -0500 > Subject: [PATCH] gnu: clisp: Use readline@6.2. > > * gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2. Applied, thanks! Ludo’

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

2016-11-13 Thread Ludovic Courtès
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 > Subject: [PATCH] tests: Don't check file-sy

Re: [PATCH] gnu: mesa: Enable floating point textures.

2016-11-13 Thread Ludovic Courtès
"Thompson, David" skribis: > With this patch, I'm finally able to run programs that require OpenGL > 3.0 when using a Nouveau powered GPU. Floating point textures are > disabled by default in Mesa due to patent concerns. I assume that > it's okay to include this in Guix because it's similar to

Re: [PATCH 1/1] gnu: readline-6.2: Fix CVE-2014-2524.

2016-11-13 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/readline.scm (readline-6.2): Use it. LGTM, thank you! Ludo’.

Re: [PATCH] import/cpan: Maybe coerce version to string.

2016-11-13 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > * guix/import/cpan.scm (cpan-module->sexp) : Test if version in > meta is string or number. If it is number, coerce to string. LGTM, thanks! Ludo’.

Re: [PATCH] build-system/perl: Add wrap phase.

2016-11-13 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > * guix/build/perl-build-system.scm (wrap): New procedure. > (%standard-phases): Declare new phase, `wrap`, and use `wrap` > procedure. Nice! > +(define* (wrap #:key inputs outputs #:allow-other-keys) Please add a docstring, even if the original code didn’t h

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

2016-11-13 Thread manolis837
Hello everyone, This patch solves the undefined referrence issues I had when building the latest versions of glibc-hurd. Manolis

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

2016-11-13 Thread manolis837
From: Manolis Ragkousis * gnu/packages/base.scm (glibc/hurd): Avoid linking errors by forcing mach/hurd/libpthread glibc subdirs to build before anything else. --- gnu/packages/base.scm | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gnu/packages/base.scm b/gnu/p

Re: Time to merge core-updates!

2016-11-13 Thread Pjotr Prins
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 possibly add ‘glibc-2.23’ to ‘lo

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

2016-11-13 Thread John Darrington
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 installed in the current system profile,

Re: Patch: Add package definition for ruby-net-http-digest-auth

2016-11-13 Thread Pjotr Prins
Hi Fred, Thank you for your first package! It is a simple one, so mostly looks good to me. The synopsis and descr will need a little work: On Fri, Nov 11, 2016 at 07:48:41PM +0300, Frederick Muriithi wrote: > I have added a package definition for ruby-net-http-digest-auth and > created the patch.

Re: [PATCH] build-system/perl: Add wrap phase.

2016-11-13 Thread Hartmut Goebel
Am 13.11.2016 um 13:23 schrieb Ludovic Courtès: > We should probably factorize this in (guix build utils) eventually and > have both python-build-system and perl-build-system use it. Like: Since we are preparing the new python build system, now would be a good time for doing so :-) -- Regards H

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

2016-11-13 Thread Andy Patterson
On Sun, 13 Nov 2016 13:05:43 +0100 l...@gnu.org (Ludovic Courtès) wrote: > 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: And

Re: [PATCH] build-system/perl: Add wrap phase.

2016-11-13 Thread Leo Famulari
On Sun, Nov 13, 2016 at 04:11:07PM +0100, Hartmut Goebel wrote: > Am 13.11.2016 um 13:23 schrieb Ludovic Courtès: > > We should probably factorize this in (guix build utils) eventually and > > have both python-build-system and perl-build-system use it. Like: > > Since we are preparing the new pyt

Re: [Patch 0/10] Add Ring

2016-11-13 Thread Lukas Gradl
Mike Gerwitz writes: > On Wed, Nov 09, 2016 at 12:07:10 -0600, Lukas Gradl wrote: >> If anyone would like to work on this patch series, please feel free to >> claim it as your own. I hope my work will be of some use. If nobody >> picks it up, I will be very happy to come back to it, but that wil

Re: [PATCH] build-system/perl: Add wrap phase.

2016-11-13 Thread Hartmut Goebel
Am 13.11.2016 um 21:05 schrieb Leo Famulari: > Swerve of subject: Hartmut, can you merge the master branch into > wip-python-build-system, delete wip-python-build-system on Savannah and > push the newly updated branch as python-build-system? > > Perhaps it's also okay to just rebase on top of the n

Re: [PATCH 1/1] gnu: readline-6.2: Fix CVE-2014-2524.

2016-11-13 Thread Leo Famulari
On Sun, Nov 13, 2016 at 01:12:31PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/readline.scm (readline-6.2): Use it. > > LGTM, thank you! Okay, push

Please review: documentation for python build system

2016-11-13 Thread Hartmut Goebel
Hi, we are about to merge the wip-python-build-system. I'd like to add some commentary there explaining how the different install methods of Python behave. This could save someone else the effort of anaylsing and testing this again is some questions about the Python build system arise. I ask you

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

2016-11-13 Thread Andy Patterson
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, -- Andy From fc3b127ea206749cf91eb956e57083f9169f29fb Mon Sep 17 00:00:00 2001 From: