Re: [PATCH] Adding .xsession to guile-wm

2016-09-13 Thread Alex ter Weele
Ludovic Courtès writes: > I agree with David that it would be good to talk to the upstream > developer so that the .desktop file is distributed by upstream > eventually. Could you try to reach them? There are improvements I want to make to guile-wm itself, so I plan on talking to

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 11:53:33PM +0200, Roel Janssen wrote: > This patch was essential to me being able to interact with HTTPS urls in > R. As far as I understand, by default, R only looks for CURL_CA_BUNDLE > on Windows, but with this patch it looks for CURL_CA_BUNDLE on GNU/Linux > as well.

Re: Expat upate and regression fix for core-updates

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 11:55:14PM +0200, Ludovic Courtès wrote: > > From 69611d71dc4718040bc7bc55117bd2705bad4612 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Mon, 12 Sep 2016 13:26:51 -0400 > > Subject: [PATCH] gnu: expat: Update to 2.2.0. > > > > *

Re: [PATCH 2/2] gnu: Add guile2.2-redis.

2016-09-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/guile.scm (guile2.2-redis): New variable. OK

Re: [PATCH 1/2] gnu: guile-redis: Remove hard-coded Guile effective version.

2016-09-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/guile.scm (guile-redis)[snippet]: Modify 'ac_subst_vars' > in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in > 'Makefile.in'. OK!

Re: Binutils build failure on MIPS

2016-09-13 Thread Ludovic Courtès
Vincent Legoll skribis: > Hello, > > On Tue, Sep 13, 2016 at 4:05 PM, David Craven wrote: >>> Could that explain the failure ? >> >> It's matched here: >>> mips64*el-*-linux-*)targ_emul=elf32ltsmipn32 > > I'm not sure I understand what your saying:

Re: [PATCH 2/2] gnu: encfs: Update to 1.9.

2016-09-13 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > Ludo', > > On 13/09/16 14:11, Ludovic Courtès wrote: >> However, ‘find-files’ does not include directories in its result, >> unless you explicitly ask for it. So probably it should be: >> >> (for-each delete-file-recursively (find-files

Re: [PATCH 1/2] doc: "Various Services" -> "Miscellaneous Services"

2016-09-13 Thread Ludovic Courtès
John Darrington skribis: > On Tue, Sep 13, 2016 at 01:28:01PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > * doc/guix.texi (Services): "Various" -> "Miscellaneous" > > How does the meaning of these two

Re: Expat upate and regression fix for core-updates

2016-09-13 Thread Ludovic Courtès
Leo Famulari skribis: > This updates Expat to the latest release, 2.2.0, and applies the > upstream patch for a regression caused by the fix for CVE-2016-0718. > > It's the same patch that I sent earlier in a patch for the master > branch. > > From

Re: Expat regression fix for master branch

2016-09-13 Thread Ludovic Courtès
Hello, Leo Famulari skribis: > This patch applies an upstream patch for a regression caused by the fix > for CVE-2016-0718. > > Apparently, the bug only manifests when building with -DXML_UNICODE, > which I don't think our package does. I rebuilt it with --check and can

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-13 Thread Roel Janssen
Ricardo Wurmus writes: > * gnu/packages/web.scm (r-curl)[arguments]: Add phase > "allow-CURL_CA_BUNDLE". > --- > gnu/packages/web.scm | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm > index 87bc3e2..321a250 100644 > ---

Re: [PATCH] gnu: rottlog: rotate messages daily.

2016-09-13 Thread Ludovic Courtès
Halo! Jan Nieuwenhuizen skribis: > Ludovic Courtès writes: [...] >> The configuration probably contain something like an list of name/config >> pairs as well as an ‘rc’ file, along these lines: >> >> (rottlog-configuration >> (periods `(("weekly" . ,(file-append rottlog

Re: [PATCH] $HOME/.guix-profile considered harmful.

2016-09-13 Thread Ludovic Courtès
Hello, John Darrington skribis: > I have my /home NFS mounted (not uncommon in large networks, I think). > Unfortunately this does not play nicely with guix's convention of setting > $PATH to $HOME/.guix-profile and then linking $HOME/.guix-profile to >

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-13 Thread ng0
psyc.scm @@ -20,8 +20,11 @@ #:use-module (guix download) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) + #:use-module (guix build-system gnu) #:use-module (guix build-system perl) #:use-module (gnu packages) + #:use-module (gnu packages admin) + #:use

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Efraim Flashner
On September 13, 2016 11:37:35 PM GMT+03:00, Kei Kebreau wrote: >Efraim Flashner writes: > >> On Tue, Sep 13, 2016 at 02:01:33PM -0400, Kei Kebreau wrote: >>> Leo Famulari writes: >>> >>> > On Tue, Sep 13, 2016 at 10:37:56AM

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Kei Kebreau
Efraim Flashner writes: > On Tue, Sep 13, 2016 at 02:01:33PM -0400, Kei Kebreau wrote: >> Leo Famulari writes: >> >> > On Tue, Sep 13, 2016 at 10:37:56AM -0400, Kei Kebreau wrote: >> >> Kei Kebreau writes: >> >> > A component

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

2016-09-13 Thread ng0
I hope the appended patch still applies. Ricardo Wurmus writes: > ng0 writes: > >> * gnu/packages/lisp.scm (femtolisp): New variable. >> --- >> gnu/packages/lisp.scm | 53 >> +++ >> 1 file changed,

[PATCH v8] gnu: Update ldc to 0.17.1.

2016-09-13 Thread Danny Milosavljevic
gnu: Update ldc to 0.17.1. * gnu/packages/ldc.scm (ldc): Changed. * gnu/packages/patches/ldc-0.17.1-disable-tests.patch: New patch. --- gnu/packages/ldc.scm | 25 --- .../patches/ldc-0.17.1-disable-tests.patch | 86 ++ 2 files

New package: python-glances

2016-09-13 Thread Stefan Reichör
>From b3fe1a718f76a7d21e600476c2720b0530edd354 Mon Sep 17 00:00:00 2001 From: Stefan Reichoer Date: Tue, 13 Sep 2016 21:58:41 +0200 Subject: [PATCH] gnu: Add python-glances --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff

Re: [PATCH v4 2/3] gnu: Make ldc work again

2016-09-13 Thread Roel Janssen
Leo Famulari writes: > On Tue, Sep 13, 2016 at 09:20:05PM +0200, Ricardo Wurmus wrote: >> >> Leo Famulari writes: >> >> > On Tue, Sep 13, 2016 at 12:53:39PM -0400, Leo Famulari wrote: >> >> On Tue, Sep 13, 2016 at 12:30:41PM +0200, Danny Milosavljevic wrote: >> >> > *

[PATCH v7] gnu: Update ldc to 0.17.1.

2016-09-13 Thread Danny Milosavljevic
gnu: Update ldc to 0.17.1. * gnu/packages/ldc.scm (ldc): Changed. * gnu/packages/patches/ldc-0.17.1-disable-tests.patch: New patch. --- gnu/packages/ldc.scm | 24 +++--- .../patches/ldc-0.17.1-disable-tests.patch | 86 ++ 2 files changed,

[PATCH v6] gnu: Update ldc to 0.17.1.

2016-09-13 Thread Danny Milosavljevic
* gnu/packages/ldc.scm (ldc): Changed. * gnu/packages/patches/ldc-0.17.1-disable-tests.patch: New patch. --- gnu/packages/ldc.scm | 24 ++-- .../patches/ldc-0.17.1-disable-tests.patch | 147 + 2 files changed, 161 insertions(+), 10

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

2016-09-13 Thread ng0
Hi, thanks for reviewing Ricardo Wurmus writes: > ng0 writes: > >> * gnu/packages/lisp.scm (femtolisp): New variable. >> --- >> gnu/packages/lisp.scm | 53 >> +++ >> 1 file changed, 53

Re: [PATCH v4 3/3] gnu: Update ldc to 0.17.1.

2016-09-13 Thread Danny Milosavljevic
Sigh. Yeah, I've researched a bit why that happens. The story is this: glibc wanted to have isinf work with double AND float etc without conversion. Therefore, there is a special gcc construct where you can find out what type a parameter is IN A MACRO. Therefore, in C, isnan is a macro and so

[PATCH v5] gnu: Update ldc to 0.17.1.

2016-09-13 Thread Danny Milosavljevic
gnu: Update ldc to 0.17.1. * gnu/packages/ldc.scm (ldc): Update to 0.17.1. --- gnu/packages/ldc.scm | 22 +-- .../patches/ldc-0.17.1-disable-tests.patch | 147 + 2 files changed, 159 insertions(+), 10 deletions(-) create mode 100644

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

2016-09-13 Thread Leo Famulari
On Mon, Sep 12, 2016 at 01:57:55PM +, ng0 wrote: > * gnu/packages/lisp.scm (femtolisp): New variable. Thanks! Pushed with the following minor changes: > + (let* ((commit "68c5b1225572ecf2c52baf62f928063e5a30511b") > +(revision "1")) I made it use (let) instead of (let*). The

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Kei Kebreau
Leo Famulari writes: > On Tue, Sep 13, 2016 at 02:59:31PM -0400, Kei Kebreau wrote: >> Leo Famulari writes: >> >> > On Tue, Sep 13, 2016 at 02:01:33PM -0400, Kei Kebreau wrote: >> >> Like below? And how could I then access qscintilla-for-octave from >>

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Efraim Flashner
On Tue, Sep 13, 2016 at 02:01:33PM -0400, Kei Kebreau wrote: > Leo Famulari writes: > > > On Tue, Sep 13, 2016 at 10:37:56AM -0400, Kei Kebreau wrote: > >> Kei Kebreau writes: > >> > A component necessary for GNU Octave's GUI. > >> > How does it look? >

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-13 Thread ng0
Leo Famulari writes: > On Tue, Sep 13, 2016 at 11:32:36AM +, ng0 wrote: >> * gnu/packages/psyc.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > > This package looks pretty good to me! > >> + (replace 'install >> + (lambda* (#:key outputs

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

2016-09-13 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/lisp.scm (femtolisp): New variable. > --- > gnu/packages/lisp.scm | 53 > +++ > 1 file changed, 53 insertions(+) > > diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm > index

Re: [PATCH v4 2/3] gnu: Make ldc work again

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 09:20:05PM +0200, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > On Tue, Sep 13, 2016 at 12:53:39PM -0400, Leo Famulari wrote: > >> On Tue, Sep 13, 2016 at 12:30:41PM +0200, Danny Milosavljevic wrote: > >> > * gnu/packages/ldc.scm (ldc): Added

Re: [PATCH v4 3/3] gnu: Update ldc to 0.17.1.

2016-09-13 Thread Efraim Flashner
https://wiki.dlang.org/LDC https://github.com/ldc-developers/ldc/releases/tag/v0.17.1 After 0.17.1 is working on guix *someone* should change the supported platforms to include arm. Based on the wiki it sounds like maybe we should try building it on mips also. -- Efraim Flashner

Re: [PATCH] gnu: Add python-gunicorn and python2-gunicorn.

2016-09-13 Thread Hartmut Goebel
Am 13.09.2016 um 17:51 schrieb Leo Famulari: > Thanks for this! Regarding the naming question, I think it's fine to > call it 'gunicorn'. Prefixing with 'python-' is more appropriate for > libraries and other "helper" packages, whereas user facing or > standalone applications can use the plain

Re: [PATCH 2/2] gnu: lispf4: Remove unused inputs key.

2016-09-13 Thread ng0
Leo Famulari writes: > On Mon, Sep 12, 2016 at 01:57:56PM +, ng0 wrote: >> * gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused >> inputs from 'install phase. >> [source](file-name): Append -checkout to the file-name. > > Pushed! Now to make it work :) Thanks!

Re: [PATCH v4 2/3] gnu: Make ldc work again

2016-09-13 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Sep 13, 2016 at 12:53:39PM -0400, Leo Famulari wrote: >> On Tue, Sep 13, 2016 at 12:30:41PM +0200, Danny Milosavljevic wrote: >> > * gnu/packages/ldc.scm (ldc): Added substitution. Added zlib input. Fix >> > llvm and clang inputs to 3.7. >>

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 11:32:36AM +, ng0 wrote: > * gnu/packages/psyc.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. This package looks pretty good to me! > + (replace 'install > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((out

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

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 11:32:37AM +, ng0 wrote: > * gnu/packages/psyc.scm (libpsyc): New variable. LGTM!

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread ng0
This now fails differently after a good while of compiling. llvm[1]: * Completed Release Build make[1]: Leaving directory '/tmp/guix-build-rust-1.10.0.drv-0/rustc-1.10.0/x86_64-unknown-linux-gnu/llvm' rustc: x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore

[PATCH 1/2] gnu: Add femtolisp.

2016-09-13 Thread ng0
* gnu/packages/lisp.scm (femtolisp): New variable. --- gnu/packages/lisp.scm | 53 +++ 1 file changed, 53 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 8ee249d..4e2ecdb 100644 --- a/gnu/packages/lisp.scm +++

Re: [PATCH v4 2/3] gnu: Make ldc work again

2016-09-13 Thread Roel Janssen
Leo Famulari writes: > On Tue, Sep 13, 2016 at 12:30:41PM +0200, Danny Milosavljevic wrote: >> * gnu/packages/ldc.scm (ldc): Added substitution. Added zlib input. Fix llvm >> and clang inputs to 3.7. > > LDC built with this patch. I'm currently in the test suite. If it passes > on my computer,

[PATCH 2/2] gnu: lispf4: Remove unused inputs key.

2016-09-13 Thread ng0
* gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused inputs from 'install phase. [source](file-name): Append -checkout to the file-name. --- gnu/packages/lisp.scm | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 02:59:31PM -0400, Kei Kebreau wrote: > Leo Famulari writes: > > > On Tue, Sep 13, 2016 at 02:01:33PM -0400, Kei Kebreau wrote: > >> Like below? And how could I then access qscintilla-for-octave from > >> maths.scm if it isn't defined publicly? > > > >

Re: [PATCH 2/2] gnu: lispf4: Remove unused inputs key.

2016-09-13 Thread Leo Famulari
On Mon, Sep 12, 2016 at 01:57:56PM +, ng0 wrote: > * gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused > inputs from 'install phase. > [source](file-name): Append -checkout to the file-name. Pushed! Now to make it work :)

Re: [PATCH 2/2] gnu: encfs: Update to 1.9.

2016-09-13 Thread Tobias Geerinckx-Rice
Ludo', On 13/09/16 14:11, Ludovic Courtès wrote: > However, ‘find-files’ does not include directories in its result, > unless you explicitly ask for it. So probably it should be: > > (for-each delete-file-recursively (find-files "internal" "^tinyxml2" > #:directories? #t)) Indeed, thanks.

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 02:01:33PM -0400, Kei Kebreau wrote: > Like below? And how could I then access qscintilla-for-octave from > maths.scm if it isn't defined publicly? Yes, that looks right. But I would put qscintilla-for-octave in maths.scm to avoid the issue you describe. signature.asc

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Kei Kebreau
Leo Famulari writes: > On Tue, Sep 13, 2016 at 02:01:33PM -0400, Kei Kebreau wrote: >> Like below? And how could I then access qscintilla-for-octave from >> maths.scm if it isn't defined publicly? > > Yes, that looks right. But I would put qscintilla-for-octave in > maths.scm

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Kei Kebreau
Leo Famulari writes: > On Tue, Sep 13, 2016 at 10:37:56AM -0400, Kei Kebreau wrote: >> Kei Kebreau writes: >> > A component necessary for GNU Octave's GUI. >> > How does it look? >> Not sure how packaging Qt packages goes, but I've discovered that >>

Re: [PATCH 1/2] doc: "Various Services" -> "Miscellaneous Services"

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 07:42:33PM +0200, John Darrington wrote: > On Tue, Sep 13, 2016 at 01:10:44PM -0400, Leo Famulari wrote: > On Tue, Sep 13, 2016 at 02:18:20PM +0200, John Darrington wrote: > > On Tue, Sep 13, 2016 at 01:28:01PM +0200, Ludovic Court??s wrote: > > John

Re: [PATCH v4 2/3] gnu: Make ldc work again

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 12:53:39PM -0400, Leo Famulari wrote: > On Tue, Sep 13, 2016 at 12:30:41PM +0200, Danny Milosavljevic wrote: > > * gnu/packages/ldc.scm (ldc): Added substitution. Added zlib input. Fix > > llvm and clang inputs to 3.7. > > LDC built with this patch. I'm currently in the

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread ng0
Disregard this, works now. ng0 writes: > Eric Le Bihan writes: > >> Hi! >> >> Le Tue, 13 Sep 2016 12:09:42 +, >> ng0 a écrit : >> >>> I can not apply this patch with git am. Can you resend the patch as an >>>

Re: [PATCH] $HOME/.guix-profile considered harmful.

2016-09-13 Thread Ricardo Wurmus
John Darrington writes: > I have my /home NFS mounted (not uncommon in large networks, I think). > Unfortunately this does not play nicely with guix's convention of setting > $PATH to $HOME/.guix-profile and then linking $HOME/.guix-profile to >

Re: [PATCH 1/2] doc: "Various Services" -> "Miscellaneous Services"

2016-09-13 Thread John Darrington
On Tue, Sep 13, 2016 at 01:10:44PM -0400, Leo Famulari wrote: On Tue, Sep 13, 2016 at 02:18:20PM +0200, John Darrington wrote: > On Tue, Sep 13, 2016 at 01:28:01PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > *

Re: [PATCH] gnu: Add microcom

2016-09-13 Thread John Darrington
On Tue, Sep 13, 2016 at 11:36:17AM -0400, Leo Famulari wrote: On Sun, Sep 11, 2016 at 06:56:58PM +0200, John Darrington wrote: > * gnu/packages/microcom.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > +(version "2016.01.09") I think we

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread Eric Le Bihan
Hi! Le Tue, 13 Sep 2016 12:09:42 +, ng0 a écrit : > I can not apply this patch with git am. Can you resend the patch as an > appended file created with git format-patch or something similar, and > not inlined? That's surprising: the patch was generated by `git

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread ng0
Eric Le Bihan writes: > Hi! > > Le Tue, 13 Sep 2016 12:09:42 +, > ng0 a écrit : > >> I can not apply this patch with git am. Can you resend the patch as an >> appended file created with git format-patch or something similar, and >> not

Re: [PATCH] gnu: Add microcom

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 07:37:49PM +0200, John Darrington wrote: > On Tue, Sep 13, 2016 at 11:36:17AM -0400, Leo Famulari wrote: > On Sun, Sep 11, 2016 at 06:56:58PM +0200, John Darrington wrote: > > +(license gpl2+))) > > My interpretation of the first paragraph of

