From: Andre Przywara <andre.przywara@amd.com>
To: Ian Campbell <Ian.Campbell@eu.citrix.com>
Cc: Anthony Perard <anthony.perard@citrix.com>,
Olaf Hering <olaf@aepfle.de>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] tools/check: check for yajl (needed by libxl)
Date: Wed, 5 Oct 2011 10:24:16 +0200 [thread overview]
Message-ID: <4E8C1430.3050203@amd.com> (raw)
In-Reply-To: <1317740400.21903.155.camel@zakaz.uk.xensource.com>
On 10/04/2011 05:00 PM, Ian Campbell wrote:
> On Tue, 2011-10-04 at 15:48 +0100, Andre Przywara wrote:
>> On 09/30/2011 12:39 PM, Ian Campbell wrote:
>>> On Fri, 2011-09-30 at 11:35 +0100, Anthony PERARD wrote:
>>>> On Fri, Sep 30, 2011 at 08:36, Ian Campbell<ian.campbell@citrix.com> wrote:
>>>> ...
>>>> You probably want to check the yajl headers as well, no ?
>>>> #include<yajl/yajl_parse.h>
>>>> #include<yajl/yajl_gen.h>
>>>
> ...
>> Also wouldn't it be nicer to link this small library statically? This
>> would omit the runtime requirement at all.
>> The test team just spelled yajl as "yet another library to get Xen
>> running"...
>
> I don't think this is necessary, it's just a library you need to install
> and for most users the packaging system will transparently cover this.
> All the usual reasons for not statically linking stuff apply here.
> There's nothing special about that wrt Xen and/or the size of the
> library.
Unfortunately this package is not omnipresent in the distributions.
Though I find it already in Fedora 13, it is not in the official RHEL5
repos, also not in anything before OpenSuSE 11.4 and before SLES11SP2.
This creates quite some hassle for any people using one of these systems
to build and run Xen. And pulling it from github will push most people
(like me ;-) into version 2 in the first place.
But I guess this will not convince you to drop it from unstable. That's
why I thought static linking (or including in the tree?) would ease the
pain here.
>> Also be advised that it looks like this is relying on version 1 of yajl.
>> It looks like the new version 2.0.1 is not compatible, I got compile
>> errors with the newer version. If the stable version 1.x is required,
>> this should be stated somewhere or at least checked properly in check_yajl.
>
> Any idea what we could test for here?
The sanest way would be to do it like configure and check explicitly for
the data structure that we rely on, but I guess just looking for a
symlink called libyajl.so.1 in /usr/lib64 should suffice here.
>>> diff -r 302b7556edd9 -r de602616358b tools/check/check_yajl_lib
>>> --- /dev/null Thu Jan 01 00:00:00 1970 +0000
>>> +++ b/tools/check/check_yajl_lib Fri Sep 30 11:39:35 2011 +0100
>>> @@ -0,0 +1,6 @@
>>> +#!/bin/sh
>>> +# CHECK-BUILD CHECK-INSTALL
>>> +
>>> +. ./funcs.sh
>>> +
>>> +has_lib libyajl.so || fail "can't find libyajl.so"
+has_lib libyajl.so.1 || fail "can't find libyajl.so version 1"
Regards,
Andre.
--
Andre Przywara
AMD-OSRC (Dresden)
Tel: x29712
next prev parent reply other threads:[~2011-10-05 8:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-30 7:36 [PATCH] tools/check: check for yajl (needed by libxl) Ian Campbell
2011-09-30 10:35 ` Anthony PERARD
2011-09-30 10:39 ` Ian Campbell
2011-10-04 14:48 ` Andre Przywara
2011-10-04 15:00 ` Ian Campbell
2011-10-05 8:24 ` Andre Przywara [this message]
2011-10-05 9:35 ` Ian Campbell
2011-10-05 11:57 ` Olaf Hering
2011-09-30 12:02 ` Olaf Hering
2011-09-30 12:07 ` Ian Campbell
2011-09-30 12:15 ` Olaf Hering
2011-09-30 12:20 ` Ian Campbell
-- strict thread matches above, loose matches on Subject: below --
2011-10-05 9:42 Ian Campbell
2011-10-10 15:50 ` Ian Jackson
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=4E8C1430.3050203@amd.com \
--to=andre.przywara@amd.com \
--cc=Ian.Campbell@eu.citrix.com \
--cc=anthony.perard@citrix.com \
--cc=olaf@aepfle.de \
--cc=xen-devel@lists.xensource.com \
/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.
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.