Antonio Lobato
2008-Jul-02 22:04 UTC
[Xen-users] Error compiling xen 3.2.1 on ubuntu hardy
I downloaded xen-3.2.1.tar.gz from xen.org, installed all dependencies and make world on ubuntu hardy. It compiles fine until the errors below.... ------------------------------------------------------ ... ... install -m0644 -p include/public/foreign/*.h /usr/local/src/xen-3.2.1/dist/install/usr/include/xen/foreign install -m0644 -p include/public/COPYING /usr/local/src/xen-3.2.1/dist/install/usr/include/xen make[3]: Saindo do diretório `/usr/local/src/xen-3.2.1/xen'' make[2]: Saindo do diretório `/usr/local/src/xen-3.2.1/xen'' for i in linux-2.6-xen ; do make $i-install || exit 1; done make[2]: Entrando no diretório `/usr/local/src/xen-3.2.1'' make -f buildconfigs/mk.linux-2.6-xen build make[3]: Entrando no diretório `/usr/local/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 `.'' buildconfigs/select-repository: line 35: hg: comando não encontrado select-repository: Unable to determine Xen repository parent. make[3]: ** [linux-2.6.18-xen.hg/.valid-src] Erro 1 make[3]: Saindo do diretório `/usr/local/src/xen-3.2.1'' make[2]: ** [linux-2.6-xen-install] Erro 2 make[2]: Saindo do diretório `/usr/local/src/xen-3.2.1'' make[1]: ** [install-kernels] Erro 1 make[1]: Saindo do diretório `/usr/local/src/xen-3.2.1'' make: ** [world] Erro 2 --------------------------------------------------------------------- Can you give me pointers to solve this? Thank you Tom Lobato _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Todd Deshane
2008-Jul-02 22:11 UTC
Re: [Xen-users] Error compiling xen 3.2.1 on ubuntu hardy
On Wed, Jul 2, 2008 at 6:04 PM, Antonio Lobato <lobato@tinecon.com.br> wrote:> > I downloaded xen-3.2.1.tar.gz from xen.org, installed all dependencies and > make world on ubuntu hardy. It compiles fine until the errors below.... >you need to do: cd to the directory that contains the xen source code (not in it) hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg Cheers, -- Todd Deshane http://todddeshane.net check out our book: http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Antonio Lobato
2008-Jul-02 23:09 UTC
Re: [Xen-users] Error compiling xen 3.2.1 on ubuntu hardy
Todd Deshane escreveu: On Wed, Jul 2, 2008 at 6:04 PM, Antonio Lobato <lobato@tinecon.com.br> wrote: I downloaded xen-3.2.1.tar.gz from xen.org, installed all dependencies and make world on ubuntu hardy. It compiles fine until the errors below.... you need to do: cd to the directory that contains the xen source code (not in it) hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg thank you very much. Can I dowload the 2.6.25 kernel? Is there more options? In really, Im trying to compile xen to run Nvidia drivers in ubuntu. Tom Lobato _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Todd Deshane
2008-Jul-03 01:11 UTC
Re: [Xen-users] Error compiling xen 3.2.1 on ubuntu hardy
On Wed, Jul 2, 2008 at 7:09 PM, Antonio Lobato <lobato@tinecon.com.br> wrote:> Todd Deshane escreveu: > > On Wed, Jul 2, 2008 at 6:04 PM, Antonio Lobato <lobato@tinecon.com.br> > wrote: > >> >> I downloaded xen-3.2.1.tar.gz from xen.org, installed all dependencies >> and >> make world on ubuntu hardy. It compiles fine until the errors below.... >> > > you need to do: > > cd to the directory that contains the xen source code (not in it) > hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > > > thank you very much. > Can I dowload the 2.6.25 kernel? Is there more options? > In really, Im trying to compile xen to run Nvidia drivers in ubuntu. >There is a transition in progress to move xen development to an upstream kernel see: http://wiki.xensource.com/xenwiki/XenParavirtOps Xen + nvidia is described some here: http://legroom.net/2008/06/22/running-binary-nvidia-drivers-under-xen-host Cheers, -- Todd Deshane http://todddeshane.net check out our book: http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users