Re: guix package modif testing

2016-07-28 Thread Vincent Legoll
> I think you are confusing the system you are running (Guix SD) and the > system you are developing (the Guix git repo). I'm just a few weeks of part time into guix, so yes, I clearly am. I've got no problem using git though I'll see what I can get out of all the comments I got -- Vincent Leg

libgd security update / i686 issues

2016-07-28 Thread Leo Famulari
libgd 2.2.3 has been released [0], which includes fixes for CVE-2016-6207. I built it on x86_64, and also cross-built to i686-linux. The 32-bit rounding issue that Mark fixed with commit 27326064 was reported upstream [1], and the suggested workaround is to add "-msse -mfpmath=sse" to CFLAGS [2].

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Ricardo Wurmus
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 problems understanding certain bits of the >> build. > > I am happy to help out if you take the lead. Thank y

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

2016-07-28 Thread Alex Kost
Ludovic Courtès (2016-07-28 01:19 +0300) wrote: > Alex Kost skribis: > >> I have zero knowledge in grafting, but if I checked it right, the >> attached patch should disable grafting for the emacs interface (when >> dry-run is on). If you think it should be a part of a bigger >> dry-run+no-grafts

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

2016-07-28 Thread Andreas Enge
On Thu, Jul 28, 2016 at 01:10:27AM +0200, Ludovic Courtès wrote: > I pushed something along these lines as > 8b732bf6d93ad2cb529c3c5f886efe2625c5fb72, and also canceled the previous > evaluation builds and started a new evaluation. Great, thanks! Andreas

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

2016-07-28 Thread Andreas Enge
On Thu, Jul 28, 2016 at 01:10:27AM +0200, Ludovic Courtès wrote: > I pushed something along these lines as > 8b732bf6d93ad2cb529c3c5f886efe2625c5fb72, and also canceled the previous > evaluation builds and started a new evaluation. In fact, this seems to require the same number of rebuilds. Does c

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Vincent Legoll
On Thu, Jul 28, 2016 at 9:27 AM, Ricardo Wurmus wrote: > I wonder if this indicates a lack of resources on my laptop. > > Occasionally it does work and gets past the compilation of > “Elixir.Kernel.beam”. Did you encounter this error before? Maybe it got OOM-killed -- Vincent Legoll

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

2016-07-28 Thread Andreas Enge
On Thu, Jul 28, 2016 at 10:24:25AM +0200, Andreas Enge wrote: > In fact, this seems to require the same number of rebuilds. Does changing the > arguments field not imply that the derivation will be considered different > also for other architectures? Now, I am wrong - a problem with the reloading

Re: rust work in progress conflicts

2016-07-28 Thread ng0
Hi, ng0 writes: > Jelle Licht writes: > >> I have taken the liberty to try my hand at finishing this, as I figured >> it would be a good way for me to get more familiar with 'the Guix way' >> of packaging things. > > Thanks! > Also, could you please use this email address for further CC > thing

Re: libgd security update / i686 issues

2016-07-28 Thread Andreas Enge
On Thu, Jul 28, 2016 at 03:23:37AM -0400, Leo Famulari wrote: > Should these CFLAGS values be applied unconditionally, as in the > attached patch, or should they be applied only while building on or for > specific architectures? Or something else? They only work on x86 processors, almost by defini

Re: translation intermediate files

2016-07-28 Thread ng0
Tobias Geerinckx-Rice writes: > Vincent, > > On 27/07/2016 19:42, Vincent Legoll wrote: >> My bad, I was asking because they appeared after a build, so I thought >> they were generated... > > No, you're (also) right. They're a bit of both. > > The English source lines can be auto-updated when bui

Re: libgd security update / i686 issues

2016-07-28 Thread Andreas Enge
On Thu, Jul 28, 2016 at 03:23:37AM -0400, Leo Famulari wrote: > I built it on x86_64, and also cross-built to i686-linux. The 32-bit rounding > issue that Mark fixed with commit 27326064 was reported upstream [1], > and the suggested workaround is to add "-msse -mfpmath=sse" to CFLAGS > [2]. Well,

Re: translation intermediate files

2016-07-28 Thread Vincent Legoll
> Yesterday I thought if we chould make it more clear in the manual > developer part what these files are, how to deal with them, where they > originate and that they should not be included in the patches. Another option would be to build outside of the source tree, and only put the generated/modi

Re: [PATCH] gnu: Add perl-net-dns.

2016-07-28 Thread ng0
Hi, I wanted to apply and test this on latest master but it fails on line 29. of networking.scm. Can you rebase this? Danny Milosavljevic writes: > From: Danny Milosavljevic > > * gnu/packages/networking.scm (perl-net-dns): New variable. Could you fix this commit message to: gnu: Add perl-ne

