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

2016-11-12 Thread Thompson, David
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 how we include lame despite MP3 being

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

2016-11-12 Thread Andy Patterson
Hello, The containers test was hanging for me, and this patch fixed the problem. -- Andy 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-systems in container tests. * test

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

2016-11-12 Thread Andy Patterson
Hi, This fixes the build for clisp. -- Andy 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. --- gnu/packa

Re: [Patch 0/10] Add Ring

2016-11-12 Thread Mike Gerwitz
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 will most > likely not happen w

Re: Time to merge core-updates!

2016-11-12 Thread David Craven
Great news!

Re: Time to merge core-updates!

2016-11-12 Thread alex sassmannshausen
Champagne all around! :D On 13 Nov 2016 12:45 a.m., "Ludovic Courtès" wrote: > Hi! > > Leo Famulari skribis: > > > I think it's ready to merge, too. > > OK, merged! :-) > > A recap of the news: > > • glibc upgraded to 2.24; make sure to reread >

Re: Time to merge core-updates!

2016-11-12 Thread Ludovic Courtès
Hi! Leo Famulari skribis: > I think it's ready to merge, too. OK, merged! :-) A recap of the news: • glibc upgraded to 2.24; make sure to reread and possibly add ‘glibc-2.23’

Re: [Patch 0/10] Add Ring

2016-11-12 Thread Lukas Gradl
Leo Famulari writes: > On Wed, Nov 09, 2016 at 12:07:10PM -0600, Lukas Gradl wrote: >> I would like to apologize for my long silence. I am currently facing >> somewhat of a crisis in my professional life, which is taking a lot of >> my time and energy. >> >> Chris Marusich writes: >> >> > Wha

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

2016-11-12 Thread Ludovic Courtès
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-default=/run/current-system/profile/sbin" > > ? > > That wo

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

2016-11-12 Thread Tomáš Čech
I thought I sent reply already but I probably did not thanks to connection problems ;-) On Wed, 09 Nov 2016 23:32:52 +0100, Ludovic Courtès wrote: > > Tomáš Čech skribis: > > > * gnu/services/networking.scm (wpa-supplicant-service): New procedure. > > (wpa-supplicant-service-type): New variable

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

2016-11-12 Thread Alex Sassmannshausen
* guix/build/perl-build-system.scm (wrap): New procedure. (%standard-phases): Declare new phase, `wrap`, and use `wrap` procedure. --- guix/build/perl-build-system.scm | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/guix/build/perl-buil

[PATCH] Wrap binaries in perl build system.

2016-11-12 Thread Alex Sassmannshausen
Hello, Perl, like Python and Guile, uses an environmental variable to make libraries accessible to binaries. For this purpose, binaries need to be wrapped with an executable which sets the env variable appropriately. This patch implements the same functionality that the Python build side code al

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

2016-11-12 Thread Alex Sassmannshausen
* guix/import/cpan.scm (cpan-module->sexp) : Test if version in meta is string or number. If it is number, coerce to string. --- guix/import/cpan.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm index 5b7c475..d244969 100644

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

2016-11-12 Thread Alex Sassmannshausen
Hello, Sometimes json-fetch returns a number for version in the CPAN importer, when a string is expected. This simple patch performs a match on the value returned by json-fetch, to coerce the number to string if necessary. WDYT? Alex Alex Sassmannshausen (1): import/cpan: Maybe coerce versio

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

2016-11-12 Thread John Darrington
On Sat, Nov 12, 2016 at 04:28:08PM +0100, John Darrington wrote: If so, would it work to just do: "--enable-fs-paths-default=/run/current-system/profile/sbin" ? That would only work on GuixSD, but Guix???s ???moun

Re: Libtiff buffer overflow fix

2016-11-12 Thread Leo Famulari
On Fri, Nov 11, 2016 at 12:04:43AM -0500, Kei Kebreau wrote: > Leo Famulari writes: > > > This patch fixes a buffer overflow in libtiff: > > > > http://bugzilla.maptools.org/show_bug.cgi?id=2587 > > http://seclists.org/oss-sec/2016/q4/381 > > > > There is no CVE ID assigned yet. > > LGTM! Pushe

Re: Time to merge core-updates!

2016-11-12 Thread Leo Famulari
On Sat, Nov 12, 2016 at 04:44:11PM +0100, Ludovic Courtès wrote: > Hello! > > The ‘core-updates’ branch is in good shape. There are 172 new job > failures compared to ‘master’, including packages such as Ardour, clisp, > TeX Maker, and several Python packages: > > https://hydra.gnu.org/eval/10

Time to merge core-updates!

2016-11-12 Thread Ludovic Courtès
Hello! The ‘core-updates’ branch is in good shape. There are 172 new job failures compared to ‘master’, including packages such as Ardour, clisp, TeX Maker, and several Python packages: https://hydra.gnu.org/eval/109368?compare=master If we merge, I think people will have a greater incentive

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

2016-11-12 Thread John Darrington
On Sat, Nov 12, 2016 at 03:53:59PM +0100, Ludovic Court??s wrote: Hi! John Darrington skribis: > * gnu/packages/linux.scm (util-linux/base): New variable, > (util-linux/mount): New variable, (util-linux) Refine > inheriting from util-linux/base. Do

Re: [PATCH 3/3] gnu: Add python-flask-restplus.

