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] 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 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 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: [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

[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 ---

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 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] 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 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 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: 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

[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: 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 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,

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 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 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

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

[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] 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 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 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] 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? > > > >

[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 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

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!

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 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] 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

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 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] 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 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] 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 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] 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? >

[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,

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 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 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 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 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] $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 >

[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 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 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

[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

[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 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 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] $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] 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: 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: 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: 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] 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 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: 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 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

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

[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

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 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: [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: >> >> > *

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,

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 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] 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: [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: 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

[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: [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. >> >> *

Re: Binutils build failure on MIPS

2016-09-13 Thread Vincent Legoll
On Tue, Sep 13, 2016 at 10:26 AM, Ludovic Courtès wrote: > l...@gnu.org (Ludovic Courtès) skribis: > >> ‘core-updates’ is now building with a tiny patch on gcc-4.9 (in fact >> it’s enough to apply it to gcc-cross-boot0, which is interesting): >> >>

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

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

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

2016-09-13 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-lit, python2-lit): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b839f22..eb407c2 100644 --- a/gnu/packages/python.scm +++

Re: [PATCH] gnu: par2cmdline.

2016-09-13 Thread Brendan Tildesley
Ok thanks I'd forgotten to fix the text. I ended up deciding to move the definition to backup.scm as it makes more sense, and my duplicity 7.0.10 package uses par2cmdline which is also in backup.scm >From 8c3187a876c142acde5eb6cb0dc22c0699765a23 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley

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

2016-09-13 Thread Vincent Legoll
> Hm, considered harmful, I dunno. It seems a bit strong! Something does > feel useful to me about having it in $HOME. It seems like the logical > place to me, since it's per-user. It's a good thing for the user to have, but IMHO it's also a good thing that the system do not rely on it being

Re: [PATCH v3 2/3] gnu: Add python-lit, python2-lit.

2016-09-13 Thread Danny Milosavljevic
> I think we should probably say this package is NCSA, since it's part of > LLVM. What do you think? I agree.

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

2016-09-13 Thread Ludovic Courtès
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.) Ludo’.

[PATCH] Generate grub.cfg with correct paths when store is not in root partition

2016-09-13 Thread Carlos Sánchez de La Lama
I had sent it to the wrong bug#, sorry about the noise. Took a while to produce a working patch :S A little explanation of what it does: guix/scripts/system.scm: when constructing old entries, we know "systems" are the system symlinks in /var/guix/profile, and not a store derivation. No need

[PATCH 2/2] gnu: Add libpsyc.

2016-09-13 Thread ng0
cplay states AGPL with no version license:agpl3+ + +(define-public libpsyc + (package +(name "libpsyc") +(version "20160913") +(source (origin + (method url-fetch) + (uri (string-append &qu

[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

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

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
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 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 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 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 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 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] gnu: icedtea-8: Hardcode dynamically loaded libraries.

2016-09-13 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > From 1d0dce6f0c40fa35162ecb441b53b32f77dd5b8d Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= > Date: Thu, 8 Sep 2016 23:25:23 +0800 > Subject: [PATCH] gnu: icedtea-8: Hardcode dynamically loaded libraries. > >

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] 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: 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 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

  1   2   >