Re: [PATCH] gnu: Add Handbrake.

2016-10-31 Thread Efraim Flashner
On Sun, Oct 30, 2016 at 10:08:22PM -0500, Eric Bavier wrote: > * 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. > --- > gnu/local.mk | 1 + >

Re: [PATCH] gnu: Add Handbrake.

2016-10-31 Thread Efraim Flashner
On Mon, Oct 31, 2016 at 10:09:26AM +0200, Efraim Flashner wrote: > On Sun, Oct 30, 2016 at 10:08:22PM -0500, Eric Bavier wrote: > > * 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: [PATCH 2/4] gnu: Add r-bigmemory-sri.

2016-10-31 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: >> +(description "This package provides a shared resource interface for the >> +bigmemory and synchronicity packages.") >> +(license (list license:lgpl3 license:asl2.0 > > What does this list mean? > Also: is this LGPL3+ or LGPL3 only? T

Re: [PATCH 0/2] Add new pytest for special cases

2016-10-31 Thread Ricardo Wurmus
Leo Famulari writes: > We package version 2.7.3 of pytest, which was released in September > 2015. I guess that Python development moves very quickly, because there > are already some packages whose test suites require a newer version of > pytest. > > Notably, the most recent release of Borg, 1.

Re: [PATCH] gnu: Add Handbrake.

2016-10-31 Thread Ricardo Wurmus
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. Yay, thanks for the patch! > gnu/local.mk | 1 + > .../patches/han

Re: [PATCH 1/1] gnu: Add ccid.

2016-10-31 Thread Marius Bakke
Mike Gerwitz writes: > Marius: > > Sorry for the late reply. > > On Fri, Oct 28, 2016 at 12:27:29 +0100, Marius Bakke wrote: >> Packages are not allowed to write to /var, so to run pcscd on Guix you >> will have to symlink ~/.guix-profile/pcsc/drivers to >> /var/lib/pcsc/drivers manually, until w

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-31 Thread Danny Milosavljevic
Hi, wxPython bundles wxwidgets. That's why we cd to "wxPython/wxPython" in order to avoid building it. So wxPython as we build it requires wxwidgets as input. But wxwidgets has multiple backends it supports, among them gtk. It should work to just leave off the gtk dependency on wxPython - sinc

[PATCH 2/3] licenses: Export fdl1.2+.

2016-10-31 Thread Marius Bakke
Follow-up to 59b2034787909cf7efa4e8d672a815b466d7d09d. * guix/licenses.scm (define-module): Export fdl1.2+. --- guix/licenses.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/licenses.scm b/guix/licenses.scm index ff214cf..1e19300 100644 --- a/guix/licenses.scm +++ b/g

[PATCH 3/3] gnu: Add speech-dispatcher.

2016-10-31 Thread Marius Bakke
* gnu/packages/speech.scm (speech-dispatcher): New variable. --- gnu/packages/speech.scm | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm index 95c7591..39a940d 100644 --- a/gnu/packa

[PATCH 1/3] gnu: Add dotconf.

2016-10-31 Thread Marius Bakke
* gnu/packages/textutils.scm (dotconf): New variable. --- gnu/packages/textutils.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 2259a16..db6e5a1 100644 --- a/gnu/packages/textutils.scm +++ b/g

[PATCH 0/3] Update lua and nmap.

2016-10-31 Thread Marius Bakke
Recent nmap requires lua-5.3. I've built the dependents and only wireshark required 5.2 (which did not trigger rebuild).

[PATCH 3/3] gnu: nmap: Update to 7.31.

2016-10-31 Thread Marius Bakke
* gnu/packages/admin.scm (nmap): Update to 7.31. [arguments]: Add phase 'patch-Makefile' to prevent lua from being built. --- gnu/packages/admin.scm | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d9b08ef..35156f6

[PATCH 1/3] gnu: lua: Update to 5.3.3.

2016-10-31 Thread Marius Bakke
* gnu/packages/lua.scm (lua): Update to 5.3.3. [source]: Use https URL. [home-page]: Use https URL. (lua-5.2): New variable. (lua-5.1)[source]: Use https URL. --- gnu/packages/lua.scm | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/gnu/packages/lua.scm

[PATCH 2/3] gnu: wireshark: Use lua-5.2.

2016-10-31 Thread Marius Bakke
* gnu/packages/networking.scm (wireshark)[inputs]: Change from 'lua' to 'lua-5.2'. --- gnu/packages/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1f6ed77..5089d3d 100644 --- a/gnu/packages/networki

[PATCH] alsa-plugins, revision 3

2016-10-31 Thread ng0
I tried to debug what's faulty about the two for-each here, but I don't find it. Help welcome :)

[PATCH] gnu: Add alsa-plugins.

2016-10-31 Thread ng0
* gnu/packages/linux.scm (alsa-plugins): New variable. --- gnu/packages/linux.scm | 63 ++ 1 file changed, 63 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8f0a9ab..3b20c95 100644 --- a/gnu/packages/linux.scm +++ b

Re: [PATCH 2/5] gnu: Add ghc-data-accessor.

2016-10-31 Thread Federico Beffa
On Fri, Oct 28, 2016 at 3:42 PM, Ludovic Courtès wrote: > Federico Beffa skribis: >> + (uri (string-append >> + >> "https://hackage.haskell.org/package/data-accessor/data-accessor-"; > > Maybe we should consider adding a mirror://hackage in (guix download). Done in 442c2c99a5d

GNU/Hurd support on core-updates

2016-10-31 Thread Ludovic Courtès
Hello Manolis, I had almost forgotten about it (!), but ‘core-updates’ adds support for Guix on native GNU/Hurd, via commit d75acc293dd3e63db8739aa04c021df917aa1b80. Do I get it right that, on current core-updates, we have (1) cross-compilation support to i586-pc-gnu(?), and (2) native support wo

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-31 Thread Danny Milosavljevic
Hi, because of wxPython/src/helpers.cpp directly accessing a Gtk (gdk) structure (in macro GetXWindow) wxpython also requires gtk as regular input. I've tested it in $ guix environment --pure --ad-hoc python2-wxpython python-2 -- python using: import wxversion wxversion.select("3.0") import w

[PATCH 1/1] gnu: icecat: Fix build with binutils >= 2.26.

2016-10-31 Thread Leo Famulari
* gnu/packages/patches/icecat-binutils.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/gnuzilla.scm | 1 + gnu/packages/patches/icecat-binutils.pa

Re: [PATCH 0/2] Add new pytest for special cases

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 10:19:07AM +0100, Ricardo Wurmus wrote: > Leo Famulari writes: > > I'd really prefer to run the Borg tests, so I want to add a newer > > release of pytest and use it with Borg. > > > > I've been testing pytest upgrades locally, and there is some breakage, > > so I think we

Re: [PATCH 2/3] licenses: Export fdl1.2+.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 10:49:27AM +, Marius Bakke wrote: > Follow-up to 59b2034787909cf7efa4e8d672a815b466d7d09d. "This is a follow-up to 59b2034787909cf7efa4e8d672a815b466d7d09d." Let's use complete sentences :) LGTM, thanks for fixing this!

Re: [PATCH 3/3] gnu: nmap: Update to 7.31.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 01:29:44PM +, Marius Bakke wrote: > * gnu/packages/admin.scm (nmap): Update to 7.31. > [arguments]: Add phase 'patch-Makefile' to prevent lua from being built. > --- > gnu/packages/admin.scm | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --

Re: [PATCH] gnu: cross-libc: Use the correct libc.

2016-10-31 Thread Ludovic Courtès
Hi Manolis, and sorry for the delay on this one! Manolis Ragkousis skribis: > I noticed that in commit ef21276053b980 from core-updates-next I am > using (cross-libc-for-target ...) only in one place while I should have > used (let ((libc (cross-libc-for-target target))) (package ... > > With th

Re: [PATCH 2/3] gnu: wireshark: Use lua-5.2.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 01:29:43PM +, Marius Bakke wrote: > * gnu/packages/networking.scm (wireshark)[inputs]: Change from 'lua' to > 'lua-5.2'. Okay!

Re: [PATCH 3/3] gnu: Add speech-dispatcher.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 10:49:28AM +, Marius Bakke wrote: > * gnu/packages/speech.scm (speech-dispatcher): New variable. Funny, we will ship a WAV file that says "Yo!" :) http://git.freebsoft.org/?p=speechd.git;a=tree;f=src/tests;h=c271f62e94fed0d9c37a43cb31bf1793f4bc9db9;hb=HEAD Anyways, it

Re: btrfs-progs updated to 4.8.2 twice

2016-10-31 Thread Leo Famulari
On Sun, Oct 30, 2016 at 10:47:36PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > I noticed that btrfs-progs was updated to 4.8.2 on core-updates twice. > > > > Commited to core-updates: > > http://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=f02fb6dd6b6dbf91c3497a086

Re: [PATCH 1/3] gnu: Add dotconf.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 10:49:26AM +, Marius Bakke wrote: > * gnu/packages/textutils.scm (dotconf): New variable. LGTM

Re: [PATCH 1/3] gnu: lua: Update to 5.3.3.

2016-10-31 Thread Leo Famulari
On Mon, Oct 31, 2016 at 01:29:42PM +, Marius Bakke wrote: > * gnu/packages/lua.scm (lua): Update to 5.3.3. > [source]: Use https URL. > [home-page]: Use https URL. > (lua-5.2): New variable. > (lua-5.1)[source]: Use https URL. > --- > gnu/packages/lua.scm | 23 ++- > 1 file

Re: [PATCH] gnu: cross-libc: Use the correct libc.

2016-10-31 Thread Manolis Ragkousis
On 10/31/16 19:49, Ludovic Courtès wrote: > Before pushing, please make sure that: > > ./pre-inst-env guix build -s x86_64-linux coreutils > ./pre-inst-env guix build -s armhf-linux coreutils > ./pre-inst-env guix build --target=arm-linux-gnueabihf coreutils -n > > are unchanged (I suppose

Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG

2016-10-31 Thread Ludovic Courtès
Leo Famulari skribis: > On Tue, Oct 25, 2016 at 01:24:15AM +0200, Ludovic Courtès wrote: >> > Is there are reason for not using guile-rsvg and guile-cairo? Otherwise >> > I think it would be preferable (they’d need to be autoloaded so that >> > ‘make’ doesn’t fail when they’re missing, but that’

Re: Cross-building bootstrap binaries fail in current master

2016-10-31 Thread Ludovic Courtès
Hi Carlos, csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: >> Regardless, cross-building ‘bootstrap-tarballs’ to one of the supported >> target triplets works on master: >> >> --8<---cut here---start->8--- >> $ ./pre-inst-env guix build bootstrap-tar

Re: Guix on clusters and in HPC

2016-10-31 Thread myglc2
On 10/26/2016 at 14:08 Ricardo Wurmus writes: > At the MDC we’re using SGE and users specify their software environment > in the job script. The software environment is a Guix profile, so the > job script usually contains a line to source the profile’s > “etc/profile”, which has the effect of set

Re: [PATCH 1/1] gnu: icecat: Fix build with binutils >= 2.26.

2016-10-31 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/patches/icecat-binutils.patch: New patch. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/gnuzilla.scm (icecat)[source]: Use it. LGTM, thanks! Ludo'.

Re: [PATCH 2/5] gnu: Add ghc-data-accessor.

2016-10-31 Thread Ludovic Courtès
Federico Beffa skribis: > On Fri, Oct 28, 2016 at 3:42 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: >>> + (uri (string-append >>> + >>> "https://hackage.haskell.org/package/data-accessor/data-accessor-"; >> >> Maybe we should consider adding a mirror://hackage in (gu

Re: [PATCH 1/3] gnu: lua: Update to 5.3.3.

2016-10-31 Thread Marius Bakke
Leo Famulari writes: > On Mon, Oct 31, 2016 at 01:29:42PM +, Marius Bakke wrote: >> * gnu/packages/lua.scm (lua): Update to 5.3.3. >> [source]: Use https URL. >> [home-page]: Use https URL. >> (lua-5.2): New variable. >> (lua-5.1)[source]: Use https URL. >> --- >> gnu/packages/lua.scm | 23 +

Re: [PATCH 3/3] gnu: nmap: Update to 7.31.

2016-10-31 Thread Marius Bakke
Leo Famulari writes: > On Mon, Oct 31, 2016 at 01:29:44PM +, Marius Bakke wrote: >> * gnu/packages/admin.scm (nmap): Update to 7.31. >> [arguments]: Add phase 'patch-Makefile' to prevent lua from being built. >> --- >> gnu/packages/admin.scm | 10 -- >> 1 file changed, 8 insertions(+

Re: [PATCH 3/3] gnu: Add speech-dispatcher.

2016-10-31 Thread Marius Bakke
Leo Famulari writes: > On Mon, Oct 31, 2016 at 10:49:28AM +, Marius Bakke wrote: >> * gnu/packages/speech.scm (speech-dispatcher): New variable. > > Funny, we will ship a WAV file that says "Yo!" :) > > http://git.freebsoft.org/?p=speechd.git;a=tree;f=src/tests;h=c271f62e94fed0d9c37a43cb31bf1

Re: Guix on clusters and in HPC

2016-10-31 Thread myglc2
On 10/26/2016 at 14:00 Ludovic Courtès writes: > myglc2 skribis: > >> The scheduler that I am most familiar with, SGE, supports the >> proposition that compute hosts are heterogeneous and that they each have >> a fixed software and/or hardware configuration. As a result, users need >> to specify

Re: GNU/Hurd support on core-updates

2016-10-31 Thread Christopher Allan Webber
Ludovic Courtès writes: > Hello Manolis, > > I had almost forgotten about it (!), but ‘core-updates’ adds support for > Guix on native GNU/Hurd, via commit > d75acc293dd3e63db8739aa04c021df917aa1b80. > > Do I get it right that, on current core-updates, we have (1) > cross-compilation support to i5