Re: [PATCH 1/1] gnu: mutt: Update to 1.7.0.

2016-08-19 Thread Ricardo Wurmus
Leo Famulari writes: > * gnu/packages/mail.scm (mutt): Update to 1.7.0. > [arguments]: Pass "--enable-sidebar" to #:configure-flags. Looks good to me! ~~ Ricardo

Re: flashrom package needs update

2016-08-19 Thread Kei Kebreau
ng0 writes: > ng0 writes: > >> Someone should update flashrom to 0.9.9. >> (https://www.flashrom.org/Flashrom/0.9.9) >> I tried and do not understand enough of flashrom to update the patch we need. > > Additionally we need to check what's

Re: [PATCH 2/5] profiles: gtk-icon-themes: Use 'gtk-update-icon-cache' from 'gtk+:bin'.

2016-08-19 Thread 宋文武
Mark H Weaver writes: > 宋文武 writes: > >> * guix/profiles.scm (gtk-icon-themes): Use 'gtk-update-icon-cacnhe' from >> the "bin" output of gtk+ package. >> --- >> guix/profiles.scm | 21 +++-- >> 1 file changed, 15 insertions(+), 6 deletions(-)

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-19 Thread Matthew Jordan
Hi all, Sorry for the late reply, this week was busy one.. I'll take a closer look at it later tonight, presumming anyone needs me to weigh in. On first glance it looks ok though. Respectuflly, Matthew Jordan.

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-19 Thread Leo Famulari
On Wed, Aug 17, 2016 at 10:54:36AM -0500, Alex Griffin wrote: > Thanks for contributing! Your changes work for me, but it looks like > your mail client mangled the formatting of your patch. So I produced a > good patch with your changes, and added a copyright line and commit > message for you.

Re: [PATCH] gnu: Add libunique.

2016-08-19 Thread Leo Famulari
On Wed, Aug 17, 2016 at 09:52:40AM +, ng0 wrote: > Leo Famulari writes: > > Okay, then I think we should add the package with a comment that says > > it's unmaintained. What do you think of the attached patch? > > Looks good to me. This way if some old application should

Re: [PATCH] gnu: Add re2.

2016-08-19 Thread Leo Famulari
On Fri, Aug 19, 2016 at 10:35:14AM +0300, Alex Kost wrote: > I agree that having both 'tre' and 're2' packages in "regex.scm" is the > right thing. Also I think it would be good to move 'oniguruma' there. > > As for "pcre.scm", I would also move its content to "regex.scm". What > about

Re: 03/03: gnu: borg: Update to 1.0.7.

2016-08-19 Thread Leo Famulari
On Fri, Aug 19, 2016 at 10:42:19PM +, Leo Famulari wrote: > lfam pushed a commit to branch master > in repository guix. > > commit d760a2fc18c2ba89a183c9071133b8a113279f8a > Author: Leo Famulari > Date: Mon Aug 8 01:37:11 2016 -0400 > > gnu: borg: Update to 1.0.7.

Re: [PATCH] gnu: Add python-pypump

2016-08-19 Thread Leo Famulari
On Mon, Aug 15, 2016 at 03:17:57PM -0700, Dylan Jeffers wrote: > On Mon, 15 Aug 2016 14:41:28 -0400 > Leo Famulari wrote: > > > On Sun, Aug 14, 2016 at 04:07:11PM -0700, Dylan Jeffers wrote: > > > > The latest upstream version 0.7. Is there a reason not to use the > > > >

Re: [PATCH] gnu: Add capnproto.

2016-08-19 Thread Leo Famulari
On Fri, Aug 19, 2016 at 06:06:24PM -0400, Leo Famulari wrote: > On Sun, Aug 14, 2016 at 07:16:22PM +0100, Marius Bakke wrote: > > Leo Famulari writes: > > > > > On Sat, Aug 13, 2016 at 07:48:36PM +0100, Marius Bakke wrote: > > >> Note that it bundles googletest; I tried

Re: [PATCH] gnu: Add capnproto.

2016-08-19 Thread Leo Famulari
On Sun, Aug 14, 2016 at 07:16:22PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > On Sat, Aug 13, 2016 at 07:48:36PM +0100, Marius Bakke wrote: > >> Note that it bundles googletest; I tried unbundling but it proved > >> difficult. gtest will no longer be used from

Re: [PATCH] gnu: gnome-maps: Update to 3.18.3.

2016-08-19 Thread Leo Famulari
On Wed, Aug 17, 2016 at 05:36:22PM -0500, Alex Griffin wrote: > This patch updates GNOME Maps to 3.18.3, which changes the map tile > provider to Mapbox after Mapquest revoked GNOME's access. > * gnu/packages/geo.scm (gnome-maps): Update to 3.18.3. Thanks! Pushed as ad1ff78d636. > I tried

Re: [PATCH v3] gnu: Add python-lirc, python2-lirc.

2016-08-19 Thread Leo Famulari
On Wed, Aug 17, 2016 at 09:48:47PM +0300, Alex Kost wrote: > Leo Famulari (2016-08-17 00:41 +0300) wrote: > > > On Tue, Aug 16, 2016 at 11:28:09PM +0200, Danny Milosavljevic wrote: > >> gnu: Add python-lirc, python2-lirc. > >> > >> * gnu/packages/lirc.scm (python-lirc, python2-lirc): New

[PATCH 1/1] gnu: mutt: Update to 1.7.0.

2016-08-19 Thread Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 1.7.0. [arguments]: Pass "--enable-sidebar" to #:configure-flags. --- gnu/packages/mail.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 49bf8f7..99af845 100644 ---

[PATCH 0/1] Mutt update

2016-08-19 Thread Leo Famulari
Mutt 1.7.0 is released: http://www.mutt.org/doc/UPDATING Amazingly, some form of the legendary "sidebar patch" has been merged! This patch builds the sidebar feature, but it will not be presented to users unless they add 'set sidebar_visible' to their Mutt configuration file. Leo Famulari (1):

Re: [PATCH] Add tintin.

2016-08-19 Thread ng0
Hi, Leo Famulari writes: > On Mon, Aug 08, 2016 at 09:21:09PM +, ng0 wrote: >> Updated patch. >> >> * gnu/packages/games.scm (tintin): New variable. > > Thanks! > >> + (uri (string-append "https://sourceforge.net/projects/tintin; >> +

Re: [PATCH] Add tintin.

2016-08-19 Thread Leo Famulari
On Mon, Aug 08, 2016 at 09:21:09PM +, ng0 wrote: > Updated patch. > > * gnu/packages/games.scm (tintin): New variable. Thanks! > + (uri (string-append "https://sourceforge.net/projects/tintin; > + "/files/TinTin++ Source Code/" version > +

Re: [PATCH] Add tintin.

2016-08-19 Thread Leo Famulari
On Fri, Aug 19, 2016 at 11:48:51AM +0200, David Craven wrote: > > I usually attach the patches as files, in notmuch emacs they are saved > > by pressing > > . s > > when in the displayed attached files part. Or what exactly do you mean? > > Yep that's what I mean. I'm currently doing this: > Look

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-19 Thread Christopher Allan Webber
That seems like a good idea to me. Jelle Licht writes: > I just reapplied my patch to the current master ( b3de5ff2 ), and I could > build node 6.3.1 without any issues. > > - Derivation is /gnu/store/xhwml9hwqbpliglp5x4c3hkr46pkv7zn-node-6.3.1.drv > [0] , > - Build result is

[PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-19 Thread Tomáš Čech
* gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl. [arguments]: Add 'make-local-docbook-xsl' phase. --- gnu/packages/documentation.scm | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gnu/packages/documentation.scm

[PATCH] Add Emacs Org mode

2016-08-19 Thread Nicolas Goaziou
Hello, The following patch adds Org mode to the list of Emacs packages. Regards, -- Nicolas Goaziou0x80A93738 >From 6412b47596f89ce071f81d01a23c7d18cc08cee5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 19

Re: [PATCH] Add tintin.

2016-08-19 Thread Marius Bakke
David Craven writes: >> Another emacs/notmuch user checking in. I was in the same boat as you >> until trying out spacemacs ~two years ago: >> >> https://github.com/syl20bnr/spacemacs >> >> Give it a go, if you haven't already :) > > @marius: > Did you get the guix plugin

Re: [PATCH 24/24] gnu: qt: Update qt to 5.7.0.

2016-08-19 Thread David Craven
Yes, would have probably been better. I got sidetracked today, but I intend to get it fixed over the weekend. On Aug 19, 2016 8:42 PM, "Mark H Weaver" wrote: > David Craven writes: > > >> Thank you for all of this! Hydra indicates that there are some > >>

Re: [PATCH 24/24] gnu: qt: Update qt to 5.7.0.

2016-08-19 Thread Mark H Weaver
David Craven writes: >> Thank you for all of this! Hydra indicates that there are some >> regressions. Can you take a look? >> >> https://hydra.gnu.org/eval/109084#tabs-now-fail >> https://hydra.gnu.org/eval/109084#tabs-new > > Ah, now I understand where the fun in

Re: [PATCH] Add tintin.

2016-08-19 Thread David Craven
> Another emacs/notmuch user checking in. I was in the same boat as you > until trying out spacemacs ~two years ago: > > https://github.com/syl20bnr/spacemacs > > Give it a go, if you haven't already :) @marius: Did you get the guix plugin working? Does it need anything spacemacs specific other

Re: No package from hydra

2016-08-19 Thread David Craven
I'd like notifications on my failures caused by my commits too!

Re: No package from hydra

2016-08-19 Thread Pjotr Prins
This overview from hydra is pretty nice and interesting: https://hydra.gnu.org/eval/109086?full=1#tabs-still-fail I wonder if we can present it in such a way that people take note when a package (they feel responsible for) fails. I had no idea ldc is failing - and I do feel responsible for

Re: [PATCH] openssh service

2016-08-19 Thread Julien Lepiller
On Fri, 19 Aug 2016 16:15:48 +0200 Vincent Legoll wrote: > Hello, > > On Fri, Aug 19, 2016 at 4:03 PM, Julien Lepiller > wrote: > > Does that mean I need to add an entry to the manual myself (if so, > > could you tell me what file to edit?) > >

Re: [PATCH][core-updates] gnu: gnupg: Update to 2.1.15.

2016-08-19 Thread ng0
Hi, do you have trouble applying this on top of your gnupg-2.1.15 patch? Should I update this patch? ng0 writes: > Requires previous 2.1.14 update patch. > > From 0044af341b0f01d2a325404141ff3168ab11da69 Mon Sep 17 00:00:00 2001 > From: ng0

Re: [PATCH] openssh service

2016-08-19 Thread Vincent Legoll
Hello, On Fri, Aug 19, 2016 at 4:03 PM, Julien Lepiller wrote: > Does that mean I need to add an entry to the manual myself (if so, could > you tell me what file to edit?) I think that would be doc/guix.texi in http://git.savannah.gnu.org/cgit/guix.git -- Vincent Legoll

[PATCH] gnu: Add perl-net-psyc.

2016-08-19 Thread ng0
Net::PSYC binary "psycion" requires perl-curses, which has been packaged and send for review. psycion is being bugfixed, it is functional but the server application it functions with needs to update the internal policies on how to treat native psyc clients. It's on the todo list and will be fixed

Re: [PATCH] openssh service

2016-08-19 Thread Julien Lepiller
On Fri, 5 Aug 2016 16:20:49 +0200 Julien Lepiller wrote: > On Fri, 05 Aug 2016 15:47:50 +0200 > Andy Wingo wrote: > > > On Fri 05 Aug 2016 14:18, Julien Lepiller > > writes: > > > here is a patch that adds a service definition for

Re: 01/01: gnu: shotwell: Update to 0.23.4.

2016-08-19 Thread Tobias Geerinckx-Rice
Efraim, On 19/08/16 12:35, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit f819c21dd5ea08ef063f68999710b6b25432df1c > Author: Efraim Flashner > Date: Fri Aug 19 13:35:14 2016 +0300 > > gnu: shotwell: Update to

Re: [PATCH][v2] gnu: Add perl-curses

2016-08-19 Thread ng0
Okay, when I build this without "FORMS" it succeeds. Works for me. >From a72020974650298e89b82abda8e07f722f7cf32c Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 19 Aug 2016 13:13:42 + Subject: [PATCH 1/2] gnu: Add perl-curses. * gnu/packages/perl.scm (perl-curses):

[PATCH] gnu: Add perl-curses (need help).

2016-08-19 Thread ng0
Hi, I don't understand why the attached patch fails with the following output, the only explanation I have is that gcc or ncurses lacks something the test which then runs gcc expects. gcc -c -I/gnu/store/xl19qrfzga52vrvp4ncccwjlnrjqwj95-ncurses-6.0/include

Re: [PATCH] Add tintin.

2016-08-19 Thread David Craven
> Another emacs/notmuch user checking in. I was in the same boat as you > until trying out spacemacs ~two years ago: > > https://github.com/syl20bnr/spacemacs > > Now I have the full power of emacs, without carpal-tunnel inducing > keybindings, and with a really sane and flexible configuration

Re: [PATCH] gnu: Add re2.

2016-08-19 Thread Marius Bakke
Leo Famulari writes: > When moving packages around, all users of the package need to have their > module imports updated. Copyright attribution must be carefully handled. > And merging the various *-updates branches into master and vice versa > becomes more complicated and

Re: No package from hydra

2016-08-19 Thread Pjotr Prins
On Fri, Aug 19, 2016 at 02:15:19PM +0200, Pjotr Prins wrote: > ldc is broken since May 2016. > > http://hydra.gnu.org/job/gnu/master/ldc-0.16.1.x86_64-linux > > hmmm. Include file gone missing: CMakeFiles/LDCShared.dir/dmd2/root/aav.c.o -c

Re: No package from hydra

2016-08-19 Thread Pjotr Prins
ldc is broken since May 2016. http://hydra.gnu.org/job/gnu/master/ldc-0.16.1.x86_64-linux hmmm. On Fri, Aug 19, 2016 at 02:13:45PM +0200, Pjotr Prins wrote: > Node is broken, down and out since August 2nd. That is almost 3 weeks. > > http://hydra.gnu.org/build/1363135 > > On Fri, Aug 19, 2016

Re: No package from hydra

2016-08-19 Thread Pjotr Prins
Node is broken, down and out since August 2nd. That is almost 3 weeks. http://hydra.gnu.org/build/1363135 On Fri, Aug 19, 2016 at 01:04:01PM +0200, Pjotr Prins wrote: > I am not getting a substitute for node 6.0.0 - which has been around > for ages. Why is this? Did some update force a rebuild

Re: [PATCH] Add tintin.

2016-08-19 Thread Marius Bakke
David Craven writes: >> I usually attach the patches as files, in notmuch emacs they are saved >> by pressing >> . s >> when in the displayed attached files part. Or what exactly do you mean? > > Yep that's what I mean. I'm currently doing this: > Look at the patch in gmail >

Re: [PATCH] gnu: Add re2.

2016-08-19 Thread Marius Bakke
Leo Famulari writes: > On Wed, Aug 17, 2016 at 04:18:48PM +0100, Marius Bakke wrote: >> Marius Bakke writes: >> >> > Leo Famulari writes: >> > >> >> On Mon, Aug 15, 2016 at 02:05:16PM +0100, Marius Bakke wrote: >> >>> >> >>> I

Re: [PATCH] Add tintin.

2016-08-19 Thread David Craven
Still working on getting an acceptable workflow setup. The barrier to becoming a patch reviewer is IMO high... > There's a vim interface too, if you prefer that. I don't use many gui applications but atom and chromium are exceptions... =)

No package from hydra

2016-08-19 Thread Pjotr Prins
I am not getting a substitute for node 6.0.0 - which has been around for ages. Why is this? Did some update force a rebuild which never succeeded? How do we keep track of such failing builds? I think the author(s) should be notified of such an important failure. Pj. On Fri, Aug 19, 2016 at

Re: [PATCH] gnu: Add dlib.

2016-08-19 Thread Marius Bakke
Leo Famulari writes: > I pushed the patch as 5f0ff6a9e. Hopefully dlib is still useful without > lapack. We should really figure out what the issue is and fix it :) I noticed this fails to build on Hydra. What's worse is that the i686, x86_64 and armhf targets fails at

Re: [PATCH v2] gnu: node: Update to 6.3.1.

2016-08-19 Thread Pjotr Prins
Worse, the current node in the tree does not build either: === release test-tls-alpn-server-client === Path: parallel/test-tls-alpn-server-client assert.js:90 throw new assert.AssertionError({ ^ AssertionError: 'first-priority-unsupported' === false at

Re: [PATCH] Add tintin.

2016-08-19 Thread ng0
David Craven writes: >> I usually attach the patches as files, in notmuch emacs they are saved >> by pressing >> . s >> when in the displayed attached files part. Or what exactly do you mean? > > Yep that's what I mean. I'm currently doing this: > Look at the patch in gmail >

Re: [PATCH] Add tintin.

2016-08-19 Thread David Craven
> I usually attach the patches as files, in notmuch emacs they are saved > by pressing > . s > when in the displayed attached files part. Or what exactly do you mean? Yep that's what I mean. I'm currently doing this: Look at the patch in gmail touch 0.patch copy paste the email into 0.patch git

Re: [PATCH] Add tintin.

2016-08-19 Thread ng0
David Craven writes: > I can add it to my todo list. > > How do I fetch the patches from the mailing list? This is only one, > but if there are more than one copying the emails into files seems > cumbersome... I usually attach the patches as files, in notmuch emacs they are

Re: Hardening

2016-08-19 Thread ng0
ng0 writes: > Alex Vong writes: > >> Hi, >> >> Wow, this was long time ago. I've forgot this completely. >> >> Ricardo Wurmus writes: >> >>> Leo Famulari writes: >>> On Wed, Dec 30, 2015 at

Re: [PATCH] Add tintin.

2016-08-19 Thread David Craven
I can add it to my todo list. How do I fetch the patches from the mailing list? This is only one, but if there are more than one copying the emails into files seems cumbersome...

Re: [PATCH] gnu: qtbase: Add search path specification for 'QMAKEPATH'.

2016-08-19 Thread Andreas Enge
Hello 宋文武, thanks a lot for solving this blocking problem! On Sun, Aug 14, 2016 at 02:14:11PM +0800, 宋文武 wrote: > + ;; For each Qt module, let `qmake' uses search paths in the > + ;; module directory instead of all in QT_INSTALL_PREFIX. > + (substitute*

Re: pre-release [PATCH] git-service [v2]

2016-08-19 Thread ng0
Hi, could someone take a look at this and help me figure out what's wrong? Thanks. ng0 writes: > ng0 writes: > >> As I wrote yesterday in freenode, disregard this patch. I >> succeeded and currently am debugging the VM. > > I had it

Re: [PATCH] Add tintin.

2016-08-19 Thread ng0
Hi, can someone please review this or tell me if it's on their todo/monitor list? Thanks. ng0 writes: > [ Unknown signature status ] > Updated patch. > > From 27b7d8ea899cf54e62ef42e5993c0a883985799f Mon Sep 17 00:00:00 2001 > From: ng0 >

Re: [PATCH 24/24] gnu: qt: Update qt to 5.7.0.

2016-08-19 Thread David Craven
> Thank you for all of this! Hydra indicates that there are some > regressions. Can you take a look? > > https://hydra.gnu.org/eval/109084#tabs-now-fail > https://hydra.gnu.org/eval/109084#tabs-new Ah, now I understand where the fun in distributing starts =P It may take me a while... Aren't

Build machine sysadmin support

2016-08-19 Thread Ludovic Courtès
Hello! After my talk yesterday at the GHM, Nacho and I talked a bit and Nacho kindly offered to help make chapters.gnu.org the first build machine that would use GuixSD. So I quickly hacked up together, in guix-maintenance.git, a couple of modules that allow us to give the high-level view of a

Re: [PATCH v2 2/6] gnu: fpga: Add abc.

2016-08-19 Thread Pjotr Prins
If you have time, also take a look at the Arrayfire, pocl and OpenCL stuff at https://github.com/genenetwork/guix-bioinformatics/tree/master/gn/packages it is not finished, but a lot of work has gone in already. Pj. On Thu, Aug 18, 2016 at 05:10:12PM +0200, Danny Milosavljevic wrote: > > >

Re: [PATCH] gnunet-svn, gnunet-gtk-svn

2016-08-19 Thread ng0
Alex Kost writes: > ng0 (2016-08-07 11:21 +0300) wrote: > > [...] >> + (arguments >> + '(#:configure-flags >> + (list (string-append "--with-nssdir=" %output "/lib")) >> + #:parallel-tests? #f ; parallel building is not functional >> +

Re: flashrom package needs update

2016-08-19 Thread ng0
ng0 writes: > Someone should update flashrom to 0.9.9. > (https://www.flashrom.org/Flashrom/0.9.9) > I tried and do not understand enough of flashrom to update the patch we need. Additionally we need to check what's different about GuixSD that this happens:

Re: [PATCH] gnu: Add re2.

2016-08-19 Thread Alex Kost
Leo Famulari (2016-08-18 23:43 +0300) wrote: > On Wed, Aug 17, 2016 at 04:18:48PM +0100, Marius Bakke wrote: >> Marius Bakke writes: >> >> > Leo Famulari writes: >> > >> >> On Mon, Aug 15, 2016 at 02:05:16PM +0100, Marius Bakke wrote: >> >>> >> >>> I

Re: [PATCH 2/5] profiles: gtk-icon-themes: Use 'gtk-update-icon-cache' from 'gtk+:bin'.

2016-08-19 Thread Mark H Weaver
宋文武 writes: > * guix/profiles.scm (gtk-icon-themes): Use 'gtk-update-icon-cacnhe' from > the "bin" output of gtk+ package. > --- > guix/profiles.scm | 21 +++-- > 1 file changed, 15 insertions(+), 6 deletions(-) > > diff --git a/guix/profiles.scm

Re: [PATCH v2 2/6] gnu: fpga: Add abc.

2016-08-19 Thread Ricardo Wurmus
Danny Milosavljevic writes: >> > Thanks again! Would you like me to take care of the changes or would >> > you prefer to send an updated patch? >> >> Yes please do. > > Whoops. I just saw that I forgot to send yosys in the patch series. Therefore > I'll send a new

Re: [PATCH] gnunet-svn, gnunet-gtk-svn

2016-08-19 Thread Alex Kost
ng0 (2016-08-07 11:21 +0300) wrote: [...] > + (arguments > + '(#:configure-flags > + (list (string-append "--with-nssdir=" %output "/lib")) > + #:parallel-tests? #f ; parallel building is not functional > + #:tests? #f ; FAIL: test_testbed_logger_api > +

Re: [PATCH][core-updates] gnu: gnupg, libgpg-error updates rebased

2016-08-19 Thread ng0
Leo Famulari writes: > On Thu, Aug 18, 2016 at 07:27:14PM +, ng0 wrote: >> Leo Famulari writes: >> >> > On Thu, Aug 18, 2016 at 06:34:24PM +, ng0 wrote: >> >> GnuPG 2.1.15 has just been released, but please apply this patch, I'll >> >> have

flashrom package needs update

2016-08-19 Thread ng0
Someone should update flashrom to 0.9.9. (https://www.flashrom.org/Flashrom/0.9.9) I tried and do not understand enough of flashrom to update the patch we need. -- ng0 For non-prism friendly talk find me on http://www.psyced.org

Re: [patch] python-numpy, python-matplotlib and openblas update, python-cycler added

2016-08-19 Thread Ricardo Wurmus
Pjotr Prins writes: > Hi Ricardo, > > I ran into the eigen issue of numpy+openblas. > > See https://github.com/xianyi/OpenBLAS/issues/703 > > The good news is that openblas now appears to have fixed eigen > support. It was broken on numpy and the upgrades fixed the