Re: [PATCH] gnu: gzochi: Update to 0.10.

2016-08-22 Thread Mark H Weaver
Julian Graham writes: > Hi Mark, > > On Mon, Aug 22, 2016 at 12:24 AM, Mark H Weaver wrote: >> This update seems to have broken gzochi on i686 and armhf. Segfaults >> and aborts occur during the test suite. > > Oh dear, that's embarrassing. > > >>

update python-urwid, python-urwidtrees

2016-08-22 Thread Troy Sankey
Also throwing in a third patch to update comments in the alot package definition. It's related because it's the same note as in python-urwidtrees: author only distributes via github, not pypi. FWIW, I'm submitting these to fix a cosmetic bug in alot. I also did check the other consumer of

[PATCH 1/1] gnu: mit-krb5: Replace with 1.14.3 [fixes CVE-2016-3120].

2016-08-22 Thread Leo Famulari
* gnu/packages/mit-krb5.scm (mit-krb5)[replacement]: New field. (mit-krb5-1.14.3): New variable. --- gnu/packages/mit-krb5.scm | 16 1 file changed, 16 insertions(+) diff --git a/gnu/packages/mit-krb5.scm b/gnu/packages/mit-krb5.scm index 2b8839c..3d11f3a 100644 ---

[PATCH 0/1] mit-krb5 security update CVE-2016-3120

2016-08-22 Thread Leo Famulari
This patch uses a graft to provide the latest release of mit-krb5, in order to fix CVE-2016-3120: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3120 Leo Famulari (1): gnu: mit-krb5: Replace with 1.14.3 [fixes CVE-2016-3120]. gnu/packages/mit-krb5.scm | 16 1 file

[PATCH] gnu: Add glfw.

2016-08-22 Thread David Thompson
* gnu/packages/gl.scm (glfw): New variable. --- gnu/packages/gl.scm | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index a4bffe4..4b5646e 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm

Re: [PATCH 7/7] gnu: Add prosody.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 09:39:18PM +0200, Ricardo Wurmus wrote: > * gnu/packages/messaging.scm (prosody): New variable. > +(inputs > + `(("libidn" ,libidn) > + ("openssl" ,openssl) > + ("lua" ,lua-5.1) > + ("lua-expat" ,lua5.1-expat) > + ("lua-socket"

Re: [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 11:21:54PM +, ng0 wrote: > In the commit message, is the ending "in gnunet-gtk" unnecessary? It > almost feels like it. Yes, I think it's unnecessary, so I removed it. > Subject: [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk. > > *

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread Leo Famulari
On Tue, Aug 23, 2016 at 02:04:01AM +0200, David Craven wrote: > Can I get some feedback on this email? Is it appropriate? I guess the email looks good. I would rather ask some licensing experts before taking this to the author, who probably intended to release the code as free software. By the

Re: [PATCH v6] gnu: Add u-boot, device-tree-compiler.

2016-08-22 Thread David Craven
> The default machine for qemu-system-mips is: > malta MIPS Malta Core LV (default) > > I don't know if uboot can boot this? Maybe someone interested > in guix system vm --system=mipsel-linux can comment? malta_defconfig should work according to [0] [0]

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread David Craven
Can I get some feedback on this email? Is it appropriate? Hi Markus, I got your email address from https://www.cl.cam.ac.uk/~mgk25/. I'm a contributor to the guixsd project, a free linux distribution. I commited a package named libtsm. The package contains two files (wcwidth.c and wcwidth.h)

Re: [PATCH] gnu: Add p7zip.

2016-08-22 Thread Kei Kebreau
Ricardo Wurmus writes: > Kei Kebreau writes: > >> Here's the corresponding patch. Maybe you or someone else can double (or >> triple?) >> check and make sure there are no proprietary files the source after running >> "./pre-inst-env guix build -S

[PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk.

2016-08-22 Thread ng0
In the commit message, is the ending "in gnunet-gtk" unnecessary? It almost feels like it. Thanks for merging the libunique patch. >From 71c7fa15df9793827e93823eb37c35b4357626cc Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 22 Aug 2016 23:13:03 + Subject: [PATCH]

Re: [PATCH 1/7] gnu: lua: Build with support for dynamic libraries.

2016-08-22 Thread gno
On Mon, 22 Aug 2016 21:39:12 +0200 Ricardo Wurmus wrote: > * gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and > add make-flags. > --- > gnu/packages/lua.scm | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git

Re: [PATCH] gnu: font-un: Add mirror.

2016-08-22 Thread ng0
Leo Famulari writes: > On Sat, Aug 20, 2016 at 07:44:21PM +, ng0 wrote: >> This adds another mirror for font-un, this time with tls >> enabled. Leaving the sdf.org mirror in the list in case dl.n0.is goes >> down. > > Hi, can you remind us why this is necessary? It is

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread David Craven
>>> The new license bars us from redistributing the code for a fee? If so, >>> does that count as free software? >> >>> But regardless of how you got your copies, you always have the freedom >>> to copy and change the software, even to sell copies. >> >> I guess not then. It has to be removed

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread David Craven
> The new license bars us from redistributing the code for a fee? If so, > does that count as free software? > But regardless of how you got your copies, you always have the freedom > to copy and change the software, even to sell copies. I guess not then. It has to be removed then?

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 11:46:55PM +0200, David Craven wrote: > >> How do I figure out what kind of license they are? > > > > I usually do a web search on a sentence fragment. > > That works very nicely. Thank you! > > What do I do if someone removes a word from a license text? :/ > >

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread David Craven
>> How do I figure out what kind of license they are? > > I usually do a web search on a sentence fragment. That works very nicely. Thank you! What do I do if someone removes a word from a license text? :/ Permission to use, copy, modify, and/or distribute this software for any purpose >and<

Re: [PATCH v6] gnu: Add u-boot, device-tree-compiler.

2016-08-22 Thread David Craven
> Which u-boot defconfig should we use? > > List of defconfigs with "vexpress" in the name: > > vexpress_aemv8a_dram_defconfig > vexpress_aemv8a_juno_defconfig > vexpress_aemv8a_semi_defconfig > vexpress_ca15_tc2_defconfig > vexpress_ca5x2_defconfig > vexpress_ca9x4_defconfig Ups I just realized

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 10:54:38PM +0200, David Craven wrote: > Ups, on the license thing, I was quick to push. If the licenses aren't > labeled with a title, how do I figure out what kind of license they > are? I usually do a web search on a sentence fragment. Here are some good resources that

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread David Craven
> Ups, on the license thing, I was quick to push. If the licenses aren't > labeled with a title, how do I figure out what kind of license they > are? A decison flowchart would be nice... =P

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread David Craven
Ups, on the license thing, I was quick to push. If the licenses aren't labeled with a title, how do I figure out what kind of license they are?

Re: [PATCH 0/7] Add Prosody

2016-08-22 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, Aug 22, 2016 at 09:39:11PM +0200, Ricardo Wurmus wrote: >> Hi Guix, >> >> this patch series adds a package for the XMPP server Prosody. >> >> The first patch is needed to allow Lua to load dynamic libraries via dlopen. >> >> I'm not sure

Re: [PATCH] gnu: font-un: Add mirror.

2016-08-22 Thread Leo Famulari
On Sat, Aug 20, 2016 at 07:44:21PM +, ng0 wrote: > This adds another mirror for font-un, this time with tls > enabled. Leaving the sdf.org mirror in the list in case dl.n0.is goes > down. Hi, can you remind us why this is necessary?

[PATCH] gnu: xorg-server: Enable Xephyr.

2016-08-22 Thread David Craven
* gnu/packages/xorg.scm (xorg-server)[inputs]: Add xcb-util, xcb-util-image, xcb-util-keysyms, xcb-util-renderutil, xcb-util-wm. [arguments]: Add '--enable-kdrive' and '--enable-xephyr' configure-flags. --- gnu/packages/xorg.scm | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-)

Re: [PATCH 1/7] gnu: lua: Build with support for dynamic libraries.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 09:39:12PM +0200, Ricardo Wurmus wrote: > * gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add > make-flags. LGTM. I tried to make this change early in my involvement with Guix, but my knowledge of the subject and ability to communicate the problem were

Re: [PATCH] gnu: Remove trademark acknowledgements.

2016-08-22 Thread Ricardo Wurmus
John Darrington writes: > These somehow crept in, but are an explicit violation of GNU policy and > coding standards. Good catch! Thanks for fixing this. ~~ Ricardo

Re: [PATCH 0/7] Add Prosody

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 09:39:11PM +0200, Ricardo Wurmus wrote: > Hi Guix, > > this patch series adds a package for the XMPP server Prosody. > > The first patch is needed to allow Lua to load dynamic libraries via dlopen. > > I'm not sure about the naming. Prosody needs Lua 5.1, so I didn't

Re: [PATCH 3/7] gnu: Add lua5.1-expat.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 09:39:14PM +0200, Ricardo Wurmus wrote: > * gnu/packages/lua.scm (lua5.1-expat): New variable. > +(synopsis "SAX XML parser based on the Expat library.") `guix lint` complains about the period at the end.

Re: [PATCH] gnu: Add libunique.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 02:16:49PM +, ng0 wrote: > So we need libunique definitely: > > libunique is used so that if you start gnunet-gtk applications twice, > you still only get one window. This makes sense in combination with > 'gnunet-uri', which may launch a possibly already running GUI

Re: [PATCH v6] gnu: Add u-boot, device-tree-compiler.

2016-08-22 Thread Danny Milosavljevic
On Sun, 21 Aug 2016 11:47:10 +0200 David Craven wrote: > Is this necessary? > > + #:make-flags '("HOSTCC=gcc") Yes. When you remove it you get: starting phase `configure' configs/efi-x86_defconfig HOSTCC scripts/basic/fixdep

[PATCH 3/7] gnu: Add lua5.1-expat.

2016-08-22 Thread Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-expat): New variable. --- gnu/packages/lua.scm | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 5ba83d7..1ac9b11 100644 --- a/gnu/packages/lua.scm +++

[PATCH 4/7] gnu: Add lua5.1-socket.

2016-08-22 Thread Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-socket): New variable. --- gnu/packages/lua.scm | 46 ++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 1ac9b11..85c2727 100644 --- a/gnu/packages/lua.scm +++

[PATCH 5/7] gnu: Add lua5.1-filesystem.

2016-08-22 Thread Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-filesystem): New variable. --- gnu/packages/lua.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 85c2727..a8acadb 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm

[PATCH 7/7] gnu: Add prosody.

2016-08-22 Thread Ricardo Wurmus
* gnu/packages/messaging.scm (prosody): New variable. --- gnu/packages/messaging.scm | 78 -- 1 file changed, 76 insertions(+), 2 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index de9ac17..2f81ff8 100644 ---

[PATCH 1/7] gnu: lua: Build with support for dynamic libraries.

2016-08-22 Thread Ricardo Wurmus
* gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add make-flags. --- gnu/packages/lua.scm | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index b4b5dee..52606f4 100644 --- a/gnu/packages/lua.scm +++

[PATCH 6/7] gnu: Add luasec.

2016-08-22 Thread Ricardo Wurmus
* gnu/packages/lua.scm (lua5.1-sec): New variable. --- gnu/packages/lua.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index a8acadb..ea1e1a3 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@

[PATCH 0/7] Add Prosody

2016-08-22 Thread Ricardo Wurmus
Hi Guix, this patch series adds a package for the XMPP server Prosody. The first patch is needed to allow Lua to load dynamic libraries via dlopen. I'm not sure about the naming. Prosody needs Lua 5.1, so I didn't even attempt to build the Lua packages for any later version. The variable

[PATCH 2/7] gnu: lua: Use "license:" prefix.

2016-08-22 Thread Ricardo Wurmus
* gnu/packages/gstreamer.scm (define-module): Import guix licenses with "license:" prefix. --- gnu/packages/lua.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 52606f4..5ba83d7 100644 --- a/gnu/packages/lua.scm +++

Re: [PATCH 06/10] gnu: mesa: Enable wayland support.

2016-08-22 Thread Leo Famulari
On Sat, Aug 06, 2016 at 11:01:43PM -0400, Leo Famulari wrote: > On Fri, Aug 05, 2016 at 04:31:25PM +0200, David Craven wrote: > > So now that 0.11.0 was merged can the update to mesa 12.0.0 go into > > core-updates? > > We need to make the new core-updates branch, but there is a hiccup: > >

Re: [PATCH 2/2] gnu: Add kmscon.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 03:53:07PM +0200, David Craven wrote: > * gnu/packages/admin.scm (kmscon): New variable. Same comments as the libtsm patch.

Re: [PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 03:53:06PM +0200, David Craven wrote: > * gnu/packages/admin.scm (libtsm): New variable. I think it should go in terminals.scm. > +(license license:expat))) Please check the source files for the variety of licenses they bear:

Re: [PATCH] gnu: Remove trademark acknowledgements.

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 08:24:55PM +0200, John Darrington wrote: > * gnu/packages/imagemagick.scm (imagemagick), gnu/packages/python.scm > (python-2.7), gnu/packages/wordnet.scm (wordnet) [description]: >Remove trademark acknowledgements. Thanks! The second two lines of the changelog

Re: [PATCH] gnu: Add ola.

2016-08-22 Thread John J Foerch
John J Foerch writes: > ren...@openmailbox.org writes: > >> John, >> >>> Thank you so much for doing this. If 'make check' succeeds, those are >>> the main tests, but to check installation, I would look for the >>> following programs being installed: >>> >>> ola

Re: [PATCH] gnu: Remove trademark acknowledgements.

2016-08-22 Thread John Darrington
These somehow crept in, but are an explicit violation of GNU policy and coding standards. On Mon, Aug 22, 2016 at 08:24:55PM +0200, John Darrington wrote: * gnu/packages/imagemagick.scm (imagemagick), gnu/packages/python.scm (python-2.7), gnu/packages/wordnet.scm (wordnet)

[PATCH] gnu: Remove trademark acknowledgements.

2016-08-22 Thread John Darrington
* gnu/packages/imagemagick.scm (imagemagick), gnu/packages/python.scm (python-2.7), gnu/packages/wordnet.scm (wordnet) [description]: Remove trademark acknowledgements. --- gnu/packages/imagemagick.scm | 2 +- gnu/packages/python.scm | 2 +- gnu/packages/wordnet.scm | 2 +- 3 files

Re: [PATCH 2/2] gnu: Add kmscon.

2016-08-22 Thread David Craven
I forgot to mention, I think mesa needs some patches for this to work, there are on the mailing list somewhere as libdrm update, mesa update, mesa enable wayland flags.

Re: [PATCH 2/2] gnu: Add kmscon.

2016-08-22 Thread David Craven
By writing a service ;-) I have a wip I started on a while ago, but I didn't get past a black screen, so it needs some debugging... Also it's sadly been abandoned in favor of systemd-console, which is basically the same thing rewritten by the same author inside the systemd tree :/ From

Re: [PATCH 2/2] gnu: Add kmscon.

2016-08-22 Thread Danny Milosavljevic
How does one use this as a VT?

Re: [PATCH 2/2] gnu: Add r-bamsignals.

2016-08-22 Thread Ricardo Wurmus
Leo Famulari writes: > On Thu, Aug 18, 2016 at 01:09:42PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (r-bamsignals): New variable. > > LGTM Thanks. Pushed as fe02c4c98aee859f7eb75e7ca18a78498ba7fa78. ~~ Ricardo

Re: [PATCH 1/2] gnu: Add r-rhtslib.

2016-08-22 Thread Ricardo Wurmus
Leo Famulari writes: > On Thu, Aug 18, 2016 at 01:09:41PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (r-rhtslib): New variable. > > LGTM Thanks. Pushed as 52765a63ca43a66137272e9826553c072c1ef769. ~~ Ricardo

Re: [PATCH] gnu: Add libunique.

2016-08-22 Thread ng0
So we need libunique definitely: libunique is used so that if you start gnunet-gtk applications twice, you still only get one window. This makes sense in combination with 'gnunet-uri', which may launch a possibly already running GUI to process a particular URI. In this case, libunique is used to

[PATCH 1/2] gnu: Add libtsm.

2016-08-22 Thread David Craven
* gnu/packages/admin.scm (libtsm): New variable. --- gnu/packages/admin.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 6d88e3b..5730b5a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@

[PATCH 2/2] gnu: Add kmscon.

2016-08-22 Thread David Craven
* gnu/packages/admin.scm (kmscon): New variable. --- gnu/packages/admin.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 5730b5a..a8fcc90 100644 --- a/gnu/packages/admin.scm +++

[PATCH 10/11] gnu: Add python-url.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (python-url): New variable. (python2-url): New variable. --- gnu/packages/python.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 72b3c64..40d10e2 100644 ---

[PATCH 02/11] gnu: python: Import guix licenses with #:prefix license:.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (define-module): Add import. --- gnu/packages/python.scm | 424 1 file changed, 211 insertions(+), 213 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 15c957e..1742dc8 100644 ---

