Re: 03/03: gnu: nss, nss-certs: Update to 3.27.2.

2016-12-20 Thread Leo Famulari
On Tue, Dec 20, 2016 at 01:56:03PM -0500, Mark H Weaver wrote: > l...@famulari.name (Leo Famulari) writes: > > > lfam pushed a commit to branch master > > in repository guix. > > > > commit 7ab3ea426640e4e7ae798a8f72b3c90b383cb824 > > Author: Leo Famulari > > Date: Tue Dec 13 18:59:50 2016 -050

Re: [PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-20 Thread Danny Milosavljevic
Since flask-WTF directly imports flask, this package should also propagate flask.

time out in shepherd service?

2016-12-20 Thread ng0
Is there a time out in shepherd service start/checks, or is the "service could not be started" simply a result of when a service encounters a fatal error and quits? -- ♥Ⓐ ng0 | PGP keys and more: https://n0is.noblogs.org/ |http://ng0.chaosnet.org

Re: Remove duplicates in AUTHORS file before the release

2016-12-20 Thread David Hashe
Hi Alex, david.ha...@dhashe.com is correct. Thanks, David On Tue, Dec 20, 2016 at 7:57 AM, Alex Kost wrote: > Hello, if it's not too late for the release, I think it would be good to > adjust ".mailmap" to avoid duplicates in the generated AUTHORS file (if > it's too late, it would be good any

Re: gnunet-service, first draft in need of review.

2016-12-20 Thread Hartmut Goebel
Am 20.12.2016 um 18:11 schrieb ng0: > I found the files created (for example $directory/hostlists/new > (or whatever the name was) is owned by root. this should not > happen, it should be gnunet:gnunet. Then maybe the process is run as root. postgresql-shepherd-service has an example for how to sw

Re: 03/03: gnu: nss, nss-certs: Update to 3.27.2.

2016-12-20 Thread Leo Famulari
On Tue, Dec 20, 2016 at 01:56:03PM -0500, Mark H Weaver wrote: > > gnu: nss, nss-certs: Update to 3.27.2. > > > > * gnu/packages/gnuzilla.scm (nss): Update to 3.27.2. > > * gnu/packages/certs.scm (nss-certs): Update to 3.27.2. > > Thanks for this, but unfortunately this version of

Re: 03/03: gnu: nss, nss-certs: Update to 3.27.2.

2016-12-20 Thread Mark H Weaver
l...@famulari.name (Leo Famulari) writes: > lfam pushed a commit to branch master > in repository guix. > > commit 7ab3ea426640e4e7ae798a8f72b3c90b383cb824 > Author: Leo Famulari > Date: Tue Dec 13 18:59:50 2016 -0500 > > gnu: nss, nss-certs: Update to 3.27.2. > > * gnu/packages/gn

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-12-20 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> Ludovic Courtès writes: >> >>> Hello! >>> >>> Marius Bakke skribis: >>> >> OK. I'll try to find out why tests don't work with the UEFI variant >> first in order to at least write a meaningful comment. Maybe qemu needs >> UEFI sup

Re: gnunet-service, first draft in need of review.

2016-12-20 Thread ng0
Hartmut Goebel writes: > Am 19.12.2016 um 20:30 schrieb ng0: >> I'd like someone to review the shepherd service so I can be sure that >> the errors I'm getting aren't gnunet related. You have to configure a > > Maybe this is due to wrong file-system permissions: In gnunet-activation > you write:

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-12-20 Thread Ludovic Courtès
Marius Bakke skribis: > Ludovic Courtès writes: > >> Hello! >> >> Marius Bakke skribis: >> > OK. I'll try to find out why tests don't work with the UEFI variant > first in order to at least write a meaningful comment. Maybe qemu needs > UEFI support or something like that.

Re: gnunet-service, first draft in need of review.

2016-12-20 Thread Hartmut Goebel
Am 19.12.2016 um 20:30 schrieb ng0: > I'd like someone to review the shepherd service so I can be sure that > the errors I'm getting aren't gnunet related. You have to configure a Maybe this is due to wrong file-system permissions: In gnunet-activation you write: + (chmod "/var/lib/gnun

Re: Remove duplicates in AUTHORS file before the release

2016-12-20 Thread Ivan Vilata i Balaguer
Alex Kost (2016-12-20 16:57:50 +0300) wrote: > Hello, if it's not too late for the release, I think it would be good > to adjust ".mailmap" to avoid duplicates in the generated AUTHORS file > (if it's too late, it would be good anyway). […] > > - Ivan: "Ivan Vilata-i-Balaguer" or "Ivan Vilata i B

Re: Remove duplicates in AUTHORS file before the release

2016-12-20 Thread Marek Benc
On Tue, 20 Dec 2016 16:57:50 +0300 Alex Kost wrote: > Hello, if it's not too late for the release, I think it would be good > to adjust ".mailmap" to avoid duplicates in the generated AUTHORS > file (if it's too late, it would be good anyway). > > As you can check with "git --no-pager shortlog -

Re: alsa-plugins, new version of patch

2016-12-20 Thread Kei Kebreau
ng0 writes: > Thanks Kei for catching this mistake. I tried to solve it with a > directory-excursion, but ended up using chdir and removed the > dedicated phase to delete the empty dir, as deleting the directory to > me is a closure/finishing touch to the split phase. > Any objections, further co

Re: [PATCH][WIP] gnu: Add debbugs.

2016-12-20 Thread ng0
ng0 writes: > Ludovic Courtès writes: > >> ng0 skribis: >> >>> So, here's debbugs. Disclaimer: I never ran or did setup or got in any >>> way in touch with debbugs on a server. >>> >>> Input welcome to adjust. All I know is that we'll need a service to make >>> this work. I have no reasonable i

