[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 11/62] ts-xen-build-prep: install e2fslibs-dev
From: Wei Liu <wei.liu2@xxxxxxxxxx> The in-tree libfsimage ext2fs implementation can't handle 64bit enabled ext4, which is the default in stretch. Installing e2fslibs-dev causes libfsimage to pick up the packaged ext2fs implementation. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- ts-xen-build-prep | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ts-xen-build-prep b/ts-xen-build-prep index ca5735a1..c38ab36d 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -226,6 +226,12 @@ sub prep () { push(@packages, qw(texinfo autopoint libpciaccess-dev)); } + # The in-tree ext4 support in libfsimage can't cope with 64bit ext4 on + # 32bit build. Use the packaged library. + if ($ho->{Suite} !~ m/squeeze|wheezy|jessie/) { + push(@packages, qw(e2fslibs-dev)); + } + target_install_packages($ho, @packages); target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates"); # workaround for Debian #595728 -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |