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

回复: [Xen-users] compile xen 3.2.1 problem

To: deshantm@xxxxxxxxx
Subject: 回复: [Xen-users] compile xen 3.2.1 problem
From: yibin.shen <freedoooooom@xxxxxxxxx>
Date: Thu, 17 Jul 2008 13:32:55 +0800
Cc: Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 16 Jul 2008 22:33:36 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=m5RVnaicH9pN2NrZc/yB9tz7W87Za25OXSo6J+KoFYE=; b=KbIAzkgZj9Cu8jiiKKJincVAbpVuj00p9BsJGv77SdwPrP5SrJxTxE6nEWchYXXziO R/MiwEDZ0MZLbfYZ2m0fiZ+BRtBglrAUWVHGXO59o05dzsIWKyOd1soSrngIQjW1nRqz DoA01reridy8fVpOfJl5LxI7GmWZecqFbGM/c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=UGoyFEAPi26GrLmFQ56aKFvuMdNZrek5xZX3/MNl/u/wp7aTLDJYFnPlD7UUI7MyPp CpUd+2h/g4CrTGkBmOOdCocq70Ol2s21GLjzmawoVtkS3NJeQI330BcbB8s7+TJuIBlU m4+c8USC1Dc9hrcAy7ejxWTcXvSucYGTwD+Go=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1e16a9ed0807161851o59ed5398l121798dcc23cfaae@xxxxxxxxxxxxxx>
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: <12156c060807161818r6d95df12oc6d14d32be80c352@xxxxxxxxxxxxxx> <1e16a9ed0807161851o59ed5398l121798dcc23cfaae@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
hi,Todd,
I've solved this problem simply,

just run:

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

thank you

Yibin Shen

2008/7/17, Todd Deshane <deshantm@xxxxxxxxx>:
> I would suggest this thread, there are a couple different solutions
> that people mention
> http://xen.markmail.org/search/?q=override+XenSource%27s+linux-kernel#query:override%20XenSource%27s%20linux-kernel+page:1+mid:mlo7cw7ydaj4gn6v+state:results
>
> Cheers,
> Todd
>
> On Wed, Jul 16, 2008 at 9:18 PM, yibin. shen <freedoooooom@xxxxxxxxx> wrote:
>> Hi,all,
>> when I download xen3.2.1 source code from this url:
>>
>> http://bits.xensource.com/oss-xen/release/3.2.1/xen-3.2.1.tar.gz
>>
>> then I want compile it on my Debian testing(kernel 2.6.24-1-686)
>>
>> when I run this command to compile xen0's kernel,
>>
>> #make linux-2.6-xen-config CONFIGMODE=menuconfig
>>
>> make -f buildconfigs/mk.linux-2.6-xen config
>> make[1]: Entering directory `/tmp/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[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 1
>> make[1]: Leaving directory `/tmp/xen-3.2.1'
>> make: *** [linux-2.6-xen-config] Error 2
>>
>>
>> what does it mean?
>>
>> thanks
>>
>>
>> Yibin Shen
>>
>> _______________________________________________
>> 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>