make check-system failure: encrypted-root-os

2016-07-27 Thread Chris Marusich
Hi, 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 can't find a test log, but the last output

[PATCH ?] gnu: Add dash.

2016-07-27 Thread Tobias Geerinckx-Rice
* 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 might justify leaving them in their own file. I'm

[PATCH] add go@1.6

2016-07-27 Thread Matthew Jordan
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. Take a look and let me know if I missed anything or need to make further

Re: [PATCH] add go@1.6

2016-07-27 Thread Alex Griffin
Hello Matthew, I'm not done looking at the package, but here are some of my initial thoughts: On Wed, Jul 27, 2016, at 06:54 PM, Matthew Jordan wrote: > (version "1.6.2") Version 1.6.3 was just released to fix a security issue. >(zero? (system* "sh" "all.bash") This

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

2016-07-27 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Andreas Enge skribis: > >> On Wed, Jul 27, 2016 at 06:27:12PM +0200, Andreas Enge wrote: >>> Indeed. After disabling this one test, the package builds on my mips >>> machine. >>> I pushed and will start a new evaluation of core-updates.

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

2016-07-27 Thread Leo Famulari
Hi David! Sorry for the delay. My last few days have been super busy, but I haven't forgotten about this patch series. I skimmed them yesterday and they seemed fine; I'll read them properly tonight :) Original Message From: l...@gnu.org Sent: July 27, 2016 6:12:09 PM EDT To:

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

2016-07-27 Thread Ludovic Courtès
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 patch, please use it. Two separate

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

2016-07-27 Thread Ludovic Courtès
Hi David, David Craven skribis: > I'm not sure if you still expect me to do something and what that is exactly. Oops, I thought Leo was taking care of this patch series. Leo? > But maybe we shouldn't propagate pkg-config inputs. Not sure what you mean. As I wrote, if the

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

2016-07-27 Thread Ludovic Courtès
Andreas Enge skribis: > On Wed, Jul 27, 2016 at 06:27:12PM +0200, Andreas Enge wrote: >> Indeed. After disabling this one test, the package builds on my mips machine. >> I pushed and will start a new evaluation of core-updates. > > Drawback: This essentially recompiles all of

Re: Separate Mailing Lists for Patches vs General Dev Discussion?

2016-07-27 Thread Ludovic Courtès
Hi, Vincent Legoll skribis: > But resurrection & real use of patchwork (or any other consensus > web tracker) would be a plus for at least some of us newcomers > from different horizons. The instance at is not

[PATCH] gnu: Add asciinema.

2016-07-27 Thread Alex Griffin
This patch adds asciinema, a tool for recording and sharing terminal sessions. -- Alex Griffin 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. *

Re: [PATCH] gnu: calibre: Update to 2.63.0

2016-07-27 Thread Roel Janssen
Roel Janssen writes: > Alex Griffin writes: > >> This patch updates calibre to 2.63.0. I had to update one of the patches >> as well to get it to apply. It also removes a dependency on ImageMagick, >> which hasn't been necessary since 2.57.1. > > I've built the calibre package with this patch

Re: Package API compatibility and guix package variable names

2016-07-27 Thread Andreas Enge
Hello, just replying to part of your message, since I think there might be a misunderstanding: On Wed, Jul 27, 2016 at 11:06:15PM +0200, Danny Milosavljevic wrote: > Just to make sure: I'm not saying the API major number should absolutely be > part of the name, I'm saying there should be

Re: [PATCH] gnu: magit: Fix interactive rebase.

2016-07-27 Thread Alex Griffin
On Wed, Jul 27, 2016, at 03:21 AM, Alex Kost wrote: > Since this fix is not really for the "interactive rebase" itself (I mean > what is bound to "r i"), but for the other rebase commands, I changed > the commit message and applied the patch as 46bd45152¹, thanks! Ah, somehow I thought it

Re: [PATCH] Read /etc/environment first to allow changing environment from user profile

