From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add msgpack Date: Sat, 11 Jun 2016 20:17:50 -0400 Message-ID: <20160612001750.GA9854@jasmine> References: <87wpmbuv6m.fsf@openmailbox.org> <20160606140737.GA26555@jasmine> <20160611030655.GA24837@jasmine> <87lh2b7009.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBt6N-0006gT-Vc for guix-devel@gnu.org; Sat, 11 Jun 2016 20:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBt6I-0003NQ-RK for guix-devel@gnu.org; Sat, 11 Jun 2016 20:18:07 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:58816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBt6G-0003FF-IA for guix-devel@gnu.org; Sat, 11 Jun 2016 20:18:02 -0400 Content-Disposition: inline In-Reply-To: <87lh2b7009.fsf@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Lukas Gradl Cc: guix-devel@gnu.org On Sat, Jun 11, 2016 at 06:56:38PM -0500, Lukas Gradl wrote: > It seems that zlib is only required for tests. In README and README.md > zlib is never mentioned among the dependencies, which also supports > that it is only needed for tests. I was not aware of that before (Shame > on me). Is zlib really only required for tests? I see this: $ grep -rIi zlib /gnu/store/xn8z7k6j7zm4qz14bm29fgk0kwwvz3c4-msgpack-1.4.1 /gnu/store/xn8z7k6j7zm4qz14bm29fgk0kwwvz3c4-msgpack-1.4.1/include/msgpack/zbuffer.h:#include /gnu/store/xn8z7k6j7zm4qz14bm29fgk0kwwvz3c4-msgpack-1.4.1/include/msgpack/zbuffer.hpp:#include So, there are headers in the msgpack output that require zlib. If you are at the stage where you are using Ring based on these packages, I wonder if it is not using the part of msgpack that uses zlib? Or, if it's finding zlib in the environment (if you are on a foreign distro)? Or have I misunderstood?