All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <keir@xen.org>
To: DEMIAN_8 <ildar_shirshov@mail.ru>, xen-devel@lists.xensource.com
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: Re: xen-4.0.1-rc2 fails to 'make tools'
Date: Tue, 11 Jan 2011 11:36:20 +0000	[thread overview]
Message-ID: <C951F134.29FE8%keir@xen.org> (raw)
In-Reply-To: <1294545807603-3333595.post@n5.nabble.com>

On 09/01/2011 04:03, "DEMIAN_8" <ildar_shirshov@mail.ru> 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...

  reply	other threads:[~2011-01-11 11:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-09  4:03 xen-4.0.1-rc2 fails to 'make tools' DEMIAN_8
2011-01-11 11:36 ` Keir Fraser [this message]
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=C951F134.29FE8%keir@xen.org \
    --to=keir@xen.org \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=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.