[PATCH 08/11] gnu: Add python-publicsuffix.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (python-publicsuffix): New variable. (python2-publicsuffix): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index bcabf22..0c6a1ef 100644 ---

[PATCH 09/11] gnu: Add python-publicsuffix2.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (python-publicsuffix2): New variable. (python2-publicsuffix2): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0c6a1ef..72b3c64 100644 ---

[PATCH 07/11] gnu: Add python-schematics.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (python-schematics): New variable. (python2-schematics): New variable. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8720341..bcabf22 100644 ---

[PATCH 01/11] import: utils: Symbols from 'license->symbol' have a license: prefix.

2016-08-22 Thread David Craven
* guix/import/utils.scm (define-module): guix licenses import uses a prefix. (string->licenses): Add license: prefix to licenses. (license->symbol): Add license: prefix to licenses. Return a symbol with the prefix license:. --- guix/import/utils.scm | 26 +- 1 file

[PATCH 11/11] gnu: Add python-ipaddress.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (python-ipaddress): New variable. (python2-ipaddress): New variable. --- gnu/packages/python.scm | 41 ++--- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index

[PATCH 03/11] gnu: Add python-binaryornot.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (python-binaryornot): New variable. (python2-binaryornot): New variable. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1742dc8..c184fd3 100644 ---

[PATCH 04/11] gnu: Add python-nltk.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (python-nltk): New variable. (python2-nltk): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c184fd3..c1eaf12 100644 ---

[PATCH 05/11] gnu: Add python-pymongo.

2016-08-22 Thread David Craven
* gnu/packages/python.scm (python-pymongo): New variable. (python2-pymongo): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c1eaf12..a703be3 100644 ---

Re: [PATCH] gnu: gzochi: Update to 0.10.

2016-08-22 Thread Julian Graham
Hi Mark, On Mon, Aug 22, 2016 at 12:24 AM, Mark H Weaver wrote: > This update seems to have broken gzochi on i686 and armhf. Segfaults > and aborts occur during the test suite. Oh dear, that's embarrassing. > https://hydra.gnu.org/build/1444785 (i686) >

Re: Security update needed for spice

2016-08-22 Thread Mark H Weaver
David Craven writes: > Fixed in 5f2a7f4fcb2f29aa79cdf7d276b7220281319ae0 The switch to spice-0.12.8 has the added benefit of building successfully on i686, so we should have 'qemu' working again on that platform. Mark

Re: X server crashes during 'guix system reconfigure' on mips64el

2016-08-22 Thread Mark H Weaver
Leo Famulari writes: > On Mon, Aug 22, 2016 at 01:28:39AM -0400, Mark H Weaver wrote: >> Hi Ludovic, >> >> l...@gnu.org (Ludovic Courtès) writes: >> >> > civodul pushed a commit to branch master >> > in repository guix. >> > >> > commit

Re: [PATCH 04/12] gnu: python: Add python-binaryornot.

2016-08-22 Thread David Craven
>> I believe this will need to use the python2-variant system, as in >> python2-hypothesis. > Can you please explain the properties field? It's not mentioned in the > guix manual. I can see that strip-python2-variant just removes the > property. I see you provided a link to the bug report as a

Re: Security update needed for spice

2016-08-22 Thread Mark H Weaver
David Craven writes: > Fixed in 5f2a7f4fcb2f29aa79cdf7d276b7220281319ae0 Thank you, David! Mark

Re: [PATCH 04/12] gnu: python: Add python-binaryornot.

