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-users

Re: [Xen-users] xen 3.2.1, make world doesnt work

To: "Christian Lyra" <lyra@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] xen 3.2.1, make world doesnt work
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Wed, 24 Sep 2008 22:49:12 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 24 Sep 2008 19:49:51 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=gcYAYfvFh+n/CzSHy9SOLua4q7hIL/nnf7DKWIe7KJk=; b=eVpusdlaZhy92fhoo/Alpv7R5s+5DB9bNoy4bkWJkJOu+tTB1x2iRurzWqkHCXedCJ uJmICqufKCsVmG+ile3J6KHMDJ33fR8o1r9ch5w8CUWESulE7dM8V4Y0A5/8KDUJ0KzK pWlaWdu48Qm4OXg4jbjC/uaHlqbnxQx7//yR4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=uqfrVYUyT1uTBjRQ+bHE1iHifkS4JQMDaDgGX1xfdoeMOli9tns0eRsMSIm2eQALLT /0ZOBhzu0L/ThPqqNUxs0M7VvgGBqEGQe/EjkHOeLvZmmCWuxZ+CNmNGE1HePWow2T7N 8h7v3p2Ikn9L6iDVpMvHgnmG7LxSfRD2vmzmQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200809241911.14815.lyra@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <200809241911.14815.lyra@xxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
This question has been answered quite a few times before, but you need to do:

hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg

On Wed, Sep 24, 2008 at 6:11 PM, Christian Lyra <lyra@xxxxxxxxxxxxx> wrote:
> Hi,
>
>        I was about to upgrade my 3.1 install to 3.3 but I saw that people had
> problems with pci passthrough. From that thread it seems that the best
> bet should be 3.2.1. But while trying to "make world" a 3.2.1 source, I
> got this:
>
> make[3]: Entering directory `/usr/src/xen-3.2.1'
> 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 `.'
> not found!
> select-repository: Unable to determine Xen repository parent.
> make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 1
> make[3]: Leaving directory `/usr/src/xen-3.2.1'
> make[2]: *** [linux-2.6-xen-install] Error 2
> make[2]: Leaving directory `/usr/src/xen-3.2.1'
> make[1]: *** [install-kernels] Error 1
> make[1]: Leaving directory `/usr/src/xen-3.2.1'
> make: *** [world] Error 2
>
>        so... any hints about how to fix this?
>
>
> --
> Christian Lyra
> POP-PR - RNP
>
> http://lyra.soueu.com.br
>
> Despite the delicious irony, I will not force two heroes to fight each
> other in the arena.
>                        The Top Things I'd Do
>                        If I Ever Became an Evil Overlord
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>



-- 
Todd Deshane
http://todddeshane.net
check out our book: http://runningxen.com

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

<Prev in Thread] Current Thread [Next in Thread>