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 way Guix (and actually m

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 same text in multiple >>

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 system-installed, and have even di

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, and have even disable

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. Se

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. From capnp.1.xml: > >

Re: [PATCH] gnu: Add capnproto.

2016-08-23 Thread Marius Bakke
Leo Famulari 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 the way, I noticed some ot

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
her library, or if it wasn't dropped in current git, I would have gone through the effort of purging it. > In any case, since Debian accepted it, I'm willing to accept it as well, > unless somebody objects. > > But the patch has gone stale due to other changes in serialization.

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 unbundling but it proved >

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 the 0.6 release so I di

Re: [PATCH] gnu: Add capnproto.

2016-08-14 Thread Marius Bakke
t 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 Date: Sat, 13 Aug 2016 19:01:49 +0100 Subject: [PATCH] gnu: Add capnproto.

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 googlet

[PATCH] gnu: Add capnproto.

2016-08-13 Thread Marius Bakke
ep 17 00:00:00 2001 From: Marius Bakke 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.