2016-08-22 Thread David Craven
(properties `((python2-variant . ,(delay python2-hypothesis)) (define-public python2-hypothesis (let ((hypothesis (package-with-python2 (strip-python2-variant python-hypothesis > I believe this will need to use the python2-variant system, as in >

Re: [PATCH] gnu: Add dlib.

2016-08-22 Thread Marius Bakke
Ben Woodcroft writes: > On 21/08/16 16:17, Leo Famulari wrote: >> On Fri, Aug 19, 2016 at 11:52:37AM +0100, Marius Bakke wrote: >>> Leo Famulari writes: >>> I pushed the patch as 5f0ff6a9e. Hopefully dlib is still useful without lapack. We

Re: [PATCH] gnu: gimp: Fix python plugin.

2016-08-22 Thread 宋文武
Leo Famulari writes: > On Sun, Aug 21, 2016 at 12:32:17AM +0800, 宋文武 wrote: >> * gnu/packages/gimp.scm (gimp)[arguments]: Add phase to >> install 'sitecustomize.py'. > > On #guix, one of the GIMP developers (schumaml) suggest we instead set > PYTHONPATH in the file

[PATCH 2/2] gnu: add python-django-simple-math-captcha

2016-08-22 Thread Hartmut Goebel
* gnu/packages/django.scm: (python-django-simple-math-captcha, python2-django-simple-math-captcha) New variables. --- gnu/packages/django.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index

[PATCH 0/2] Django framework

2016-08-22 Thread Hartmut Goebel
Hi, these patches add Django, a Python web framework. I've put this into a file by it's own, since PyPI has a lot of django-related packages. (We also have a file for rails, which is a ruby framework.) Hartmut Goebel (1): gnu: add python-django-simple-math-captcha gnu: add python-django.

[PATCH 1/2] gnu: add python-django.

2016-08-22 Thread Hartmut Goebel
* gnu/packages/django.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/patches/django-fix-testcase.patch: New file. --- gnu/local.mk | 1 + gnu/packages/django.scm| 110 +

Re: [PATCH 03/13] gnu: kde-frameworks: Add kcompletion.

2016-08-22 Thread David Craven
Fixed in 548f99b3e0d3647f29ddc3c3864ca36b655f14ec.

Re: Security update needed for spice

2016-08-22 Thread David Craven
Fixed in 5f2a7f4fcb2f29aa79cdf7d276b7220281319ae0

Re: [PATCH] gnu: Add p7zip.

2016-08-22 Thread Ricardo Wurmus
Kei Kebreau writes: > Here's the corresponding patch. Maybe you or someone else can double (or > triple?) > check and make sure there are no proprietary files the source after running > "./pre-inst-env guix build -S p7zip." The patch looks good. It’s fine to delete the

Re: [PATCH] gnu: Add libtoxcore.

2016-08-22 Thread ng0
ng0 writes: > I have started a request with other people to let tox* publish release > tarballs instead of just git and github's "master.tar.gz". > > From 3df3eee3c5841f954aca35c1024e54ec09e28f24 Mon Sep 17 00:00:00 2001 > From: ng0 > Date:

Re: [PATCH] gnu: Move gtkglext from gnome to gtk.

2016-08-22 Thread ng0
Leo Famulari writes: > On Wed, Aug 17, 2016 at 01:12:07AM +0200, Danny Milosavljevic wrote: >> I'll send a patch. We can think of what we want to do with it - but at least >> we can see the extent then. > > Oh, I see you already sent it. You'd also need to be sure to move

Re: pre-release [PATCH] git-service [v2]

2016-08-22 Thread Alex Kost
ng0 (2016-08-11 18:55 +0300) wrote: > ng0 writes: > >> As I wrote yesterday in freenode, disregard this patch. I >> succeeded and currently am debugging the VM. > > I had it working at some point, but only to find out that I am passing > something wrong in the service.

Re: X server crashes during 'guix system reconfigure' on mips64el

2016-08-22 Thread Leo Famulari
On Mon, Aug 22, 2016 at 01:28:39AM -0400, Mark H Weaver wrote: > Hi Ludovic, > > l...@gnu.org (Ludovic Courtès) writes: > > > civodul pushed a commit to branch master > > in repository guix. > > > > commit 3cf319a3f8e23831960a0f1320122cc514188a37 > > Author: Ludovic Courtès > >

Re: [PATCH 03/13] gnu: kde-frameworks: Add kcompletion.

2016-08-22 Thread Mark H Weaver
David Craven writes: > * gnu/packages/kde-frameworks.scm (kcompletion): New variable. > > Co-authored-by: Hartmut Goebel This fails to build on hydra: https://hydra.gnu.org/eval/109095?filter=kcompletion Mark

Re: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-22 Thread Tomáš Čech
On Sun, Aug 21, 2016 at 05:44:12PM -0400, Leo Famulari wrote: On Fri, Aug 19, 2016 at 09:08:43PM +0200, Tomáš Čech wrote: * gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl. [arguments]: Add 'make-local-docbook-xsl' phase. Thanks! I added a comment above the phase and pushed