All of lore.kernel.org
 help / color / mirror / Atom feed
* xen-4.0.1-rc3 fails to 'make tools'
@ 2010-06-25 13:57 Min Lee
  2010-06-25 14:30 ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Min Lee @ 2010-06-25 13:57 UTC (permalink / raw)
  To: Xen-devel

Hi, I just checked out current xen-testing.hg
but it failed to 'make tools' as below.
I have some troubles with Xen4's tools and ioemu building, actually I don't 
need since I'm working on mainly PV case. It would be great if I can 
totally skip ioemu part (I don't even do stubdom) in building xentools.
How can I?
Thanks
Min

--

remote: Counting objects: 45652, done.
remote: Compressing objects: 100% (15065/15065), done.
remote: Total 45652 (delta 33226), reused 42451 (delta 30533)
Receiving objects: 100% (45652/45652), 18.26 MiB | 322 KiB/s, done.
Resolving deltas: 100% (33226/33226), done.
+ [ xen-4.0.1-rc3 ]
+ cd ioemu-remote.tmp
+ git branch -D dummy
+ :
+ git checkout -b dummy xen-4.0.1-rc3
fatal: git checkout: updating paths is incompatible with switching branches.
Did you intend to checkout 'xen-4.0.1-rc3' which can not be resolved as commit?
make[1]: *** [ioemu-dir-find] Error 128
make[1]: Leaving directory `/root/xen-4.0-testing.hg/tools'
make: *** [tools/ioemu-dir] Error 2

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xen-4.0.1-rc3 fails to 'make tools'
  2010-06-25 13:57 xen-4.0.1-rc3 fails to 'make tools' Min Lee
@ 2010-06-25 14:30 ` Ian Jackson
  2010-06-25 14:47   ` Min Lee
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2010-06-25 14:30 UTC (permalink / raw)
  To: Min Lee; +Cc: Xen-devel

Min Lee writes ("[Xen-devel] xen-4.0.1-rc3 fails to 'make tools'"):
> Hi, I just checked out current xen-testing.hg
> but it failed to 'make tools' as below.
> I have some troubles with Xen4's tools and ioemu building, actually I don't 
> need since I'm working on mainly PV case. It would be great if I can 
> totally skip ioemu part (I don't even do stubdom) in building xentools.

You should be able to by setting CONFIG_IOEMU=n in Config.mk or
.config.

But there is something strange about your error message; if that build
didn't work perhaps I have made a mistake.  Is your tree a fresh one ?
Can you send me privately a copy of the whole build transcript ?

Thanks,
Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xen-4.0.1-rc3 fails to 'make tools'
  2010-06-25 14:30 ` Ian Jackson
@ 2010-06-25 14:47   ` Min Lee
  2010-06-25 14:53     ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Min Lee @ 2010-06-25 14:47 UTC (permalink / raw)
  To: Ian Jackson; +Cc: Xen-devel

Hi, Ian.
I made one change to Config.mk to use git:// instead of http:// as below.
Now I found that QEMU_REMOTE=git:// should be xen-4.0-testing.git, not 
unstable branch's.. as below.

QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-4.0-testing.git
# QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git

Now it's working.
I think this is just trivial fix.
thanks!
Min

On 6/25/2010 10:30 AM, Ian Jackson wrote:
> Min Lee writes ("[Xen-devel] xen-4.0.1-rc3 fails to 'make tools'"):
>> Hi, I just checked out current xen-testing.hg
>> but it failed to 'make tools' as below.
>> I have some troubles with Xen4's tools and ioemu building, actually I don't
>> need since I'm working on mainly PV case. It would be great if I can
>> totally skip ioemu part (I don't even do stubdom) in building xentools.
>
> You should be able to by setting CONFIG_IOEMU=n in Config.mk or
> .config.
>
> But there is something strange about your error message; if that build
> didn't work perhaps I have made a mistake.  Is your tree a fresh one ?
> Can you send me privately a copy of the whole build transcript ?
>
> Thanks,
> Ian.
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xen-4.0.1-rc3 fails to 'make tools'
  2010-06-25 14:47   ` Min Lee
@ 2010-06-25 14:53     ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2010-06-25 14:53 UTC (permalink / raw)
  To: Min Lee; +Cc: Xen-devel@lists.xensource.com

Min Lee writes ("Re: [Xen-devel] xen-4.0.1-rc3 fails to 'make tools'"):
> I made one change to Config.mk to use git:// instead of http:// as below.
> Now I found that QEMU_REMOTE=git:// should be xen-4.0-testing.git, not 
> unstable branch's.. as below.

Ah, yes.

> I think this is just trivial fix.

Good, thanks.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-25 14:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25 13:57 xen-4.0.1-rc3 fails to 'make tools' Min Lee
2010-06-25 14:30 ` Ian Jackson
2010-06-25 14:47   ` Min Lee
2010-06-25 14:53     ` Ian Jackson

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.