Re: [PATCH 1/2] doc: "Various Services" -> "Miscellaneous Services"

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 02:18:20PM +0200, John Darrington wrote: > On Tue, Sep 13, 2016 at 01:28:01PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > * doc/guix.texi (Services): "Various" -> "Miscellaneous" > > How does the meaning of these

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 10:37:56AM -0400, Kei Kebreau wrote: > Kei Kebreau writes: > > A component necessary for GNU Octave's GUI. > > How does it look? > Not sure how packaging Qt packages goes, but I've discovered that > GNU Octave's GUI only builds with Qt4 support. I've

[PATCH 4/5] gnu: Add libpqxx.

2016-09-13 Thread Jan Nieuwenhuizen
* gnu/packages/ci.scm (libpqxx): New variable. --- gnu/packages/ci.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index ec51bb3..555c255 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm @@ -33,6 +33,7 @@

Re: [PATCH v4 1/3] gnu: Add python-lit, python2-lit.

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 12:30:40PM +0200, Danny Milosavljevic wrote: > > * gnu/packages/python.scm (python-lit, python2-lit): New variables. Pushed as 243db8245e6 with some minor indentation adjustments and an expanded description. Thanks!

[PATCH 5/5] gnu: Resurrect hydra.

2016-09-13 Thread Jan Nieuwenhuizen
* gnu/packages/patches/hydra-automake-1.15.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/ci.scm (hydra): Bump to 20151030. Fixes building with nix-1.11.x. Add new libpqxx and perl-net-statsd dependencies. --- gnu/local.mk | 1 -

Re: [PATCH v4 2/3] gnu: Make ldc work again

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 12:30:41PM +0200, Danny Milosavljevic wrote: > * gnu/packages/ldc.scm (ldc): Added substitution. Added zlib input. Fix llvm > and clang inputs to 3.7. LDC built with this patch. I'm currently in the test suite. If it passes on my computer, I'd like to push this patch

Re: [PATCH] gnu: Add darkhttpd.

2016-09-13 Thread Arun Isaac
> If I understand correctly, this will not work as expected. When the > master branch gets another commit, our package's hash will become > invalid. Oops! I didn't think of that. I'll fix it. > Did you notice if there is any documentation that could be installed too? There's only a README

Re: [PATCH v4 3/3] gnu: Update ldc to 0.17.1.

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 12:30:42PM +0200, Danny Milosavljevic wrote: > * gnu/packages/ldc.scm (ldc): Update to 0.17.1. With this patch, LDC fails to build on my x86_64 machine with the familiar errors about isnan and isinf: [ 11%] Building CXX object CMakeFiles/LDCShared.dir/dmd2/scope.c.o

[PATCH 2/5] gnu: perl-image-magick: disable tests.

2016-09-13 Thread Jan Nieuwenhuizen
* gnu/packages/imagemagick.scm (perl-image-magick): Disable tests, 2 fail. --- gnu/packages/imagemagick.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index 5d72cf2..8dac3e1 100644 ---

