[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 4/6] Debian: install libc6-dev-i386 for Wheezy amd64
Wheezy introduces multilib, which makes i386 headers not available on amd64 by default. We need to install libc6-dev-i386, otherwise the test code for 32bit instruction decoder/emulator fails. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- ts-xen-build-prep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts-xen-build-prep b/ts-xen-build-prep index bc436b8..f7ef5bf 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -174,6 +174,10 @@ sub prep () { target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates"); # workaround for Debian #595728 + + if ($r{arch} eq 'amd64' && $ho->{Suite} =~ m/wheezy/) { + target_install_packages($ho, 'libc6-dev-i386'); + } } sub cacheing_git_mount () { -- 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 |