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

[Xen-users] Re: Command "make prep-kernels" not cloning Linux - xen-4.1.

To: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Re: Command "make prep-kernels" not cloning Linux - xen-4.1.0 sources.
From: Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Date: Wed, 6 Apr 2011 12:53:39 -0300
Delivery-date: Wed, 06 Apr 2011 08:54:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=8bAQNqLZKmhz+IXx1OFQ1wkyunRknCod40Uwun4urbE=; b=P0e170s2ExCUiK6ejnkz0Ecrcu4NwAXQ+m9oVedO0sJ1m9KyqH1eCTm1HG83BsskL2 ECfmmSNNG6U9lEanjVq3qROh08mXUNLWyIJ5TaGPQztp/OvrivufzDpbq3hVjmT7wh7z HOh5HgG035FedffilxVRHwG3ea6nEg1RXgVGg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=iKi8bR4v5i/xKdKvO3XtS0iHXtKOOckZqx9icC6dq1PVhFr/PiaHIYBefoG9qJb0uZ cEXYI+EaZbo6R3Nb4OLTBCZD40TbfJ0mLBZIq8cWL1f638nINhUIEn6qzAnEG3SEuqfW 8m8KImUll+2Mmhnobxiv26V1yWReNeL3PVMqc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BANLkTi=jb0GATn44DoMnO5mAkpWavMHeCw@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: <BANLkTi=jb0GATn44DoMnO5mAkpWavMHeCw@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Sorry, english is not my native language.

:%s/but as usually/but not as usually/

I meant that the new version is not behaving as usual, from my point of view.

-
 Thiago

2011/4/6 Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Hi!

 I compiled the xen-4.0.1 in Linux (Ubuntu 10.04), but as usually, the xen-4.1.0 is not behaving in a manner similar to the previous version.

 Am I required from version xen-4.1.0, transfer the kernel via the command "git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen" from now? I mean, the "make prep-kernels" command of the xen-4.1.0 no longer does this to us?

 My examples:

administrativo@xen01:~/xen-4.0.1$ make prep-kernels
for i in  linux-2.6-pvops  ; do make $i-prep || exit 1; done
make[1]: Entering directory `/home/administrativo/xen-4.0.1'
make -f buildconfigs/mk.linux-2.6-pvops prep
make[2]: Entering directory `/home/administrativo/xen-4.0.1'
set -ex; \
if ! [ -d linux-2.6-pvops.git ]; then \
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; \
(cd linux-2.6-pvops.git.tmp; git checkout -b xen/stable-2.6.32.x xen/xen/stable-2.6.32.x ); \
mv linux-2.6-pvops.git.tmp linux-2.6-pvops.git; \
fi
+ [ -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 /home/administrativo/xen-4.0.1/linux-2.6-pvops.git.tmp/.git/

OKAY!

-----

administrativo@xen01:~/xen-4.1.0$ make prep-kernels
for i in  ; do make $i-prep || exit 1; done

NOT OKAY... Right?!

-----

Best Regards,
Thiago

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>