2016-07-27 Thread Ludovic Courtès
Hi, csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > as reported in bug #22175, lshd does not honor /etc/environment. This > was fixed here: > > http://git.savannah.gnu.org/cgit/guix.git/commit/gnu/system.scm?id=2a5f0db4c45679cac6a747a48993fe73982cadca > > However, the order in

Re: Package API compatibility and guix package variable names

2016-07-27 Thread Danny Milosavljevic
Hi Andreas, On Wed, 27 Jul 2016 18:19:18 +0200 Andreas Enge wrote: >It is our common practice to not re-encode the version into the name: Usually >the unnumbered name simply stands for the latest version That's unfortunate. I can live with it - but there is a reason the API

Re: [PATCH] gnu: Add mono.

2016-07-27 Thread Jan Nieuwenhuizen
Leo Famulari writes: > On Fri, Jul 15, 2016 at 09:32:43PM +0200, Jan Nieuwenhuizen wrote: >> Subject: [PATCH] gnu: Add mono. >> >> * gnu/packages/mono.scm: New file. >> * gnu/packages/local.mk (GNU_SYSTEM_MODULES): Add it. > > Thank you! > > I assume this mono is working for you? I'm wondering

Re: [PATCH] gnu: calibre: Update to 2.63.0

2016-07-27 Thread Roel Janssen
Alex Griffin writes: > This patch updates calibre to 2.63.0. I had to update one of the patches > as well to get it to apply. It also removes a dependency on ImageMagick, > which hasn't been necessary since 2.57.1. I've built the calibre package with this patch applied and it works. The updated

guix bootloader selection - wip patch

2016-07-27 Thread Danny Milosavljevic
Hi, so far I came up with the patch to Guix below for the actual bootloader selection. 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 routine 'install-bootloader . It will get

Re: guix package modif testing

2016-07-27 Thread Alex Vong
Hi Vincent, Vincent Legoll writes: >> .config/guix/latest is itself a link into /gnu/store/..., so cannot be >> changed. You should work with a git checkout - so do a "git pull", not >> a "guix pull"! > > The thing I still miss is that: how do I make guix use a

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

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 06:27:12PM +0200, Andreas Enge wrote: > Indeed. After disabling this one test, the package builds on my mips machine. > I pushed and will start a new evaluation of core-updates. Drawback: This essentially recompiles all of core-updates. If we consider mips64el as a

[PATCH] gnu: calibre: Update to 2.63.0

2016-07-27 Thread Alex Griffin
This patch updates calibre to 2.63.0. I had to update one of the patches as well to get it to apply. It also removes a dependency on ImageMagick, which hasn't been necessary since 2.57.1. -- Alex Griffin From 94adb22e4751392755b6052f11ee69a22b763998 Mon Sep 17 00:00:00 2001 From: Alex Griffin

failing swap service while guix system reconfigure

2016-07-27 Thread ng0
Like the title says, I encountered this problem for a good long time until I found out that "Have you tried turning it off and on again?" …or in this case: sudo swapon /dev/sda3 ; sudo swapoff /dev/sda3 "fixed" it. Is this a unique case? I did not reconfigure the system for about 2 months or

Re: translation intermediate files

2016-07-27 Thread Tobias Geerinckx-Rice
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 building, but the translated lines come from

[PATCH] Add sshpass

2016-07-27 Thread Nicolas Goaziou
Hello, Here is a patch adding sshpass. Regards, -- Nicolas Goaziou0x80A93738 >From 4175eaf2f440738ca29755f61de31383f3b4c506 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 27 Jul 2016 19:45:02 +0200 Subject:

Re: translation intermediate files

2016-07-27 Thread Vincent Legoll
>> Hello shouldn't we add >> po/guix/*.po >> po/packages/*.po >> in .gitignore ? > > Why, exactly? Those files contain human-generated translations. > Machine-generated files (*.gmo, *.mo) are already .gitignored. My bad, I was asking because they appeared after a build, so I thought they were

Re: translation intermediate files

