Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Vincent Legoll
On Fri, Jul 29, 2016 at 3:38 AM, Pjotr Prins wrote: > On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: >> Never mind. It was as Vincent thought. Closing all applications except >> for Emacs makes it work. > > Be interesting to see what increasing swap space does. I think we > ough

Re: [PATCH v4 01/16] gnu: Add perl-db_file.

2016-07-28 Thread Ricardo Wurmus
Hi Danny, > gnu: Add perl-db_file. > > * gnu/packages/databases.scm (perl-db_file): New variable. Thank you for the patches! What follows are some stylistic comments. As you wrote earlier you will prepare another version of this patch set, so I thought I’d let you know about these stylistic th

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Pjotr Prins
On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: > Never mind. It was as Vincent thought. Closing all applications except > for Emacs makes it work. Be interesting to see what increasing swap space does. I think we ought to file it as an issue if that does not help: http://www

Re: Ricardo Wurmus appointed co-maintainer

2016-07-28 Thread Mark H Weaver
Congratulations, Ricardo! :) Mark

Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-28 Thread Alex Griffin
On Thu, Jul 28, 2016, at 07:20 PM, Alex Griffin wrote: > This patch fixes password-store so that you no longer need to install > its dependencies into your profile. Forgot a copyright line. Here's an updated patch. -- Alex Griffin From 74b838fea52293386169299881cdd7cfefff7f4d Mon Sep 17 00:00:00

[PATCH] gnu: password-store: Wrap PATH.

2016-07-28 Thread Alex Griffin
This patch fixes password-store so that you no longer need to install its dependencies into your profile. -- Alex Griffin From 60527038221d2c1c0d35ca97a65ba2a01734da75 Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Thu, 28 Jul 2016 19:06:10 -0500 Subject: [PATCH] gnu: password-store: Wrap PATH

Re: [PATCH 2/2] gnu: atlas: Use cpupower in description.

2016-07-28 Thread ng0
Mathieu Lirzin writes: > Tobias Geerinckx-Rice writes: > >> Ludo', >> >> On 2016-07-19 23:00, l...@gnu.org wrote: >>> Applied, thanks! >> >> Thanks! I didn't know about @example. >> >> It seems like some Texinfo syntax is encouraged (like @command), but >> not the full set (package descriptions

Re: Ricardo Wurmus appointed co-maintainer

2016-07-28 Thread Alex Sassmannshausen
On 26 Jul 2016 12:27, l...@gnu.org wrote: > > Hello Guix! > > I’m happy to announce that Ricardo Wurmus has just been appointed by the > GNU overseers to join me as co-maintainer of GNU Guix. Yay! Congrats Ricardo - This is great for the Guix project :) Happy hacking, Alex > > Ricardo is a l

Re: [PATCH 01/22] gnu: parallel: Use full paths for executables.

2016-07-28 Thread Leo Famulari
On Wed, Jul 27, 2016 at 10:54:02PM +1000, Ben Woodcroft wrote: > * gnu/packages/parallel.scm (parallel)[inputs]: Add procps. > [arguments]: New field. > +(arguments > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'patch-bin-sh > + (lambda _

Re: [PATCH 19/22] gnu: Add exonerate.

2016-07-28 Thread Leo Famulari
On Wed, Jul 27, 2016 at 10:54:20PM +1000, Ben Woodcroft wrote: > * gnu/packages/bioinformatics.scm (exonerate): New variable. > +(version "2.2.0") I see versions 2.3.0 and 2.4.0 are available. Why package the older version?

Re: [PATCH 13/22] gnu: Add mcl.

2016-07-28 Thread Leo Famulari
On Wed, Jul 27, 2016 at 10:54:14PM +1000, Ben Woodcroft wrote: > * gnu/packages/machine-learning.scm (mcl): New variable. > +(license license:gpl3))) I skimmed the headers of some files in 'src/', and they say "or later". Can you double-check if it should be gpl3+?

Re: [PATCH] gnu: Add python2-pydns

2016-07-28 Thread Leo Famulari
On Wed, Jul 27, 2016 at 02:35:28AM +0200, Danny Milosavljevic wrote: > * gnu/packages/networking.scm (python2-pydns): New variable. Thanks for this patch! > @@ -607,3 +608,25 @@ offline emulation of DNS.") >(description "The Perl module 'Geo::IP'. > It looks up location and network informati

Re: wip spamassassin

2016-07-28 Thread Leo Famulari
On Wed, Jul 27, 2016 at 12:50:58AM +0200, Danny Milosavljevic wrote: > ./configure: line 5848: /bin/sh: No such file or directory I recommend you try adapting the 'patch-config-files' phase from the Vim package definition in (gnu packages vim): #:phases (modify-phases %standard-ph

Re: [PATCH] gnu: perl-devel-symdump: Update to 2.17.

2016-07-28 Thread Leo Famulari
On Thu, Jul 28, 2016 at 08:36:41PM +, ng0 wrote: > Subject: [PATCH] gnu: perl-devel-symdump: Update to 2.17. Applied, thanks!

[PATCH v5 15/17] gnu: Add perl-mail-spf.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-mail-spf. * gnu/package/mail.scm (perl-mail-spf): New variable. --- gnu/packages/mail.scm | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index f7a7623..98ca623 100644 --

[PATCH v5 16/17] gnu: Add perl-io-socket-inet6

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-io-socket-inet6 * gnu/packages/networking.scm (perl-io-socket-inet6): New variable. --- gnu/packages/networking.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 660c025..1ff3be

[PATCH v5 17/17] gnu: Add perl-crypt-openssl-random.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-crypt-openssl-random. * gnu/packages/tls.scm (perl-crypt-openssl-random): New variable. --- gnu/packages/tls.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index fba130b..cd7d003 100644 --- a/gnu/package

[PATCH v5 14/17] gnu: Add perl-crypt-openssl-bignum.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-crypt-openssl-bignum. * gnu/packages/tls.scm (perl-crypt-openssl-bignum, perl-crypt-openssl-arguments): New variables. --- gnu/packages/tls.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm ind

[PATCH v5 09/17] gnu: Add perl-test-trailingspace.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-test-trailingspace. * gnu/packages/perl.scm (perl-test-trailingspace): New variable. --- gnu/packages/perl.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 5a867e0..944dbf8 100644 --- a/

[PATCH v5 06/17] gnu: Add perl-net-patricia.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-net-patricia. * gnu/packages/networking.scm (perl-net-patricia): Add variable. --- gnu/packages/networking.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b575fce..0312fe5 10064

[PATCH v5 13/17] gnu: Add perl-crypt-openssl-rsa.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-crypt-openssl-rsa. * gnu/packages/tls.scm (perl-crypt-openssl-rsa): Add variable. --- gnu/packages/tls.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index bdc1d7c..d992c51 100644 --- a/gnu/packages

[PATCH v5 03/17] gnu: Add perl-socket6.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-socket6. * gnu/packages/networking.scm (perl-socket6): New variable. --- gnu/packages/networking.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 0568836..a6318b2 100644 --- a/

[PATCH v5 00/17] Add missing dependencies of Spamassassin

2016-07-28 Thread Danny Milosavljevic
This patch series adds almost all of the dependencies of Spamassassin. Danny Milosavljevic (17): gnu: Add perl-db-file. gnu: Add perl-net-dns. gnu: Add perl-socket6. gnu: Add perl-net-dns-resolver-programmable. gnu: Add perl-netaddr-ip. gnu: Add perl-net-patricia. gnu: Add perl-file-

[PATCH v5 11/17] gnu: Add perl-net-cidr-lite.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-net-cidr-lite. * gnu/packages/networking.scm (perl-net-cidr-lite): Add variable. --- gnu/packages/networking.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 0312fe5..134ad5d 100644 --- a

[PATCH v5 07/17] gnu: Add perl-file-find-object.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-file-find-object. * gnu/packages/perl.scm (perl-file-find-object): New variable. --- gnu/packages/perl.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index f42abee..8fad274 100644 --- a/gnu/package

[PATCH v5 04/17] gnu: Add perl-net-dns-resolver-programmable.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-net-dns-resolver-programmable. * gnu/packages/networking.scm (perl-net-dns-resolver-programmable): New variable. --- gnu/packages/networking.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networ

[PATCH v5 01/17] gnu: Add perl-db-file.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-db-file. * gnu/packages/databases.scm (perl-db-file): New variable. --- gnu/packages/databases.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index f088062..3bdb37b 100644 --- a/gnu/p

