Re: guix system: error: service 'ssh-daemon' requires 'networking', which is undefined

2016-07-16 Thread Jan Synáček
On Fri, Jul 15, 2016 at 4:27 PM, Vincent Legoll wrote: > Would a static-networking-service or wicd-service workaround that problem too > ? The static-networking-service does help as well. I haven't tried wicd-service, it seems to require a dbus service of some sort and is not really what I wante

add rlwrap

2016-07-16 Thread Efraim Flashner
Rlwrap is a wrapper program around readline, so I've stuck it in readline.scm. I realized while testing some of the programs I use regularly I've been negligent in submitting patches, so here's the first one I have. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41A

Re: [PATCH 3/3] gnu: Add perl-log-any-adapter-log4perl.

2016-07-16 Thread Ben Woodcroft
On 17/07/16 04:20, Alex Sassmannshausen wrote: * gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable. --- gnu/packages/perl.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index fc63df3..1f1821

Re: [PATCH 2/3] gnu: Add perl-log-log4perl.

2016-07-16 Thread Ben Woodcroft
On 17/07/16 04:20, Alex Sassmannshausen wrote: * gnu/packages/perl.scm (perl-log-log4perl): New variable. --- gnu/packages/perl.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 486dbc2..fc63df3 100644 ---

Re: [PATCH 1/3] gnu: Add perl-log-any.

2016-07-16 Thread Ben Woodcroft
Thanks. I was in the process of packaging log4perl also, you beat me to it. On 17/07/16 04:20, Alex Sassmannshausen wrote: * gnu/packages/perl.scm (perl-log-any): New variable. --- gnu/packages/perl.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/p

[PATCH v2] gnu: Add xdelta.

2016-07-16 Thread Tobias Geerinckx-Rice
* gnu/packages/compression.scm (xdelta): New variable. --- Whoops, now where did that lint come from? Sorry, T G-R gnu/packages/compression.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm

Re: [PATCH] gnu: Add reptyr.

2016-07-16 Thread Leo Famulari
On Tue, Jul 12, 2016 at 03:17:29PM -0500, Alex Griffin wrote: > Okay, done. (btw a bunch of packages in suckless.scm do it that way, > which is where I copied the arguments field from) Most likely, the packages in suckless.scm pre-date the creation modify-phases syntax. > I wrapped those commands

[PATCH] gnu: Add xdelta.

2016-07-16 Thread Tobias Geerinckx-Rice
* gnu/packages/compression.scm (xdelta): New variable. --- Hullo Guix, This patch adds xdelta, another tool that might be helpful when restoring some entirely hypothetical back-ups. The project was recently re-licenced under the Apache 2.0 licence, which is why you'll find it listed as GPL in di

Re: python-updates!

2016-07-16 Thread Christopher Allan Webber
Ludovic Courtès writes: > Leo Famulari skribis: > >> On Mon, Jul 11, 2016 at 10:29:48AM +0200, Ludovic Courtès wrote: >>> The ‘python-updates’ branch would seem right to me. >> >> The brand new python-updates branch is now ready for more Python-related >> commits! > > Excellent. Time to apply th

[PATCH 3/3] gnu: Add perl-log-any-adapter-log4perl.

2016-07-16 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable. --- gnu/packages/perl.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index fc63df3..1f18214 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packag

[PATCH 1/3] gnu: Add perl-log-any.

2016-07-16 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any): New variable. --- gnu/packages/perl.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index aed2a61..486dbc2 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @

[PATCH 2/3] gnu: Add perl-log-log4perl.

2016-07-16 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-log4perl): New variable. --- gnu/packages/perl.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 486dbc2..fc63df3 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm

gnutls 'name-constraints' test failure

2016-07-16 Thread nee
Hello, I did a guix pull today and now gnutls fails it's test suite. In case it matters: I originally installed the 0.9.0 binary and updated only with guix pull and guix package -u in the meantime. guix-daemon --version gives me guix-daemon (GNU Guix) 0.9.0 ==

[PATCH 0/3] Add perl-log modules

2016-07-16 Thread Alex Sassmannshausen
Hello, The following 3 patches add perl-log modules. As per usual they pass lint and a pure environment build. I now have commit access, but just to be sure I will continue to wait for review for the next few submissions of even simple packages before committing them myself. Apologies for the c

Re: [PATCH] gnu: Add denemo.

2016-07-16 Thread Kei Kebreau
Ricardo Wurmus writes: > Kei Kebreau writes: > >> Ricardo Wurmus writes: >> >>> Kei Kebreau writes: >>> Ricardo Wurmus writes: > Kei Kebreau writes: > >> Hello all, >> >> I've completed a patch for GNU Denemo, though it has one minor issue. At >> the end of

Re: [PATCH] gnu: Add denemo.

2016-07-16 Thread Ricardo Wurmus
Kei Kebreau writes: > Ricardo Wurmus writes: > >> Kei Kebreau writes: >> >>> Ricardo Wurmus writes: >>> Kei Kebreau writes: > Hello all, > > I've completed a patch for GNU Denemo, though it has one minor issue. At > the end of the build it complains about a musical

Re: [PATCH] gnu: Add denemo.

2016-07-16 Thread Kei Kebreau
Ricardo Wurmus writes: > Kei Kebreau writes: > >> Ricardo Wurmus writes: >> >>> Kei Kebreau writes: >>> Hello all, I've completed a patch for GNU Denemo, though it has one minor issue. At the end of the build it complains about a musical flat symbol in one of the filen

Re: libgd security update

2016-07-16 Thread Leo Famulari
On Sat, Jul 16, 2016 at 02:36:27PM +0200, Ludovic Courtès wrote: > > This patch series was not trivial to create; removing the binary diffs > > required some care, some of the patches depended on changes associated > > with the removed binary diffs, and some upstream fixes were reverted and > > re-

Re: [PATCH 00/17] Emacs packages!

2016-07-16 Thread Ricardo Wurmus
Alex Kost writes: > Ricardo Wurmus (2016-07-13 00:04 +0300) wrote: > >> Hi Guix, >> >> here are almost all of the remaining Emacs packages that I previously >> installed via package.el. I hope you find them useful! >> >> ~~ Ricardo >> >> Ricardo Wurmus (17): >> gnu: Add emacs-el-mock. >> gn

[PATCH 5/5] import: pypi: Add more tests.

2016-07-16 Thread Cyril Roelandt
* tests/pypi.scm ("pypi->guix-package, no requirements", "pypi->guix-package, no test requirements", "pypi->guix-package, no runtime requirements"): New tests. --- tests/pypi.scm | 137 + 1 file changed, 137 insertions(+) diff --git a/tests/

[PATCH 2/5] import: pypi: Remove setuptools from the inputs.

2016-07-16 Thread Cyril Roelandt
* guix/import/pypi.scm (compute-inputs): remove python-setuptools from the inputs. * tests/pypi.scm ("pypi->guix-package", "pypi->guix-package, wheels"): Update accordingly. --- guix/import/pypi.scm | 7 +++ tests/pypi.scm | 6 ++ 2 files changed, 5 insertions(+), 8 deletions(-) dif

[PATCH 3/5] import: pypi: Compute test requirements when using wheels.

2016-07-16 Thread Cyril Roelandt
* guix/import/pypi.scm (read-wheel-metadata): Read test requirements from the metadata included in the wheel. * guix/import/pypi.scm (guess-requirement-from-source): Return an empty list for test requirements. * guix/import/pypi.scm (compute-inputs): Return both the runtime requirements and the tes

[PATCH 4/5] import: pypi: Compute test requirements when reading requirements files.

2016-07-16 Thread Cyril Roelandt
* guix/import/pypi.scm (guess-requirement-from-source): Read test-requirements.txt as well as requirements.txt. * tests/pypi.scm ("pypi->guix-package"): Update accordingly. --- guix/import/pypi.scm | 20 +++- tests/pypi.scm | 11 +++ 2 files changed, 26 insertions(+),

[PATCH 1/5] import: pypi: Move runtime dependencies to the propagated-inputs.

2016-07-16 Thread Cyril Roelandt
* guix/import/pypi.scm (maybe-inputs): Pass INPUT-TYPE as a parameter. * guix/import/pypi.scm (make-pypi-sexp): Use this parameter. * tests/pypi.scm ("pypi->guix-package", "pypi->guix-package, wheels"): Update accordingly. --- guix/import/pypi.scm | 9 + tests/pypi.scm | 4 ++-- 2 fi

[PATCH 0/5] Improve the pypi updater.

2016-07-16 Thread Cyril Roelandt
A couple of minor improvements, and a huge one: we should now be able to automatically compute the test requirements of our Python packages! Cyril. -- Cyril Roelandt (5): import: pypi: Move runtime dependencies to the propagated-inputs. import: pypi: Remove setuptools from the inputs. impor

Re: lm-sensors vanished

2016-07-16 Thread Andreas Enge
On Sat, Jul 16, 2016 at 03:13:26PM +0200, Ludovic Courtès wrote: > We’d need to check what it’s used for, but maybe yes. I just tried it out: It is used by pwmconfig, which sends control numbers between 255 downto 0 to each fan and measures its speed. The script asks whether one would like a gnupl

Re: [PATCH 2/2] gnu: geda-gaf: Update to 1.9.2.

2016-07-16 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/engineering.scm (geda-gaf): Update to 1.9.2. LGTM, thanks! Ludo'.

Re: [PATCH 1/2] gnu: geda-gaf: Use modify-phases syntax.

2016-07-16 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/engineering.scm (geda-gaf)[arguments]: Use modify-phases > syntax. OK!

Re: lm-sensors vanished

2016-07-16 Thread Ludovic Courtès
Andreas Enge skribis: > More on lm-sensors, which we will probably need for installing the hydra > replacement: First, the input rrdtool is not referenced in the output; could > it be moved to native-inputs, or maybe even dropped? I tried a compilation > without it, and it succeeded, but I did no

Re: hydra.gnu.org down

2016-07-16 Thread Ludovic Courtès
Hello, l...@gnu.org (Ludovic Courtès) skribis: > l...@gnu.org (Ludovic Courtès) skribis: > >> Since yesterday evening (CET), hydra.gnu.org is down. The FSF sysadmins >> are working on it and will keep us updated. > > The bad news is that there was a hard disk failure so the FSF staff will > need

Re: [PATCH] Display of saved space for garbage collection

2016-07-16 Thread Vincent Legoll
> Now make sure to email 23979-d...@debbugs.gnu.org to close it. :-) Done, thanks -- Vincent Legoll

Re: [PATCH] Add mdadm to the installation image.

2016-07-16 Thread Andreas Enge
On Sat, Jul 16, 2016 at 12:50:41PM +0200, Ludovic Courtès wrote: > > For good measure, here the size after adding also lm-sensors: > > /gnu/store/v6nlhanbhcabk2vvqmi4xsgividq1060-system 904.0 > > 0.0 0.0% > Then we should avoid it IMO. My understanding is that not having > l

Re: [PATCH] Display of saved space for garbage collection

2016-07-16 Thread Ludovic Courtès
Vincent Legoll skribis: > From: Vincent Legoll > > * guix/scripts/gc.scm: Add display of freed bytes for "guix gc" > > Fixes . Perfect. Applied, thanks! Now make sure to email 23979-d...@debbugs.gnu.org to close it. :-) Ludo’.

Re: libgd security update

2016-07-16 Thread Ludovic Courtès
Leo Famulari skribis: > Several security vulnerabilities in libgd have been discovered recently, > and today Debian issued a security update: > https://lists.debian.org/debian-security-announce/2016/msg00197.html > > The first patch updates libgd to the latest release, 2.2.2, fixing some > of the

Re: [PATCH v2] gnu: Add encfs.

2016-07-16 Thread Ludovic Courtès
Hello, Tobias Geerinckx-Rice skribis: > * gnu/packages/crypto.scm (rlog, encfs): New variables. Applied. > +(license (list license:lgpl2.1+ ; encfs library > + license:gpl3+; command-line tools After a quick scan of the source file headers, I changed the firs

Re: SourceForge URLs changed

2016-07-16 Thread Ludovic Courtès
Alex Griffin skribis: > On Fri, Jul 15, 2016, at 12:58 PM, Leo Famulari wrote: >> I contacted SourceForge to ask about this. They said that they did have >> an outage that lasted for ~23 hours but that, otherwise, there has been >> no change to the URLs from which they serve things. >> >> Is any

Re: [PATCH] Add mdadm to the installation image.

2016-07-16 Thread Ludovic Courtès
Andreas Enge skribis: > On Fri, Jul 15, 2016 at 03:27:29PM +0200, Ludovic Courtès wrote: >> You should check the size of the whole system: >> guix size $(guix system build gnu/system/install.scm) > > Good point! Here we are. Before: > /gnu/store/q62mdc418pr2wm9160a7qp3dhc8ii1d8-system

[PATCH] Display of saved space for garbage collection

2016-07-16 Thread Vincent Legoll
From: Vincent Legoll * guix/scripts/gc.scm: Add display of freed bytes for "guix gc" Fixes . Signed-off-by: Vincent Legoll --- guix/scripts/gc.scm | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/guix/scripts/gc.scm b/guix/scripts/gc.scm in