[PATCH] gnu: Add autogen package

2013-10-15 Thread Eric Bavier
Here's a patch to add the Autogen package. Comments welcome. From 9440a5c72be337e16bcc21bc19cc5a9791a8cca6 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 14 Oct 2013 12:55:53 -0500 Subject: [PATCH] gnu: Add autogen package * gnu/package/autogen.scm: New file * gnu

[PATCH] gnu: Add autogen package

2013-10-15 Thread Eric Bavier
Attached is a patch to add the Autogen package. Comments welcome. From 9440a5c72be337e16bcc21bc19cc5a9791a8cca6 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 14 Oct 2013 12:55:53 -0500 Subject: [PATCH] gnu: Add autogen package * gnu/package/autogen.scm: New file

Autogen package

2013-10-15 Thread Eric Bavier
My first contribution to Guix. Hope it works alright. I'm hoping to continue to hack on Guix. From 9440a5c72be337e16bcc21bc19cc5a9791a8cca6 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 14 Oct 2013 12:55:53 -0500 Subject: [PATCH] Add autogen package --- gnu

Add gnu-pw-mgr

2013-12-03 Thread Eric Bavier
This patch adds the gnu-pw-mgr package. From 694e01d6072f1b9d302ac53438829ea83833ac23 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 3 Dec 2013 11:23:32 -0600 Subject: [PATCH] gnu: Add gnu-pw-mgr * gnu/packages/gnu-pw-mgr.scm: New file * gnu-system.am

[PATCH] gnu: gnu-pw-mgr: Upgrade to 1.1

2014-02-05 Thread Eric Bavier
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Upgrade to 1.1 --- gnu/packages/gnu-pw-mgr.scm |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm index d8340d6..3b66cde 100644 --- a/gnu/packages/gnu-pw-mgr.scm +++

[PATCH] gnu: Add paperkey.

2014-02-07 Thread Eric Bavier
* gnu/packages/gnupg.scm (paperkey): New variable. --- gnu/packages/gnupg.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 82293fb..bb678b6 100644 --- a/gnu/packages/gnupg.scm +++

[PATCH] gnu: moe: New module

2014-02-07 Thread Eric Bavier
000..0dead5f --- /dev/null +++ b/gnu/packages/moe.scm @@ -0,0 +1,52 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014 Eric Bavier bav...@member.fsf.org +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute

[PATCH] gnu: calcurse: New module

2014-02-19 Thread Eric Bavier
100644 index 000..84dab0c --- /dev/null +++ b/gnu/packages/calcurse.scm @@ -0,0 +1,49 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2014 Eric Bavier bav...@member.fsf.org +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can

[PATCH] gnu: Add a2ps, trueprint, enscript, and source-highlight

2014-03-06 Thread Eric Bavier
This patch adds a couple pretty-printers. Comments? From 07bd4032614f61d94bffddd6355702584a680f0f Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 6 Mar 2014 14:16:18 -0600 Subject: [PATCH] gnu: Add a2ps, trueprint, enscript, and source-highlight * gnu/packages

Re: [PATCH] gnu: Add a2ps, trueprint, enscript, and source-highlight

2014-03-07 Thread Eric Bavier
l...@gnu.org (Ludovic Courtès) writes: Could you add one or two lines saying what the patch is about and point to the upstream commit or discussion? OK to push with this change. Pushed with an small patch explanation. Thanks. -- `~Eric

[PATCH] Add cursynth

2014-03-20 Thread Eric Bavier
From 0cf3d0c9b7e516be06fc8b363c3cdafc87448c6e Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 20 Mar 2014 10:59:24 -0500 Subject: [PATCH] gnu: Add cursynth * gnu/packages/cursynth.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it --- gnu-system.am

Re: packaging help

2014-03-21 Thread Eric Bavier
Yagnesh Raghava Yakkala h...@yagnesh.org writes: Hello Eric, On Mar 21 2014, Eric Bavier ericbav...@gmail.com wrote: Yagnesh Raghava Yakkala h...@yagnesh.org writes: (license license:x11-style https://raw.githubusercontent.com/Unidata/UDUNITS-2/master/COPYRIGHT;) (home-page http

Re: [PATCH] Add cursynth

2014-03-21 Thread Eric Bavier
l...@gnu.org (Ludovic Courtès) writes: Eric Bavier ericbav...@gmail.com skribis: From 0cf3d0c9b7e516be06fc8b363c3cdafc87448c6e Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 20 Mar 2014 10:59:24 -0500 Subject: [PATCH] gnu: Add cursynth * gnu/packages

Patches for midnight commander

2014-03-25 Thread Eric Bavier
The two patches below are for midnight commander. The source needs to be fetched from ftp.midnight-commander.org because the tarballs on the GNU mirrors have not been updated for a few years... From 63d0420d7552d52dc125462e90f224eca2febf5a Mon Sep 17 00:00:00 2001 From: Eric Bavier bav

Re: Patches for midnight commander

2014-03-26 Thread Eric Bavier
Mark H Weaver m...@netris.org writes: Eric Bavier ericbav...@gmail.com writes: + #:phases + (alist-replace +'configure +(lambda* (#:key #:allow-other-keys #:rest args) + (let ((configure (assoc-ref %standard-phases 'configure

[Patch] Remove unused lambda arguments and prefer separate phases over augmented phases.

2014-03-30 Thread Eric Bavier
From: Eric Bavier bav...@member.fsf.org Date: Sun, 30 Mar 2014 18:09:10 -0500 Subject: [PATCH] gnu: Remove unused lambda arguments and prefer separate phases over augmented phases. * gnu/packages/compression.scm (sharutils) [argumets]: Remove unused lambda args. * gnu/packages/gl.scm (mesa

[PATCH] gnu: Add perl-tk, perl-x11-protocol, and clusterssh

2014-04-04 Thread Eric Bavier
From 61b06fceed500729230e87a721d37b5d3af7bc26 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Fri, 4 Apr 2014 10:12:00 -0500 Subject: [PATCH] gnu: Add perl-tk, perl-x11-protocol, and clusterssh * gnu/packages/admin.scm (clusterssh): New variable * gnu/packages/tcl.scm (perl

Re: [PATCH] fix python

2014-04-04 Thread Eric Bavier
Alírio Eyng alirioe...@gmail.com writes: This fixes 'OSError: out of pty devices' with '# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set' This does not fix the error it claims to fix on my machine. It also undoes commit bb184d9884891ad190f2ebc4ffb71d6f361ab488 The errors I get from building

[PATCH] Add patchutils and quilt

2014-04-07 Thread Eric Bavier
The following patch adds two new packages: patchutils and quilt. Comments welcome. From df0c351c53ede204d4b60bad0c0709fec0708675 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 7 Apr 2014 11:15:48 -0500 Subject: [PATCH] gnu: Add patchutils and quilt * gnu/packages

[PATCH] Add gmsh

2014-04-24 Thread Eric Bavier
This patch adds the gmsh package. Comments welcome. From c5377db5fa9919b4a40d4995969ad3e00954cf95 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 24 Apr 2014 15:13:59 -0500 Subject: [PATCH] gnu: Add gmsh * gnu/packages/maths.scm (gmsh): New variable --- gnu/packages

Re: [PATCH] build: cmake: Add input libraries to the rpath.

2014-04-25 Thread Eric Bavier
). This should also avoid the need for the add-libs-to-runpath phase in the gmsh package Eric Bavier posted yesterday. In slim, there is another flag: ;; Don't build libslim.so, because then the build ;; system is unable to set the right RUNPATH on the ;; 'slim' binary

[PATCH] gnu: Add libpetsc

2014-04-30 Thread Eric Bavier
Comments welcome. From 73b22ecbc690a2acde4a5cd8a7f6f9b1f220bfe1 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Wed, 30 Apr 2014 14:01:43 -0500 Subject: [PATCH] gnu: Add libpetsc * gnu/packages/maths.scm (libpetsc): New variable. (libpetsc-complex): New variable. * gnu

Re: [PATCH] gnu: Add libpetsc

2014-05-01 Thread Eric Bavier
Pushed. l...@gnu.org (Ludovic Courtès) writes: (This CMake story is terrible, BTW.) I removed CMake from the package inputs. PETSc then uses an alternative build system, which is much slower because it doesn't support build parallelism, but it doesn't put absolute file names into the fortran

Re: [PATCH] gnu: Add perl-tk, perl-x11-protocol, and clusterssh

2014-05-12 Thread Eric Bavier
Andreas Enge andr...@enge.fr writes: perl-tk fails on i686 on hydra: http://hydra.gnu.org/build/54474 Could you maybe have a look? The attached patch should fix the issue. From a689f8135aeb058ad852e6ede20a11791469df71 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date

Re: [PATCH] gnu: Add perl-tk, perl-x11-protocol, and clusterssh

2014-05-12 Thread Eric Bavier
Andreas Enge andr...@enge.fr writes: Is it something you could forward upstream? https://rt.cpan.org/Public/Bug/Display.html?id=95590 -- `~Eric

