From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEzuk-0006tu-M1 for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:57:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEzuf-0004gF-3w for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:57:22 -0400 Received: from mail6.webfaction.com ([74.55.86.74]:57124 helo=smtp.webfaction.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEzue-0004g2-Tf for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:57:17 -0400 Message-ID: <521F290A.3060505@ctshepherd.com> Date: Thu, 29 Aug 2013 11:57:14 +0100 From: Charlie Shepherd MIME-Version: 1.0 References: <521F1AF0.5070400@ctshepherd.com> <521F2032.6040303@citrix.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Buildbot Failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Anthony PERARD , qemu-devel , Alex Bligh , Gerd Hoffmann On 29/08/2013 11:23, Stefan Hajnoczi wrote: > On Thu, Aug 29, 2013 at 12:19 PM, Anthony PERARD > wrote: >> On 29/08/13 10:57, Charlie Shepherd wrote: >>> xen40: >>> xen41: >>> xen42: >>> xen_unstable: >>> >>>>> arm-softmmu/qemu-system-arm: error while loading shared libraries: libxenstore.so.3.0: cannot open shared object file: No such file or directory >>> libxenstore is a QEMU dependency, is it available on this buildslave? >> Yes, but not system wide. >> >> So, we would need to provide LD_LIBRARY_PATH to the tests. And those are >> the paths for the different builders: >> >> xen40: >> /home/build/install/xen-4.0.x/lib/ >> >> xen41: >> /home/build/install/xen-4.1.x/lib/ >> >> xen42: >> /home/build/install/xen-4.2.x/lib/ >> >> xen_unstable: >> /home/build/install/xen-unstable/lib/ > The build configuration is here: > > https://github.com/b1-systems/buildbot/blob/master/qemu-master.cfg > > In particular, look at create_build_factory(). > > You can fix this and then raise a pull request on the GitHub > repository. I guess you just need to customize the if run_tests: > stanza to also include an optional LD_LIBRARY_PATH. https://github.com/b1-systems/buildbot/pull/7 Charlie