|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Building Xen 3.0.3 from source fails during make world w
On Mon, 2007-01-08 at 18:43 -0800, Kevin Ansberry wrote:
> Can anyone help me with this error. The "make world" just starts to try and
> apply the first patch to the linux 2.6.16.29 kernel and I get:
>
> "Applying patches from patches/linux-2.6.16.29...
> ... blktap-aio-16_03_06.patch
> /bin/sh: patch: not found"
>
> I looked in the "patches/linux-2.6.16.29" directory and this file does exist,
> so I do not know why it is having problems.
>
> Kevin
>
You probably need to install 'patch' , which should exist as the meta
package 'patch' on pretty much every distro.
apt-get install patch
yum install patch
.. etc
Someone can correct me if I'm wrong :) But I think its the same on
pretty much everything.
Best,
--Tim
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> _______________________________________________
> 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
|
|
|
|
|