2016-07-27 Thread Tobias Geerinckx-Rice
Hi Vincent, On 27/07/2016 19:25, Vincent Legoll wrote: > Hello shouldn't we add > po/guix/*.po > po/packages/*.po > in .gitignore ? Why, exactly? Those files contain human-generated translations. Machine-generated files (*.gmo, *.mo) are already .gitignored. Kind regards, T G-R

Re: Call for screencasts!

2016-07-27 Thread Mathieu Lirzin
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 native speaker ;-)): >> >> 1.

translation intermediate files

2016-07-27 Thread Vincent Legoll
Hello shouldn't we add po/guix/*.po po/packages/*.po in .gitignore ? -- Vincent Legoll

Re: [PATCH] Read /etc/environment first to allow changing environment from user profile

2016-07-27 Thread Tobias Geerinckx-Rice
On 27/07/2016 19:18, Tobias Geerinckx-Rice wrote: > [1]: It seems to be standard, but I didn't bother testing. Ignore this forgotten line. I couldn't help myself and did bother. Unfortunately, it worked.

Re: guix package modif testing

2016-07-27 Thread Andreas Enge
PS: https://www.gnu.org/software/guix/manual/guix.html#Running-Guix-Before-It-Is-Installed

[PATCH 1/3] gnu: Add abc.

2016-07-27 Thread Danny Milosavljevic
* gnu/packages/education.scm: New file. * gnu/packages/fpga.scm (abc): New variable. --- gnu/local.mk | 1 + gnu/packages/fpga.scm | 72 +++ 2 files changed, 73 insertions(+) create mode 100644 gnu/packages/fpga.scm diff --git

[PATCH 0/3] gnu: Add abc, iverilog, yosys FPGA synthesizers

2016-07-27 Thread Danny Milosavljevic
This patch adds abc, iverilog and yosys FPGA synthesizers. Danny Milosavljevic (3): gnu: Add abc. gnu: Add iverilog. gnu: Add yosys. gnu/local.mk | 1 + gnu/packages/fpga.scm | 177 ++ 2 files changed, 178 insertions(+) create

Re: guix package modif testing

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 06:37:26PM +0200, Vincent Legoll wrote: > The thing I still miss is that: how do I make guix use a different git > checkout ? Go into the git checkout of guix and run ./pre-inst-env guix ... The little script sets all environment variables to run the local copy instead

Re: guix package modif testing

2016-07-27 Thread Vincent Legoll
> .config/guix/latest is itself a link into /gnu/store/..., so cannot be > changed. You should work with a git checkout - so do a "git pull", not > a "guix pull"! The thing I still miss is that: how do I make guix use a different git checkout ? Is there a GUIX_CHECKOUT_PATH env var, a CLI

Re: [PATCH] Read /etc/environment first to allow changing environment from user profile

2016-07-27 Thread Danny Milosavljevic
> while read line; do export "$line"; done < /etc/environment > > I don't know if Guix even cares about non-bash shells, but this should™ > work in all POSIX®-compliant ones[4]. It's also more readable. > > Thoughts? Gotchas? Spaces in keys and/or values don't work that way. The read itself

Re: [PATCH] Add stellarium

2016-07-27 Thread Danny Milosavljevic
Obsolete, replaced by "[PATCH v2] gnu: Add stellarium."

Re: [PATCH v2] gnu: Add stellarium.

2016-07-27 Thread Danny Milosavljevic
Obsolete, replaced by "[PATCH v3] gnu: Add stellarium."

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

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 12:44:36PM +0200, Andreas Enge wrote: > Probably it is less the update and rather the fact that we enable most > tests now. 6 of them are disabled because they fail ;-); so unless there > is opposition, I will disable a 7-th test, and we might be set. Indeed. After

Re: guix package modif testing

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 04:56:27PM +0200, Vincent Legoll wrote: > I'm still missing something > vince@guixsd ~/repo$ ls -l ~/repo > lrwxrwxrwx 1 vince users 19 Jul 27 15:38 /home/vince/repo -> > .config/guix/latest > > vince@guixsd ~/repo$ patch -p1 < >

