From mboxrd@z Thu Jan 1 00:00:00 1970 From: Min Lee Subject: Re: xen-4.0.1-rc3 fails to 'make tools' Date: Fri, 25 Jun 2010 10:47:25 -0400 Message-ID: <4C24C17D.7070006@gatech.edu> References: <4C24B5BD.8090307@gatech.edu> <19492.48539.782306.129181@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <19492.48539.782306.129181@mariner.uk.xensource.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: Ian Jackson Cc: Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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. >