Re: [PATCH 01/04] gnu: Add python-pygpgme

2016-02-06 Thread Leo Famulari
On Fri, Feb 05, 2016 at 07:47:26PM -0800, Christopher Allan Webber wrote: > First of several patches on the path to assword! Thanks! Funniest package name in Guix, I'd say! > * gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme): New variables. > * gnu/packages/patches/pygpgme-disable-proble

Re: [PATCH 02/04] gnu: xdotools: Update to 3.20150503.1

2016-02-06 Thread Leo Famulari
On Fri, Feb 05, 2016 at 07:48:12PM -0800, Christopher Allan Webber wrote: > From fa531a1f2a6d84232d9c94feb5b3136cd11f83b5 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Fri, 5 Feb 2016 15:24:01 -0800 > Subject: [PATCH 2/4] gnu: xdotools: Update to 3.20150503.1 > > * gnu/package

Re: [PATCH 03/04] gnu: Add python2-xdo

2016-02-06 Thread Leo Famulari
On Fri, Feb 05, 2016 at 07:48:59PM -0800, Christopher Allan Webber wrote: > * gnu/packages/python.scm (python2-xdo): New variable. [...] > +(source (origin > + (method url-fetch) > + (uri (string-append > + > "http://http.debian.net/debian/pool/ma

Re: elogind status

2016-02-06 Thread Ludovic Courtès
Andy Wingo skribis: > Since elogind wants to manage the content of these directories, it has a > little internal rm-rf helper to clean them when elogind starts up. But > that helper is really conservative and doesn't want to remove files on a > filesystem that's not tmpfs or ramfs, hence these m

GSoC ideas

2016-02-06 Thread Pjotr Prins
I have posted a GNU Guix project idea to SciRuby Foundation: https://groups.google.com/forum/?fromgroups#!topic/sciruby-dev/CZt75MuUxhg Basically a student can work on - Add JRuby support to Guix - Add rbx support to Guix - Add all testing frameworks to Guix (e.g. cucumber) - Add all w

Re: GSoC ideas

2016-02-06 Thread Ludovic Courtès
Pjotr Prins skribis: > I have posted a GNU Guix project idea to SciRuby Foundation: > > https://groups.google.com/forum/?fromgroups#!topic/sciruby-dev/CZt75MuUxhg Nice! (Well, except for Google Groups. ;-)) For the record, GNU is applying as an organization. Guix will be participating unde

Re: [PATCH 0/4] emacs: Various fixes.

2016-02-06 Thread Ludovic Courtès
Alex Kost skribis: > [PATCH 3/4] system: Fix EMACSLOADPATH. > > This is an easy fix, however I've just thought that we can get rid of > EMACSLOADPATH completely. Since now our Emacs can load packages from > guix directories ("~/.guix-profile" and "/run/current-system/profile") > there is

Re: [PATCH 2/4] emacs: Find Emacs packages in a system profile.

2016-02-06 Thread Ludovic Courtès
Alex Kost skribis: > Fixes . Please add “Reported by …”. > * emacs/guix-emacs.el: Autoload Emacs packages installed in a system > profile. OK!

Re: [PATCH 1/4] emacs: Factorize searching for Emacs packages.

2016-02-06 Thread Ludovic Courtès
Alex Kost skribis: > * emacs/guix-emacs.el: (guix-emacs-directories): New procedure. > (guix-emacs-find-autoloads-in-directory): Rename to ... > (guix-emacs-find-autoloads): ... this. > (guix-emacs-load-autoloads): Replace with ... > (guix-emacs-autoload-packages): this. New procedure. At first

Re: [PATCH 3/4] system: Fix EMACSLOADPATH.

2016-02-06 Thread Ludovic Courtès
Alex Kost skribis: > After commit 13fe4891fa247d306e203ee14c6886513bd86b52, Emacs package > includes "site-start.el", and it has a priority over > "/etc/emacs/site-start.el" on GuixSD because "/etc/emacs" is added to > the end of 'load-path'. > > * gnu/system.scm (operating-system-environment-var

Re: [PATCH 4/4] doc: Document 'guix-edit' Emacs command.

2016-02-06 Thread Ludovic Courtès
Alex Kost skribis: > * doc/emacs.texi (Emacs Commands): Document "M-x guix-edit". > * doc/guix.texi (Invoking guix edit): Mention it. [...] > +@kbd{M-x guix-edit guix} will open s/will open/opens/ Otherwise OK. Thank you! Ludo’.

Re: [PATCH 01/04] gnu: Add python-pygpgme

2016-02-06 Thread Ludovic Courtès
Leo Famulari skribis: > On Fri, Feb 05, 2016 at 07:47:26PM -0800, Christopher Allan Webber wrote: [...] >> + ;; Unfortunately, we have to disable some tests due to some gpg-agent >> + ;; goofiness... see: >> + ;; https://bugs.launchpad.net/pygpgme/+bug/49 >> + (pat

Re: [PATCH shepherd] support: Ignore errors on parent directories in mkdir-p.

2016-02-06 Thread Ludovic Courtès
David Michael skribis: > On Thu, Feb 4, 2016 at 11:47 AM, Ludovic Courtès wrote: [...] >> I think that it’s a case where it would be beneficial for the Hurd to >> follow what Linux does, which is to return EEXIST. >> >> How does Coreutils’ ‘mkdir -p’ behave in this situation? (I’ve looked >>

Re: [PATCH shepherd v2] support: Ignore errors in mkdir-p when the directories exist.

2016-02-06 Thread Ludovic Courtès
David Michael skribis: > * modules/shepherd/support.scm (mkdir-p): Don't throw errors when > mkdir fails but the directory exists afterwards. [...] > - (if (= EEXIST (system-error-errno args)) > + (if (and (file-exists? path) > + (eq? (stat:type (s

Re: [PATCH] gnu: gdk-pixbuf: Disable pixbuf-scale test.

2016-02-06 Thread Andreas Enge
On Tue, Feb 02, 2016 at 09:25:41PM +, Jookia wrote: > On systems with little ram (2G in my case) the pixbuf-scale test will either > freeze the system of cause excessive swapping without the test every > completing. The patch looks good to me, but it would be nice to have another opinion. In

OpenJDK security updates

2016-02-06 Thread Mark H Weaver
Can someone familiar with our Java packages please investigate and apply any needed security updates? https://www.debian.org/security/2016/dsa-3465 Mark

Re: Gnupg 2.1.11

2016-02-06 Thread Alex Vong
Hi people, On 05/02/2016, Mark H Weaver wrote: > It eventually built successfully, and we've learned more recently. > See https://bugs.gnu.org/22558 for further discussion on this issue. When I try to follow the link, I get the following: Your connection is not secure The owner of bugs

Re: [PATCH] build: syscalls: Delay syscalls evaluation.

2016-02-06 Thread Mark H Weaver
Manolis Ragkousis writes: > Hello hackers, > > Justus tried to build Guix on his Hurd machine and he found out that > even though we disable (guix build syscalls) from building when > sys/mount.h is not present, it still tries to build it. > > As I found out, (guix utils) module uses the syscalls

Re: Gnupg 2.1.11

2016-02-06 Thread Mark H Weaver
Alex Vong writes: > Hi people, > > On 05/02/2016, Mark H Weaver wrote: >> It eventually built successfully, and we've learned more recently. >> See https://bugs.gnu.org/22558 for further discussion on this issue. > > When I try to follow the link, I get the following: > > Your connection is

Re: proposal for more options in gnu/services/networking.scm for blocklist

2016-02-06 Thread Nils Gillmann
l...@gnu.org (Ludovic Courtès) writes: > Nils Gillmann skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Nils Gillmann skribis: >>> A first version for google I just came up with starts like the attached code. What do you think? >>> >>> I would use it! (Although I

[PATCH] gnu: add lispf4

2016-02-06 Thread Nils Gillmann
Thanks for all the input in the last days, here's a blast from the past with LISPF4 ported from FORTRAN to C for whoever wants InterLisp. I'll inform the author of this port as soon as this patch is merged. >From 611a064435be994874cdbaa19512f61682f55003 Mon Sep 17 00:00:00 2001 From: Nils Gillman

[PATCH] gnu: Add libcanberra-gtk2.

2016-02-06 Thread Fabian Harfert
* gnu/packages/libcanberra.scm (libcanberra/gtk+-2): New variable. --- gnu/packages/libcanberra.scm | 14 ++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm index 3769e3f..2cd75ce 100644 --- a/gnu/packages/libcanberra.scm +++ b

Re: GSoC ideas

2016-02-06 Thread Christopher Allan Webber
Maybe we should have a place to collect ideas? Anyway, here would be my top items for GSoC: - An installer wizard (written in Guile of course!) - g-expressions which generate packages of the Guix package manager for .deb and .rpm based distros, and work to get those upstream in Debian and

Re: [PATCH 01/04] gnu: Add python-pygpgme

2016-02-06 Thread Christopher Allan Webber
Ludovic Courtès writes: > OK to push with these and Leo’s other comments addressed! > > Thank you, > Ludo’. Changes made, and pushed, thanks!

Re: [PATCH 02/04] gnu: xdotools: Update to 3.20150503.1

2016-02-06 Thread Christopher Allan Webber
Leo Famulari writes: > On Fri, Feb 05, 2016 at 07:48:12PM -0800, Christopher Allan Webber wrote: >> From fa531a1f2a6d84232d9c94feb5b3136cd11f83b5 Mon Sep 17 00:00:00 2001 >> From: Christopher Allan Webber >> Date: Fri, 5 Feb 2016 15:24:01 -0800 >> Subject: [PATCH 2/4] gnu: xdotools: Update to 3.2

Re: [PATCH] gnu: Add libcanberra-gtk2.

2016-02-06 Thread Efraim Flashner
On Sat, 6 Feb 2016 19:48:44 +0100 Fabian Harfert wrote: > * gnu/packages/libcanberra.scm (libcanberra/gtk+-2): New variable. > --- > gnu/packages/libcanberra.scm | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm

Re: [PATCH] gnu: Add erlang.

2016-02-06 Thread Steve Sprang
It looks like downloading the tarball from erlang.org works now. Here's an improved patch. -Steve On Thu, Jan 7, 2016 at 1:56 AM, Andy Wingo wrote: > On Wed 06 Jan 2016 17:07, l...@gnu.org (Ludovic Courtès) writes: > >> On Mon 04 Jan 2016 06:20, Steve Sprang writes: >> >>> From http://www.erlan

[PATCH] gnu: Add tracker.

2016-02-06 Thread rennes
Hi, i attached patch with new variable(tracker) for gnome.scm. Tracker, is a search engine and metadata storage system used for nautilus(gnome file manager). The steps i follow are: a) I edit gnu/packages/gnome.scm and added tracker variable. b) git add gnu/packages/gnome.scm c) git commi

Re: [PATCH] gnu: gdk-pixbuf: Disable pixbuf-scale test.

2016-02-06 Thread Leo Famulari
On Sat, Feb 06, 2016 at 04:17:49PM +0100, Andreas Enge wrote: > On Tue, Feb 02, 2016 at 09:25:41PM +, Jookia wrote: > > On systems with little ram (2G in my case) the pixbuf-scale test will either > > freeze the system of cause excessive swapping without the test every > > completing. > > The

Re: [PATCH] gnu: gdk-pixbuf: Disable pixbuf-scale test.

2016-02-06 Thread Jookia
On Sat, Feb 06, 2016 at 04:17:49PM +0100, Andreas Enge wrote: > On Tue, Feb 02, 2016 at 09:25:41PM +, Jookia wrote: > > On systems with little ram (2G in my case) the pixbuf-scale test will either > > freeze the system of cause excessive swapping without the test every > > completing. > > The

Re: [PATCH 02/04] gnu: xdotools: Update to 3.20150503.1

2016-02-06 Thread Leo Famulari
On Sat, Feb 06, 2016 at 11:48:13AM -0800, Christopher Allan Webber wrote: > Leo Famulari writes: > > On Fri, Feb 05, 2016 at 07:48:12PM -0800, Christopher Allan Webber wrote: > > Is this line too long? I can't say for sure looking at the patch in my > > email client. If so, the linter should compla

Re: [PATCH] gnu: add lispf4

2016-02-06 Thread Leo Famulari
On Sat, Feb 06, 2016 at 07:45:53PM +0100, Nils Gillmann wrote: [...] > * gnu/packages/lisp.scm (lispf4): New variable. [...] > +(define-public lispf4 > + (let* ((commit "174d8764d2f9764e8f4794c2e3feada9f9c1f1ba")) I believe you can use "let" instead of "let*". > + (package

Re: [PATCH] gnu: gdk-pixbuf: Disable pixbuf-scale test.

2016-02-06 Thread Leo Famulari
On Sun, Feb 07, 2016 at 08:04:39AM +1100, Jookia wrote: > On Sat, Feb 06, 2016 at 04:17:49PM +0100, Andreas Enge wrote: > > On Tue, Feb 02, 2016 at 09:25:41PM +, Jookia wrote: > > > On systems with little ram (2G in my case) the pixbuf-scale test will > > > either > > > freeze the system of ca

Re: [PATCH] gnu: Add tracker.

2016-02-06 Thread Leo Famulari
On Sat, Feb 06, 2016 at 09:47:22PM +0100, ren...@openmailbox.org wrote: > Hi, > > i attached patch with new variable(tracker) for gnome.scm. > > Tracker, is a search engine and metadata storage system used for > nautilus(gnome file manager). > > The steps i follow are: > > a) I edit gnu/packag

[PATCH] gnu-build-system: do not patch symlinks. Fixes location-aware scripts.

2016-02-06 Thread Jan Nieuwenhuizen
Hi, When patch-shebang encounters a script that is a symlink, say bin/script -> ../lib/foo/thescript it will change it into a file with rewritten #! . That breaks whenever `thescript' assumes it lives in lib/foo. Attached is a patch that has patch-shebangs skip symlinks. Greetings, Jan >

[PATCH] Need help with error while updating sbcl to 1.3.1

2016-02-06 Thread Christopher W Carpenter
First off, you can find my output and patch attached to this email. I am attempting to do what should be a simple patch to update sbcl in lisp.scm to the latest upstream version. I am running guix on top of debain testing and building sbcl 1.2.8 (current one in guix master) works fine. How I am

PHP 7.0 & php-fpm

2016-02-06 Thread pe . cg
Hello, I'm preparing myself to migrate to GuixSD in the following weeks, I've read a couple of pages from the documentation, and how the whole system is build, so far I can go without having LVM, and since I only use a lightweight window manager, the lack of GNOME and KDE are no drawbacks for me;

Re: bug#22571: Guix on Debian Testing sbcl package needs warning to set SBCL_HOME

2016-02-06 Thread Christopher W Carpenter
l...@gnu.org (Ludovic Courtès) writes: > Christopher W Carpenter skribis: > >> When doing guix package -i sbcl on my newly setup debian testing + guix >> machine and then attempting to run sbcl I got the error: >> >> fatal error encountered in SBCL pid 7492(tid 140737354086144): >> can't find cor

Re: [PATCH 03/04] gnu: Add python2-xdo

2016-02-06 Thread Christopher Allan Webber
Leo Famulari writes: > On Fri, Feb 05, 2016 at 07:48:59PM -0800, Christopher Allan Webber wrote: >> * gnu/packages/python.scm (python2-xdo): New variable. > > [...] > >> +(source (origin >> + (method url-fetch) >> + (uri (string-append >> + >> "htt

Re: [PATCH 04/04] gnu: Add assword

2016-02-06 Thread Christopher Allan Webber
Eric Bavier writes: >> +(define-public assword >> + (package >> +(name "assword") >> +(version "0.8") >> +(source (origin >> + (method url-fetch) >> + (uri (list >> +(string-append >> + "http://http.debian.net/debian/po

Re: [PATCH 02/04] gnu: xdotools: Update to 3.20150503.1

2016-02-06 Thread Christopher Allan Webber
Leo Famulari writes: > On Sat, Feb 06, 2016 at 11:48:13AM -0800, Christopher Allan Webber wrote: >> Leo Famulari writes: >> > On Fri, Feb 05, 2016 at 07:48:12PM -0800, Christopher Allan Webber wrote: >> > Is this line too long? I can't say for sure looking at the patch in my >> > email client. If

Re: GSoC ideas

2016-02-06 Thread Ben Woodcroft
On 06/02/16 21:38, Pjotr Prins wrote: [..] - Add all testing frameworks to Guix (e.g. cucumber) Hey just fyi I think I just got cucumber working here https://github.com/wwood/guix_mine/blob/master/ben/packages/rails.scm but the (7?) patches need finalisation (updating to newest versions/s

Re: [PATCH] gnu: add lispf4

2016-02-06 Thread Nils Gillmann
Thanks for your review, the patch number 2 based on 1 should fix all the problems you noted. Leo Famulari writes: > On Sat, Feb 06, 2016 at 07:45:53PM +0100, Nils Gillmann wrote: > > [...] > >> * gnu/packages/lisp.scm (lispf4): New variable. > > [...] > >> +(define-public lispf4 >> + (let*

Re: [PATCH] gnu: Add tracker.

2016-02-06 Thread rennes
On 2016-02-06 23:28, Leo Famulari wrote: > On Sat, Feb 06, 2016 at 09:47:22PM +0100, ren...@openmailbox.org wrote: >> Hi, >> >> i attached patch with new variable(tracker) for gnome.scm. >> >> Tracker, is a search engine and metadata storage system used for >> nautilus(gnome file manager). >> >>

Re: [PATCH] Add nautilus

2016-02-06 Thread 宋文武
ren...@openmailbox.org writes: > Hi, > > i attached patch for review. > > Regards > > From 18bddcf21cac4245997a76d4ea5cfc856d1b6157 Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Mon, 1 Feb 2016 17:45:22 +0100 > Subject: [PATCH] Add nautilus > > --- > gnu/packages/nautilus.scm | 63 > ++

Re: [PATCH] gnu: Add tracker.

2016-02-06 Thread 宋文武
ren...@openmailbox.org writes: > On 2016-02-06 23:28, Leo Famulari wrote: >> On Sat, Feb 06, 2016 at 09:47:22PM +0100, ren...@openmailbox.org wrote: >>> Hi, >>> >>> i attached patch with new variable(tracker) for gnome.scm. >>> >>> Tracker, is a search engine and metadata storage system used for >

Re: GSoC ideas

2016-02-06 Thread Pjotr Prins
On Sun, Feb 07, 2016 at 09:53:00AM +1000, Ben Woodcroft wrote: > > > On 06/02/16 21:38, Pjotr Prins wrote: > [..] > > - Add all testing frameworks to Guix (e.g. cucumber) > Hey just fyi I think I just got cucumber working here > https://github.com/wwood/guix_mine/blob/master/ben/packages/rails.

Re: FOSDEM 2016 slides

2016-02-06 Thread Pjotr Prins
On Sun, Jan 31, 2016 at 11:31:42AM +0100, Ludovic Courtès wrote: > For those of you who weren’t there, suffice to say that the > GNU Guile/Guix devroom (80 seats) was full during all the talks. > That’s a great feeling! :-) If it is any measure, hydra certainly appears to be having a hard time si