All of lore.kernel.org
 help / color / mirror / Atom feed
From: DEMIAN_8 <ildar_shirshov@mail.ru>
To: xen-devel@lists.xensource.com
Subject: xen-4.0.1-rc2 fails to 'make tools'
Date: Sat, 8 Jan 2011 20:03:27 -0800 (PST)	[thread overview]
Message-ID: <1294545807603-3333595.post@n5.nabble.com> (raw)


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.

             reply	other threads:[~2011-01-09  4:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-09  4:03 DEMIAN_8 [this message]
2011-01-11 11:36 ` xen-4.0.1-rc2 fails to 'make tools' Keir Fraser
2011-01-11 14:28   ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1294545807603-3333595.post@n5.nabble.com \
    --to=ildar_shirshov@mail.ru \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.