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] Command "make prep-kernels" not cloning Linux - xen-4.1.0 so

To: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Command "make prep-kernels" not cloning Linux - xen-4.1.0 sources.
From: Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Date: Wed, 6 Apr 2011 12:47:45 -0300
Delivery-date: Wed, 06 Apr 2011 08:49:08 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=broRouL3VMhmvW6nmKuFecUijBP9zg8Ke0SQvpaAPBE=; b=XWULJC893vyqNfpIi2YrsljqDuxvMNHfaY+PXkEHbXcEke6OSuGsL6pkf/sHMcfR6s WjmKL4/Xa6lyvON/YsQajy617y3B6XhvZoSKjtCpta2qlecknVXzSLd2FhyBNLi2A+CQ 3TXn9Lgg1ykxyQ6giR0bNQgp8yw31+JBF2hVU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=IrfO8HA98lyXuKWXEad6BnJ5XsgnJsmxr5JLpit4o/ux5gow09Y+3SGpldAUfpzgQB YNx+nJl+rBizEBbZu7Hog525QRhHX8fbGdOR3tWd+TRq9paUxYMTlSmBWv03yzeMGL5J q1diTzCSKUnofRvrek1D+T3D3lU00jQsrqXbc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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>