From: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xen.org
Cc: Wei Liu <wei.liu2@citrix.com>,
ian.jackson@eu.citrix.com, ian.campbell@citrix.com
Subject: [PATCH OSSTEST 4/6] Debian: install libc6-dev-i386 for Wheezy amd64
Date: Fri, 20 Sep 2013 10:15:44 +0100 [thread overview]
Message-ID: <1379668546-5267-5-git-send-email-wei.liu2@citrix.com> (raw)
In-Reply-To: <1379668546-5267-1-git-send-email-wei.liu2@citrix.com>
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@citrix.com>
---
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
next prev parent reply other threads:[~2013-09-20 9:15 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-20 9:15 [PATCH OSSTEST 0/6] Improvement, cleanup and enable Wheezy to run test jobs Wei Liu
2013-09-20 9:15 ` [PATCH OSSTEST 1/6] README: add curl and netcat to requirement list Wei Liu
2013-09-20 9:15 ` [PATCH OSSTEST 2/6] README: describe job dependence Wei Liu
2013-09-20 9:15 ` [PATCH OSSTEST 3/6] Osstest: purge Lenny branches Wei Liu
2013-09-23 13:13 ` Ian Campbell
2013-10-11 11:43 ` Ian Jackson
2013-10-11 11:59 ` Wei Liu
2013-09-20 9:15 ` Wei Liu [this message]
2013-09-20 9:15 ` [PATCH OSSTEST 5/6] ts-debian-fixup: remove dead code Wei Liu
2013-09-20 9:15 ` [PATCH OSSTEST 6/6] ts-debian-install: pass 'Mb' as memory size Wei Liu
2013-09-23 11:09 ` Ian Campbell
2013-09-23 11:14 ` Wei Liu
2013-10-14 14:40 ` [PATCH OSSTEST 0/6] Improvement, cleanup and enable Wheezy to run test jobs Wei Liu
2013-10-14 16:54 ` Ian Jackson
2013-10-14 17:05 ` Wei Liu
2013-10-14 17:10 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1379668546-5267-5-git-send-email-wei.liu2@citrix.com \
--to=wei.liu2@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).