Re: Package API compatibility and guix package variable names

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 05:54:31PM +0200, Danny Milosavljevic wrote: > In my humble opinion it would best if there was an "allego-5.0" and an > "allegro" variable, with the "allegro" variable not being referenced by any > other package (they would reference "allegro-5.0" instead - or whatever

Re: [PATCH] Read /etc/environment first to allow changing environment from user profile

2016-07-27 Thread Tobias Geerinckx-Rice
Carlos, On 27/07/2016 14:34, Carlos Sánchez de La Lama wrote: > I attach the proposed patch (just a change of order in /etc/profile). As > 'cat' and 'cut' are most surely available at system-level, it should not > be dangerous to use them before setting up the user profile. That's a valid point,

Package API compatibility and guix package variable names

2016-07-27 Thread Danny Milosavljevic
> > Shouldn't this be allegro-5 since there is already an allegro-4? > > I want the “allegro” variable to simply hold the latest version of > allegro. If ever there’s a need to clarify (e.g. because we need to > keep around the last of the 5.x series when 6.x comes out) we can change > the

Re: [PATCH] gnu: Add libsmpeg.

2016-07-27 Thread Kei Kebreau
Vincent Legoll writes: >> I see 2 solutions > > The other solution could be to patch the setup.py script, if you > want to do that I'll tell you what to change I want to try patching the setup.py script, that way I could see how pygame tries to detect the libraries

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

2016-07-27 Thread Alex Griffin
Most GNOME users will probably expect to be able to open archives, so this patch adds file-roller to the gnome "meta-package". -- Alex Griffin From 4a582632170f58a4dcb4d675bc519a5e999b75d0 Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Wed, 27 Jul 2016 09:40:35 -0500 Subject:

Re: Call for screencasts!

2016-07-27 Thread Ludovic Courtès
Hello! 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 native speaker ;-)): > > 1. The usual ‘guix package’ commands; > 2.

Re: guix package modif testing

2016-07-27 Thread Vincent Legoll
I'm still missing something vince@guixsd ~/repo$ ls -l ~/repo lrwxrwxrwx 1 vince users 19 Jul 27 15:38 /home/vince/repo -> .config/guix/latest vince@guixsd ~/repo$ patch -p1 < ~/guix-packages/0001-Add-python-pythondialog.patch File gnu/packages/python.scm is read-only; trying to patch anyway

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

2016-07-27 Thread Mathieu Lirzin
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_path TEXT NOT NULL, >>

Re: [PATCH] gnu: calibre: Remove imagemagick dependency.

2016-07-27 Thread Alex Griffin
On Wed, Jul 27, 2016, at 07:50 AM, Alex Griffin wrote: > Calibre dropped the dependency on ImageMagick in version 2.57.1. On second thought, disregard this patch. I'm going to roll it into another one that updates the package as well. -- Alex Griffin

Re: guix package modif testing

2016-07-27 Thread Alex Vong
Hi, Andreas Enge writes: > On Wed, Jul 27, 2016 at 03:19:43PM +0200, Vincent Legoll wrote: >> It looks like this : >> https://www.gnu.org/software/guix/manual/guix.html#Building-from-Git >> is intended for people willing to hack on guix itself, but I want to hack >> at the

Re: guix package modif testing

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 03:19:43PM +0200, Vincent Legoll wrote: > It looks like this : > https://www.gnu.org/software/guix/manual/guix.html#Building-from-Git > is intended for people willing to hack on guix itself, but I want to hack > at the package's definitions... This is all the same,

Re: 01/03: gnu: guix: Update development snapshot.

2016-07-27 Thread Andreas Enge
On Wed, Jul 27, 2016 at 11:35:42AM +0300, Alex Kost wrote: > As Efraim noticed on #guix, the revision number wasn't updated. I think > you forgot to do it, right? Indeed, my mistake, apologies! I just pushed with a corrected version number. Thanks for the report! Andreas

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

