[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST RFC 3/5] Debian: install libc6-dev-i386 for Wheezy amd64
On Thu, Sep 19, 2013 at 06:16:15PM +0100, Ian Campbell wrote: > On Thu, 2013-09-19 at 17:02 +0100, Wei Liu wrote: > > Otherwise build-amd64 fails with missing header predefs.h. > > This package exists in Squeeze too, it might simplify things to make it > unconditional? > No, it doesn't exist in Lenny -- I see there's branches conditional on Lenny, do we still use that? > I wonder why it apparently isn't need for a Squeeze build though. What > 32-bit stuff is getting built? > I guess that's because Wheezy introduces multiarch? The thing being built is QEMU. Wei. > > > > 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] > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |