Re: [PATCH 4/6] gnu: Add gpgscm.

2016-07-18 Thread Leo Famulari
On Mon, Jul 18, 2016 at 11:10:00PM +, ng0 wrote: > On top of all 5 of the updates I did in gnupg.scm and sent in or > what are the GnuPG-related library updates you mean? Yes, I'm referring to the updates you sent. > I will test this series tomorrow. If it works and I can remove > the gpgscm

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

2016-07-18 Thread Tobias Geerinckx-Rice
* gnu/packages/maths.scm (atlas)[description]: Replace 'cpufreq-selector' with its replacement 'cpupower --governor'. --- gnu/packages/maths.scm | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 643bce5..776963e

[PATCH 0/2] Add cpupower

2016-07-18 Thread Tobias Geerinckx-Rice
Hullo Guix, I was surprised not to find cpupower available. It's a replacement for the older cpufrequtils package. I didn't much feel like re-writing my scripts or muscle memory, so I wrote a quick package. I also rewrote the ‘atlas’ description to use that, instead of a cpufreq-selector command

[PATCH 1/2] gnu: Add cpupower.

2016-07-18 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (cpupower): New variable. --- gnu/packages/linux.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d20314f..8b8d8d6 100644 --- a/gnu/packages/linux.scm +++

Re: GuixSD on ARM

2016-07-18 Thread Eric Bavier
On Wed, 13 Jul 2016 08:55:23 +0200 Ricardo Wurmus wrote: > Hi Daniel, > > > I'd like GuixSD on ARM plataform, for instance Libre Tea Computer Card > > or other ARM libre plataform. > > > > I buy a Libre Tea Computer Card: > > -

Re: [PATCH 4/6] gnu: Add gpgscm.

2016-07-18 Thread ng0
Hi, thanks for picking up the work. Leo Famulari writes: > On Mon, Jul 18, 2016 at 01:44:07PM -0400, Leo Famulari wrote: >> On Sun, Jul 17, 2016 at 11:19:41PM +, ng0 wrote: >> > Whoever wants to fix how this looks in code can change it before >> > commit, like it is now it works and serves

‘guix publish’ now compresses archives

2016-07-18 Thread Ludovic Courtès
Hi! ‘guix publish --compression’ can now compress archives in gzip format, using zlib, which makes it much more usable in real life. See commit 4a1fc562ae5eedf40f6ae4eabe30580b0983b8f6. ‘guix publish’ is cache-friendly: it uses /nar/gzip URLs for gzipped archives, and /nar for uncompressed

Re: SourceForge URLs changed

2016-07-18 Thread Leo Famulari
On Mon, Jul 18, 2016 at 01:30:47PM -0500, Alex Griffin wrote: > I'll start by claiming Q-Z, and maybe I can do more than that depending > on how things go. Thank you! I'll do A-F next.

Re: [PATCH 4/6] gnu: Add gpgscm.

2016-07-18 Thread Leo Famulari
On Mon, Jul 18, 2016 at 01:44:07PM -0400, Leo Famulari wrote: > On Sun, Jul 17, 2016 at 11:19:41PM +, ng0 wrote: > > Whoever wants to fix how this looks in code can change it before > > commit, like it is now it works and serves its purpose (run the > > gnupg tests). > > Commented parts

Re: [PATCH] Add gctp

2016-07-18 Thread Leo Famulari
On Thu, Jul 07, 2016 at 09:40:18AM +0200, Thomas Danckaert wrote: > It's not a lot of work to submit a patch for HDF-EOS5 with the bundled > GCTP, but I'm afraid that other packages which depend on two libraries > that each bundle (a version of) GCTP (such as HDF-EOS2 and HDF-EOS5), > will run

Re: Update giac-xcas

2016-07-18 Thread Ricardo Wurmus
Hi Nicolas, > Here is an update for giac-xcas. Thanks for the patch! I’ve applied it and built the new version of giac-xcas locally. The commit has been pushed to the master branch with hash “a2d469afaff47f2c1cd819290d9d97ab006ca423”. Thanks again! ~~ Ricardo

Re: [PATCH 1/3] gnu: nss-certs: Stop inheriting from nss package.

