WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Install Errors for Xen 3.4 or 3.5 on Ubuntu 9.04? (not 3.3)

To: xen-users@xxxxxxxxxxxxxxxxxxx, Jan Muhammad <janmuhd@xxxxxxxxx>
Subject: [Xen-users] Install Errors for Xen 3.4 or 3.5 on Ubuntu 9.04? (not 3.3)
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Tue, 2 Jun 2009 08:06:17 -0700 (PDT)
Cc:
Delivery-date: Tue, 02 Jun 2009 08:07:10 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1243955177; bh=08lx2pdQp8W2SzMYI8CGy8Bnp0aiMr0jG+tZrVzHDp4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=lq9Re6icklLSR/xxeV+KQ79al8t6TsaQGE4HpQKi3XwXuLRaGyhmPuWQRQYezd+sl2nXWPNEeItwKMhCn0htJdrzn3ZHp2RXoA9SgQCJJX7/9Qu1DwfLC9R4KLh7hPEuT4p0GLh9M6uKb8OZhuyNiPNL70ZpkHTTHq2ID+/yDW8=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=eAmdSCPYbhhC1XDSUsUZJekO7wJaIM7tQ9259goUxgbRjEUao6eSfkSJVWBxlbIZcdzug7e4eDfnxwOngMnvXajzN6Dyuba3NYyo25j4c05Ant5XTsuvfnCiUCLPfIvIqB/9tL1taNEZSgvZNe/ynsL/J+s5ZtXepSp0wJmyWyY=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

*******
Quote:-
*******
Xen CHECK-BUILD  Tue Jun 2 13:18:36 BST 2009
Checking check_crypto_lib: OK
Checking check_curl: unused, OK
> Checking check_openssl_devel:
> *** check_openssl_devel FAILED: missing openssl headers

Checking check_python: OK
Checking check_python_devel: OK
> Checking check_x11_devel:
> *** check_x11_devel FAILED: can't find X11 headers

Checking check_xgettext: OK
Checking check_xml2: unused, OK
Checking check_zlib_devel: OK
Checking check_zlib_lib: OK
make[4]: *** [check-build] Error 1
make[4]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools/check'
make[3]: *** [subdir-install-check] Error 2
make[3]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'
make[2]: *** [subdirs-install] Error 2
make[2]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'
make[1]: *** [install-tools] Error 2
make[1]: Leaving directory `/usr/src/xen-3.4-testing.hg'
make: *** [world] Error 2

Quote ends

*********************************************************
To get build completed install on Uubuntu 9.04 Server :-
*********************************************************

Don't try Xen 3.3 at least Xen-3.4-testing
Make sure Config.mk is modified as suggested. It's a must.
Otherwise, Xen packages WON'T be installed in
/usr/local/lib/python2.6/dist-packages folder.
That is the only one target of fake build on 9.04.
No real Xen supposed to be installed.

Packages to installed on 9.04:-

-> libcurl4-openssl-dev -> you are missing this 9.04 package
->  xserver-xorg-dev  -> you are missing this 9.04 package
python2.6-dev
python2.5
python2.5-dev
mercurial
gitk
build-essential
libncurses5-dev
uuid-dev
gawk
gettext
texinfo
bcc
**************************
Load Synaptic and install.
**************************
The most recent Howto is preferable (vs Fajar's suggestion).
You don't have install just X-windows system on good network.
Installation guide itself is written more carefully :-

http://bderzhavets.wordpress.com/2009/05/30/light-weight-x-windows-system-for-xen-3-5-unstable-dom0-on-top-of-xubuntu-9-04-server/

When you complete fake build on 9.04.
# make uninstall
is a must.

Core build on 8.10 will require a bit different set of packages:-

http://bderzhavets.wordpress.com/2009/03/29/setup-xen-unstable-dom0-with-2629-tip-pvops-enabled-kernel/

I repeat once again:-

1.Build on 9.04 is a fake build . View howto for details. It's targeting "pygrub" support. That's it.
2.Core Xen build on 8.10 Server is supposed to be transfered to 9.04 Server via:-

# cd xen-unstable.hg
# make world
# make dist
# cd dist
# ./install.sh /mnt  

/mnt is supposed to be  mounted on root FS of 9.04 Server either dual booting or remote (remote NFS share)


Boris



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Install Errors for Xen 3.4 or 3.5 on Ubuntu 9.04? (not 3.3), Boris Derzhavets <=