|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] XEN building "make world" broken?
A vanilla xen-4.0-testing.hg checkout won't build all the way through. hg clone http://xenbits.xensource.com/xen-4.0-testing.hg cd xen-4.0-testing.hg make world .... + 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 Cloning into linux-2.6-pvops.git.tmp... remote: Counting objects: 1941611, done. remote: Compressing objects: 100% (318945/318945), done. remote: Total 1941611 (delta 1614307), reused 1930825 (delta 1604777) Receiving objects: 100% (1941611/1941611), 397.88 MiB | 3.68 MiB/s, done. Resolving deltas: 100% (1614307/1614307), done. + cd linux-2.6-pvops.git.tmp + git checkout -b xen/stable-2.6.32.x xen/xen/stable-2.6.32.x fatal: git checkout: branch xen/stable-2.6.32.x already exists ... build failed. Going exploring: cd linux-2.6-pvops.git.tpm git checkout xen/xen/stable-2.6.32.x ..works git checkout xen/stable-2.6.32.x ..worksLooks like the local xen/stable-2.6.32.x branch that is started in the build process got pushed into the main repo.
Removing the local branch creation works:
diff -r 996f7815b070 buildconfigs/src.git-clone
--- a/buildconfigs/src.git-clone Thu Feb 10 17:26:19 2011 +0000
+++ b/buildconfigs/src.git-clone Thu Feb 17 11:50:35 2011 -0800
@@ -26,7 +26,7 @@
rm -rf $(LINUX_SRCDIR) $(LINUX_SRCDIR).tmp; \
mkdir $(LINUX_SRCDIR).tmp; rmdir $(LINUX_SRCDIR).tmp; \
$(GIT) clone -o $(XEN_GIT_ORIGIN) -n
$(XEN_LINUX_GIT_URL) $(LINUX_SRCDIR).tmp; \
- (cd $(LINUX_SRCDIR).tmp; git checkout -b
$(XEN_LINUX_GIT_LOCALBRANCH) $(XEN_LINUX_GITREV) ); \
+ (cd $(LINUX_SRCDIR).tmp; git checkout
$(XEN_LINUX_GITREV) ); \
mv $(LINUX_SRCDIR).tmp $(LINUX_SRCDIR); \
fi
touch $@
-John
On 02/16/2011 09:04 PM, Todd Deshane wrote:
On Thu, Feb 17, 2011 at 4:38 AM, Yuvraj Agarwal<yuvraj@xxxxxxxxxxx> wrote:Hi All,<snip>git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-pvops.git.tmp Initialized empty Git repository in /home/yuvraj/XEN-Build/xen-4.0-testing.hg/linux-2.6-pvops.git.tmp/.git/ remote: Counting objects: 1941611, done. remote: Compressing objects: 100% (318945/318945), done. remote: Total 1941611 (delta 1614307), reused 1930825 (delta 1604777) Receiving objects: 100% (1941611/1941611), 397.88 MiB | 1.33 MiB/s, done. Resolving deltas: 100% (1614307/1614307), done. + cd linux-2.6-pvops.git.tmp + git checkout -b xen/stable-2.6.32.x xen/xen/stable-2.6.32.x fatal: git checkout: branch xen/stable-2.6.32.x already existsThis look like the problem you are running into http://lists.xensource.com/archives/html/xen-users/2010-12/msg00166.html (A problem with your git tree for the kernel.) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |