[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-4.1-testing test] 25157: regressions - trouble: broken/fail/pass
Ian Jackson writes ("Re: [Xen-devel] [xen-4.1-testing test] 25157: regressions - trouble: broken/fail/pass"): > I think this is because of some changes to osstest but I'm not 100% > sure which ones. The actual error is: > > xl: error while loading shared libraries: libxlutil.so.1.0: cannot > open shared object file: No such file or directory libxlutil.so.1.0 had been put in /usr/lib64 by the Xen 4.1 build system. That's not on the library search path (at least in Debian wheezy). I propose the following change to osstest to fix this problem. I have verified in an ad-hoc test that it appears to fix the problem with osstest and 4.1. Ian. From 0bd6b3de73693ec3113d923761772537c81bc480 Mon Sep 17 00:00:00 2001 From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date: Fri, 21 Feb 2014 18:27:12 +0000 Subject: [OSSTEST PATCH] ts-xen-build: Set LIBLEAFDIR_x86_64 Xen 4.1 puts things in /usr/lib64 otherwise. This is wrong for Debian, and does not work at all on wheezy. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-xen-build | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-xen-build b/ts-xen-build index c8b27b7..7bc7cbc 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -65,6 +65,7 @@ sub checkout () { >.config echo >>.config debug=$debug_build echo >>.config GIT_HTTP=y + echo >>.config LIBLEAFDIR_x86_64=lib echo >>.config QEMU_REMOTE='$r{tree_qemu}' END (nonempty($r{revision_qemu}) ? <<END : ''). -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |