WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] First release candidate for 3.2.0

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] First release candidate for 3.2.0
From: "Marco Sinhoreli" <msinhore@xxxxxxxxx>
Date: Mon, 10 Dec 2007 17:56:49 -0200
Delivery-date: Mon, 10 Dec 2007 11:57:26 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=a4epHZ2LSEMzcK2VGFQTaR+lVC5rwWWfCrYbzSeVvdI=; b=xgs3oR96XF9hR1raAFKVgdExDXjzdThkWKfyUD8p5dkFjwMn6yHESf80+fqYw7yV7n0IVX2O8jO8b8hyyUwjEl3MMtRuMNAJ3CkM9DKURrp/L0+Y1jwNbo1GJDHczoY7giBbQBY/QRh50cOaxcqOfAgzglIduLBn1j8rGVqSL0Y=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WvnxBjogxdCKX2+AZsA9SeAbDsjQr6f0LK7zSsjUImTw6KhAbBzY/87fYo2tsmHKOkzn++YMmdcR4caDeoLaFbZLMkmpxRnfLCRLPmACIPFjZ3xrxlQtSGH8oKqRdd0o+zOCJ1RSbHBh7tbkqHXCNjeMMp1U5t+o+5BmoQ2IarE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <475D7ABD.5030708@xxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <C382CEF9.19A39%keir.fraser@xxxxxxxxxxxxx> <475D7ABD.5030708@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello all,

I tried to run 'make world' in xen-3.2.0rc1 and it has returned this error:

------------------ code -------------------
make -f buildconfigs/mk.linux-2.6-xen build
set -e ; \
        if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \
            __repo=$(sh buildconfigs/select-repository
linux-2.6.18-xen.hg .:..) ; \
            if [ -d ${__repo} ] ; then \
                echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \
                ln -s ${__repo} linux-2.6.18-xen.hg ; \
            else \
                echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \
                hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \
            fi ; \
        else \
            __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \
            echo "Pulling changes from ${__parent} into
linux-2.6.18-xen.hg." ; \
            hg -R linux-2.6.18-xen.hg pull ${__parent} ; \
        fi
select-repository: Searching `.:..' for linux-2.6.18-xen.hg
select-repository: Ignoring `.'
hg: unknown command 'default'
select-repository: Unable to determine Xen repository parent.
make: *** [linux-2.6.18-xen.hg/.valid-src] Error 1
-------------------------- end code --------------------------------

Regards,

-- 
Marco Sinhoreli

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel