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

2016-09-10 Thread Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (encfs): Update to 1.9. [source]: Remove bundled TinyXML2 in a snippet. [build-system]: Switch to cmake-build-system. [arguments]: Remove autotools-related phases and configure-flags. Don't use bundled TinyXML2. [native-inputs]: Remove autoconf, automake, libtool, and

Re: [PATCH] gnu: Add python-cachecontrol.

2016-09-10 Thread Marius Bakke
Ben Woodcroft writes: > Hi Marius, thanks for the patch. > > I added a 'python2-variant' line and pushed as 'b30565b'. *facepalm* thanks. Here I was wondering why my next patches didn't build for python2. You may want to do the same for "python-freezegun" above. Btw, it

Re: [PATCH] gnu: Add python-cachecontrol.

2016-09-10 Thread Ben Woodcroft
Hi Marius, thanks for the patch. I added a 'python2-variant' line and pushed as 'b30565b'. The thing is, the list has already seen this package before, in this thread where I tried packaging scikit-bio (I suspect you are trying to do the same):

Re: [PATCH] gnu: Add bind

2016-09-10 Thread John Darrington
I suggest that we use this version and remove the existing bind-utils. J' On Sun, Sep 11, 2016 at 12:06:26AM +0200, John Darrington wrote: * gnu/packags/dns.scm (bind): New variable --- gnu/packages/dns.scm | 69 1 file

[PATCH] gnu: Add bind

2016-09-10 Thread John Darrington
* gnu/packags/dns.scm (bind): New variable --- gnu/packages/dns.scm | 69 1 file changed, 69 insertions(+) diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 819343a..dad8079 100644 --- a/gnu/packages/dns.scm +++

Re: [PATCH] gnu: Add mash.

2016-09-10 Thread Leo Famulari
On Thu, Sep 08, 2016 at 11:06:44PM +0100, Marius Bakke wrote: > * gnu/packages/bioinformatics.scm (mash): New variable. Anyways, pushed as 84be3b9920120e7cc03095baca06d61b7f3fb741. If the package needs more changes, we will change it :)

Re: [PATCH] gnu: Add git-review.

2016-09-10 Thread Clément Lassieur
Efraim Flashner writes: >> It looks like ssh isn't hardcoded within git either. Is it worth doing >> this for git-review then? > > This looks like you are using ssh for talking to the remote server, in > which case it would exist outside of git-review. Or did I

Re: [PATCH] gnu: Add mash.

2016-09-10 Thread Leo Famulari
On Thu, Sep 08, 2016 at 11:06:44PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > On Thu, Sep 01, 2016 at 11:00:39AM +0100, Marius Bakke wrote: > >> I had these in inputs initially and was surprised to see no references. > >> Both seems to be compiled into the final

[PATCH] gnu: python-git-review: Wrap it so 'git', 'ssh' and 'scp' are found.

2016-09-10 Thread Clément Lassieur
* gnu/packages/openstack.scm (python-git-review)[arguments]: Add 'wrap-program' phase. [inputs]: Add openssh. --- gnu/packages/openstack.scm | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index

Re: [PATCH] gnu: tbb: Update to 2017_20160722.

2016-09-10 Thread Efraim Flashner
On Fri, Sep 09, 2016 at 04:13:54PM +, ng0 wrote: > Eric Bavier writes: > > > On 2016-09-09 10:10, ng0 wrote: > >> Eric Bavier writes: > >> > >>> The 2017 version also brings with it a change in license from GPLv2 > >>> with > >>>

Re: [PATCH v2] gnu: Add mtd-utils.

