|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] hvmloader was not built but no errors in build-log
On Sat, Nov 8, 2008 at 2:41 PM, Ingo Rauner <irauner@xxxxxxxxxxxxxx> wrote:
> Hi!
>
> I tried to build the Xen 3.3.0 source distribution on a Debian
> GNU/Linux 4.0 r4a (AMD64). There were no errors reported during build
> process or installation. But I am not able to create any HVMs because
> the hvmloader is missing. I have created two log files using "nohup
> make world" and "nohup make install" (see attachment).
> I have found an entry in the mailing list archive that said
> (concerning the same problem with an older source distribution) that
> there are perhaps some tools missing which are required for building
> the hvmloader. But I haven't found any error messages or warnings that
> may derive from missing build tools.
> Can someone detect the error from the two log files I have attached?
> Can someone give me a complete list of all required tools and
> libraries for building the hvmloader (or perhaps there is a script for
> checking dependencies)? Please tell me the name (with absolute path) of each
> binary if possible (Some time ago I had a problem with a failing build
> because the binary of a tool had a name containing a version number
> and the correctly named link to that binary was not created automatically).
>
> Thanks, Ingo!
>
make -C firmware install
make[4]: Entering directory `/home/ingo/xen-3.3.0/tools/firmware'
***********************************************************
Require dev86 package version >= 0.16.14 to build firmware!
(visit http://www.cix.co.uk/~mayday for more information)
***********************************************************
[ -d /home/ingo/xen-3.3.0/dist/install/usr/lib/xen/boot ] || install
-d -m0755 -p /home/ingo/xen-3.3.0/dist/install/usr/lib/xen/boot
[ ! -e hvmloader/hvmloader ] || install -m0644 -p hvmloader/hvmloader
/home/ingo/xen-3.3.0/dist/install/usr/lib/xen/boot
make[4]: Leaving directory `/home/ingo/xen-3.3.0/tools/firmware'
Cheers,
Todd
P.S. those are really big files to include inline, the attachments are
102K a piece as is.
--
Todd Deshane
http://todddeshane.net
http://runningxen.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|