From mboxrd@z Thu Jan 1 00:00:00 1970 From: DEMIAN_8 Subject: xen-4.0.1-rc2 fails to 'make tools' Date: Sat, 8 Jan 2011 20:03:27 -0800 (PST) Message-ID: <1294545807603-3333595.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, I just checked out current xen-testing.hg but it failed to 'make tools' as below. How can I? 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... -- View this message in context: http://xen.1045712.n5.nabble.com/xen-4-0-1-rc2-fails-to-make-tools-tp3333595p3333595.html Sent from the Xen - Dev mailing list archive at Nabble.com.