Comment 42 for bug 378240

Revision history for this message
Boris Derzhavets (bderzhavets) wrote : Re: Please merge xen-3.4 (3.4.0-2) from debian unstable

@User Virtual
Yours packageXen40x.sh does

sudo apt-get install libcurl4-openssl-dev xserver-xorg-dev mercurial gitk build-essential libncurses5-dev uuid-dev gawk gettext texinfo bcc libncurses5-dev dpkg-dev debhelper iasl texinfo catdvi fakeroot
sudo apt-get build-dep xen-3.3

On the other hand :-

# hg clone -r 4.0.1-rc1 http://xenbits.xensource.com/xen-4.0-testing.hg
# cd *.hg
# apt-get remove bison flex
# make tools
. . . . . .

make[3]: flex: Command not found
make[3]: *** [libxlu_cfg_l.c] Error 127
make[3]: Leaving directory `/usr/src2/xen-4.0-testing.hg/tools/libxl'
make[2]: *** [subdir-install-libxl] Error 2
make[2]: Leaving directory `/usr/src2/xen-4.0-testing.hg/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/usr/src2/xen-4.0-testing.hg/tools'
make: *** [install-tools] Error 2