|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] make world guvung error
On Sat, Feb 26, 2011 at 10:08 AM, Todd Deshane <todd.deshane@xxxxxxx> wrote:
> On Sat, Feb 26, 2011 at 2:02 AM, Tapas Mishra <mightydreams@xxxxxxxxx> wrote:
>> make world gives me following error
>> It is Xen 4.0 on Ubuntu 10.04
>>
>> sed: can't read linux-2.6-pvops.git/Makefile: No such file or directory
>> make[3]: *** [build-linux-2.6-pvops_x86_32/include/linux/autoconf.h] Error 2
>> make[3]: Leaving directory `/usr/src/xen-4.0.1'
>> make[2]: *** [linux-2.6-pvops-install] Error 2
>> make[2]: Leaving directory `/usr/src/xen-4.0.1'
>> make[1]: *** [install-kernels] Error 1
>> make[1]: Leaving directory `/usr/src/xen-4.0.1'
>> make: *** [world] Error 2
>>
>
> You are probably running into a problem with checking out the kernel. See:
>
> http://xen.markmail.org/search/?q=sed:%20can't%20read%20linux-2.6-pvops.git/Makefile:%20No%20such%20file%20or%20directory#query:sed%3A%20can%27t%20read%20linux-2.6-pvops.git%2FMakefile%3A%20No%20such%20file%20or%20directory+page:1+mid:554ctzocywkw5hfm+state:results
>
>From your link I got this to try 7th message in same thread you
mentioned so I am trying it
make XEN_LINUX_GIT_LOCALBRANCH=local/xen/stable-2.6.32.x world
just want to know
+ [ -d linux-2.6-pvops.git ]
+ rm -rf linux-2.6-pvops.git linux-2.6-pvops.git.tmp
+ mkdir linux-2.6-pvops.git.tmp
+ rmdir linux-2.6-pvops.git.tmp
+ git clone -o xen -n
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-pvops.git.tmp
Initialized empty Git repository in
/usr/src/xen-4.0.1/linux-2.6-pvops.git.tmp/.git/
remote: Counting objects: 1941611, done.
remote: Compressing objects: 100% (319127/319127), done.
Receiving objects: 2% (1941611/1941611), 39.17 MiB | 87 KiB/s, done.
is it possible to avoid this expensive time consuming pull of git
which you see above each time I do a make it happens.
--
http://mightydreams.blogspot.com
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|