|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] compilation xen unstable on a ia64 debian
On Tue, 2007-07-17 at 10:19 +0200, Peter Van Biesen wrote:
> Hi Alex,
>
> what I did :
>
> mkdir xensource
> cd xensource
> ln -s /usr/src/linux-source-2.6.18.tar.bz2 linux-2.6.18.tar.bz2
> hg clone http://xenbits.xensource.com/xen-3.1-testing.hg
> cd xen-3.1-testing.hg
> make -j 8 dist
>
> This produces the same error as I posted below. I do not wish to do a make
> world because I don't like non-debian installers putting things in my tree.
>
> Is the problem specific to make dist ?
Hi Peter,
I think I see the problem. You need to use linux-2.6.18.tar.bz2 from
upstream (ie. kernel.org). The linux-source package is modified for the
distribution and likely won't work. Try using this for your Linux
tar.bz:
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
If you don't pre-seed a Linux tar.bz2 into the build directories, the
build process will attempt to wget the right version automatically.
Thanks,
Alex
--
Alex Williamson HP Open Source & Linux Org.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|