From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] oxenstored: link in the systemd system library Date: Thu, 23 Jul 2015 15:06:42 +0100 Message-ID: <1437660402.24746.1.camel@citrix.com> References: <1437640914.19412.33.camel@citrix.com> <1437658839-10478-1-git-send-email-jonathan.creekmore@gmail.com> <1437660013.24746.0.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZIH9A-0002RA-UM for xen-devel@lists.xenproject.org; Thu, 23 Jul 2015 14:06:53 +0000 In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jonathan Creekmore Cc: xen-devel@lists.xenproject.org, dave.scott@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-07-23 at 09:03 -0500, Jonathan Creekmore wrote: > > > > On Jul 23, 2015, at 9:00 AM, Ian Campbell > > wrote: > > > > On Thu, 2015-07-23 at 08:40 -0500, Jonathan Creekmore wrote: > > > If systemd is configured for use AND you are building oxenstored, > > > the > > > C > > > systemd library must be linked in to the systemd.cxma library. > > > > > > Signed-off-by: Jonathan Creekmore > > > > Acked-by: Ian Campbell > > > > OOI what was the failure mode for you without this? Runtime rather > > than > > build time I suspect? > > No, it was build-time. It failed to link the oxenstored binary due to > missing symbols. Interesting, that (surprisingly) works for me. I suspect differing toolchain versions then! Ian.