[PATCH v5 08/17] gnu: Add perl-file-find-object-rule.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-file-find-object-rule. * gnu/packages/perl.scm (perl-file-find-object-rule): 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 8fad274..5a867e0 100644 ---

[PATCH v5 12/17] gnu: Add perl-geo-ip.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-geo-ip. * gnu/packages/networking.scm (perl-geo-ip): Add variable. --- gnu/packages/networking.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 134ad5d..660c025 100644 --- a/gnu/package

[PATCH v5 10/17] gnu: Add perl-encode-detect.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-encode-detect. * gnu/packages/perl.scm (perl-encode-detect): Add variable. --- gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 944dbf8..2ac70bd 100644 --- a/gnu/packages/perl.sc

[PATCH v5 02/17] gnu: Add perl-net-dns.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-net-dns. * gnu/packages/networking.scm (perl-net-dns): New variable. --- gnu/packages/networking.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1ef401f..0568836 100644 --- a/gnu/packa

[PATCH v5 05/17] gnu: Add perl-netaddr-ip.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-netaddr-ip. * gnu/packages/networking.scm (perl-netaddr-ip): New variable. --- gnu/packages/networking.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index a69ef0e..b575fce 100644

Re: libgd security update / i686 issues

2016-07-28 Thread Leo Famulari
On Thu, Jul 28, 2016 at 03:23:37AM -0400, Leo Famulari wrote: > libgd 2.2.3 has been released [0], which includes fixes for > CVE-2016-6207. Instead of updating to 2.2.3, we could also try cherry-picking the upstream commits that address this bug, as attached. >From 1ac0113094a8a2914f9f78da2d2e13c

Re: [PATCH 5/7] gnu: Add spice.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:28PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > +(define-public spice As discussed, your original choices regarding propagation were correct (sorry I wasted your time!). So, I re-propagated those inputs in this patch, keeping the celt051 commen

Re: [PATCH 6/7] gnu: Add spice-vdagent.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:29PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > * gnu/packages/patches/spice-vdagent-localstatedir.patch: Add it. > +(define-public spice-vdagent > + (patches (search-patches > "spice-vdagent-localstatedir.patch" As mentioned

Re: [PATCH 7/7] gnu: Add virt-viewer.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:30PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > +(define-public virt-viewer I made some minor edits to the description and pushed. Thanks!

Re: [PATCH 1/7] gnu: Add usbredir.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:24PM +0200, David Craven wrote: > * gnu/local.mk: Add file. > * gnu/packages/spice.scm: Add file. > +(define-public usbredir I standardized the commit message, added a copyright header with your name, made the synopsis and description more descriptive (hopefully) and

Re: [PATCH 2/7] gnu: Add virglrenderer.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:25PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > +(define-public virglrenderer > +(inputs > + `(("expat" ,expat) > +("libdrm" ,libdrm) > +("libepoxy" ,libepoxy) > +("mesa" ,mesa) > +("udev" ,eudev))) Base

Re: [PATCH 4/7] gnu: Add spice-gtk.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:27PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > +(define-public spice-gtk Pushed with a standard commit message, thanks!

Re: [PATCH 3/7] gnu: Add spice-protocol.

2016-07-28 Thread Leo Famulari
On Sun, Jul 24, 2016 at 07:52:26PM +0200, David Craven wrote: > * gnu/packages/spice.scm: Add it. > +(define-public spice-protocol Again, I made minor edits to the commit message and description, and pushed! Thanks!

Re: [PATCH] Add sshpass v2

2016-07-28 Thread Ludovic Courtès
Nicolas Goaziou skribis: > From c43bddaf22e3bc81c1e42180962c36279f5bf49c Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Wed, 27 Jul 2016 19:45:02 +0200 > Subject: [PATCH] gnu: Add sshpass. > > * gnu/packages/ssh.scm (sshpass): New variable. [...] > +(description "sshpass is a too

Re: [PATCH v4 15/16] gnu: Add perl-mail-spf.

2016-07-28 Thread Danny Milosavljevic
On Thu, 28 Jul 2016 19:55:39 + ng0 wrote: > This one lacks the bsd-3 in the licenses in the header of mail.scm. I > fixed this locally for now as I'm new to reviewing 16 dependent patches. > > I also got this message while running make on the root of guix checkout: > gnu/packages/tls.scm:547

Re: Call for screencasts!

2016-07-28 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> l...@gnu.org (Ludovic Courtès) skribis: >> >>> I’d like a video of at most 5 minutes to put on the home page that would >>> showcase, for example (with explanations in English; bonus points if you >>> have a good mic and are a

Re: libgd security update / i686 issues

2016-07-28 Thread Leo Famulari
On Thu, Jul 28, 2016 at 02:56:06PM -0400, Leo Famulari wrote: > On Thu, Jul 28, 2016 at 01:22:40PM -0400, Mark H Weaver wrote: > > I will adapt my patch to the new version. > > Unfortunately, this new patch makes libgd fail to build from source on > x86_64, like this: I reverted the commit on mas

[PATCH] gnu: perl-devel-symdump: Update to 2.17.

2016-07-28 Thread ng0
>From 7b1206607eb5b6b1f571b9a062ec465b44d883e4 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 28 Jul 2016 20:30:39 + Subject: [PATCH] gnu: perl-devel-symdump: Update to 2.17. * gnu/packages/perl.scm (perl-devel-symdump): Update to 2.17. --- gnu/packages/perl.scm | 4 ++-- 1 file changed, 2 in

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Ricardo Wurmus
Pjotr Prins writes: > On Thu, Jul 28, 2016 at 09:27:22AM +0200, Ricardo Wurmus wrote: >> >> Pjotr Prins writes: >> >> > On Mon, Jul 25, 2016 at 08:13:33AM +0200, Ricardo Wurmus wrote: >> >> Thanks again for the patch. I hope you are willing to provide some >> >> guidance when I have some pro

Re: [PATCH v4 15/16] gnu: Add perl-mail-spf.

2016-07-28 Thread ng0
This one lacks the bsd-3 in the licenses in the header of mail.scm. I fixed this locally for now as I'm new to reviewing 16 dependent patches. I also got this message while running make on the root of guix checkout: gnu/packages/tls.scm:547:4: warning: possibly unbound variable `perl-crypt-openss

Re: [PATCH] add go@1.6

2016-07-28 Thread Leo Famulari
On Wed, Jul 27, 2016 at 07:54:13PM -0400, Matthew Jordan wrote: > Good Day everyone, > > Attached is a patch to add go@1.6. Note that I have taken the > suggestion made in go@1.5 and added it to this patch. Also I have > included many of the suggested changes for go@1.4 in this patch also. > > Ta

Re: libgd security update / i686 issues

2016-07-28 Thread Leo Famulari
On Thu, Jul 28, 2016 at 01:22:40PM -0400, Mark H Weaver wrote: > I will adapt my patch to the new version. Unfortunately, this new patch makes libgd fail to build from source on x86_64, like this: gdimagecopyresampled/basic_alpha.c: In function ‘main’: gdimagecopyresampled/basic_alpha.c:37:23: er

Re: libgd security update / i686 issues

2016-07-28 Thread Leo Famulari
On Thu, Jul 28, 2016 at 01:22:40PM -0400, Mark H Weaver wrote: > Not all i686 systems have support for SSE. I don't think we should > apply the upstream suggested workaround, which effectively amounts to > dropping support for older systems. If we want to add a requirement for > SSE for i686 syst

Re: [PATCH v4 00/16] Add missing dependencies of Spamassassin

2016-07-28 Thread Danny Milosavljevic
On Thu, 28 Jul 2016 17:20:22 + ng0 wrote: > Update: I am not sure how to handle more than 1 inlined patch with my > new email application. There will be some delay… I extracted them > manually and introduced formating errors this way, so there has to be > something notmuch or emacs can do.

Re: libgd security update / i686 issues

2016-07-28 Thread Mark H Weaver
Leo Famulari writes: > On Thu, Jul 28, 2016 at 10:40:49AM +0200, Andreas Enge wrote: >> Well, the bug report states that the result is correct on armv7. Apparently >> i686 is not IEEE compliant by default, while armv7 is. So it should be okay >> to apply the flags only on i686. We assume that SSE

Re: [PATCH v4 00/16] Add missing dependencies of Spamassassin

2016-07-28 Thread ng0
Update: I am not sure how to handle more than 1 inlined patch with my new email application. There will be some delay… I extracted them manually and introduced formating errors this way, so there has to be something notmuch or emacs can do. -- ♥Ⓐ ng0 Current Keys: https://we.make.ritual.n0.is/ng

Re: [PATCH 4/7] gnu: Add spice-gtk.

2016-07-28 Thread Leo Famulari
On Mon, Jul 25, 2016 at 12:14:57AM +0200, Ludovic Courtès wrote: > David Craven skribis: > > > What are valid reasons to propagate inputs? > > If an installed .h file of spice-gtk #includes a .h file of a > dependency, that dependency should be a propagated input. Likewise if > its .pc file “Re

Re: [WIP PATCH] linux-initrd: Allow own set of kernel modules.

2016-07-28 Thread Tobias Geerinckx-Rice
Hullo, On 28/07/2016 17:32, Ludovic Courtès wrote: > Tomáš Čech skribis: >> #f --> default-kernel-modules (as it is now) >> '(some extraordinary special modules for other purpose) --> it will use >> this set >> '() --> it will use no module at all (my typical usecase) > > Oh, OK. I had assu

Re: libgd security update / i686 issues

2016-07-28 Thread Leo Famulari
On Thu, Jul 28, 2016 at 10:40:49AM +0200, Andreas Enge wrote: > Well, the bug report states that the result is correct on armv7. Apparently > i686 is not IEEE compliant by default, while armv7 is. So it should be okay > to apply the flags only on i686. We assume that SSE, but not SSE2 or later > ar

Re: [PATCH 4/7] gnu: Add spice-gtk.

2016-07-28 Thread David Craven
Hi Leo and Ludo! Thanks! Just wasn't sure if you (Leo) had archived this thread =P

Re: make check-system failure: encrypted-root-os

2016-07-28 Thread Chris Marusich
l...@gnu.org (Ludovic Courtès) writes: > I committed this test by mistake, which is why the commit log doesn’t > mention it, and also the reason why it doesn’t work. ;-) OK, thanks for confirming! Glad to know this had a simple answer. -- Chris signature.asc Description: PGP signature

Re: [PATCH v4 00/16] Add missing dependencies of Spamassassin

2016-07-28 Thread ng0
Danny Milosavljevic writes: >> Should I review v3 or v4? > > v4. I made a mistake in v3 - that's why it has a hole in the series - I > didn't send it. > >> It would be easier if the patches would have references in one single >> thread, but I can work this way too. > > Huh, they should be a t

Re: [PATCH] doc: Run guix refresh -l to find out about dependent packages.

2016-07-28 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >> * doc/contributing.texi (Submitting Patches): Includes an item to >> explain that core-updates and core-updates-next exist and that your >> change will be applied on them if it affects too many dependent >> packages, example: libgcrypt. > > In the end

Re: [PATCH] doc: Run guix refresh -l to find out about dependent packages.

2016-07-28 Thread ng0
Vincent Legoll writes: > Maybe, it'd better to get a real native English speaker review, but > until he comes, here are my comments: > > "how many packages would rebuild" > "how many packages have to be rebuilt" > > "for a number which indicates that a change to" > "for why your change to" > > IA

Re: [WIP PATCH] linux-initrd: Allow own set of kernel modules.

2016-07-28 Thread Ludovic Courtès
Tomáš Čech skribis: > On Thu, Jul 28, 2016 at 03:05:34PM +0200, Ludovic Courtès wrote: >>Tomáš Čech skribis: >> >>> * gnu/system/linux-initrd.scm(base-initrd): Add `linux-modules' >>> parameter. Rename former `linux-modules' to >>> `default-linux-modules'. Introduce used-linux-modules to mak

Re: [PATCH 2/3] doc: Send changes in your patch which are related.

2016-07-28 Thread Ludovic Courtès
ng0 skribis: > From 0e84643a50d578b6b5bb68119b35dc92d90dafd5 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Thu, 21 Jul 2016 13:24:36 + > Subject: [PATCH 2/3] doc: Send changes in your patch which are related. > > * doc/contributing.texi (Submitting Patches): New @item: > This gives informatio

Re: [PATCH] doc: Run guix refresh -l to find out about dependent packages.

2016-07-28 Thread Ludovic Courtès
ng0 skribis: > * doc/contributing.texi (Submitting Patches): Includes an item to > explain that core-updates and core-updates-next exist and that your > change will be applied on them if it affects too many dependent > packages, example: libgcrypt. In the end I added something a bit more general

Re: [PATCH] gnu: Add asciinema.

2016-07-28 Thread Ludovic Courtès
Alex Griffin skribis: > From 56dfd86e92c86d2f816b9b0f6f71330cecbc2caf Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Wed, 27 Jul 2016 16:22:32 -0500 > Subject: [PATCH] gnu: Add asciinema. > > * gnu/packages/terminals.scm (asciinema): New variable. Applied, thanks! Ludo’.

Re: [PATCH] gnu: gnome: Propagate file-roller.

2016-07-28 Thread Ludovic Courtès
Alex Griffin skribis: > From 4a582632170f58a4dcb4d675bc519a5e999b75d0 Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Wed, 27 Jul 2016 09:40:35 -0500 > Subject: [PATCH] gnu: gnome: Propagate file-roller. > > * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add file-roller. Applied, th

Re: [WIP PATCH] linux-initrd: Allow own set of kernel modules.

2016-07-28 Thread Tomáš Čech
On Thu, Jul 28, 2016 at 03:05:34PM +0200, Ludovic Courtès wrote: Tomáš Čech skribis: * gnu/system/linux-initrd.scm(base-initrd): Add `linux-modules' parameter. Rename former `linux-modules' to `default-linux-modules'. Introduce used-linux-modules to make the code more readable. --- gnu/

Re: [PATCH] doc: Run guix refresh -l to find out about dependent packages.

2016-07-28 Thread Ludovic Courtès
ng0 skribis: > --- a/doc/contributing.texi > +++ b/doc/contributing.texi > @@ -328,6 +328,21 @@ extensions---or to the operating system kernel---e.g., > reliance on > @code{uname} or @file{/proc} files. > > @item > +Run @command{guix refresh --list-dependent} (@pxref{Invoking guix refresh})

Re: [PATCH 0/3] Perl log patches fixed

2016-07-28 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > In series, the three revised patches for perl-log. As seems all to often the > case, I got pulled to other things. But I fixed the inputs and wrapped > descriptions in @code where appropriate. > > I'll push these shortly unless you have any further comments. Sur

Re: [WIP PATCH] linux-initrd: Allow own set of kernel modules.

2016-07-28 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/system/linux-initrd.scm(base-initrd): Add `linux-modules' > parameter. Rename former `linux-modules' to > `default-linux-modules'. Introduce used-linux-modules to make the code > more readable. > --- > gnu/system/linux-initrd.scm | 12 +--- > 1 file chan

Re: (pre-release) [PATCH] torsocks update to 2.2.0-rc1

2016-07-28 Thread Ludovic Courtès
ng0 skribis: > Could we make an exception for torsocks here, or should we stick with > 2.0.0 until 2.2.0 has a version release? I don’t think so. :-) I use torsocks 2.0.0 just fine, FWIW. A release candidate is normally promptly followed by a release, so we should use that as soon as it’s ava

Re: Odd behavior with --dry-run and --upgrade

2016-07-28 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-07-28 01:19 +0300) wrote: > >> Alex Kost skribis: [...] >>> From d7747453bf31a616d414dce293fc0556d601abcb Mon Sep 17 00:00:00 2001 >>> From: Alex Kost >>> Date: Wed, 27 Jul 2016 14:55:50 +0300 >>> Subject: [PATCH] emacs: Disable grafts when dry-run i

Re: guix package modif testing

2016-07-28 Thread Ludovic Courtès
Vincent Legoll skribis: > I did, as a user of my guixsd system: > > git clone [...] guix > cd guix > ./bootstrap > [ERROR PKG_CONFIG / m4 / etc...] > > guix environment guix > [env]> ./bootstrap > [env]> ./configure > [env]> make -j3 > > I get the BT @ http://paste.lisp.org/+6W42 Namely: --8<--

Re: make check-system failure: encrypted-root-os

2016-07-28 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > Every time I try to run "make check-system", the test > "encrypted-root-os" fails. It fails on commit > b1bf155ffd9b160afdf05aff39d3f0b0f6d11589 (July 18, when I it was > introduced), and it fails on debc6360e111e8efc8a938b2aef28e5b3616ada8 > (July 26). I ca

Re: [PATCH ?] gnu: Add dash.

2016-07-28 Thread Ludovic Courtès
Hi! Tobias Geerinckx-Rice skribis: > * gnu/packages/dash.shm: New file. > --- > > Guix! > > IMO this belongs in a (new) shell.scm with fish, tcsh and zsh. > Maybe bash, too. On the other hand: > > Certain shells might have an 'ecosystem' of 'packages', such as > bash-completion in bash.scm, that

Re: [GSoC] Continuous integration tool à la Hydra.

2016-07-28 Thread Ludovic Courtès
Mathieu Lirzin skribis: > Hello, > > l...@gnu.org (Ludovic Courtès) writes: > >> Mathieu Lirzin skribis: >> > [...] >>> CREATE TABLE Specifications ( >>> idINTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, >>> repo_name TEXT NOT NULL, >>> url TEXT NOT NULL, >>> load_p

Re: guix bootloader selection - wip patch

2016-07-28 Thread Ludovic Courtès
Danny Milosavljevic skribis: > so far I came up with the patch to Guix below for the actual bootloader > selection. Nice! > Some places are still broken. Search for "FIXME" below. > > For example I need a way to find out what the bootloader config file is > supposed to be called in the new ro

Re: gnu/system/u-boot.scm

2016-07-28 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > On Tue, 26 Jul 2016 22:49:35 +0200 > l...@gnu.org (Ludovic Courtès) wrote: > >> > (u-boot u-boot-configuration-u-boot ; package >> >(default (@ (gnu packages u-boot) (make-u-boot-package >> > board >> >> Th

Re: [PATCH] add go@1.6

2016-07-28 Thread Matthew Jordan
>> (version "1.6.2") I'll update the version in an updated patch. Assuming no problems I'll be happy to submit it. >>(zero? (system* "sh" "all.bash") > > This seems to work, but I think it should just be `(zero? (system* > "./all.bash"))`. It has a shebang, and expects ba

Re: [PATCH] doc: Run guix refresh -l to find out about dependent packages.

2016-07-28 Thread Vincent Legoll
Maybe, it'd better to get a real native English speaker review, but until he comes, here are my comments: "how many packages would rebuild" "how many packages have to be rebuilt" "for a number which indicates that a change to" "for why your change to" IANANES... -- Vincent Legoll

Re: [PATCH v4 00/16] Add missing dependencies of Spamassassin

2016-07-28 Thread Danny Milosavljevic
> Should I review v3 or v4? v4. I made a mistake in v3 - that's why it has a hole in the series - I didn't send it. > It would be easier if the patches would have references in one single thread, > but I can work this way too. Huh, they should be a tree with the cover letter at the root now.

Whole-Package Extractor Program (extracts a whole package from a patch (that would be adding an entire package) and applies it to a master clone and commits)

2016-07-28 Thread Danny Milosavljevic
Hi, On Thu, 28 Jul 2016 11:36:03 + ng0 wrote: >I did not see that they are all related, only the 3 of them I looked at. Yeah, that was my fault. I should have done a patch series in the first place - given that these perl package patches touch the same files and so probably won't apply ou

Re: [PATCH v4 00/16] Add missing dependencies of Spamassassin

2016-07-28 Thread ng0
Danny Milosavljevic writes: > This patch adds almost all of the dependencies of Spamassassin. > > Danny Milosavljevic (16): > gnu: Add perl-db-file. > gnu: Add perl-net-dns. > gnu: Add perl-socket6. > gnu: Add perl-net-dns-resolver-programmable. > gnu: Add perl-netaddr-ip. > gnu: Add

Re: core-updates, next release, and all that

2016-07-28 Thread Ben Woodcroft
On 28/07/16 20:34, Andreas Enge wrote: On Thu, Jul 28, 2016 at 08:21:03PM +1000, Ben Woodcroft wrote: Fixed in 'f2e791750'. This was another case of BioConductor deleting out of date sources, and more encouragement to move to SVN as discussed previously. https://lists.gnu.org/archive/html/guix

Re: [PATCH] gnu: Add perl-socket6.

2016-07-28 Thread ng0
Danny Milosavljevic writes: >> could you fix the commit message the same way pointed out in the >> previous (perl-net-dns) package and > >>rebase it on master? > > Sorry, I cannot do that manually for like 20 packages. I did not see that they are all related, only the 3 of them I looked at. >

Re: [PATCH] add go@1.6

2016-07-28 Thread Alex Griffin
On Thu, Jul 28, 2016, at 05:11 AM, Matthew Jordan wrote: > Doesn't sh already handle picking the shell/interpretor? That's why I > put it there. sh or an sh compatible shell is usually the first to > start. Feel free to correct me if I'm wrong. In Guix, sh is provided by bash, but when bash is la

[PATCH v4 03/16] gnu: Add perl-socket6.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-socket6. * gnu/packages/networking.scm (perl-socket6): New variable. --- gnu/packages/networking.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 0568836..a6318b2 100644 --- a/g

[PATCH v4 05/16] gnu: Add perl-netaddr-ip.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-netaddr-ip. * gnu/packages/networking.scm (perl-netaddr-ip): New variable. --- gnu/packages/networking.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index a69ef0e..b575fce 100644 -

[PATCH v4 07/16] gnu: Add perl-file-find-object.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-file-find-object. * gnu/packages/perl.scm (perl-file-find-object): New variable. --- gnu/packages/perl.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index f42abee..8fad274 100644 --- a/gnu/packages

[PATCH v4 01/16] gnu: Add perl-db_file.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-db_file. * gnu/packages/databases.scm (perl-db_file): New variable. --- gnu/packages/databases.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index f088062..3bdb37b 100644 --- a/gnu/pa

[PATCH v4 11/16] gnu: Add perl-net-cidr-lite.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-net-cidr-lite. * gnu/packages/networking.scm (perl-net-cidr-lite): Add variable. --- gnu/packages/networking.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 0312fe5..134ad5d 100644 --- a/

[PATCH v4 06/16] gnu: Add perl-net-patricia.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-net-patricia. * gnu/packages/networking.scm (perl-net-patricia): Add variable. --- gnu/packages/networking.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b575fce..0312fe5 100644

[PATCH v4 10/16] gnu: Add perl-encode-detect.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-encode-detect. * gnu/packages/perl.scm (perl-encode-detect): Add variable. --- gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 944dbf8..2ac70bd 100644 --- a/gnu/packages/perl.scm

[PATCH v4 09/16] gnu: Add perl-test-trailingspace.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-test-trailingspace. * gnu/packages/perl.scm (perl-test-trailingspace): New variable. --- gnu/packages/perl.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 5a867e0..944dbf8 100644 --- a/g

[PATCH v4 04/16] gnu: Add perl-net-dns-resolver-programmable.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-net-dns-resolver-programmable. * gnu/packages/networking.scm (perl-net-dns-resolver-programmable): New variable. --- gnu/packages/networking.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/network

[PATCH v4 02/16] gnu: Add perl-net-dns.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-net-dns. * gnu/packages/networking.scm (perl-net-dns): New variable. --- gnu/packages/networking.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1ef401f..0568836 100644 --- a/gnu/packag

[PATCH v4 12/16] gnu: Add perl-geo-ip.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-geo-ip. * gnu/packages/networking.scm (perl-geo-ip): Add variable. --- gnu/packages/networking.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 134ad5d..660c025 100644 --- a/gnu/packages

[PATCH v4 08/16] gnu: Add perl-file-find-object-rule.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-file-find-object-rule. * gnu/packages/perl.scm (perl-file-find-object-rule): 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 8fad274..5a867e0 100644 --- a

[PATCH v4 14/16] gnu: Add perl-crypt-openssl-bignum.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-crypt-openssl-bignum. * gnu/packages/tls.scm (perl-crypt-openssl-bignum, perl-crypt-openssl-arguments): New variables. --- gnu/packages/tls.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm inde

[PATCH v4 15/16] gnu: Add perl-mail-spf.

2016-07-28 Thread Danny Milosavljevic
gnu: Add perl-mail-spf. * gnu/package/mail.scm (perl-mail-spf): New variable. --- gnu/packages/mail.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index f7a7623..4169464 100644 --- a/gnu/packages/mai

  1   2   >