From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: xen-4.0.1-rc2 fails to 'make tools' Date: Tue, 11 Jan 2011 11:36:20 +0000 Message-ID: References: <1294545807603-3333595.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1294545807603-3333595.post@n5.nabble.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: DEMIAN_8 , xen-devel@lists.xensource.com Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org On 09/01/2011 04:03, "DEMIAN_8" wrote: > > Hi, I just checked out current xen-testing.hg > but it failed to 'make tools' as below. > How can I? Two problems I can see. Firstly, you are not trying to check-out the xen-4.0.2-rc1 tag from the qemu repository. Probably because your xen-4.0-testing.hg tree is not up to date -- you need to pull it from http://xenbits.xen.org/staging/xen-4.0-testing.hg rather than http://xenbits.xen.org/xen-4.0-testing.hg. Secondly, nonetheless, the old tag (6d5b7...) should be present in the qemu repository. So something has gone wrong there. Ian Jackson (cc'ed) can probably help. Perhaps the qemu repo has got broken in updating it for RC1. -- Keir > Thanks > > __________________ > > make[1]: Entering directory `/root/xen-4.0-testing.hg/tools' > set -ex; \ > if test -d git://xenbits.xensource.com/qemu-xen-4.0-testing.git; > then \ > rm -f ioemu-dir; \ > ln -sf git://xenbits.xensource.com/qemu-xen-4.0-testing.git > ioemu-dir; \ > else \ > if [ ! -d ioemu-remote ]; then \ > rm -rf ioemu-remote ioemu-remote.tmp; \ > mkdir ioemu-remote.tmp; rmdir ioemu-remote.tmp; \ > git clone > git://xenbits.xensource.com/qemu-xen-4.0-testing.git ioemu-remote.tmp; \ > if [ "6d5b7ee3acfe8cc10681d2583a38398f7470ec2a" ]; > then\ > cd ioemu-remote.tmp; \ > git branch -D dummy >/dev/null 2>&1 ||:; \ > git checkout -b dummy > 6d5b7ee3acfe8cc10681d2583a38398f7470ec2a; \ > cd ..; \ > fi; \ > mv ioemu-remote.tmp ioemu-remote; \ > fi; \ > rm -f ioemu-dir; \ > ln -sf ioemu-remote ioemu-dir; \ > fi > + test -d git://xenbits.xensource.com/qemu-xen-4.0-testing.git > + '[' '!' -d ioemu-remote ']' > + rm -rf ioemu-remote ioemu-remote.tmp > + mkdir ioemu-remote.tmp > + rmdir ioemu-remote.tmp > + git clone git://xenbits.xensource.com/qemu-xen-4.0-testing.git > ioemu-remote.tmp > Cloning into ioemu-remote.tmp... > remote: Counting objects: 45586, done. > remote: Compressing objects: 100% (14868/14868), done. > remote: Total 45586 (delta 33175), reused 42563 (delta 30664) > Receiving objects: 100% (45586/45586), 18.21 MiB | 94 KiB/s, done. > Resolving deltas: 100% (33175/33175), done. > + '[' 6d5b7ee3acfe8cc10681d2583a38398f7470ec2a ']' > + cd ioemu-remote.tmp > + git branch -D dummy > + : > + git checkout -b dummy 6d5b7ee3acfe8cc10681d2583a38398f7470ec2a > fatal: reference is not a tree: 6d5b7ee3acfe8cc10681d2583a38398f7470ec2a > make[1]: *** [ioemu-dir-find] Error 128 > make[1]: Leaving directory `/root/xen-4.0-testing.hg/tools' > make: *** [tools/ioemu-dir] Error 2 > > __________________ > > I have read post > http://lists.xensource.com/archives/html/xen-devel/2010-06/msg01472.html but > nothing happened. > > I commented out as there described, but unfortunately does not work. > > QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-4.0-testing.git > # QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xe...