WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] make world guvung error

To: Todd Deshane <todd.deshane@xxxxxxx>
Subject: Re: [Xen-users] make world guvung error
From: Tapas Mishra <mightydreams@xxxxxxxxx>
Date: Sat, 26 Feb 2011 15:11:48 +0530
Cc: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sat, 26 Feb 2011 01:43:08 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RQrpNUXyfKsDpgn/1vUNrAdUnB+0b5SwK1B9aPWXDvY=; b=axaBM1kIMCrCvfBTIC5Q9DbIc6IiFCiGvwQzHHgHfYD6wfLwTNa0RGlrgTkNR/04iT PQS6VGHEBztVST7DpxtjXIfDtrUcbJJzi0PP/aH+NJn2V58UXgByTHDiXkluU47RWJFl 5mWmKIBEQwr0tM6sc6LY0Vh5k42tderA3OYV0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=tt2xJ92EfDYZHBIiXigws9VDzcrAK5n5GKFcX6TjDU9HHzPtjAX0wZiSS2Q92jrUzJ l8d8XdYQyE1WWn6+GF2bPhIc6QGvjf8QeNCevwWnMBW2P/7Ty79IQ3rRO9BWWHIYbArX HnG80UTKEYIZPz4sPNuU09fEetr3uVr5ZVIQY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTiktPMusyWtsfWrrA7YKkuq7JoDZ2KDJaH-o7nMU@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTikBUKZbTjA2tg62=A73prS_m5AVPCTZf15TvxHc@xxxxxxxxxxxxxx> <AANLkTiktPMusyWtsfWrrA7YKkuq7JoDZ2KDJaH-o7nMU@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>