Re: [PATCH] gnu: Add perl-tk, perl-x11-protocol, and clusterssh

2014-05-12 Thread Eric Bavier
l...@gnu.org (Ludovic Courtès) writes: Eric Bavier ericbav...@gmail.com skribis: From a689f8135aeb058ad852e6ede20a11791469df71 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 12 May 2014 11:42:53 -0500 Subject: [PATCH] gnu: perl-tk: Patch for i686 * gnu

[PATCH] gnu: openmpi: Use our hwloc.

2014-05-12 Thread Eric Bavier
The attached patch should allow openmpi to build for i686 (i.e. it was able to build on my machine for --system=i686-linux). From f6c7613f1995a760a3f0f1da35d0135d55c932e0 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 12 May 2014 16:43:04 -0500 Subject: [PATCH] gnu

Patch series

2014-05-16 Thread Eric Bavier
Following this message will be a few patches to add some more scientific packages. Comments welcome. -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

[PATCH 1/4] gnu: openmpi: Add memchecker support

2014-05-16 Thread Eric Bavier
From 3aaab98e3b9a0b1b893dd5bc64e098136364e717 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Sat, 17 May 2014 00:02:44 -0500 Subject: [PATCH 1/4] gnu: openmpi: Add memchecker support * gnu/packages/mpi.scm (openmpi) [inputs]: Add valgrind. [arguments]: Add configure

[PATCH 2/4] gnu: Add scotch package.

2014-05-16 Thread Eric Bavier
From 1fad4e1e207870c3e5aab2dc6c17fdfa6e0cb404 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Sat, 17 May 2014 00:30:13 -0500 Subject: [PATCH 2/4] gnu: Add scotch package. * gnu/packages/maths.scm (scotch): New variable. * gnu/packages/patches/scotch-test-threading.patch

[PATCH 3/4] gnu: Add pt-scotch package.

2014-05-16 Thread Eric Bavier
From 936d49e8b0651a0e3b4674fcd34308c1d396de72 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Sat, 17 May 2014 00:31:59 -0500 Subject: [PATCH 3/4] gnu: Add pt-scotch package. * gnu/packages/maths.scm (pt-scotch): New variable. --- gnu/packages/maths.scm | 66

[PATCH 4/4] gnu: Add superlu-dist package.

2014-05-16 Thread Eric Bavier
From d288395409ba945ecd0c8533842283080e52bde3 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Sat, 17 May 2014 00:44:20 -0500 Subject: [PATCH 4/4] gnu: Add superlu-dist package. * gnu/packages/maths.scm (superlu-dist): New variable. * gnu/packages/patches/superlu-dist

Re: [PATCH 3/4] gnu: Add pt-scotch package.

2014-05-17 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: From 936d49e8b0651a0e3b4674fcd34308c1d396de72 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Sat, 17 May 2014 00:31:59 -0500 Subject: [PATCH 3/4] gnu: Add pt-scotch package. * gnu/packages/maths.scm

[PATCH 1/2] Add offlineimap

2014-05-19 Thread Eric Bavier
From a6dccce1e179f96e39cff2ea67fb436aeaf06cd4 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 19 May 2014 16:33:08 -0500 Subject: [PATCH 1/2] gnu: Add offlineimap * gnu/packages/mail.scm (offlineimap): New variable. --- gnu/packages/mail.scm | 28

[PATCH 2/2] Add mu

2014-05-19 Thread Eric Bavier
From e373b54e5b31c33ab174146876e74e2942edded1 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 19 May 2014 16:36:57 -0500 Subject: [PATCH 2/2] gnu: Add mu. * gnu/packages/mail.scm (mu): New variable. --- gnu/packages/mail.scm | 45

Re: [PATCH 1/2] Add offlineimap

2014-05-20 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: From a6dccce1e179f96e39cff2ea67fb436aeaf06cd4 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 19 May 2014 16:33:08 -0500 Subject: [PATCH 1/2] gnu: Add offlineimap * gnu/packages/mail.scm

gnu: Add ccache.

2014-05-20 Thread Eric Bavier
From 7ce1126e8269fe84876662accae0cfffea0ca165 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 20 May 2014 12:20:12 -0500 Subject: [PATCH] gnu: Add ccache. * gnu/packages/ccache.scm: New file. * gnu/packages/patches/ccache-stdc-predef-test.patch: New patch. * gnu

[PATCH] Add mcrypt

2014-05-23 Thread Eric Bavier
This patch adds Mcrypt, and two library dependencies. Comments welcome. From 252fe352e78fab9a66d50049cdce561072ff29df Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Sat, 24 May 2014 00:27:34 -0500 Subject: [PATCH] gnu: Add mcrypt. * gnu/packages/mcrypt.scm: New file

Patch series for duplicity

2014-05-24 Thread Eric Bavier
Following will be some patches that add duplicity and some input packages (python-lockfile, python-mock, and librsync). I'm not as familier with the python side of packaging, so please point out anything I missed. -- Eric Bavier

[PATCH 1/4] gnu: Add librsync.

2014-05-24 Thread Eric Bavier
From 1eba3ffa9be4cf509691257b53c015a7798b0312 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 20 May 2014 08:20:27 -0500 Subject: [PATCH 1/4] gnu: Add librsync. * gnu/packages/rsync.scm (librsync): New variable. --- gnu/packages/rsync.scm | 27

[PATCH 2/4] gnu: Add python-lockfile.

2014-05-24 Thread Eric Bavier
From 16911c6c80ea3cffede9181b6cb05501818f28fa Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 20 May 2014 08:29:37 -0500 Subject: [PATCH 2/4] gnu: Add python-lockfile. * gnu/packages/python.scm (python-lockfile): New variable. --- gnu/packages/python.scm | 26

[PATCH 4/4] gnu: Add duplicity.

2014-05-24 Thread Eric Bavier
From aef259cda9464f55aca23e0e1c9a5b8005a9efab Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 20 May 2014 08:40:10 -0500 Subject: [PATCH 4/4] gnu: Add duplicity. * gnu/packages/backup.scm: New file. * gnu-system.am: Add it. --- gnu-system.am |1 + gnu

[PATCH 1/4] gnu: Add hdup.

2014-05-29 Thread Eric Bavier
From 3a0fe0fa0674f48cb996d80f97dc54815405a9d7 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 29 May 2014 16:35:12 -0500 Subject: [PATCH 1/4] gnu: Add hdup. * gnu/packages/backup.scm (hdup): New variable. --- gnu/packages/backup.scm | 43

[PATCH 2/4] gnu: Add libarchive.

2014-05-29 Thread Eric Bavier
From 27002e7928daec6192bc683863ed21736309af22 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 29 May 2014 16:35:45 -0500 Subject: [PATCH 2/4] gnu: Add libarchive. * gnu/packages/compression.scm (libarchive): New variable. --- gnu/packages/compression.scm | 57

[PATCH 3/4] gnu: Add rdup.

2014-05-29 Thread Eric Bavier
From d2061933788f34e1cae11bb09441d37862dc2663 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 29 May 2014 16:36:42 -0500 Subject: [PATCH 3/4] gnu: Add rdup. * gnu/packages/backup.scm (rdup): New variable. --- gnu/packages/backup.scm | 42

Re: [PATCH 1/4] gnu: Add hdup.

2014-05-30 Thread Eric Bavier
that out. I'll look at those failures a bit later when I'm on a machine that is not plagued by the CONFIG_DEVPTS_MULTIPLE_INSTANCES issue. -- Eric Bavier

[PATCH] gnu: rdup: Fix check phase.