Re: guix package modif testing

2016-07-28 Thread Vincent Legoll
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 What's wrong ? -- Vincent Legoll

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

2016-07-28 Thread ng0
Hi, could you fix the commit message the same way pointed out in the previous (perl-net-dns) package and rebase it on master? This one fails at line 399 of networking.scm, I can not apply it. Danny Milosavljevic writes: > From: Danny Milosavljevic > > * gnu/packages/networking.scm (perl-socke

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

2016-07-28 Thread Andreas Enge
Hello, the main failures that remain on x86 are related to the gmime problem fixed in master. So I merged master once again and will start another evaluation of core-updates. Probably we are done then. There is a little problem with some source that cannot be downloaded: http://hydra.gnu.org:3

Re: [PATCH] Add python-pythondialog

2016-07-28 Thread ng0
Hi, thanks for working on this. Vincent Legoll writes: >>> If we inherit, we should let python2- inherit from python3. >>> >>> I was not sure about the right way to process with this, so it >>> ended up in 2 packages. >> >> There has been no update on this for 3 weeks. >> Could someone look int

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

2016-07-28 Thread ng0
Hi, I have this in use on Gentoo and GuixSD systems now for some time. I know that we do not (?) package release candidate versions, but this would fix our much older current torsocks. 2.1.x fails for some reasons, this fixes it. There should be a release hopefully soon, otherwise I'll ask tor-dev

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

2016-07-28 Thread Ben Woodcroft
On 28/07/16 19:31, Andreas Enge wrote: Hello, the main failures that remain on x86 are related to the gmime problem fixed in master. So I merged master once again and will start another evaluation of core-updates. Probably we are done then. There is a little problem with some source that cann

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

2016-07-28 Thread Andreas Enge
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-devel/2016-06/msg00683.html Great, t

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Pjotr Prins
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 problems understanding certain bit

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

2016-07-28 Thread Tomáš Čech
* 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 changed, 9 insertions(+), 3 deletions(-)

Re: [PATCH] Add python-pythondialog

2016-07-28 Thread Vincent Legoll
>> Is that what you want ? >> This is still untested though, but I'll try the 2 packages > > I don't understand. Is this completely untested or have you tested this > before sending the patch? This patch is untested. I didn't manage to test it (see the other thread: "guix package modif testing").

Re: [PATCH] Add python-pythondialog

2016-07-28 Thread Vincent Legoll
And actually the patch is wrong, I think it's missing a closing paren for python2-pythondialog... -- Vincent Legoll

[PATCH 0/3] Perl log patches fixed

2016-07-28 Thread Alex Sassmannshausen
Hello, 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. Ben: apologies for the delay in gett

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

2016-07-28 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 f42abee..7fb1101 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @

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

2016-07-28 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable. --- gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index abdc819..6513892 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages

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

2016-07-28 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-log-log4perl): New variable. --- gnu/packages/perl.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 7fb1101..abdc819 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -

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

2016-07-28 Thread Danny Milosavljevic
> 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. This is Scheme we are talking about - one of the most regular languages there is. There should be a patching an

[PATCH v3 00/16] Add missing dependencies of Spamassassin

2016-07-28 Thread Danny Milosavljevic
Add missing dependencies of Spamassassin. 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 perl

[PATCH v3 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 v3 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 v3 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 v3 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 v3 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 v3 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 v3 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 v3 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 eb118d5..1f1389e 100644 --- a/

[PATCH v3 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 v3 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 v3 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 | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1f1389e..9e6d1b5 100644 --- a/gnu/packages/

[PATCH v3 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 v3 13/16] 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 v3 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

[PATCH v3 16/16] 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 9e6d1b5..9f010b

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

2016-07-28 Thread ng0
This adds an item about guix refresh to the contributing section of the docs. -- ♥Ⓐ ng0 Current Keys: https://we.make.ritual.n0.is/ng0.txt For non-prism friendly talk find me on http://www.psyced.org >From 5fead8acf58b4ce000c60381a02db688561dbf05 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 28

[PATCH v3 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 00/16] Add missing dependencies of Spamassassin

2016-07-28 Thread Danny Milosavljevic
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 perl-net-patricia. gnu: Add perl-file-find-ob

Re: [PATCH] gnu: Add perl-net-dns.

2016-07-28 Thread Danny Milosavljevic
Obsolete

[PATCH v4 16/16] 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..1ff3be4

[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

[PATCH v4 13/16] 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 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 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 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 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 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 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 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

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

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: 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 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

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 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.

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] 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: 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: 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: [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: [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: 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: 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: 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: (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: [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: [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: [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: [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] 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: [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] 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 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: [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] 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: [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 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: 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: [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: [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: [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

  1   2   >