From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: First release candidate for 3.2.0 Date: Tue, 11 Dec 2007 09:20:55 +0000 Message-ID: <1197364856.16562.12.camel@localhost.localdomain> References: <475D7ABD.5030708@xs4all.nl> <20fe3cf60712101156y7defbdc6n1545bda2641da89e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20fe3cf60712101156y7defbdc6n1545bda2641da89e@mail.gmail.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: Marco Sinhoreli Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 2007-12-10 at 17:56 -0200, Marco Sinhoreli wrote: > Hello all, > > I tried to run 'make world' in xen-3.2.0rc1 and it has returned this error: It works for me here, what is your environment (distro, make and mercurial version etc)? Did you clone direct from http://xenbits.xensource.com/xen-unstable.hg or do you use a local staging repository? Can you try with this debug patch: diff -r 4054cd60895b buildconfigs/select-repository --- a/buildconfigs/select-repository Mon Dec 10 13:49:22 2007 +0000 +++ b/buildconfigs/select-repository Tue Dec 11 09:16:55 2007 +0000 @@ -1,6 +1,10 @@ #!/bin/sh ME=$(basename $0) + +echo "$ME: XEN_ROOT is ${XEN_ROOT}" 1>&2 + +set -x if [ $# -lt 1 ] || [ $# -gt 2 ] ; then echo "usage: $ME [search-path]" 1>&2