2016-09-10 Thread Leo Famulari
On Wed, Sep 07, 2016 at 09:29:46AM +0300, Efraim Flashner wrote: > > +(license (list license:gpl2 license:mpl1.1 license:bsd-3 > > Is the package under all three licenses or are certain parts under > different licenses? I've found packages that include a mozilla license > seem to have

Re: [PATCH v2 3/3] gnu: Add utox.

2016-09-10 Thread Efraim Flashner
On Thu, Sep 08, 2016 at 09:02:31PM -0400, Erik Edrosa wrote: > * gnu/packages/messaging.scm (utox): New variable. > --- > gnu/packages/messaging.scm | 51 > -- > 1 file changed, 49 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH v2 2/3] gnu: Add filteraudio.

2016-09-10 Thread Efraim Flashner
On Thu, Sep 08, 2016 at 09:02:30PM -0400, Erik Edrosa wrote: > * gnu/packages/audio.scm (filteraudio): New variable. > --- > gnu/packages/audio.scm | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm > index

Re: [PATCH] gnu: Add bind

2016-09-10 Thread Leo Famulari
On Wed, Aug 31, 2016 at 08:38:53PM +0200, John Darrington wrote: > Thanks for the comments, > > On Wed, Aug 31, 2016 at 01:52:11PM -0400, Leo Famulari wrote: > On Tue, Aug 30, 2016 at 06:36:04PM +0200, John Darrington wrote: > > * gnu/packages/networking.scm (bind): New variable. >

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

2016-09-10 Thread John Darrington
* gnu/services/nfs.scm (pipefs-service-type): New Variable, (gss-service-type): New Variable. --- doc/guix.texi| 48 +++ gnu/services/nfs.scm | 64 +++- 2 files changed, 107 insertions(+), 5 deletions(-)

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

2016-09-10 Thread John Darrington
* doc/guix.texi (Services): "Various" -> "Miscellaneous" --- doc/guix.texi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 3923627..9f57744 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -219,7 +219,7 @@ Services * Database

Re: [PATCH] gnu: Add git-review.

2016-09-10 Thread Efraim Flashner
On Fri, Sep 09, 2016 at 06:09:40PM +0200, Clément Lassieur wrote: > Efraim Flashner writes: > > > I found ssh and I found an instance of scp, so this should be better. > > --8<---cut here---start->8--- > clement@lev ~/foo [env]#

Re: [PATCH] gnu: glew: Update to 2.0.0.

2016-09-10 Thread Leo Famulari
On Thu, Sep 08, 2016 at 09:03:47PM +, ng0 wrote: > * gnu/packages/gl.scm (glew): Update to 2.0.0. Thanks! Supertux worked with this change, so I pushed as 766c1488cc.

Re: [PATCH] gnu: Simplify dtc package definition.

2016-09-10 Thread David Craven
> Danny's message was not missing the header. You should use `git am` to > apply the email itself. @leo Ah, that explains it. Thanks! @danny sorry

Re: [PATCH] gnu: Simplify dtc package definition.

2016-09-10 Thread Leo Famulari
On Thu, Sep 08, 2016 at 08:45:26PM +0200, David Craven wrote: > Hi Danny, > > I don't have any special settings configured, just the default. > > Your patches are missing a header like this one: > > From fc0e6e2ae96b0586035de96c65cfd08186ceb28a Mon Sep 17 00:00:00 2001 > From: Efraim Flashner

Re: [PATCH] gnu: Add dlib.

2016-09-10 Thread Leo Famulari
On Sat, Sep 10, 2016 at 01:32:22PM +0100, Marius Bakke wrote: > Marius Bakke writes: > > > Leo Famulari writes: > > > >> Changing the subject, you could disable the tests per-architecture. Look > >> for uses of current-target-system and current-system

Re: [PATCH] gnu: Add sonata

2016-09-10 Thread Leo Famulari
On Sat, Sep 10, 2016 at 12:31:33PM +0100, Christopher Baines wrote: > * gnu/packages/mpd.scm (sonata): New variable. Wow, I'm very happy to see this package fixed up :) > +(inputs > + `(("gettext" ,gnu-gettext) All looks good to me except for the gettext issue discussed earlier. $ guix

Re: [PATCH] gnu: Add darkhttpd.

2016-09-10 Thread Alex Kost
Arun Isaac (2016-09-10 18:00 +0530) wrote: >> Why 'git-fetch'? There is a release tarball: >> >> https://unix4lyfe.org/darkhttpd/darkhttpd-1.12.tar.bz2 > > Yes, there is a release tarball. But, there is some server side issue > with the url. When I try to download it with wget, I get a "The

Re: Superseded packages

2016-09-10 Thread Leo Famulari
On Tue, Sep 06, 2016 at 11:36:32PM +0200, Ludovic Courtès wrote: > Hi! > > l...@gnu.org (Ludovic Courtès) skribis: > > > I had an idea to use a ‘superseded’ entry in ‘properties’ that would > > tell ‘guix package’ et al. to upgrade to the new package: > > > > (package > > (name "attic") >

[PATCH] gnu: Add direnv

2016-09-10 Thread Christopher Baines
direnv is an environment switcher for the shell. direnv can be used with many tools, including Guix environments. I was lucky enough to meet the original author in London, who showed me direnv, and helped me write a function for my .direnvrc file to make it easy to use with Guix. I have the

[PATCH] gnu: Add direnv

2016-09-10 Thread Christopher Baines
* gnu/packages/shellutils.scm (direnv): New variable. --- gnu/packages/shellutils.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index 27f45ba..e582186 100644 --- a/gnu/packages/shellutils.scm

Re: guix-pull prints stack trace

2016-09-10 Thread Leo Famulari
On Sat, Sep 10, 2016 at 01:14:10PM +0800, Alex Vong wrote: > Hello, > > It seems the commit c41d97b causes guix-pull to print stack trace. > > Here is the stack trace: > === > In ice-9/psyntax.scm: > 989: 19 [scan

Re: [PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > This would be a bad idea. The user-agent string above was chosen so > that users fall into a large “anonymity set”. If we applied this patch, > then web servers could trivially identify us. > > On this topic, see: > > https://panopticlick.eff.org/ Thanks for the

Re: GCC bootstrap failure on ARM

2016-09-10 Thread David Craven
> I’ve made some progress on this, as reported on bugzilla. I’m now > trying to bisect the issue; however, since the bootstrapping failure of > gcc-final is due to a problem that manifests in gcc-boot0, that’s a lot > of rebuild, and the machine I’m using (redhill) is slow. > > Anyway, we’ll have

Re: GCC bootstrap failure on ARM

2016-09-10 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Mark H Weaver skribis: > >> David Craven writes: >> >>> I can help fixing package regressions if someone gets the ball >>> rolling. Is there a reason to upgrade to gcc 5 or does it make sense >>> to jump to gcc 6

Re: Prototype for using Guix with python packages

2016-09-10 Thread Christopher Baines
On 07/09/16 15:01, Ludovic Courtès wrote: >> For a few months now, I've been assembling a prototype for how packages >> could be produced for software released as Python source distributions >> (sdists) [1]. > > Woow, quite an achievement! Do you know how many of the automatically > generated

Re: Linux kernel

2016-09-10 Thread Ludovic Courtès
David Craven skribis: >> Nitpick: Use ‘base32’ here, rather than in the callee (that way, base32 >> parsing happens at compile time and errors are detected early.) > > Good to know, I wondered why we always need sha256 and base32 :-) To illustrate: --8<---cut

Re: [PATCH] gnu: Add schismtracker.

2016-09-10 Thread Ludovic Courtès
Marius Bakke skribis: > Kei Kebreau writes: [...] >> +(home-page "http://schismtracker.org;) >> +(synopsis "Impulse Tracker clone") > > I think this should be more generic. The tagline from github works > pretty well: "Oldschool sample-based

Re: [PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread ng0
Hi, Brendan Tildesley writes: > On 2016-09-10 19:18, Jan Nieuwenhuizen wrote: >> Hi! >> >> Attached simple patch fixes spreading of theh terribly ignoring lie that >> I would be running Windows NT. >> >> I'm probably displayng unimaginable ignorance here but

Re: [PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread Ludovic Courtès
Hello Jan, Jan Nieuwenhuizen skribis: > --- /dev/null > +++ b/gnu/packages/patches/icecat-fix-useragent.patch > @@ -0,0 +1,11 @@ > +--- icecat-38.8.0/browser/app/profile/icecat.js.orig 2016-09-10 > 09:56:30.809082564 +0200 > icecat-38.8.0/browser/app/profile/icecat.js

Re: [PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread Alex Vong
Hello, Jan Nieuwenhuizen writes: > Hi! > > Attached simple patch fixes spreading of theh terribly ignoring lie that > I would be running Windows NT. > > I'm probably displayng unimaginable ignorance here but it's beyond me > why a project like Firefox would hardcode such a

‘file-append’

2016-09-10 Thread Ludovic Courtès
Hello Guix! As a resolution to , (guix gexp) provides a new construct, ‘file-append’, which can be used to express the concatenation of file name components. Previously, we would typically write: #~(string-append #$coreutils "/bin/uname") which would lead to an

Re: [PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread Brendan Tildesley
On 2016-09-10 19:18, Jan Nieuwenhuizen wrote: > Hi! > > Attached simple patch fixes spreading of theh terribly ignoring lie that > I would be running Windows NT. > > I'm probably displayng unimaginable ignorance here but it's beyond me > why a project like Firefox would hardcode such a default. >

Re: [PATCH] gnu: Add dlib.

2016-09-10 Thread Marius Bakke
Marius Bakke writes: > Leo Famulari writes: > >> Changing the subject, you could disable the tests per-architecture. Look >> for uses of current-target-system and current-system for usage examples. >> But this is not absolutely required, IMO. > > This

Re: [PATCH] gnu: Add darkhttpd.

2016-09-10 Thread Arun Isaac
> Why 'git-fetch'? There is a release tarball: > > https://unix4lyfe.org/darkhttpd/darkhttpd-1.12.tar.bz2 Yes, there is a release tarball. But, there is some server side issue with the url. When I try to download it with wget, I get a "The server name sent was not recognized" warning. wget

Re: guix-pull prints stack trace

2016-09-10 Thread Alex Vong
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > Alex Vong writes: > [...] > > The bug I introduced to guix pull (while speeding it up) that has a tiny > chance of causing a thread race related error has never been fixed. > Maybe it's related to that. >

[PATCH] gnu: gnurl: Update to 7.50.2-1.

2016-09-10 Thread ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.50.2-1. --- gnu/packages/gnunet.scm | 19 +++ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index cdc9872..60aa671 100644 --- a/gnu/packages/gnunet.scm +++

Re: flashrom package needs update

2016-09-10 Thread ng0
Okay, but the package still needs an update, is someone up to this? The patch we apply needs to be adjusted. Kei Kebreau writes: > [ Unknown signature status ] > ng0 writes: > >> Kei Kebreau writes: >> >>> [ Unknown

Re: [PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread ng0
Jan Nieuwenhuizen writes: > Hi! > > Attached simple patch fixes spreading of theh terribly ignoring lie that > I would be running Windows NT. > > I'm probably displayng unimaginable ignorance here but it's beyond me > why a project like Firefox would hardcode such a default. It

[PATCH] gnu: Add sonata

2016-09-10 Thread Christopher Baines
* gnu/packages/mpd.scm (sonata): New variable. --- gnu/packages/mpd.scm | 52 1 file changed, 52 insertions(+) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 279ec68..cc9d583 100644 --- a/gnu/packages/mpd.scm +++

Re: guix-pull prints stack trace

2016-09-10 Thread Taylan Ulrich Bayırlı/Kammer
Alex Vong writes: > Hello, > > It seems the commit c41d97b causes guix-pull to print stack trace. > > Here is the stack trace: > === > In ice-9/psyntax.scm: > 989: 19 [scan ((define-module (gnu

[PATCH] gnu: Add python-cachecontrol.

2016-09-10 Thread Marius Bakke
>From e924847f7f1b226b7abe2dcf176d83b9ae2852d5 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 10 Sep 2016 11:19:37 +0100 Subject: [PATCH] gnu: Add python-cachecontrol. * gnu/packages/python.scm (python-cachecontrol, python2-cachecontrol): New variables. ---

Re: [PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread Vincent Legoll
On Sat, Sep 10, 2016 at 11:18 AM, Jan Nieuwenhuizen wrote: > Attached simple patch fixes spreading of theh terribly ignoring lie that > I would be running Windows NT. > > I'm probably displayng unimaginable ignorance here but it's beyond me > why a project like Firefox would

[PATCH] gnu: icecat: correct useragent to GNU GuixSD.

2016-09-10 Thread Jan Nieuwenhuizen
Hi! Attached simple patch fixes spreading of theh terribly ignoring lie that I would be running Windows NT. I'm probably displayng unimaginable ignorance here but it's beyond me why a project like Firefox would hardcode such a default. Greetings, Jan >From

Re: [PATCH] 1/1 gnu: Add guile-graph

2016-09-10 Thread Alex Kost
Dylan Jeffers (2016-09-09 16:45 -0700) wrote: > From fc183108bfc3a62a002c8bf99466756fd13b61bf Mon Sep 17 00:00:00 2001 > From: Dylan Jeffers > Date: Fri, 9 Sep 2016 16:37:17 -0700 > Subject: [PATCH] gnu: Add guile-graph. > > * gnu/packages/guile.scm (guile-graph): New

Re: [PATCH] gnu: Add schismtracker.

2016-09-10 Thread Marius Bakke
Kei Kebreau writes: > For those who love making tracks, X11 or not! > > If someone could look over this (and build it, please!), that would be > nice. :-) Thanks for this package! See comments below. > From 91dbcb5c61de4b4b45f85b3bad8cf9e713c564b0 Mon Sep 17 00:00:00 2001

Re: [PATCH] gnu: Add darkhttpd.

2016-09-10 Thread Alex Kost
Arun Isaac (2016-09-10 12:21 +0530) wrote: > * gnu/packages/web.scm (darkhttpd): New variable. > --- > gnu/packages/web.scm | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm > index 20c7d12..287c389 100644 >

[PATCH] gnu: Add darkhttpd.

2016-09-10 Thread Arun Isaac
* gnu/packages/web.scm (darkhttpd): New variable. --- gnu/packages/web.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 20c7d12..287c389 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@