Re: [PATCH 3/3] gnu: r-ggplot2: Add r-svglite to propagated-inputs.

2016-07-05 Thread Ricardo Wurmus
Ben Woodcroft writes: > * gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add > r-svglite. > --- > gnu/packages/statistics.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index 6f27aa6..b4e810

Re: [PATCH 2/3] gnu: Add r-svglite.

2016-07-05 Thread Ricardo Wurmus
Ben Woodcroft writes: > * gnu/packages/statistics.scm (r-svglite): New variable. > --- > gnu/packages/statistics.scm | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index 24fbabe..6f27aa6 100644 > --

Re: [PATCH 1/3] gnu: Add r-gdtools.

2016-07-05 Thread Ricardo Wurmus
Ben Woodcroft writes: > * gnu/packages/statistics.scm (r-gdtools): New variable. > --- > gnu/packages/statistics.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm > index 73c30ae..24fbabe 100644 > ---

Re: pybitmessage, python2-pyqt-4 - strace and packages

2016-07-05 Thread Ricardo Wurmus
ng0 writes: > Hi, > > > Ricardo Wurmus writes: > >> ng writes: >> […] > open("/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10/lib/python2.7/site-packages/PyQt4.so", > O_RDONLY) = -1 ENOENT (No such file or directory) > open("/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-07-05 Thread Ricardo Wurmus
Roel Janssen writes: >>From 451d93eaaab6166e38e33f0556fe40f83afefc5c Mon Sep 17 00:00:00 2001 > From: brainiarc7 > Date: Tue, 5 Jul 2016 22:42:24 +0200 > Subject: [PATCH] gnu: Add LLVM 3.8. > > * gnu/packages/llvm.scm (llvm-3.8): New variable. > * gnu/packages/llvm.scm (clang-runtime-3.8): New

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-07-05 Thread Roel Janssen
Does everyone agree that the proposed patch is fine? Dennis Mungai writes: > Roel, you may push. > > Also, I prefer the name Dennis Mungai. > > :-) > > On 5 July 2016 at 23:48, Roel Janssen wrote: >> Hello Dennis, >> >> Thanks for your work on LLVM-3.8. I see a couple of things: >> - We try to

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-07-05 Thread Dennis Mungai
Roel, you may push. Also, I prefer the name Dennis Mungai. :-) On 5 July 2016 at 23:48, Roel Janssen wrote: > Hello Dennis, > > Thanks for your work on LLVM-3.8. I see a couple of things: > - We try to keep lines within 80 columns. > - libffi and zlib should be inputs instead of native-inputs.

Re: pybitmessage, python2-pyqt-4 - strace and packages

2016-07-05 Thread ng0
Hi, Ricardo Wurmus writes: > ng writes: > >>> […] open("/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10/lib/python2.7/site-packages/PyQt4.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10/lib/python2.7

Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix

2016-07-05 Thread Roel Janssen
Hello Dennis, Thanks for your work on LLVM-3.8. I see a couple of things: - We try to keep lines within 80 columns. - libffi and zlib should be inputs instead of native-inputs. - zlib is both a license and a package, so the licenses should be prefixed. I created a new patch for you addressing th

patchwork privileges

2016-07-05 Thread ng0
Hi, I noticed (or assume due to what I can do) that people can only close their own or delegated open patches. Occasionally I'd like to go through the list, log(s) and compare them to what's open on patchworks and mark it as dropped/resolved/commited/whatever applies, as almost no one seems to do

Re: [Patch] go@1.4 Updated patch

2016-07-05 Thread ng0
Ludovic Courtès writes: > Hello, > > Matthew Jordan skribis: > >>> Also, why do we need this “src” output? IIUC, it contains the source of >>> some of the unit tests, right? >> >> I changed the "src" output to "tests", to clarify. > > OK; it’s not clear to me if users need it, but it probably do

Re: chroot/aarch64 issues

2016-07-05 Thread Efraim Flashner
On Tue, Jul 05, 2016 at 04:44:15PM +0200, Ludovic Courtès wrote: > Efraim Flashner skribis: > > > On Tue, Jul 05, 2016 at 10:45:51AM +0200, Ludovic Courtès wrote: > >> Efraim Flashner skribis: > >> > >> > On Mon, Jul 04, 2016 at 03:37:12PM +0200, Ludovic Courtès wrote: > >> >> Hi! > >> > >> If

[PATCH 1/1] doc: Mention commit signatures in HACKING.

2016-07-05 Thread Leo Famulari
* HACKING: Mention commit signatures. --- HACKING | 4 1 file changed, 4 insertions(+) diff --git a/HACKING b/HACKING index 41838ee..ee5dfff 100644 --- a/HACKING +++ b/HACKING @@ -35,6 +35,10 @@ upgrading GnuTLS or GLib.) We have a mailing list for commit notifications (guix-comm...@gnu.o

Foreign distro GUIX_LOCPATH errors when installing from manual

2016-07-05 Thread sbaugh
Hi, I was just getting started with Guix by installing it on my regular distro, Debian Jessie, by following the manual (which is really great - I tried installing Nix first but couldn't get it to work, the Guix manual is much better). The install was successful but I noticed two errors related t

Re: chroot/aarch64 issues

2016-07-05 Thread Ludovic Courtès
Efraim Flashner skribis: > On Tue, Jul 05, 2016 at 10:45:51AM +0200, Ludovic Courtès wrote: >> Efraim Flashner skribis: >> >> > On Mon, Jul 04, 2016 at 03:37:12PM +0200, Ludovic Courtès wrote: >> >> Hi! >> >> If the kernel config corresponds to this kernel, I don’t see which of >> the other EI

Re: [PATCH 2/3] profiles: Add fonts-dir-file hook.

2016-07-05 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-07-02 17:34 +0300) wrote: > >> Alex Kost skribis: >> >>> * guix/profiles.scm (fonts-dir-file): New procedure. >>> (%default-profile-hooks): Add it. >> >> [...] >> >> A potential problem with this hook is that it pulls mkfontscale and >> mkfontdir regard

Re: [PATCH] gnu: Add perltidy.

2016-07-05 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Ricardo Wurmus writes: >> >>> Roel Janssen writes: >>> Here I have a package recipe for perltidy. The version number differs from the usual scheme, but that's what the project uses, so I cannot do much about it. >>> >>> I don’t

Re: [PATCH] gnu: Add multiqc.

2016-07-05 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 29/06/16 00:56, Ricardo Wurmus wrote: >> Ricardo Wurmus writes: >> >>> * gnu/packages/bioinformatics.scm (multiqc): New variable. >>> --- >>> gnu/packages/bioinformatics.scm | 30 ++ >>> 1 file changed, 30 insertions(+) >>> >>> diff --gi

Re: [PATCH] gnu: Add multiqc.

2016-07-05 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/bioinformatics.scm (multiqc): New variable. > > [...] > >> +(license license:gpl3))) > > Make sure it’s v3-only, but otherwise LGTM too! The only mention of a license is in “setup.py” declaring it to be “GPLv3”. As ther

