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] compile errors

To: "lost butler" <thelostbutler@xxxxxxxxx>
Subject: Re: [Xen-users] compile errors
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Thu, 8 May 2008 22:52:52 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 08 May 2008 19:53:24 -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=bdSwie/qQmLcmckzQ11WzfEYlTir62nq+oXR9WSii+E=; b=Og3GsPdZHSGRssiiDdq3p/Suvun3qFxRtgu946uThb7XcK7lzdWc+SeVV6WcSSgaQdZhgX0Jc1T3EeVkIa8Wlk54iYZJKHHnVqiTySVAwIl99szGvJgf55l3IL/StB+Uu9tTeut/0Rz6mE2vsQvlhCA/WjUUX7/z2wfXJIZxzLo=
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=fTVZO3e/dasiH3NRqEuMCJIbTZg0X35O9ruAUd4vpUv8QsvGNoqFeSVBM7Fe3fiMiVXyxK1g1sZzQjXP/hqn0uedHX9u1Qurnrk8rAIEguWezlM2+TtC05fs6VWar7EJ2LDavJx/yVqQEmeHRto+VkRNpq32P8ByqmwuJTwcAU0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <752106.21063.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <752106.21063.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Butler,

On Wed, May 7, 2008 at 6:20 PM, lost butler <thelostbutler@xxxxxxxxx> wrote:
> hello folks,
>
>  i am trying to get xen 3.2.1 to compile and i got this error .
>
>  OS: Sles10 SP1
>  kernel : 2.6.16.46-0.12-bigsmp
>  gcc    : gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)
>  Python :2.4.2
>
>  Installed mercurial 0.9.1 from source and tkdiff too.
>
>  i would appreciate any help on getting this to work. thank you
>

you need to pull the linux source tree to the directory above your
xen-3.2.1 directory.

so for your particular example do:

cd /usr/src
hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg
cd xen-3.2.1
<your desired make command>


Regards,
Todd


>  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 `.'
>  abort: repository /usr/src/xen-3.2.1 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
>  xen-test:/usr/src/xen-3.2.1 #
>
>
>       
> ____________________________________________________________________________________
>  Be a better friend, newshound, and
>  know-it-all with Yahoo! Mobile.  Try it now.  
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
>
>  _______________________________________________
>  Xen-users mailing list
>  Xen-users@xxxxxxxxxxxxxxxxxxx
>  http://lists.xensource.com/xen-users
>

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

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