2016-07-18 Thread Leo Famulari
On Mon, Jul 18, 2016 at 09:34:18PM +0200, Ricardo Wurmus wrote: > Leo Famulari writes: > > > On Mon, Jul 18, 2016 at 01:59:39PM +0200, Ricardo Wurmus wrote: > >> * gnu/packages/certs.scm (nss-certs): Stop inheriting from nss package. > > > > Why do we want to do this? > > > >

Re: [PATCH 1/3] gnu: nss-certs: Stop inheriting from nss package.

2016-07-18 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, Jul 18, 2016 at 01:59:39PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/certs.scm (nss-certs): Stop inheriting from nss package. > > Why do we want to do this? > > It appears to me that the resulting package would be the same. Is there > a

Re: SourceForge URLs changed

2016-07-18 Thread Alex Griffin
Hey Leo, On Sun, Jul 17, 2016, at 03:58 PM, Leo Famulari wrote: > I've attached the list of bad packages, which includes the ones I've > done so far. If you want to fix some of them, please pick a section of > the alphabet and reply to claim it, so we don't duplicate effort. I'll start by

Re: gnutls 'name-constraints' test failure

2016-07-18 Thread Leo Famulari
On Mon, Jul 18, 2016 at 12:48:55PM -0400, Leo Famulari wrote: > On Sun, Jul 17, 2016 at 01:33:34PM -0400, Leo Famulari wrote: > > Subject: [PATCH] gnu: gnutls: Fix test failure. > > > > * gnu/packages/patches/gnutls-fix-stale-test.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > >

Re: [PATCH 0/3] icedtea: Generate keystore.

2016-07-18 Thread Roel Janssen
Ricardo Wurmus writes: > Hi Guix, > > our current IcedTea packages don't have TLS/SSL support as they don't come > with a certificate store. In the Java world we need to import certificates > into a keystore. (This is, unfortunately, not reproducible.) > > These there patches add a build phase

Re: [PATCH 4/6] gnu: Add gpgscm.

2016-07-18 Thread Leo Famulari
On Sun, Jul 17, 2016 at 11:19:41PM +, ng0 wrote: > Whoever wants to fix how this looks in code can change it before > commit, like it is now it works and serves its purpose (run the > gnupg tests). > Commented parts included for people who want to make it smaller, > if you make it smaller in

Re: gnutls 'name-constraints' test failure

2016-07-18 Thread Efraim Flashner
On Mon, Jul 18, 2016 at 12:48:55PM -0400, Leo Famulari wrote: > On Sun, Jul 17, 2016 at 01:33:34PM -0400, Leo Famulari wrote: > > Subject: [PATCH] gnu: gnutls: Fix test failure. > > > > * gnu/packages/patches/gnutls-fix-stale-test.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > >

[PATCH 10/10] vm: Enable virtio gpu by default.

2016-07-18 Thread David Craven
* gnu/system/vm.scm (common-qemu-options): Enable virtio gpu by default. --- gnu/system/vm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 9f52909..1a2c2eb 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -463,7 +463,7

[PATCH 08/10] gnu: mesa-utils: Update to 8.3.0.

2016-07-18 Thread David Craven
* gnu/packages/gl.scm (mesa-utils): Update to 8.3.0. --- gnu/packages/gl.scm | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 5e4fca9..21a9463 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -325,12

[PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'.

2016-07-18 Thread David Craven
* gnu/system/vm.scm (common-qemu-options): Add 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'. --- gnu/system/vm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index c31e3a8..9f52909 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@

[PATCH 05/10] gnu: mesa: Update to 12.0.0.

2016-07-18 Thread David Craven
* gnu/packages/gl.scm (mesa): Update to 12.0.0. --- gnu/packages/gl.scm | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 4ac926e..6e635a3 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -192,7

[PATCH 07/10] gnu: mesa: Enable virtio gallium driver.

2016-07-18 Thread David Craven
* gnu/packages/gl.scm (mesa): Enable virtio gallium driver. --- gnu/packages/gl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 67bab1b..5e4fca9 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -231,7 +231,7 @@

[PATCH 02/10] gnu: libdrm: Update to 2.4.68.

2016-07-18 Thread David Craven
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.68. --- gnu/packages/xdisorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 0e16f6b..b58a248 100644 --- a/gnu/packages/xdisorg.scm +++

[PATCH 06/10] gnu: mesa: Enable wayland support.

2016-07-18 Thread David Craven
* gnu/packages/gl.scm (mesa): Enable configure-flags required by wayland. --- gnu/packages/gl.scm | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 6e635a3..67bab1b 100644 --- a/gnu/packages/gl.scm +++

[PATCH 04/10] gnu: Rename #:prefix l: to #:prefix license:.

2016-07-18 Thread David Craven
* gnu/packages/gl.scm: Rename #:prefix l: to #:prefix license:. --- gnu/packages/gl.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 853c8b5..4ac926e 100644 --- a/gnu/packages/gl.scm +++

[PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile.

2016-07-18 Thread David Craven
* gnu/system.scm (operating-system-etc-service): Remove "export" for 'GST_PLUGIN_PATH'. --- gnu/system.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/system.scm b/gnu/system.scm index 476720b..fe62c3e 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -433,9 +433,6 @@ fi # See

Re: gnutls 'name-constraints' test failure

2016-07-18 Thread Leo Famulari
On Sun, Jul 17, 2016 at 01:33:34PM -0400, Leo Famulari wrote: > Subject: [PATCH] gnu: gnutls: Fix test failure. > > * gnu/packages/patches/gnutls-fix-stale-test.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/tls.scm (gnutls)[replacement]: New field. >

Re: [PATCH 1/3] gnu: nss-certs: Stop inheriting from nss package.

2016-07-18 Thread Leo Famulari
On Mon, Jul 18, 2016 at 01:59:39PM +0200, Ricardo Wurmus wrote: > * gnu/packages/certs.scm (nss-certs): Stop inheriting from nss package. Why do we want to do this? It appears to me that the resulting package would be the same. Is there a plan to let the versions diverge in the future? > +;;;

rottlog daily test

2016-07-18 Thread Jan Nieuwenhuizen
Hi I tried running rottlog by hand and found that it needs `packdir' to be set, and it needs a config file if you want to run it daily (e.g., for testing. Patch attached. Then I tried to get cron run rottlog each day at 5 doing: (use-package-modules admin) (use-service-modules mcron)

Re: [PATCH 4/6] gnu: Add gpgscm.

2016-07-18 Thread ng0
Upstream discussion thread / statement on gpgscm: https://lists.gnupg.org/pipermail/gnupg-users/2016-July/056303.html -- ♥Ⓐ ng0 For non-prism friendly talk find me on http://www.psyced.org SecuShare – http://secushare.org

Re: [PATCH 4/6] gnu: Add gpgscm.

2016-07-18 Thread ng0
Hi, Ludovic Courtès writes: > Hello! > > ng0 skribis: > >> From 6babb18479de83bd19c44412c7957918d2c917b2 Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Sun, 17 Jul 2016 22:11:41 + >> Subject: [PATCH 4/6] gnu: Add gpgscm. >> >> *

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

2016-07-18 Thread Eric Bavier
On Mon, 18 Jul 2016 10:29:41 +0200 Ricardo Wurmus wrote: > Alex Sassmannshausen writes: > > > Looking at this, there seems to be a larger problem in perl.scm with > > this. Many packages simply specify inputs, and I believe the same > > reasoning

Re: [PATCH] Add gctp

2016-07-18 Thread Ludovic Courtès
Thomas Danckaert skribis: > From: Leo Famulari Subject: Re: [PATCH] Add gctp > Date: Fri, 1 Jul 2016 16:33:12 -0400 > >> On Mon, Jun 27, 2016 at 09:07:54PM +0200, Thomas Danckaert wrote: >>> Indeed, I believe GCTP is not maintained anymore, and each

Re: Seeking guidance regarding system roll-back and switch-generation

2016-07-18 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > I've noticed that the GuixSD mechanism is different from the NixOS > mechanism. In particular, NixOS uses an "install-grub" script (which is > specific to each system generation) to install grub, but GuixSD does > not. Is this

Re: Seeking guidance regarding system roll-back and switch-generation

2016-07-18 Thread Ludovic Courtès
Hello! Tobias Geerinckx-Rice skribis: > On 2016-07-17 11:22, Chris Marusich wrote: >> However, it may not be necessary to generate a >> "switch-to-configuration" >> script at all. Instead, what if we just stored the operating system >> configuration file in a well known

Re: [PATCH 4/6] gnu: Add gpgscm.

2016-07-18 Thread Ludovic Courtès
Hello! ng0 skribis: > From 6babb18479de83bd19c44412c7957918d2c917b2 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sun, 17 Jul 2016 22:11:41 + > Subject: [PATCH 4/6] gnu: Add gpgscm. > > * gnu/packages/gnupg.scm (gpgscm): New variable.

Re: [PATCH] Add pam-limits-service.

2016-07-18 Thread Ludovic Courtès
Guten Tag! Ricardo Wurmus skribis: > We now have a constructor “pam-limits-entry”, which validates given > settings (i.e. it throws an error when values are passed that don’t make > sense) and returns a value of type “”. > > A list of these values can be passed to

Re: gnutls 'name-constraints' test failure

2016-07-18 Thread Ludovic Courtès
Leo Famulari skribis: > From 55512c47d6331109a82acc083ad5ea905d386be7 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Sun, 17 Jul 2016 13:07:35 -0400 > Subject: [PATCH] gnu: gnutls: Fix test failure. > > *

Re: dry-run defunct

2016-07-18 Thread Ludovic Courtès
Andreas Enge skribis: > On Sun, Jul 17, 2016 at 06:52:01PM +0200, Pjotr Prins wrote: >> Grafts, I thought, an intermediate solution to prevent excessive >> rebuilds. Still, regularly we would rebuild everything, right? Or are >> we now grafting on grafting? > > Yes. No. :-) We

Re: hydra.gnu.org down

2016-07-18 Thread Ludovic Courtès
Hello, After more bug hunting, the web server at hydra.gnu.org is back up. You should now be able to get substitutes from there and, more importantly, mirror.hydra.gnu.org will be able to do that too. If you notice any issues related to substitutes, please report them here! (In the past 24

[PATCH 2/3] gnu: icedtea-6: Use modify-phases syntax.

2016-07-18 Thread Ricardo Wurmus
From: Ricardo Wurmus * gnu/packages/java.scm (icedtea-6)[arguments]: Use modify-phases syntax. --- gnu/packages/java.scm | 431 -- 1 file changed, 211 insertions(+), 220 deletions(-) diff --git a/gnu/packages/java.scm

[PATCH 1/3] gnu: nss-certs: Stop inheriting from nss package.

2016-07-18 Thread Ricardo Wurmus
From: Ricardo Wurmus * gnu/packages/certs.scm (nss-certs): Stop inheriting from nss package. --- gnu/packages/certs.scm | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm index

[PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-18 Thread Ricardo Wurmus
From: Ricardo Wurmus * gnu/packages/java.scm (icedtea-6)[arguments]: Add phase "install-keystore". [native-inputs]: Add nss-certs and openssl. --- gnu/packages/java.scm | 63 +-- 1 file changed, 61 insertions(+), 2 deletions(-)

[PATCH 0/3] icedtea: Generate keystore.

2016-07-18 Thread Ricardo Wurmus
Hi Guix, our current IcedTea packages don't have TLS/SSL support as they don't come with a certificate store. In the Java world we need to import certificates into a keystore. (This is, unfortunately, not reproducible.) These there patches add a build phase to icedtea-6 to generate a keystore

Update giac-xcas

2016-07-18 Thread Nicolas Goaziou
Hello, Here is an update for giac-xcas. Regards, -- Nicolas Goaziou0x80A93738 >From 5638fb6db6cd7692ef519a9865c4fb1f60a949a2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 18 Jul 2016 10:52:31 +0200 Subject:

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

2016-07-18 Thread Ricardo Wurmus
Alex Sassmannshausen writes: > Looking at this, there seems to be a larger problem in perl.scm with > this. Many packages simply specify inputs, and I believe the same > reasoning that applied to my package her will apply to those too. > > Binaries are not affected by this

Re: [PATCH 0/6] gnupg updates.

2016-07-18 Thread Ricardo Wurmus
ng0 writes: > How do other people create these chained x of y PATCH threads? > With Gnus it took a while. > Is it done with the git-email patch function? Yes. I’m using “git send-email” for this. As Leo wrote you need to have a configured mailer. I’m using msmtp