From: Leo Famulari <leo@famulari.name>
To: Lukas Gradl <lgradl@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] Add msgpack
Date: Fri, 10 Jun 2016 23:06:55 -0400 [thread overview]
Message-ID: <20160611030655.GA24837@jasmine> (raw)
In-Reply-To: <20160606140737.GA26555@jasmine>
On Mon, Jun 06, 2016 at 10:07:37AM -0400, Leo Famulari wrote:
> On Mon, May 30, 2016 at 03:50:41PM -0500, Lukas Gradl wrote:
> > * gnu/packages/serialization.scm (msgpack): New variable.
>
> > + (inputs
> > + `(("zlib" ,zlib)))
>
> I noticed that the output does not refer to zlib:
>
> $ guix gc --references $(./pre-inst-env guix build msgpack)
> /gnu/store/8m00x5x8ykmar27s9248cmhnkdb2n54a-glibc-2.22
> /gnu/store/jh52sklgbvq5f0z637wr99a64y25cx8r-msgpack-1.4.1
> /gnu/store/v39bh3ln3ncnzhyw0kd12d46kww9747v-gcc-4.9.3-lib
>
> However, the compilation fails without it.
>
> We need to make sure that msgpack can find zlib at run time. Lukas, can
> you check if there is a build-time configuration option to provide the
> path to zlib?
This is from the top of the msgpack source tree:
$ grep -rI zlib
include/msgpack/zbuffer.h:#include <zlib.h>
include/msgpack/zbuffer.hpp:#include <zlib.h>
Should we do string substitution to provide the abolute path to the zlib
headers?
next prev parent reply other threads:[~2016-06-11 3:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-30 20:50 [PATCH] Add msgpack Lukas Gradl
2016-05-31 21:45 ` Leo Famulari
2016-06-01 4:49 ` Efraim Flashner
2016-06-03 0:50 ` Lukas Gradl
2016-06-06 14:07 ` Leo Famulari
2016-06-11 3:06 ` Leo Famulari [this message]
2016-06-11 23:56 ` Lukas Gradl
2016-06-12 0:17 ` Leo Famulari
2016-06-12 4:24 ` Lukas Gradl
2016-06-13 16:58 ` Leo Famulari
2016-06-13 17:59 ` Leo Famulari
2016-06-17 15:13 ` Lukas Gradl
2016-06-19 3:44 ` Lukas Gradl
2016-06-20 17:09 ` Leo Famulari
2016-06-21 13:55 ` Lukas Gradl
2016-06-21 16:06 ` Leo Famulari
2016-06-21 15:59 ` Lukas Gradl
2016-06-21 16:49 ` Efraim Flashner
2016-06-22 6:05 ` Lukas Gradl
2016-06-22 5:56 ` Lukas Gradl
2016-06-21 8:38 ` Ludovic Courtès
2016-06-21 13:31 ` Lukas Gradl
2016-06-21 14:11 ` Ludovic Courtès
2016-06-25 15:31 ` Leo Famulari
2016-06-25 16:40 ` Lukas Gradl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160611030655.GA24837@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=lgradl@openmailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.