2014-06-06 Thread Eric Bavier
This patch should fix the failing rdup build. I'm sending it to the list because I wonder if there's a better way to handle the missing script shebangs? `~Eric From d27203fa893bba8c263aa519124af3cbb3178cee Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Wed, 4 Jun 2014 23

Add pingus

2014-06-12 Thread Eric Bavier
My son and I like to play this game together, so I thought it'd be nice to get it into Guix. From 5a1ebda6264c52417c1deee9afdf75e0a97428f8 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 12 Jun 2014 23:54:44 -0500 Subject: [PATCH] gnu: Add pingus. * gnu/packages

[PATCH 1/2] gnu: Add behave.

2014-06-29 Thread Eric Bavier

[PATCH 1/2] gnu: Add behave. (forgot the attchment...)

2014-06-29 Thread Eric Bavier
From ea01959c9d733b0151fbe1780a8c36244a43eb3a Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 30 Jun 2014 00:25:33 -0500 Subject: [PATCH 1/2] gnu: Add behave. * gnu/packages/python.scm (python-six, python-enum34, python-parse-type, python-parse, behave): New

RE: [PATCH 2/2] gnu: Add jrnl.

2014-06-29 Thread Eric Bavier
Please ignore the last email; it has a broken patch. Corrected patch attached. Sorry for the spam. From d2131f9ddbbac601d3915b815fa58bce05b5d663 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 30 Jun 2014 00:28:40 -0500 Subject: [PATCH 2/2] gnu: Add jrnl. * gnu

[PATCH] gnu: refresh: Add --list-upstream-closure option.

2014-07-14 Thread Eric Bavier
, i.e. those whose inputs encompass all other upstream packages. I'm not sure that the option name or all the terminology I used is appropriate, so any comments or suggestions are welcome. From 330c1c38cb1bf57b631aa1311eb89d8e0fad4bf4 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org

Re: [PATCH] guix: refresh: Add --list-dependent option.

2014-07-20 Thread Eric Bavier
uses (package-source gmp) and the likes. Perhaps there should be a sentence of warning in the manual. Done. Lastly, could you make the util.scm changes a separate patch? Then I think we’ll be all set. Commits 7d193ec and 7d193ec. -- Eric Bavier

[PATCH] guix: package: Fix recutils output for non-package inputs.

2014-07-24 Thread Eric Bavier
This is necessary e.g. for texlive. `~Eric From 58f3eec4191b94db440d1689edc58e2d551a4722 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 24 Jul 2014 23:59:00 -0500 Subject: [PATCH] guix: package: Fix recutils output for non-package inputs. * guix/ui.scm (package

[PATCH] gnu: Add texi2html.

2014-07-25 Thread Eric Bavier
From e2a9c7cd9015e0ff09b5b3918797b3a64394fea2 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Fri, 25 Jul 2014 16:37:44 -0500 Subject: [PATCH] gnu: Add texi2html. * gnu/packages/texinfo.scm (texi2html): New variable. * gnu/packages/patches/texi2html-document-encoding.patch

[PATCH] gnu: Add detox.

2014-08-12 Thread Eric Bavier
From f6c03d2532c61a7de2a0875b730db21521e2f45c Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 12 Aug 2014 01:30:27 -0500 Subject: [PATCH] gnu: Add detox. * gnu/packages/admin.scm (detox): New variable. --- gnu/packages/admin.scm | 29

Re: [PATCH] gnu: Add detox.

2014-08-12 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: +(inputs + `((flex ,flex) + (popt ,popt))) Flex should be a native input, and I think popt too (it’s a program used at build time, right?). Both flex and popt are used in this case for their runtime

Re: [PATCH] Add dcfldd

2014-08-12 Thread Eric Bavier
(GPLv2) http://sourceforge.net/projects/dcfldd/ Am I in error? In some cases the or later clause is only mentioned in the source file headers. I see, from a brief glance at the source, that this is the case for dcfldd. -- Eric Bavier

Re: Making 'file' an implicit native input in core-updates

2014-08-20 Thread Eric Bavier
this a while back for pedenatic reasons. The reason at the time for not doing it was that it doesn't create a real problem in most cases. Causing failed builds on MIPS seems to me to be enough of a real problem to justify the change. -- Eric Bavier

Re: [PATCH] gnu: xorg: Add unclutter.

2014-08-25 Thread Eric Bavier
after a ., it should not be at the end of a line. This bug was fixed by Cyrill in 3a09e1d2. -- Eric Bavier

[PATCH] utils: Preserve makefile shell arguments during patch.

2014-08-27 Thread Eric Bavier
. For example, one package would define:: SHELL = /bin/sh -e And patch-makefile-SHELL would turn that into:: SHELL = /gnu/store/.../bin/bash -e which Make would subsequently choke on. Thoughts? From e1743a6de5b72cc7150c4e01e79a200e1667f627 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav

Re: [PATCH] utils: Preserve makefile shell arguments during patch.

2014-08-28 Thread Eric Bavier
* or in Guile's regex library. -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

[PATCH] utils: Clean trailing whitespace at end of SHELL

2014-09-04 Thread Eric Bavier
* (string-split (string-append SHELL ./libtool) #\space)) which causes sh to try to execute ) The attached patch to core-updates should remedy the problem. From c2467a4504737c13435304b1e5c7eb7e4ebf7b70 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 4 Sep 2014 09:19:24

Re: [PATCH] utils: Clean trailing whitespace at end of SHELL

2014-09-04 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: I found an unfortunate bug in the last patch I made to patch-makefile-SHELL that would leave a trailing ' ' at the end of SHELL assignments. This is fine for most packages, but caused gobject-introspection to fail building

Re: [PATCH 22/31] gnu: Add python-pycrypto.

2014-09-05 Thread Eric Bavier
packages follow this, but maybe they should. Someone more practiced with cross-compilation might know better. -- Eric Bavier

[PATCH] utils: Allow wrap-program to be called multiple times.

2014-09-09 Thread Eric Bavier
foo - ./.foo-wrap-01 .foo-real .foo-wrap-01 3) And then after another call to wrap-program:: $ ls foo - ./.foo-wrap-02 .foo-real .foo-wrap-01 .foo-wrap-02 From 231130db685d8f3264e61d680634eaead9fb Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 9 Sep

Re: gnu: Add weechat

2014-09-11 Thread Eric Bavier
) +(description WeeChat (Wee Enhanced Environment for Chat) is a free +and open-source Internet Relay Chat client, which is designed to be Leave out the free and open-source bit since, as Ludo would say, we're already in the land of freedom. ;) Thanks! -- Eric Bavier Please avoid sending me Word

Re: gnu: Add weechat

2014-09-11 Thread Eric Bavier
to *an* Internet... and double spaces after end-of-sentence period. Thanks again! -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

Re: [PATCH] utils: Allow wrap-program to be called multiple times.

2014-09-13 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: Currently, if (@ (guix build utils) wrap-program) is called multiple times for the same file, the original file ends up being overwritten. OK, you’ve convinced me that this improvement is welcome. An updated patch

Re: python-3.3.5 test failures on i686 in core-updates

2014-09-17 Thread Eric Bavier
? -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

[PATCH] gnu: duplicity: Fix and disable some tests.

2014-09-28 Thread Eric Bavier
This patch should fix the failing duplicity builds on hydra. From 91ea5ded0548acb9945acd9ad110c266c79ad81b Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Sun, 28 Sep 2014 15:04:34 -0500 Subject: [PATCH] gnu: duplicity: Fix and disable some tests. * gnu/packages/patches

[PATCH] gnu: Add synergy.

2014-09-28 Thread Eric Bavier
Comments welcome. `~Eric From da558e6efa8e2bd7ea9fab9d82cff78c930e1f0c Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 29 Sep 2014 00:30:36 -0500 Subject: [PATCH] gnu: Add synergy. * gnu/packages/synergy.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add

Re: [PATCH] build-system/perl: Add handling of flags for parallel build and testing.

2014-10-03 Thread Eric Bavier
. I could be wrong. -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

[PATCH 0/4] Add fontforge.

2014-10-07 Thread Eric Bavier
This patch series adds a fontforge package and some of its dependencies. -- Eric Bavier

[PATCH 1/4] gnu: Add potrace.

2014-10-07 Thread Eric Bavier
From f178a122f3805cbc23119b20c2144cf2a59bed3f Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 7 Oct 2014 11:13:35 -0500 Subject: [PATCH 1/4] gnu: Add potrace. * gnu/packages/fontutils.scm (potrace): New variable. --- gnu/packages/fontutils.scm | 28

[PATCH 2/4] gnu: Add libspiro.

2014-10-07 Thread Eric Bavier
From f843feeef69ae5ebf56d3c4f342b589b5a726b39 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 7 Oct 2014 11:14:39 -0500 Subject: [PATCH 2/4] gnu: Add libspiro. * gnu/packages/fontutils.scm (libspiro): New variable. --- gnu/packages/fontutils.scm | 21

[PATCH 4/4] gnu: Add fontforge.

2014-10-07 Thread Eric Bavier
From 32cbf42d1e8615cab130d0f58f3c16cd18d6ba01 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 7 Oct 2014 11:20:20 -0500 Subject: [PATCH 4/4] gnu: Add fontforge. * gnu/packages/fontutils.scm (fontforge): New variable. --- gnu/packages/fontutils.scm | 81

Re: [PATCH 1/4] gnu: Add potrace.

2014-10-07 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: From f178a122f3805cbc23119b20c2144cf2a59bed3f Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 7 Oct 2014 11:13:35 -0500 Subject: [PATCH 1/4] gnu: Add potrace. * gnu/packages/fontutils.scm

[PATCH] gnu: conkeror: install conkeror-spawn-helper.

2014-10-07 Thread Eric Bavier
This patch to the conkeror package builds and installs the conkeror-spawn-helper executable. With it, you should be able to do things like launch evince to view a pdf link. From 16e2259eb3860686a30d40e94c4c5bd39d60dfe0 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 7

Re: [PATCH] scripts: Add 'environment' command.

2014-10-09 Thread Eric Bavier
` that are all outside $GUIX_PACKAGE_PATH. I'm very excited for this. -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

Re: [PATCH] scripts: Add 'environment' command.

2014-10-09 Thread Eric Bavier
Thompson, David writes: On Thu, Oct 9, 2014 at 12:50 PM, Eric Bavier ericbav...@gmail.com wrote: David Thompson writes: Finally, the '--load' flag can be used to read a package from a file instead of searching $GUIX_PACKAGE_PATH. Could we instead have a -L or --load-path option like

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

2014-10-10 Thread Eric Bavier
John Darrington writes: +(synopsis ) +(description + This modugiven at XML::Parser creation time.) Could you provide a synopsis, and take another look at the description? -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy

[PATCH 1/4] gnu: Add imake.

2014-10-10 Thread Eric Bavier
From f311e2b1a081e4fd6c8bd3c3b9b2c2654d75f53c Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Fri, 10 Oct 2014 13:06:33 -0500 Subject: [PATCH 1/4] gnu: Add imake. * gnu/packages/xorg.scm (imake): New variable. --- gnu/packages/xorg.scm | 64

[PATCH 2/4] gnu: libjpeg: Upgrade to version 9a.

2014-10-10 Thread Eric Bavier
From 88a4cc3aa53c73186b5dbb85bf03b2138f24c825 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Fri, 10 Oct 2014 13:07:55 -0500 Subject: [PATCH 2/4] gnu: libjpeg: Upgrade to version 9a. * gnu/packages/image.scm (libjpeg): Upgrade to version 9a. --- gnu/packages/image.scm

[PATCH 3/4] gnu: Add xfig.

2014-10-10 Thread Eric Bavier
From fca4924a98e06ec0d2877b14f074515a2a970605 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Fri, 10 Oct 2014 13:10:42 -0500 Subject: [PATCH 3/4] gnu: Add xfig. * gnu/packages/xfig.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am

[PATCH 4/4] gnu: Add transfig.

2014-10-10 Thread Eric Bavier
From ece0a8dec5d95ccf84156e9e6c0c582639163b1e Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Fri, 10 Oct 2014 13:11:22 -0500 Subject: [PATCH 4/4] gnu: Add transfig. * gnu/packages/xfig.scm (transfig): New variable. --- gnu/packages/xfig.scm | 74

[PATCH] guix: refresh: Use bags.

2014-10-10 Thread Eric Bavier
:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Fri, 10 Oct 2014 14:27:20 -0500 Subject: [PATCH] guix: refresh: Use bags. * guix/packages.scm (bag-direct-inputs): New procedure. * gnu/packages.scm (package-dependencies): Use it. --- gnu/packages.scm |2 +- guix/packages.scm | 11

Re: [PATCH 3/4] gnu: Add xfig.

2014-10-13 Thread Eric Bavier
locally). -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

Re: [PATCH] guix: refresh: Use bags.

2014-10-13 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: Ludovic Courtès writes: I’m surprised gzip, diffutils, patch, and tar are very low, even though they’re part of %final-inputs. Conversely, bzip2 (also part of %final-inputs) is higher. Any idea? I think this is because

Re: [PATCH] guix: refresh: Use bags.

2014-10-14 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: This patch may need to go in core-updates. Why? Would changes in gnu/packages.scm not trigger rebuilds for most packages? It would be nice to show this info on the output of build-aux/list-packages.scm (used to build

Re: [PATCH] guix: refresh: Use bags.

2014-10-20 Thread Eric Bavier
Ludovic Courtès writes: Eric Bavier ericbav...@gmail.com skribis: Ludovic Courtès writes: From 1d22367e0806cea004631e22a782b7db3ffe65b0 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 13 Oct 2014 13:46:09 -0500 Subject: [PATCH] guix: refresh: Use bags

[PATCH] list-packages: Display package usage count.

2014-10-20 Thread Eric Bavier
This patch adds a simple message like used by X other packages to each packages description on https://www.gnu.org/software/guix/package-list.html. From 41a3599bcdc3888085379801e9a7f05430ffe0c3 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 20 Oct 2014 12:12:28 -0500

Re: [PATCH] gnu: Add Cython

2014-10-20 Thread Eric Bavier
-arguments cython) Does package-with-python2 not work here? You might be able to do:: (define-public cython2 (package (inherit (package-with-python2 cython)) (name cython2))) -- Eric Bavier

Re: [PATCH] gnu: Add ttf-symbola.

2014-10-23 Thread Eric Bavier
, this sounds like public-domain. I was thinking the same. -- Eric Bavier

[PATCH 0/5] Additional lint checks and package cleanup.

2014-10-23 Thread Eric Bavier
Hello Guix, The patches that follow implement a few additions to 'guix lint'. The final patch cleans up some package synopses and descriptions to placate the linter. -- Eric Bavier

[PATCH 2/5] guix: lint: Use if/when consistently.

2014-10-23 Thread Eric Bavier
From 60a9c0b0b20f37b9866f1a2825842c496ee5333d Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Wed, 22 Oct 2014 12:01:04 -0500 Subject: [PATCH 2/5] guix: lint: Use if/when consistently. * guix/scripts/lint.scm (check-synopsis-style): Replace single-branch uses

[PATCH 1/5] guix: lint: Use string-suffix? and string-prefix? where appropriate.

2014-10-23 Thread Eric Bavier
From b3b98226891164cf274d97b339b8f2cbc69f95d8 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Wed, 22 Oct 2014 09:20:20 -0500 Subject: [PATCH 1/5] guix: lint: Use string-suffix? and string-prefix? where appropriate. * guix/scripts/lint.scm (check-synopsis): Use string

[PATCH 3/5] guix: lint: Check for proper end-of-sentence space.

2014-10-23 Thread Eric Bavier
From 88d05ece4bf30bbed6de51f076cde0301c493123 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Wed, 22 Oct 2014 13:47:01 -0500 Subject: [PATCH 3/5] guix: lint: Check for proper end-of-sentence space. * guix/scripts/lint.scm (start-with-capital-letter?): Handle empty

[PATCH 4/5] guix: lint: Check for empty synopses and descriptions.

2014-10-23 Thread Eric Bavier
From 94794a8cb470238f60db977b7640202517d379c4 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Wed, 22 Oct 2014 13:48:55 -0500 Subject: [PATCH 4/5] guix: lint: Check for empty synopses and descriptions. * guix/scripts/lint.scm (check-description-style, check-synopsis-style

[PATCH 5/5] gnu: Some cleanup based on lint checkers.

2014-10-23 Thread Eric Bavier
00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 23 Oct 2014 23:46:59 -0500 Subject: [PATCH 5/5] gnu: Some cleanup based on lint checkers. * gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm, gnu/packages/apr.scm, gnu/packages/avahi.scm, gnu/packages

  1   2   3   4   5   >