Re: 01/02: gnu: gnupg: Update to 2.1.17.

2016-12-21 Thread Mark H Weaver
mba...@fastmail.com (Marius Bakke) writes: > mbakke pushed a commit to branch master > in repository guix. > > commit 06fcd4a89ebbdf589fb49d860406e5aa7eb9bd75 > Author: Marius Bakke > Date: Tue Dec 20 15:48:24 2016 +0100 > > gnu: gnupg: Update to 2.1.17. > > *

[PATCH] gnu: Add wwwoffle.

2016-12-21 Thread Bake Timmons
* gnu/packages/web.scm (wwwoffle): New variable. --- gnu/packages/web.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 184869200..c4e716c2b 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -668,6

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

2016-12-21 Thread Tobias Geerinckx-Rice
John, Danny, [Any exasperation is due only to the sustained level of FUD I encounter about the Guix/GNU changelog format, and not aimed at John.] On 20/12/16 12:03, John Darrington wrote: > Sure (I would like to see a convention where such explanations are > put in the commit messaage, but I

Re: Emacs-Guix released outside from Guix

2016-12-21 Thread myglc2
On 12/17/2016 at 12:13 Alex Kost writes: > I have committed 'emacs-guix' package, so after "guix pull" or if you > use the git checkout, you may try it with: > > guix package -i emacs-guix Hi Alex, Tried this on GuixSD 0.12.0 from git and I dig it! When I google 'guix emacs github' the top

Re: No more space left on device issue

2016-12-21 Thread Tobias Geerinckx-Rice
Maxim, On 21/12/16 22:48, Ludovic Courtès wrote: > Maxim Cournoyer skribis: >> What I don't understand is why the all the inodes are used at only 71% >> of disk usage (11GB left!). There's not much else than Guix there; I >> have a documents folder (700 MB with 4k

Re: GNU Guix & GuixSD 0.12.0 released

2016-12-21 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hello Guix! > > Ricardo Wurmus skribis: > >> We are pleased to announce the release of GNU Guix & GuixSD 0.12.0, >> representing 3,572 commits by 76 people over a little more than 4 months. > > Woohoo! Congrats everyone! \o/ > > A

Re: No more space left on device issue

2016-12-21 Thread Ludovic Courtès
Hello Maxim! Maxim Cournoyer skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Indeed, it’s low on free inodes. :-) >> >> That said, 37 G is not that much (my laptop’s root partition, which >> includes the store, is 64 G, and I expect most users are in this >>

'mc' package needs some fixes

2016-12-21 Thread ng0
Is someone interested in fixing our `mc' package? It is functional, but some parts of it are not functional for Guix. Grep for "/bin/" in the directory of $(guix build mc) shows results which assume the existence of /bin/ (not /gnu/store/.../bin/$binary, where I don't mean shebangs but further

Re: GNU Guix & GuixSD 0.12.0 released

2016-12-21 Thread Ludovic Courtès
Hello Guix! Ricardo Wurmus skribis: > We are pleased to announce the release of GNU Guix & GuixSD 0.12.0, > representing 3,572 commits by 76 people over a little more than 4 months. Woohoo! Congrats everyone! \o/ A big big thanks to you, Ricardo! I’m really grateful

Re: 01/01: gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586, 9952, 9953}].

2016-12-21 Thread Marius Bakke
Leo Famulari writes: > On Wed, Dec 21, 2016 at 02:03:21PM +, Marius Bakke wrote: >> mbakke pushed a commit to branch master >> in repository guix. >> >> commit 42366b35c3f9f8dc8b059d3369b8196a4b832c18 >> Author: Marius Bakke >> Date: Wed Dec 21

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

2016-12-21 Thread Danny Milosavljevic
Hi, efibootmgr is trying to add an entry for Linux to the EFI bootmanager and set the boot priority order. It won't usefully autoboot without it. That said, depending on how good the UEFI implementation on your laptop is you might be able to hit a function key on POST and select the image file

Re: No more space left on device issue

2016-12-21 Thread Maxim Cournoyer
Hi Ludovic! l...@gnu.org (Ludovic Courtès) writes: > Indeed, it’s low on free inodes. :-) > > That said, 37 G is not that much (my laptop’s root partition, which > includes the store, is 64 G, and I expect most users are in this > ballpark). I understand that my partition size is not very

GNU Guix & GuixSD 0.12.0 released

2016-12-21 Thread Ricardo Wurmus
We are pleased to announce the release of GNU Guix & GuixSD 0.12.0, representing 3,572 commits by 76 people over a little more than 4 months. • About GNU Guix is a transactional package manager for the GNU system. The Guix System Distribution, GuixSD, is an advanced distribution of the

Re: GuixSD not build

2016-12-21 Thread Daniel Pimentel (d4n1)
Today I installed the GuixSD again and it works! The problem was with version 0.11 when it not build some packages. But now all work well. Thanks and I'm sorry for it. Sorry for image size.On Dec 20, 2016 11:05 AM, l...@gnu.org wrote: > > Hi Daniel, > > "Daniel Pimentel (d4n1)"

[PATCH 2/3] gnu: gnurl: Make tests more verbose.

2016-12-21 Thread ng0
* gnu/packages/gnunet.scm (gnurl): Make tests more verbose. Move [arguments](autoconf) phase into ... new [arguments](check) phase. [arguments](disable-test1026) phase: likewise. --- gnu/packages/gnunet.scm | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[PATCH 3/3] gnu: gnurl: Split man pages to doc output.

2016-12-21 Thread ng0
* gnu/packages/gnunet.scm (gnurl): Split the man pages into the doc output. [arguments](phases)(move-man3-pages): New phase. --- gnu/packages/gnunet.scm | 11 +++ 1 file changed, 11 insertions(+) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 941e357ce..4e0e5c70a

[PATCH 1/3] gnu: gnurl: Update to 7.52.0 [fixes CVE-2016-{9586, 9952, 9953}].

2016-12-21 Thread ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.52.0. * [arguments]: Add phases to disable failing test test1026, and re-run the bootstrap to correct distribution mistakes. --- gnu/packages/gnunet.scm | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git

gnurl: update and various changes to package definition

2016-12-21 Thread ng0
[PATCH 1/3] gnu: gnurl: Update to 7.52.0 [fixes CVE. I'm aware of the warning the cURL maintainers posted and will make the gnurl release as soon as they release the version of cURL fixing whatever unknown security issue they have. [PATCH 2/3] gnu: gnurl: Make tests more verbose. Compare

Re: 01/01: gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586, 9952, 9953}].

2016-12-21 Thread Leo Famulari
On Wed, Dec 21, 2016 at 02:03:21PM +, Marius Bakke wrote: > mbakke pushed a commit to branch master > in repository guix. > > commit 42366b35c3f9f8dc8b059d3369b8196a4b832c18 > Author: Marius Bakke > Date: Wed Dec 21 14:56:34 2016 +0100 > > gnu: curl: Update

Re: [PATCH] build coqide

2016-12-21 Thread Ludovic Courtès
Hello! julien lepiller skribis: >> Is there additional benefit to the ocaml search dir OCAMLPATH? I would >> expect coq's build system to be able to find lablgtk from OCAMLPATH >> without needing to pass the configure flags. > oh ! how could I not see it... OCAMLPATH is

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

2016-12-21 Thread Leo Famulari
On Wed, Dec 21, 2016 at 01:09:38AM -0500, Leo Famulari wrote: > At least some of these failures are caused by an expired test > certificate: > > https://bugzilla.mozilla.org/show_bug.cgi?id=1323978 > > This breaks compilation of NSS 3.27.1 and 3.27.2 across all of our > architectures. With the

Re: [PATCH] gnu: Add php-hello-world.

2016-12-21 Thread Ludovic Courtès
Hi Hartmut! Hartmut Goebel skribis: > Am 08.12.2016 um 18:45 schrieb Hartmut Goebel: >> * gnu/packages/php.scm (php-hello-world): New variable. > > This is useful for testing setups and providing examples. I agree… but does it belong in a home-made package? For

Re: [PATCH] doc: add Creating a New Cross Target.

2016-12-21 Thread Ludovic Courtès
Hi Jan! Thanks for looking into it, and thanks for coping with the latency! Jan Nieuwenhuizen skribis: > From e887762bd07d77b68ff19b0ced3ab41c15faa1ac Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Wed, 7 Dec 2016 17:45:29 +0100 > Subject: [PATCH]

Re: [PATCH] gnu: services: Add gnunet-service.

2016-12-21 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >> +@cindex GNUnet >> +@cindex gnunet >> +@subsubheading GNUnet Service >> + >> +@deffn {Scheme Variable} gnunet-service-type >> +This is the type of the @uref{https://gnunet.org, GNUnet} > > Since GNUnet is supposed to be

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

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-flask-wtf): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index bfa7eae55..0e5966336 100644 --- a/gnu/packages/python.scm +++

[PATCH 06/11] gnu: Add python2-openid.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python2-openid): New variable. --- gnu/packages/python.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3203bb421..a8ede93fd 100644 --- a/gnu/packages/python.scm +++

[PATCH 05/11] gnu: Add python-pygit2.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-pygit2): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fdfcf6027..3203bb421 100644 --- a/gnu/packages/python.scm +++

[PATCH 07/11] gnu: Add python-openid-cla.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-openid-cla): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a8ede93fd..445df2cbc 100644 --- a/gnu/packages/python.scm +++

[PATCH 09/11] gnu: Add python-straight-plugin.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-straight-plugin): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4fd883fbe..27405d0b5 100644 --- a/gnu/packages/python.scm +++

Dependencies of pagure, revision of 2016-12-21

2016-12-21 Thread ng0
[PATCH 01/11] gnu: Add python-flask-wtf. > Danny Milosavljevic: > Subject: Re: [PATCH 01/11] gnu: Add python-flask-wtf. > > Date: Wed, 21 Dec 2016 00:10:39 +0100 > > Since flask-WTF directly imports

[PATCH 10/11] gnu: Add python-trollius-redis.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-trollius-redis): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 27405d0b5..949725756 100644 --- a/gnu/packages/python.scm +++

[PATCH 03/11] gnu: Add python-kitchen.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-kitchen): New variable. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index eb4289161..5c4ae5025 100644 --- a/gnu/packages/python.scm +++

[PATCH 02/11] gnu: Add python-flask-multistatic.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-flask-multistatic): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0e5966336..eb4289161 100644 --- a/gnu/packages/python.scm +++

[PATCH 04/11] gnu: Add python-munch.

2016-12-21 Thread ng0
* gnu/packages/python.scm (python-munch): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5c4ae5025..fdfcf6027 100644 --- a/gnu/packages/python.scm +++

Re: time out in shepherd service?

2016-12-21 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >> 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? > > “Service could not be started” just means

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

2016-12-21 Thread John Darrington
On Wed, Dec 21, 2016 at 09:36:56AM +0100, Danny Milosavljevic wrote: > Sure (I would like to see a convention where such explanations are > put in the commit messaage, but I have previously been outvoted on > that issue): Hi Danny, A small request: Can you please fold the text of

Re: time out in shepherd service?

2016-12-21 Thread Ludovic Courtès
ng0 skribis: > 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? “Service could not be started” just means that the ‘start’ procedure of the service returned

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

2016-12-21 Thread Ludovic Courtès
Marius Bakke skribis: > Ludovic Courtès writes: [...] I’m failing at installing GuixSD on a new laptop I have here. ‘efibootmgr’ exits with code 2 and this message: EFI variables are not supported on this system. (which

Re: [PATCH] gnu: services: Add gnunet-service.

2016-12-21 Thread Ludovic Courtès
ng0 skribis: > +@cindex GNUnet > +@cindex gnunet > +@subsubheading GNUnet Service > + > +@deffn {Scheme Variable} gnunet-service-type > +This is the type of the @uref{https://gnunet.org, GNUnet} Since GNUnet is supposed to be available to unprivileged users via ‘gnunet-arm’,

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

2016-12-21 Thread Danny Milosavljevic
> Sure (I would like to see a convention where such explanations are > put in the commit messaage, but I have previously been outvoted on > that issue): No, please don't put explanations into the commit message. But do put them into the source code as a comment. I'm also working on other