From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEzKE-00070h-CL for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:19:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEzK8-0000Cp-Dq for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:19:38 -0400 Received: from smtp.citrix.com ([66.165.176.89]:41736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEzK8-0000Cj-99 for qemu-devel@nongnu.org; Thu, 29 Aug 2013 06:19:32 -0400 Message-ID: <521F2032.6040303@citrix.com> Date: Thu, 29 Aug 2013 11:19:30 +0100 From: Anthony PERARD MIME-Version: 1.0 References: <521F1AF0.5070400@ctshepherd.com> In-Reply-To: <521F1AF0.5070400@ctshepherd.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Buildbot Failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Charlie Shepherd Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, Alex Bligh , Gerd Hoffmann Hi, 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/ Thanks for locking at this. -- Anthony PERARD