|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Compiling Xen-3.2.0
Hi Ian,
On Wed, Jan 23, 2008 at 10:46:38AM -0000, Ian Tobin wrote:
> Does anyone have the correct procedure for compiling 3.2.0 from the
> tarballs. When I run make world I receive the following error
>
> select-repository: Searching `.:..' for linux-2.6.18-xen.hg
> select-repository: Ignoring `.'
> abort: repository /usr/src/xen-3.2.0 not found!
> select-repository: Unable to determine Xen repository parent.
> make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 1
> make[2]: Leaving directory `/usr/src/xen-3.2.0'
> make[1]: *** [linux-2.6-xen-install] Error 2
> make[1]: Leaving directory `/usr/src/xen-3.2.0'
> make: *** [install-kernels] Error 1
It has been stated multiple times this week that this error means your
Mercurial version is too old. I couldn't verify this though.
But you should be able to fetch the kernel source tarball instead of
cloning it with Mercurial with this command:
% make world XEN_LINUX_SOURCE=tarball
Unfortunately, this didn't work for me either. It leads to this error
message when trying to compile the kernel:
% make[4]: Entering directory
`/root/build/xen-3.2.0/build-linux-2.6.18-xen_x86_32'
% make -C /root/build/xen-3.2.0/linux-2.6.18
O=/root/build/xen-3.2.0/build-linux-2.6.18-xen_x86_32 vmlinuz
% make[6]: *** No rule to make target `vmlinuz'. Stop.
% make[5]: *** [vmlinuz] Error 2
% make[4]: *** [vmlinuz] Error 2
% make[4]: Leaving directory
`/root/build/xen-3.2.0/build-linux-2.6.18-xen_x86_32'
Regards,
--
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|