Re: [PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Ben Woodcroft
On 05/07/16 21:44, Roel Janssen wrote: Ben Woodcroft writes: Hi. On 05/07/16 20:56, Roel Janssen wrote: Dear Guix, I have a question about the following patch to add emacs-ess. Thanks, I was also making a half-hearted attempt at this. Sorry for the duplicated effort. I am happy to merge

Re: [PATCH] gnu: Add perltidy.

2016-07-05 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> Roel Janssen writes: >> >>> Here I have a package recipe for perltidy. The version number differs >>> from the usual scheme, but that's what the project uses, so I cannot do >>> much about it. >> >> I don’t think that’s a problem. >> From

Re: pybitmessage, python2-pyqt-4 - strace and packages

2016-07-05 Thread Ricardo Wurmus
ng writes: >> […] >>> open("/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10/lib/python2.7/site-packages/PyQt4.so", >>> O_RDONLY) = -1 ENOENT (No such file or directory) >>> open("/gnu/store/2mz84alls2i314x4506wdw15zwmz82n8-python-2.7.10/lib/python2.7/site-packages/PyQt4module.so", >>>

Re: [PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Roel Janssen
Ben Woodcroft writes: > Hi. > > On 05/07/16 20:56, Roel Janssen wrote: >> Dear Guix, >> >> I have a question about the following patch to add emacs-ess. > > Thanks, I was also making a half-hearted attempt at this. Sorry for the duplicated effort. I am happy to merge the two if you're doing som

Re: [PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Ricardo Wurmus
Hi Roel, thanks for taking on ESS! (I was surprised to see that ESS is not actually part of Emacs; I always assumed it was.) >>From 0beacae7c386ea032cfac4511f4a9bc313fb1fb9 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 5 Jul 2016 14:53:03 +0200 > Subject: [PATCH] gnu: Add emacs-es

Re: [PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Ben Woodcroft
Hi. On 05/07/16 20:56, Roel Janssen wrote: Dear Guix, I have a question about the following patch to add emacs-ess. Thanks, I was also making a half-hearted attempt at this. By default, the build files rely upon a LaTeX distribution to be installed to generate a PDF from its Texinfo documen

[PATCH 1/3] gnu: Add r-gdtools.

2016-07-05 Thread Ben Woodcroft
* gnu/packages/statistics.scm (r-gdtools): New variable. --- gnu/packages/statistics.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 73c30ae..24fbabe 100644 --- a/gnu/packages/statistics.scm +++ b/gnu

[PATCH 3/3] gnu: r-ggplot2: Add r-svglite to propagated-inputs.

2016-07-05 Thread Ben Woodcroft
* gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add r-svglite. --- gnu/packages/statistics.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 6f27aa6..b4e810a 100644 --- a/gnu/packages/statistics.s

[PATCH 2/3] gnu: Add r-svglite.

2016-07-05 Thread Ben Woodcroft
* gnu/packages/statistics.scm (r-svglite): New variable. --- gnu/packages/statistics.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 24fbabe..6f27aa6 100644 --- a/gnu/packages/statistics.scm +++ b/gn

[PATCH] ggplot2: fix ggsave('a.svg').

2016-07-05 Thread Ben Woodcroft
Hi all, Beforehand, trying to save an SVG file from a plot generated with ggplot did not work. 'r-svglite' is only a listed as a suggested dependency for gpglot2, but given that saving SVGs is reasonably central (at least for me), then I think we should propagate it. Test code: $ R > library(ggp

Re: [PATCH] gnu: Add bits.

2016-07-05 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Leo Famulari writes: > >> On Wed, Jun 29, 2016 at 04:36:17PM +0200, Ricardo Wurmus wrote: >>> * gnu/packages/bioinformatics.scm (bits): New variable. >> >>> + (arguments >>> + `(#:tests? #f ;no tests included >> >> How about the tests described in the README?

[PATCH] gnu: Add emacs-ess.

2016-07-05 Thread Roel Janssen
Dear Guix, I have a question about the following patch to add emacs-ess. By default, the build files rely upon a LaTeX distribution to be installed to generate a PDF from its Texinfo documentation. I know that texlive is quite a heavy package, so should I separate the output of this package in "o

Re: chroot/aarch64 issues

2016-07-05 Thread Efraim Flashner
On Tue, Jul 05, 2016 at 10:45:51AM +0200, Ludovic Courtès wrote: > Efraim Flashner skribis: > > > On Mon, Jul 04, 2016 at 03:37:12PM +0200, Ludovic Courtès wrote: > >> Hi! > > If the kernel config corresponds to this kernel, I don’t see which of > the other EINVAL reasons given in clone(2) would

“Guix: The Non-Aligned Universal Package Manager”

2016-07-05 Thread Ludovic Courtès
Hello! Here’s a neat article about Guix vs. Flatpak/Snappy: http://www.ocsmag.com/2016/07/05/guix-the-non-aligned-universal-package-manager/ The author, Bruce Byfield, had “interviewed” Andreas, Leo, Ricardo, and myself by email a week ago. Enjoy! :-) Ludo’.

[PATCH 1/2] gnu: lsh: Move to (gnu packages ssh)

2016-07-05 Thread David Craven
* gnu/packages/lsh.scm: Remove. Move 'lsh and liboop' to... * gnu/packages/ssh.scm (liboop, lsh): ... here. New variables. * gnu/services/ssh.scm: Adjust accordingly. * gnu/local.mk: Adjust accordingly. --- gnu/local.mk | 1 - gnu/packages/lsh.scm | 159

Re: chroot/aarch64 issues

2016-07-05 Thread Efraim Flashner
On Tue, Jul 05, 2016 at 10:45:51AM +0200, Ludovic Courtès wrote: > Efraim Flashner skribis: > > > On Mon, Jul 04, 2016 at 03:37:12PM +0200, Ludovic Courtès wrote: > >> Hi! > >> > >> Efraim Flashner skribis: > >> > >> > On the side I'm working on the aarch64 port, and I've come across a > >> >

Re: [PATCH] gnu: Add perltidy.

2016-07-05 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Here I have a package recipe for perltidy. The version number differs >> from the usual scheme, but that's what the project uses, so I cannot do >> much about it. > > I don’t think that’s a problem. > >>>From d6cc1580a362f759bbd85107435a47c0eac

Re: [PATCH] gnu: Add perltidy.

2016-07-05 Thread Ricardo Wurmus
Roel Janssen writes: > Here I have a package recipe for perltidy. The version number differs > from the usual scheme, but that's what the project uses, so I cannot do > much about it. I don’t think that’s a problem. >>From d6cc1580a362f759bbd85107435a47c0eac04954 Mon Sep 17 00:00:00 2001 > Fr

Re: [PATCH 2/2] services: Add 'dropbear-service'. (David Craven)

2016-07-05 Thread David Craven
To test this in a vm don't forget to replace `-net user` with `-net user,hostfwd=tcp::10022-:22` in `gnu/system/vm.scm`. I'm currently also working on a spice service. I'm thinking it would be nice to be able to specify qemu flags in services, then adding `(rngd-service)` would include the `-devic

Re: [PATCH 2/2] gnu: Add EMBOSS.

2016-07-05 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/bioinformatics.scm (emboss): New variable. > > I second Roel, this looks good to me. Thanks, I pushe this along with libharu. ~~ Ricardo

Re: [PATCH 0/3] Add some Perl list modules

2016-07-05 Thread Alex Sassmannshausen
Hiya, Ludovic Courtès writes: > Hello! > > Alex Sassmannshausen skribis: > >> The following three patches add 2 list modules, and one dependency. > > Applied all 3 patches, thanks! Great, thanks all mine :-) > I’ve added you to the member list on Savannah, so you can happily keep > perlifying

Re: [PATCH 0/3] Add some Perl list modules

2016-07-05 Thread Ludovic Courtès
Hello! Alex Sassmannshausen skribis: > The following three patches add 2 list modules, and one dependency. Applied all 3 patches, thanks! I’ve added you to the member list on Savannah, so you can happily keep perlifying Guix. ;-) Please read ‘HACKING’. When in doubt, don’t hesitate to ask f

Re: [PATCH 3/4] services: Add rngd-service.

2016-07-05 Thread Ludovic Courtès
David Craven skribis: > * gnu/services/base.scm: New service. > * doc/guix.texi: Add documentation. Neat! I adjusted the commit log and made minor changes: > +(define-record-type* > + rngd-configuration make-rngd-configuration > + rngd-configuration? > + (rng-tools rngd-configuration-rng-t

Re: [PATCH 1/2] gnu: Add libharu.

2016-07-05 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/pdf.scm (libharu): New variable. LGTM, thanks! Ludo’.

Re: [PATCH] gnu: Add fontconfig-path-max.

2016-07-05 Thread Ludovic Courtès
Hi, ren...@openmailbox.org skribis: > The code has changed in the current version, I used the version 2.12.0 > of the package to update the patch. > > how i know if the program will crash at run time?. You could build it on GNU/Linux, using: ./pre-inst-env guix build fontconfig -K Hopefully

Re: [PATCH 2/2] gnu: Add EMBOSS.

2016-07-05 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/bioinformatics.scm (emboss): New variable. I second Roel, this looks good to me. Thank you! Ludo’.

[PATCH] gnu: Add perltidy.

2016-07-05 Thread Roel Janssen
Dear Guix, Here I have a package recipe for perltidy. The version number differs from the usual scheme, but that's what the project uses, so I cannot do much about it. Is this OK to push? As always, thanks for your time. Kind regards, Roel Janssen >From d6cc1580a362f759bbd85107435a47c0eac049

Re: chroot/aarch64 issues

2016-07-05 Thread Ludovic Courtès
Efraim Flashner skribis: > On Mon, Jul 04, 2016 at 03:37:12PM +0200, Ludovic Courtès wrote: >> Hi! >> >> Efraim Flashner skribis: >> >> > On the side I'm working on the aarch64 port, and I've come across a >> >> Woohoo! >> >> > snag. I've been unable to actually get anything to build. When I

Re: Cross-building GuixSD (and maybe using pre-built toolchains)

2016-07-05 Thread Efraim Flashner
On Sun, Jul 03, 2016 at 04:51:27PM +0200, Paul Boddie wrote: > Hello, > ... > > One thing that looks very promising is the ability to cross-bootstrap the > system, and I did manage to get that started for a new architecture (mipsel) > by performing some modifications suggested in the documentati

Re: [PATCH 1/2] gnu: testdisk: Add optional dependencies.

2016-07-05 Thread Ricardo Wurmus
Leo Famulari writes: > On Sun, Jul 03, 2016 at 06:25:54PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/admin.scm (testdisk)[inputs]: Add ntfs-3g and libjpeg. >> --- >> gnu/packages/admin.scm | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/gnu/packages/admin.scm