Re: [PATCH] gnu: Add ola

2016-08-30 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > Marius Bakke skribis: > >>> 2 files changed, 4 insertions(+), 6 deletions(-) >>> gnu/local.mk | 1 + >>> gnu/packages/ola.scm | 9 +++-- >> >> Perhaps this could be added to something like automation.scm? > > Makes sense to me, unless the

Re: [PATCH] gnu: Add ola

2016-09-02 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > John J Foerch skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Hi, >>> >>> Marius Bakke skribis: >>> >>>>> 2 files changed, 4 insertions(+), 6 deletio

[PATCH] midicsv: new package

2016-07-01 Thread John J Foerch
Hello, Here is my first attempt at a package, midicsv. Please let me know what changes may need to be made. >From 15e6c06398fa8d340b70da391f90e6c69e613f70 Mon Sep 17 00:00:00 2001 From: "John J. Foerch" Date: Fri, 1 Jul 2016 21:26:55 -0400 Subject: [PATCH] gnu: midicsv: new pack

Re: [PATCH] midicsv: new package

2016-07-02 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > John J Foerch skribis: > >> From 15e6c06398fa8d340b70da391f90e6c69e613f70 Mon Sep 17 00:00:00 2001 >> From: "John J. Foerch" >> Date: Fri, 1 Jul 2016 21:26:55 -0400 >> Subject: [PATCH] gnu: m

[PATCH] gnu: Add di.