[PATCH 3/5] gnu: Add perl-net-statsd.

2016-09-13 Thread Jan Nieuwenhuizen
* gnu/packages/ci.scm (perl-net-statsd): New variable. --- gnu/packages/ci.scm | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index e0ff873..ec51bb3 100644 --- a/gnu/packages/ci.scm +++

Re: [PATCH] gnu: Resurrect hydra

2016-09-13 Thread Jan Nieuwenhuizen
Hi! > I should mention that I didn’t maintain the Guile part in Hydra (which > is really just the ‘hydra-eval-guile-jobs.in’ script), so the latest > Hydra won’t work with Guix. :-/ Ah..I was wondering about nix and how it all worked together. That makes more sense now. > I think it’s “just a

Re: [PATCH] gnu: Add python-gunicorn and python2-gunicorn.

2016-09-13 Thread Leo Famulari
On Sun, Sep 11, 2016 at 10:50:35PM +0200, Hartmut Goebel wrote: > * gnu/packages/web.scm (python-gunicorn, python2-gunicorn): New > variables. Thanks for this! Regarding the naming question, I think it's fine to call it 'gunicorn'. Prefixing with 'python-' is more appropriate for libraries and

Re: [PATCH] gnu: Add darkhttpd.

2016-09-13 Thread Leo Famulari
On Mon, Sep 12, 2016 at 12:50:14AM +0530, Arun Isaac wrote: > * gnu/packages/web.scm (darkhttpd): New variable. Thanks for this patch! > +(version "1.12") > +(source > + (origin > + ;; The darkhttpd release tarball URL fails to download with a > + ;; 'TLS warning alert'.

Re: [PATCH] gnu: Add microcom

2016-09-13 Thread Leo Famulari
On Sun, Sep 11, 2016 at 06:56:58PM +0200, John Darrington wrote: > * gnu/packages/microcom.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > +(version "2016.01.09") I think we should use the upstream tag, "v2016.01.0". > +(source (origin > + (method git-fetch)

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

2016-09-13 Thread Tobias Geerinckx-Rice
Ludo', On 12/09/16 15:40, Ludovic Courtès wrote: > Does it honor an environment variable like XML_CATALOG_FILES that could > be put in ‘search-paths’? None that I can find, after a quick grep of the source ball for things like ‘env’ and ‘PATH’. Kind regards, T G-R signature.asc Description:

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
On Tue, Sep 13, 2016 at 4:27 PM, David Craven wrote: > I highly doubt that binutils uses python, and I'm not sure why you > think that this is a filename - so why would unix filename matching > apply in this instance? I know it's not exactly the same, but python fnmatch is

Re: [PATCH] gnu: Add qscintilla.

2016-09-13 Thread Kei Kebreau
Kei Kebreau writes: > A component necessary for GNU Octave's GUI. > How does it look? Not sure how packaging Qt packages goes, but I've discovered that GNU Octave's GUI only builds with Qt4 support. I've changed the patch to adjust this. Should I leave the old patch as is

Re: [PATCH] gnu: Add schismtracker.

2016-09-13 Thread Kei Kebreau
l...@gnu.org (Ludovic Courtès) writes: > Kei Kebreau skribis: > >> From 961dcf1e1e3ce45ea9d3f9c84fbe5562d52a1dd4 Mon Sep 17 00:00:00 2001 >> From: Kei Kebreau >> Date: Sat, 10 Sep 2016 10:27:34 -0400 >> Subject: [PATCH] gnu: Add schismtracker. >> >> *

[PATCH 1/2] gnu: guile-redis: Remove hard-coded Guile effective version.

2016-09-13 Thread Ricardo Wurmus
* gnu/packages/guile.scm (guile-redis)[snippet]: Modify 'ac_subst_vars' in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in 'Makefile.in'. --- gnu/packages/guile.scm | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/gnu/packages/guile.scm

Re: Binutils build failure on MIPS

2016-09-13 Thread David Craven
I highly doubt that binutils uses python, and I'm not sure why you think that this is a filename - so why would unix filename matching apply in this instance? There must be a match somewhere... Either mips64*el-*-linux means any cpu model or you've missed a part of the matching code. I remember

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
Hello, On Tue, Sep 13, 2016 at 4:05 PM, David Craven wrote: >> Could that explain the failure ? > > It's matched here: >> mips64*el-*-linux-*)targ_emul=elf32ltsmipn32 I'm not sure I understand what your saying: $ python >>> import fnmatch >>>

Re: [PATCH] gnu: par2cmdline.

2016-09-13 Thread Brendan Tildesley
On 2016-09-13 22:09, Ludovic Courtès wrote: > Hello, > > Just a quick note: > > Brendan Tildesley skribis: > >> + license:gpl3+ ; config.guess >> + license:x11; install-sh > These two files are build system helpers

Re: Binutils build failure on MIPS

2016-09-13 Thread David Craven
> Could that explain the failure ? It's matched here: > mips64*el-*-linux-*)targ_emul=elf32ltsmipn32 I believe that the -*- part means any cpu model. Since it's a build failure you might get away with cross-compiling. Try passing --target mips64el-linux-gnu (or whatever the

Re: Allow disabling of CONFIG_SHELL in the configure phase

2016-09-13 Thread Arun Isaac
> I find that it’s not that much work to replace the ‘configure’ phase, > and it’s not too common (Autoconf-generated ‘configure’ scripts all > honor CONFIG_SHELL.) > > We could add a Boolean flag for CONFIG_SHELL, but I bet manually written > ‘configure’ scripts may need more than just that

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
> The fix at is > definitely in binutils-2.27.tar.bz2, yet we get an error that suggests > $EMULATION_NAME is empty. Dunno what’s going on. > >> How does one reproduce the failure ? > > You need a mips64el machine to run: I don't have

Re: [PATCH 2/2] gnu: Add GSSD and Pipefs services (Usage of @var)

2016-09-13 Thread John Darrington
On Tue, Sep 13, 2016 at 01:45:19PM +0200, Ludovic Court??s wrote: John Darrington skribis: > +@item @code{nfs-utils} (default: @code{nfs-utils}) ^ Should be @var, because here we???re talking about the value of the

Re: Binutils build failure on MIPS

2016-09-13 Thread Ludovic Courtès
Vincent Legoll skribis: >> Trying to find more infos... > > Thread from April 2015: > > https://sourceware.org/ml/binutils/2015-04/msg00118.html > > But as 2.27 is recent this should already be checked-in... The fix at

Re: [PATCH 2/3] gnu: Add wcslib

2016-09-13 Thread John Darrington
On Tue, Sep 13, 2016 at 11:10:57AM +0300, Alex Kost wrote: John Darrington (2016-09-12 17:40 +0200) wrote: > On Mon, Sep 12, 2016 at 04:44:44PM +0300, Alex Kost wrote: > > I've noticed that you didn't fix these things (long line and #t after >

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

2016-09-13 Thread Hartmut Goebel
Am 13.09.2016 um 03:38 schrieb ng0: > * gnu/packages/python.scm (python-gunicorn): New variable. I submitted a patch for adding this to gnu/packages/web.scm. Additionally I questioned whether this package should be called only "gnunicorn" since it it not a python *package* but a program. --

Re: [PATCH 1/2] doc: "Various Services" -> "Miscellaneous Services"

2016-09-13 Thread Alex Sassmannshausen
John Darrington writes: > On Tue, Sep 13, 2016 at 01:28:01PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > * doc/guix.texi (Services): "Various" -> "Miscellaneous" > > How does the meaning of these two words differ? (I???m not a native

Re: [PATCH v2] gnu: Add rust (sidenotes on rust)

2016-09-13 Thread David Craven
> How problematic will this be for us? Our person in charge for the rust > stuff works around this by including copies of the libraries in a folder > named 'third_party', but I don't understand enough of the language and > lack a build system at the moment. Initially this isn't a problem, since

Re: [PATCH v2] gnu: Add rust (sidenotes on rust)

2016-09-13 Thread ng0
ng0 writes: > I can testbuild rustc and give some input. > > Additionally, we're having conversations about rust, today this came up: > > > dev @> Very interesting: > https://github.com/rust-lang/rfcs/blob/master/text/1200-cargo-install.md > " it's not clear that this

Re: [PATCH 1/2] doc: "Various Services" -> "Miscellaneous Services"

2016-09-13 Thread John Darrington
On Tue, Sep 13, 2016 at 01:28:01PM +0200, Ludovic Court??s wrote: John Darrington skribis: > * doc/guix.texi (Services): "Various" -> "Miscellaneous" How does the meaning of these two words differ? (I???m not a native speaker, so I???m curious.) It

Re: [PATCH 2/2] gnu: encfs: Update to 1.9.

2016-09-13 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > On 12/09/16 15:42, Ludovic Courtès wrote: >>> + (snippet '(for-each delete-file-recursively >>> + (find-files "internal" "tinyxml2") >> >> Note that the 2nd argument to ‘find-files’ is a regexp. Is this really

Re: [PATCH] gnu: par2cmdline.

2016-09-13 Thread Ludovic Courtès
Hello, Just a quick note: Brendan Tildesley skribis: > + license:gpl3+ ; config.guess > + license:x11; install-sh These two files are build system helpers provided by Autoconf and Automake. They are not installed so

Re: [PATCH v2] gnu: Add rust

2016-09-13 Thread ng0
Hi, I can not apply this patch with git am. Can you resend the patch as an appended file created with git format-patch or something similar, and not inlined? Eric Le Bihan writes: > * gnu/packages/rust.scm(rust): New variable. > > Signed-off-by: Eric Le Bihan

Re: Allow disabling of CONFIG_SHELL in the configure phase

2016-09-13 Thread Ludovic Courtès
Arun Isaac skribis: > I am packaging optipng (http://optipng.sourceforge.net/) with the > gnu-build-system, and its configure script does not like being passed > CONFIG_SHELL. It fails with the following error: > > ./configure: error: unknown option: >

Re: [PATCH] Adding .xsession to guile-wm

2016-09-13 Thread Ludovic Courtès
Alex ter Weele skribis: > From 91f74b1b762596527dfa9412c33e39981932fa70 Mon Sep 17 00:00:00 2001 > From: Alex ter Weele > Date: Sun, 11 Sep 2016 22:18:53 -0400 > Subject: [PATCH] Adding .xsession to guile-wm > > --- >

Re: [PATCH v2] gnu: Add rust (sidenotes on rust)

2016-09-13 Thread ng0
I can testbuild rustc and give some input. Additionally, we're having conversations about rust, today this came up: dev @> Very interesting: https://github.com/rust-lang/rfcs/blob/master/text/1200-cargo-install.md " it's not clear that this is worthwhile enough to support installing libraries

Re: [PATCH] Adding .xsession to guile-wm

2016-09-13 Thread Ludovic Courtès
John Darrington skribis: > On Mon, Sep 12, 2016 at 09:45:22PM -0400, Thompson, David wrote: > On Mon, Sep 12, 2016 at 9:23 PM, Alex ter Weele > wrote: > > I don't believe there is a standard, but different packages do it >

Re: [PATCH] Adding .xsession to guile-wm

2016-09-13 Thread Ludovic Courtès
John Darrington skribis: > Most of the .desktop files in my store do not have the /gnu/store/... on their > Exec= line. Perhaps they should? What is the policy here? I think it’s best to use absolute file names. Ludo’.

Re: [PATCH] gnu: Add schismtracker.

2016-09-13 Thread Ludovic Courtès
Kei Kebreau skribis: > From 961dcf1e1e3ce45ea9d3f9c84fbe5562d52a1dd4 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Sat, 10 Sep 2016 10:27:34 -0400 > Subject: [PATCH] gnu: Add schismtracker. > > * gnu/packages/music.scm (schismtracker): New

Re: [PATCH 2/2] gnu: Add GSSD and Pipefs services

2016-09-13 Thread Ludovic Courtès
John Darrington skribis: > * gnu/services/nfs.scm (pipefs-service-type): New Variable, > (gss-service-type): New Variable. Nice! Minor comments below: > -@node Miscellaneous Services > -@subsubsection Miscellaneous Services > +@node NFS Services > +@subsubsection NFS Services I

[PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-13 Thread ng0
* gnu/packages/psyc.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 2 + gnu/packages/psyc.scm | 105 ++ 2 files changed, 107 insertions(+) create mode 100644 gnu/packages/psyc.scm diff --git

  1   2   >