Re: [PATCH] gnu: Add capnproto.

2016-08-25 Thread Kenton Varda
On Thu, Aug 25, 2016 at 7:57 AM, Marius Bakke wrote: > Hi, thanks for dropping in! > > From reading the comments in the Makefile, apparently they are trying to > enforce something called the One-Definition Rule: > > https://en.wikipedia.org/wiki/One_Definition_Rule > > The

Re: [PATCH] gnu: Add capnproto.

2016-08-25 Thread Marius Bakke
Alex Vong writes: >> PS. regarding the man page, I believe Debian mostly generated this >> page from the capnp tool's help text. I'd accept a patch to >> c++/src/kj/main.c++ which adds some code to generate man XML format >> directly, so that we don't have to maintain the

Re: [PATCH] gnu: Add capnproto.

2016-08-25 Thread Alex Vong
Hi, Kenton Varda writes: > Hi, Cap'n Proto upstream author here. Noticed this thread in a Google > search, thought I'd comment. > > To shed some light on the googletest situation: > > The googletest maintainers have deemed that googletest should never > ever be

Re: [PATCH] gnu: Add capnproto.

2016-08-25 Thread Marius Bakke
Kenton Varda writes: > Hi, Cap'n Proto upstream author here. Noticed this thread in a Google > search, thought I'd comment. > > To shed some light on the googletest situation: > > The googletest maintainers have deemed that googletest should never > ever be system-installed,

Re: [PATCH] gnu: Add capnproto.

2016-08-25 Thread Kenton Varda
Hi, Cap'n Proto upstream author here. Noticed this thread in a Google search, thought I'd comment. To shed some light on the googletest situation: The googletest maintainers have deemed that googletest should never ever be system-installed, and have even disabled `make install` in their build.

Re: [PATCH] gnu: Add capnproto.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 07:30:10PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > By the way, I noticed some other distros include a man page for > > capnproto. Can you look into doing something similar for us? > > Nice find! I guess we can pull the one from Debian.

Re: [PATCH] gnu: Add capnproto.

2016-08-23 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Sat, Aug 20, 2016 at 01:22:30PM +0100, Marius Bakke wrote: >> Subject: [PATCH] gnu: Add capnproto. >> >> * gnu/packages/serialization.scm (capnproto): New variable. > > Thanks, pushed as 557d3328! Cheers! > By t

Re: [PATCH] gnu: Add capnproto.

2016-08-23 Thread Leo Famulari
On Sat, Aug 20, 2016 at 01:22:30PM +0100, Marius Bakke wrote: > Subject: [PATCH] gnu: Add capnproto. > > * gnu/packages/serialization.scm (capnproto): New variable. Thanks, pushed as 557d3328! By the way, I noticed some other distros include a man page for capnproto. Can you look i

Re: [PATCH] gnu: Add capnproto.

2016-08-20 Thread Marius Bakke
changes in serialization.scm. > Marius, will you send an updated patch? New patch below. Thanks! >From 6e73e7c85a044d1da176534ed8ff046431afe617 Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Fri, 12 Aug 2016 13:42:16 +0100 Subject: [PATCH] gnu: Add capnproto. *

Re: [PATCH] gnu: Add capnproto.

2016-08-19 Thread Leo Famulari
On Fri, Aug 19, 2016 at 06:06:24PM -0400, Leo Famulari wrote: > On Sun, Aug 14, 2016 at 07:16:22PM +0100, Marius Bakke wrote: > > Leo Famulari writes: > > > > > On Sat, Aug 13, 2016 at 07:48:36PM +0100, Marius Bakke wrote: > > >> Note that it bundles googletest; I tried

Re: [PATCH] gnu: Add capnproto.

2016-08-19 Thread Leo Famulari
On Sun, Aug 14, 2016 at 07:16:22PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > On Sat, Aug 13, 2016 at 07:48:36PM +0100, Marius Bakke wrote: > >> Note that it bundles googletest; I tried unbundling but it proved > >> difficult. gtest will no longer be used from

Re: [PATCH] gnu: Add capnproto.

2016-08-14 Thread Marius Bakke
hink we should do it in a build phase, with modify-phases. That makes sense, thanks for the clarification. Please find updated patch below. -- Marius >From 6672014e1b6018dcdf0286daa5624d5095e1c6b1 Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Sat, 13 Aug 2016 19:01:4

Re: [PATCH] gnu: Add capnproto.

2016-08-14 Thread Leo Famulari
On Sat, Aug 13, 2016 at 07:48:36PM +0100, Marius Bakke wrote: > Note that it bundles googletest; I tried unbundling but it proved > difficult. gtest will no longer be used from the 0.6 release so I did > not think a comment was necessary. I am cc-ing Lukas with my reply, since he added our

[PATCH] gnu: Add capnproto.

2016-08-13 Thread Marius Bakke
00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Sat, 13 Aug 2016 19:01:49 +0100 Subject: [PATCH] gnu: Add capnproto. * gnu/packages/capnproto.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/capnproto