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

Re: [Xen-users] Xen install make errors on Fedora Core 11!

To: xen-users@xxxxxxxxxxxxxxxxxxx, Jan Muhammad <janmuhd@xxxxxxxxx>
Subject: Re: [Xen-users] Xen install make errors on Fedora Core 11!
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Sun, 14 Mar 2010 14:29:55 -0700 (PDT)
Cc:
Delivery-date: Sun, 14 Mar 2010 14:31:31 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1268602195; bh=eeDKH8VgyKY2DQtX5SVqlW9Dx2fQDvV5qPkqAO4CWD0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=MUyHKTpb2u+f0tAK+2m/NOQExD82KNbSyXYKUCN8xsp2mvutysmLvmxBOTt6dTo9Dk4CJnbMWI+QX1NaGtJmidMopDbUW2MaDTNyc7QGnqleIF4TyZzU04lTkWFgNrNfJFn1Rj3ZbQ/5PgoWRRQzbzDKJ8ZMSTdPhAw02a6rfVM=
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:In-Reply-To:MIME-Version:Content-Type; b=kzfsBmNL/vdvXZ2rRwtsxCPQHxIRmZGEqbxi3zU6qC4t6c2S97Gypm2bEY3Zo0eBBPgXzEBrq9gta7H5TxjTrXOoggF2C40dssREK7F4tAPMOez2FDlFSn8hQ5G00Y61htRzIJmGrROynKMRdbMxLYzxpecWtXo8XvMIZRm1zu8=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <570700.92912.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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
yum install openssl python-dev  or something like this.
You are missing packages to build tools on F11

Boris.

--- On Sun, 3/14/10, Jan Muhammad <janmuhd@xxxxxxxxx> wrote:

From: Jan Muhammad <janmuhd@xxxxxxxxx>
Subject: [Xen-users] Xen install make errors on Fedora Core 11!
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Sunday, March 14, 2010, 4:00 PM

Hi all,

I'm following this link
( http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/) to install Xen 3.4 on Fedora Core with 64 bit processor.
While at make tools command it seems that Qemu installs successfully, but I can following error messages of "missing openssl" or "python-dev"

Any ideas what dependency causes this error?

I also tried to configure Xen from this link, but no luck from this too...

http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/

Thanks in advance for help!

-Jan
==================================================

The error log from compiling the libSDL test is:
/tmp/qemu-conf-3098-29270-608.c:1:17: error: SDL.h: No such file or directory
/tmp/qemu-conf-3098-29270-608.c: In function ‘main’:
/tmp/qemu-conf-3098-29270-608.c:3: error: ‘SDL_INIT_VIDEO’ undeclared (first use in this function)
/tmp/qemu-conf-3098-29270-608.c:3: error: (Each undeclared identifier is reported only once
/tmp/qemu-conf-3098-29270-608.c:3: error: for each function it appears in.)
qemu successfuly configured for Xen qemu-dm build
make[1]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'
make -C tools install
make[1]: Entering directory `/usr/src/xen-3.4-testing.hg/tools'
make[2]: Entering directory `/usr/src/xen-3.4-testing.hg/tools'
make -C check install
make[3]: Entering directory `/usr/src/xen-3.4-testing.hg/tools/check'
LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
Xen CHECK-BUILD  Sun Mar 14 19:51:48 GMT 2010
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:
 *** check_python_devel FAILED: can't find python devel files
Checking check_x11_devel:
 *** check_x11_devel FAILED: can't find X11 headers
OK
Checking check_xgettext: OK
Checking check_xml2: unused, OK
Checking check_zlib_devel:
 *** check_zlib_devel FAILED: can't find zlib headers
Checking check_zlib_lib: OK
make[3]: *** [check-build] Error 1
make[3]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools/check'
make[2]: *** [subdir-install-check] Error 2
make[2]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/usr/src/xen-3.4-testing.hg/tools'
make: *** [install-tools] Error 2



-----Inline Attachment Follows-----

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users