2016-07-02 Thread John J Foerch
Hello, Here is a package for the program 'di' (df alternative). Let me know if anything is amiss, cheers! John Foerch >From 4ef5a6edba2e10a59865a6aba134d2f0532c7503 Mon Sep 17 00:00:00 2001 From: "John J. Foerch" Date: Sat, 2 Jul 2016 15:08:30 -0400 Subject: [PAT

[PATCH] gnu: conkeror: Update to 1.0.3

2016-07-03 Thread John J Foerch
>From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 From: "John J. Foerch" Date: Sun, 3 Jul 2016 11:46:20 -0400 Subject: [PATCH] gnu: conkeror: Update to 1.0.3. * gnu/packages/conkeror.scm (conkeror): Update to 1.0.3. --- gnu/packages/conkeror.scm | 9

Re: [PATCH] gnu: Add di.

2016-07-03 Thread John J Foerch
Leo Famulari writes: > On Sat, Jul 02, 2016 at 03:13:52PM -0400, John J Foerch wrote: >> * gnu/packages/admin.scm (di): New variable. > > Thanks! > >> +(arguments >> + `(#:phases >> + (modify-phases %standard-phases >> + (dele

Re: [PATCH] gnu: conkeror: Update to 1.0.3

2016-07-03 Thread John J Foerch
Efraim Flashner writes: > On Sun, Jul 03, 2016 at 11:50:37AM -0400, John J Foerch wrote: >> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 >> From: "John J. Foerch" >> Date: Sun, 3 Jul 2016 11:46:20 -0400 >> Subject: [PATCH] gnu: co

Re: [PATCH] gnu: Add di.

2016-07-03 Thread John J Foerch
John J Foerch writes: > Leo Famulari writes: > >> On Sat, Jul 02, 2016 at 03:13:52PM -0400, John J Foerch wrote: >>> * gnu/packages/admin.scm (di): New variable. >> >> Thanks! >> >>> +(arguments >>> + `(#:phases >>

Re: [PATCH] gnu: conkeror: Update to 1.0.3

2016-07-04 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > Alex Kost skribis: > >> John J Foerch (2016-07-03 18:50 +0300) wrote: >> >>> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001 >>> From: "John J. Foerch" >>> Date: Sun, 3 Jul

Re: [PATCH] gnu: Add di.

2016-07-04 Thread John J Foerch
Alex Kost writes: > John J Foerch (2016-07-04 06:47 +0300) wrote: > >> John J Foerch writes: >> >>> Leo Famulari writes: >>> >>>> On Sat, Jul 02, 2016 at 03:13:52PM -0400, John J Foerch wrote: >>>>> * gnu/packages/admin.scm (

Re: [PATCH] gnu: Add di.

2016-07-04 Thread John J Foerch
Leo Famulari writes: > On Mon, Jul 04, 2016 at 11:18:50AM -0400, John J Foerch wrote: >> * gnu/packages/admin.scm (di): New variable. > > A few final nitpicks before others make a decision about the test suite > ;) > >> +(arguments >> + `(#:phases &g

Re: [PATCH] gnu: Add di.

2016-07-04 Thread John J Foerch
Leo Famulari writes: > On Mon, Jul 04, 2016 at 09:43:55AM +0300, Alex Kost wrote: >> John J Foerch (2016-07-04 06:47 +0300) wrote: >> > A test relating to an included perl module Filesys::di fails. I hadn't >> > intended to include that module in the package,

Re: [PATCH] gnu: Add di.

2016-07-07 Thread John J Foerch
John J Foerch writes: > Leo Famulari writes: > >> On Mon, Jul 04, 2016 at 11:18:50AM -0400, John J Foerch wrote: >>> * gnu/packages/admin.scm (di): New variable. >> >> A few final nitpicks before others make a decision about the test suite >> ;) >

ola

2016-07-08 Thread John J Foerch
.net/scratch/20160707-ola-build-on-guix.log Attached is the package definition so far. >From 1ec078f6293596d4f00c4f96bde7780ef14a750f Mon Sep 17 00:00:00 2001 From: "John J. Foerch" Date: Thu, 7 Jul 2016 22:31:04 -0400 Subject: [PATCH] gnu: Add ola. diff --git a/gnu/packages/ola.scm b/

Re: [PATCH] gnu: Add di.

2016-07-08 Thread John J Foerch
Leo Famulari writes: > On Thu, Jul 07, 2016 at 12:30:11PM -0400, John J Foerch wrote: >> Any remaining blocking issues on this? > > Pushed as 614023981! Many thanks. -- John Foerch

Re: ola

2016-07-08 Thread John J Foerch
Alex Vong writes: > Hi John, > > John J Foerch writes: > >> Hello, >> >> I'm trying to build OLA (Open Lighting Architecture) and I ran into some >> difficulty. Ola is often used as a service, but at this point all I'm >> interested in is ma

Re: ola

2016-08-03 Thread John J Foerch
l...@gnu.org (Ludovic Courtès) writes: > John J Foerch skribis: > >> Alex Vong writes: >> >>> Hi John, >>> >>> John J Foerch writes: >>> >>>> Hello, >>>> >>>> I'm trying to build OLA (Open Lighting

Re: [PATCH] gnu: Add ola.

2016-08-10 Thread John J Foerch
ren...@openmailbox.org writes: > Hello Guix, > >> Date: Wed, 03 Aug 2016 09:14:09 -0400 >> From: John J Foerch >> >> Hi, I have a favor to ask of anybody in the guix community - is there >> anybody who would be willing to finish this package for me, since I &g

Re: [PATCH] gnu: Add ola.

2016-08-10 Thread John J Foerch
ren...@openmailbox.org writes: > John, > >> Thank you so much for doing this. If 'make check' succeeds, those are >> the main tests, but to check installation, I would look for the >> following programs being installed: >> >> ola ola_e131ola_plugin_state ola_rdm_se

Re: [PATCH] gnu: Add ola.

2016-08-22 Thread John J Foerch
John J Foerch writes: > ren...@openmailbox.org writes: > >> John, >> >>> Thank you so much for doing this. If 'make check' succeeds, those are >>> the main tests, but to check installation, I would look for the >>> following programs bein

Re: [PATCH] gnu: Add ola.

2016-08-23 Thread John J Foerch
Hi all, I have made some progress with the ola package, but have run into difficulty related to python used in its test phase. Relevant code and logs can be found here: The package definition: http://retroj.net/scratch/ola-guix/ola.scm The build log: http://retroj.net/scratch/ola-guix/ola-g

hackage importer problem

2016-08-25 Thread John J Foerch
Hello, I'm seeing a problem with the hackage importer with the git-annex package: $ guix import hackage git-annex Syntax error: unexpected token : custom-setup (at line 316, column 0) Syntax error: unexpected end of input guix import: error: failed to download cabal file for package 'git-

[PATCH] gnu: Add ola

2016-08-25 Thread John J Foerch
ould be changed. Thank you, -- John Foerch >From f600e8a43997efecb9587a9c39579a7d6f3291f4 Mon Sep 17 00:00:00 2001 From: "John J. Foerch" Date: Wed, 3 Aug 2016 21:36:52 -0500 Subject: [PATCH] gnu: Add ola. * gnu/packages/ola.scm (ola): New variable. --

Re: [PATCH] gnu: Add ola

2016-08-26 Thread John J Foerch
Alex Vong writes: > Hi, > > The patch builds on my machine and lgtm. I make some minor changes (in > diff format): > > 1. Add ola.scm to gnu/local.mk, so that the build system knows the >presence of gnu/package/ola.scm. The commit message should say this >as well. > > 2. Move protobuf fro