2016-11-12 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/packages/python.scm (python-flask-restplus): New variable. Applied with synopsis/description tweak, thanks! Ludo’.

Re: [PATCH 2/3] gnu: Add python-rednose.

2016-11-12 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/packages/python.scm (python-rednose): New variable. I added more context in the synopsis and applied. Thanks. Ludo.'

Re: [PATCH 1/3] gnu: Add python-termstyle.

2016-11-12 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/packages/python.scm (python-termstyle): New variable. Applied, thanks!

Re: [PATCH] gnu: Add perl-modern-perl.

2016-11-12 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > * gnu/packages/perl.scm (perl-modern-perl): New variable. LGTM, thanks! Ludo'.

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

2016-11-12 Thread Ludovic Courtès
Hi! John Darrington skribis: > * gnu/packages/linux.scm (util-linux/base): New variable, > (util-linux/mount): New variable, (util-linux) Refine > inheriting from util-linux/base. Do I get it right that these changes aim to make ‘mount -t nfs’ work? That is, to allow ‘mount’ to find the ‘mount

Re: Hello from powerpc

2016-11-12 Thread Ludovic Courtès
Hello Carlos! csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > Slowly progressing, quite busy with lately. I will try to address > pending comments on patches I already sent (and which are required for > powerpc support) before sending the new ones. There is nothing really > complex,

Re: [PATCH] Generate multiple paginated packages pages.

2016-11-12 Thread Ludovic Courtès
Hello Alex! Alex Sassmannshausen skribis: > * website/www.scm (%web-pages): Add prototype code for generating our > packages pages. > * website/www/packages.scm (all-packages): Re-factor to > `packages-by-grouping`. > (paginated-packages-page): New procedure. > (packages-page): Tweak for

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-12 Thread Ludovic Courtès
Marius Bakke skribis: >>> guix/build/download.scm:383:6: In procedure tls-wrap: >>> guix/build/download.scm:383:6: X.509 certificate of 'static.nvd.nist.gov' >>> could not be verified: >>> signer-not-found >>> invalid > > That's interesting, I have a similar problem after rebuilding my GuixS

[PATCH] gnu: Add perl-modern-perl.

2016-11-12 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-modern-perl): New variable. --- gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 6b3d0a7..edd51be 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH] Add Modern::Perl

2016-11-12 Thread Alex Sassmannshausen
Simple patch to add Modern::Perl. Alex Alex Sassmannshausen (1): gnu: Add perl-modern-perl. gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) -- 2.10.1

Re: [PATCH] gnu: Add Handbrake.

2016-11-12 Thread Ludovic Courtès
Eric Bavier skribis: > On Mon, 31 Oct 2016 10:30:40 +0100 > Ricardo Wurmus wrote: > >> Eric Bavier writes: >> >> > * gnu/packages/video.scm (handbrake): New variable. >> > * gnu/packages/patches/handbrake-pkg-config-path.patch: New patch. >> > * gnu/local.mk (dist_patch_DATA): Add it. >> >>

Re: Package page

2016-11-12 Thread Alex Sassmannshausen
Hello, pelzflorian (Florian Pelz) writes: > On 11/11/2016 06:41 PM, Ludovic Courtès wrote: >> Hello! >> >> Adam Pribyl skribis: >> >>> The GuixSD package page >>> >>> https://www.gnu.org/software/guix/packages/ >>> >>> is getting somewhat large to load. It is also bit short sighted to >>> list

Re: Package page

2016-11-12 Thread pelzflorian (Florian Pelz)
On 11/11/2016 06:41 PM, Ludovic Courtès wrote: > Hello! > > Adam Pribyl skribis: > >> The GuixSD package page >> >> https://www.gnu.org/software/guix/packages/ >> >> is getting somewhat large to load. It is also bit short sighted to >> list all packages on one html page. Any plans what to with t

Re: [PATCH 1/3] gnu: connman: Use localstatedir outside of store.

2016-11-12 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 10.11.2016 um 08:55 schrieb Efraim Flashner: >> > + ;; location for daemon state files and internal configuration >> > + ;; needs to be writeable > > I wonder if this shouldn't be the default for gnu-build-system? It is tempting, yes. However

Re: New French PO file for 'guix' (version 0.11.0)

2016-11-12 Thread Ludovic Courtès
Translation Project Robot skribis: > A revised PO file for textual domain 'guix' has been submitted > by the French team of translators. The file is available at: > > http://translationproject.org/latest/guix/fr.po Applied! Ludo’.

Re: [PATCH] gnu: prosody: fix SSL/TLS.

2016-11-12 Thread Ludovic Courtès
Clément Lassieur skribis: > * gnu/packages/lua.scm (lua5.1-sec-0.5): New variable. > * gnu/packages/messaging.scm (prosody): > [inputs]: Change lua5.1-sec to lua5.1-sec-0.5. Applied, thanks! Ludo’.

Re: OpenSSL 1.1.0c security update required

2016-11-12 Thread Ludovic Courtès
Leo Famulari skribis: > OpenSSL 1.1.0c was released today. It fixes CVE-2016-{7053,7054,7055}: > > https://www.openssl.org/news/secadv/20161110.txt > > This version of OpenSSL is *not* currently used by any packages, so it's > not a critical "drop everything and get to work" update, in my opinion