Re: Remove duplicates in AUTHORS file before the release

2016-12-20 Thread Alex Sassmannshausen
Alex Kost writes: > Hello, if it's not too late for the release, I think it would be good to > adjust ".mailmap" to avoid duplicates in the generated AUTHORS file (if > it's too late, it would be good anyway). > > As you can check with "git --no-pager shortlog -nse", there are some > duplicates i

Re: [PATCH 3/3] gnu: Add paprefs

2016-12-20 Thread ng0
ng0 writes: > I found neither paprefs nor gconfmm in our package database as I was > about to move this to my 'done' tag, out of sight. > Can someone (Christopher? Leo?) finish this? As I got no reply after my initial question, I will fix both of these packages up next month. > Thanks. > Leo Fa

New package: reducelcs (v2)

2016-12-20 Thread ng0
Added a comment about the commit used, tried to make the synopsis shorter. It can be made even shorter in my opinion, but I don't see how right now. Feedback welcome.

[PATCH] gnu: Add reducelcs.

2016-12-20 Thread ng0
From: ng0 * gnu/packages/lcs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add lcs.scm. --- gnu/local.mk | 1 + gnu/packages/lcs.scm | 67 2 files changed, 68 insertions(+) create mode 100644 gnu/packages/lcs.scm diff --git a/

Re: Remove duplicates in AUTHORS file before the release

2016-12-20 Thread Vincent Legoll
Hello, > - Vincent: or ? I'll keep: "Vincent Legoll " Thanks -- Vincent Legoll

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-12-20 Thread Marius Bakke
Ludovic Courtès writes: > Hello! > > Marius Bakke skribis: > OK. I'll try to find out why tests don't work with the UEFI variant first in order to at least write a meaningful comment. Maybe qemu needs UEFI support or something like that. >>> >>> It might be that we no longer need

[PATCH] gnu: Add alsa-plugins.

2016-12-20 Thread ng0
From: ng0 * gnu/packages/linux.scm (alsa-plugins): New variable. --- gnu/packages/linux.scm | 65 ++ 1 file changed, 65 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 827ee8b37..78fab4e18 100644 --- a/gnu/packages

alsa-plugins, new version of patch

2016-12-20 Thread ng0
Thanks Kei for catching this mistake. I tried to solve it with a directory-excursion, but ended up using chdir and removed the dedicated phase to delete the empty dir, as deleting the directory to me is a closure/finishing touch to the split phase. Any objections, further comments or can this b

Remove duplicates in AUTHORS file before the release

2016-12-20 Thread Alex Kost
Hello, if it's not too late for the release, I think it would be good to adjust ".mailmap" to avoid duplicates in the generated AUTHORS file (if it's too late, it would be good anyway). As you can check with "git --no-pager shortlog -nse", there are some duplicates in the output (double names or e

Re: [PATCH] gnu: Fix load-extension path in packaging of guile-ncurses.

2016-12-20 Thread John Darrington
On Tue, Dec 20, 2016 at 12:03:31PM +0100, John Darrington wrote: On Tue, Dec 20, 2016 at 02:17:42AM -0500, Mark H Weaver wrote: The scheme code contains a number of procedures similar to (load-extension "libguile-ncurses" "func"). We need the first string to contain the absolu

Re: GuixSD not build

2016-12-20 Thread Ludovic Courtès
Hi Daniel, "Daniel Pimentel (d4n1)" skribis: > I tried install guixsd recently and all time there are errors about build > (printscreen attached). I tried with: > -guix system init ... > -guix system init --fallback ... > > Note: my network works. I tried with desktop.scm and lightweight-deskto

Re: [WIP v3 0/5] Update Sphinx to 1.4.8

2016-12-20 Thread Ludovic Courtès
Hello Danny! Danny Milosavljevic skribis: >> There's a newer version of Matplotlib which has a reference cycle matplotlib >> <- ipython <- matplotlib. Sigh... > > If I remove "ipython requires matplotlib" (according to matplotlib upstream > it doesn't - at least they imply that), then still th

Re: Funny reference in bootstrap bash-static

2016-12-20 Thread Ludovic Courtès
Hello! Pjotr Prins skribis: > The static version of bash contains a number of non-existant references. They > look harmless enough and are probably used > for bootstrapping. > > Contains /gnu/store reference in > gnu/store/7jhakv1r1nbs2sr2f7ammq256w7niarh-bash-static-4.3.39/bin/bash > 1127848

Re: Emacs-Guix released outside from Guix

2016-12-20 Thread Ludovic Courtès
Howdy, Thanks for taking the time to explain. Make sure to let us know what new things happen in Emacs-Guix, you know it has its fan club here! :-) Ludo’.

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-12-20 Thread Ludovic Courtès
Hello! Marius Bakke skribis: >>> OK. I'll try to find out why tests don't work with the UEFI variant >>> first in order to at least write a meaningful comment. Maybe qemu needs >>> UEFI support or something like that. >> >> It might be that we no longer need QEMU 1.3.1 to run the tests (see the

GuixSD not build

2016-12-20 Thread Daniel Pimentel (d4n1)
GNUs, I tried install guixsd recently and all time there are errors about build (printscreen attached). I tried with: -guix system init ... -guix system init --fallback ... Note: my network works. I tried with desktop.scm and lightweight-desktop.scm too. Thanks,

Re: [PATCH] gnu: Fix load-extension path in packaging of guile-ncurses.

2016-12-20 Thread John Darrington
On Tue, Dec 20, 2016 at 02:17:42AM -0500, Mark H Weaver wrote: Hi John, John Darrington writes: > * gnu/packages/guile.scm (guile-ncurses) [arguments]: Install shared object before > attempting to build the package. Patch load-extension path before building instead