[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH OSSTEST RFC 3/5] Debian: install libc6-dev-i386 for Wheezy amd64



Otherwise build-amd64 fails with missing header predefs.h.

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 b1e6a6c..66ba000 100755
--- a/ts-xen-build-prep
+++ b/ts-xen-build-prep
@@ -175,6 +175,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');
+    }
+
     if ($ho->{Suite} !~ m/lenny/) {
         target_putfilecontents_stash($ho,60,<<'END','/home/osstest/.hgrc');
 [extensions]
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.