2016-07-27 Thread David Craven
Hmm, I sometimes get an 'ssh_exchange_identification: read: Connection reset by peer' when I just append a new -net user, flag. It never happens when I remove -net user from gnu system vm. Just thought I'd mention it.

guix package modif testing

2016-07-27 Thread Vincent Legoll
I'll probably get RTFM'ed once again, but at least I tried to search first... It looks like this : https://www.gnu.org/software/guix/manual/guix.html#Building-from-Git is intended for people willing to hack on guix itself, but I want to hack at the package's definitions... I want to test the

[PATCH 22/22] gnu: Add roary.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (roary): New variable. --- gnu/packages/bioinformatics.scm | 120 1 file changed, 120 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4e599a7..7d4139b 100644 ---

[PATCH 19/22] gnu: Add exonerate.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (exonerate): New variable. --- gnu/packages/bioinformatics.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 5ea2240..14ac57f 100644 ---

[PATCH 16/22] gnu: Add bpp-phyl.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (bpp-phyl): New variable. --- gnu/packages/bioinformatics.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4ca890c..803dae9 100644 ---

[PATCH 21/22] gnu: Add raxml.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (raxml): New variable. --- gnu/packages/bioinformatics.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index ea37a93..4e599a7 100644 ---

[PATCH 20/22] gnu: Add prank.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (prank): New variable. --- gnu/packages/bioinformatics.scm | 52 + 1 file changed, 52 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 14ac57f..ea37a93 100644 ---

[PATCH 13/22] gnu: Add mcl.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/machine-learning.scm (mcl): New variable. --- gnu/packages/machine-learning.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 2ccf0f2..3f2e502 100644 ---

[PATCH 18/22] gnu: Add bppsuite.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (bppsuite): New variable. --- gnu/packages/bioinformatics.scm | 42 + 1 file changed, 42 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 5dfc637..5ea2240 100644 ---

[PATCH 17/22] gnu: Add bpp-popgen.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (bpp-popgen): New variable. --- gnu/packages/bioinformatics.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 803dae9..5dfc637 100644 ---

[PATCH 15/22] gnu: Add bpp-seq.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (bpp-seq): New variable. --- gnu/packages/bioinformatics.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4fb23a4..4ca890c 100644 ---

[PATCH 10/22] gnu: Add perl-array-utils.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-array-utils): New variable. --- gnu/packages/perl.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 4d7cab3..199b2ee 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 14/22] gnu: Add bpp-core.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (bpp-core): New variable. --- gnu/packages/bioinformatics.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 6065a00..4fb23a4 100644 ---

[PATCH 12/22] gnu: Add perl-env-path.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-env-path): 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 590ddf4..cbd3ef8 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 11/22] gnu: Add perl-test-files.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-test-files): 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 199b2ee..590ddf4 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 09/22] gnu: Add perl-file-grep.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-file-grep): 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 f19ddc0..4d7cab3 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 07/22] gnu: Add perl-file-slurper.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-file-slurper): 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 d37a1a3..6a7b02d 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 06/22] gnu: Add perl-log-log4perl.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-log-log4perl): New variable. --- gnu/packages/perl.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 891e1a9..d37a1a3 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 02/22] gnu: Add perl-xml-writer.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-xml-writer): 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..844178a 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm

[PATCH 08/22] gnu: Add perl-file-path.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-file-path): New variable. --- gnu/packages/perl.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 6a7b02d..f19ddc0 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 04/22] gnu: Add perl-graph.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-graph): New variable. --- gnu/packages/perl.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 763..891e1a9 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -2532,6

[PATCH 03/22] gnu: Add perl-parse-yapp.

2016-07-27 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl-parse-yapp): New variable. --- gnu/packages/perl.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 844178a..763 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH] gnu: calibre: Remove imagemagick dependency.

2016-07-27 Thread Alex Griffin
Calibre dropped the dependency on ImageMagick in version 2.57.1. -- Alex Griffin From 418283c53c66e2da7634ef1e1545ab406450ee6f Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Tue, 26 Jul 2016 12:26:25 -0500 Subject: [PATCH] gnu: calibre: Remove imagemagick dependency. *

[PATCH] Read /etc/environment first to allow changing environment from user profile

2016-07-27 Thread Carlos Sánchez de La Lama
Hi all, as reported in bug #22175, lshd does not honor /etc/environment. This was fixed here: http://git.savannah.gnu.org/cgit/guix.git/commit/gnu/system.scm?id=2a5f0db4c45679cac6a747a48993fe73982cadca However, the order in /etc/profile is problematic: some variables are set up by

Re: [PATCH] Add python-pythondialog

2016-07-27 Thread Vincent Legoll
>> 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 into this and reply? Is that what you want ? This is still untested

Re: [PATCH] Add python-pythondialog

2016-07-27 Thread Ben Woodcroft
Hi there, On 27/07/16 21:37, ng0 wrote: Hi, ng0 writes: Leo Famulari writes: On Mon, Jul 04, 2016 at 05:05:07PM +, ng0 wrote: * gnu/packages/python.scm (python-pythondialog): New variable. For those reading along, python2-pythondialog and

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

2016-07-27 Thread Alex Kost
Ludovic Courtès (2016-07-26 15:41 +0300) wrote: > Roel Janssen skribis: > >> Ludovic Courtès writes: [...] >>> Something similar should be done in the Emacs interface. >> >> I'm not familiar with the code of the Emacs interface. Any other >> takers for it? Otherwise I will look

Re: [PATCH] Add python-pythondialog

2016-07-27 Thread ng0
Hi, ng0 writes: > Leo Famulari writes: > >> On Mon, Jul 04, 2016 at 05:05:07PM +, ng0 wrote: >>> * gnu/packages/python.scm (python-pythondialog): New variable. >> >> For those reading along, python2-pythondialog and python-pythondialog >> are separate

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

2016-07-27 Thread Andreas Enge
On Tue, Jul 26, 2016 at 11:36:59PM +0200, Andreas Enge wrote: > another big failure: The python update from 2.7.10 to 2.7.11 breaks on mips; > there is one more test failing now (besides the already disabled ones): > test_ctypes. Probably it is less the update and rather the fact that we enable

Re: gnu/system/u-boot.scm

2016-07-27 Thread Danny Milosavljevic
Hi Ludo, 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 > > The default value has invalid syntax.

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

2016-07-27 Thread David Craven
I'm not sure if you still expect me to do something and what that is exactly. But maybe we shouldn't propagate pkg-config inputs. I'm currently trying to get a package to not pick up optional x11 dependencies that are propagated by mesa...

Re: 01/03: gnu: guix: Update development snapshot.

2016-07-27 Thread Alex Kost
> commit 95af24a2f1fb58eb9e6ee902c9330534f0aca9f3 > Author: Andreas Enge > Date: Sun Jul 24 14:58:19 2016 +0200 > > gnu: guix: Update development snapshot. > > * gnu/packages/package-management.scm (guix-devel): Update to 97c8aef. > --- >

Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-27 Thread Andreas Enge
On Tue, Jul 26, 2016 at 07:59:32PM -0400, Leo Famulari wrote: > I'm confused — that gnupg@2.1 build looks like it succeeded. I read the > log of the test suite and didn't see any failures that were ignored. It built successfully a few hours after my report. Maybe someone restarted it, and it was

Re: [PATCH] gnu: magit: Fix interactive rebase.

2016-07-27 Thread Alex Kost
Alex Griffin (2016-07-26 23:57 +0300) wrote: > This patch fixes magit's interactive rebase function, which calls perl > and fails if perl is not in PATH. Indeed! I've never noticed it as I always used "r i", and not the other rebase commands. For the records: this patch fixes

Re: [PATCH] gnu: Add clojure.

2016-07-27 Thread Alex Vong
Hi Ricardo, Ricardo Wurmus writes: > Hi Alex, > >> Thanks for the review again, the package definition is now simplier. > > You only attached the patch to the Clojure sources. Could you please > also attach the latest patch to add the clojure package? > Ahhh, I think I