Jordi Moles
2008-Feb-19 18:04 UTC
[Xen-users] is there a proper way to install xen 3.2.0 on debian?
Hi, i''ve been looking around for days, but found no way to install properly xen 3.2.0 on my debian etch. I''ve seen many issues in this list, and i''ve followed all the "recipies" from this thread, none has worked for me: http://lists.xensource.com/archives/html/xen-users/2008-01/msg00633.html I''ve tried with the mercurial from repositories but with the newest version as well, with the installation from tarball... everything in that post, no luck so far. could anyone tell me how to compile everything in linux debian etch? Thank you. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jordi Moles Blanco
2008-Feb-19 19:22 UTC
Re: [Xen-users] is there a proper way to install xen 3.2.0 on debian?
Hi again, i''ll give you some example, cause i think i gave too few information. For example, if i follow the method in that thread, which is supposed to be like "the official" ********** please take care of the following steps: # hg clone –r RELEASE-3.2.0 http://xenbits.xensource.com/xen-3.2-testing.hg # hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg # cd xen-3.2-testing.hg After that you should be able to use the different make command, like "make world", etc. Tell me where you exactly got stucked. ************* i get this: ********** make[4]: Leaving directory `/usr/src/linux-2.6.18-xen.hg'' make -C build-linux-2.6.18-xen_x86_64 ARCH=x86_64 prepare make[4]: Entering directory `/usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64'' make -C /usr/src/linux-2.6.18-xen.hg O=/usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64 prepare GEN /usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64/Makefile scripts/kconfig/conf -s arch/x86_64/Kconfig Using /usr/src/linux-2.6.18-xen.hg as source for kernel GEN /usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64/Makefile CHK include/linux/version.h UPD include/linux/version.h CHK include/linux/utsrelease.h UPD include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86_64 awk: line 2: function gensub never defined /usr/src/linux-2.6.18-xen.hg/scripts/Makefile.build:73: *** ''Your awk program does not define gensub. Use gawk or another awk with gensub''. Stop. make[6]: *** [scripts_basic] Error 2 make[5]: *** [prepare] Error 2 make[4]: *** [prepare] Error 2 make[4]: Leaving directory `/usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64'' make[3]: *** [build-linux-2.6.18-xen_x86_64/include/linux/autoconf.h] Error 2 make[3]: Leaving directory `/usr/src/xen-3.2-testing.hg'' make[2]: *** [linux-2.6-xen-install] Error 2 make[2]: Leaving directory `/usr/src/xen-3.2-testing.hg'' make[1]: *** [install-kernels] Error 1 make[1]: Leaving directory `/usr/src/xen-3.2-testing.hg'' make: *** [world] Error 2 *********** The rest of ways to compile in that threat didn''t work for me either. Could anyone help me? Thank you. El dt 19 de 02 del 2008 a les 19:04 +0100, en/na Jordi Moles va escriure:> Hi, > > i''ve been looking around for days, but found no way to install properly > xen 3.2.0 on my debian etch. > > I''ve seen many issues in this list, and i''ve followed all the "recipies" > from this thread, none has worked for me: > > http://lists.xensource.com/archives/html/xen-users/2008-01/msg00633.html > > I''ve tried with the mercurial from repositories but with the newest > version as well, with the installation from tarball... everything in > that post, no luck so far. > > could anyone tell me how to compile everything in linux debian etch? > > Thank you. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jordi Moles Blanco
2008-Feb-19 19:29 UTC
Re: [Xen-users] is there a proper way to install xen 3.2.0 on debian? [solved]
Hi, i''m so sorry guys, i just realised my problem, i had first to do apt-get install gawk Then.. just **** hg clone –r RELEASE-3.2.0http://xenbits.xensource.com/xen-3.2-testing.hg hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg cd xen-3.2-testing.hg make world ****** Thanks. El dt 19 de 02 del 2008 a les 20:22 +0100, en/na Jordi Moles Blanco va escriure:> Hi again, > > i''ll give you some example, cause i think i gave too few information. > > For example, if i follow the method in that thread, which is supposed to > be like "the official" > > ********** > please take care of the following steps: > # hg clone –r > RELEASE-3.2.0 http://xenbits.xensource.com/xen-3.2-testing.hg > # hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > # cd xen-3.2-testing.hg > > > After that you should be able to use the different make command, like > "make world", etc. > Tell me where you exactly got stucked. > ************* > > i get this: > > ********** > make[4]: Leaving directory `/usr/src/linux-2.6.18-xen.hg'' > make -C build-linux-2.6.18-xen_x86_64 ARCH=x86_64 prepare > make[4]: Entering directory > `/usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64'' > make -C /usr/src/linux-2.6.18-xen.hg > O=/usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64 prepare > > GEN /usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64/Makefile > scripts/kconfig/conf -s arch/x86_64/Kconfig > Using /usr/src/linux-2.6.18-xen.hg as source for kernel > > GEN /usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64/Makefile > CHK include/linux/version.h > UPD include/linux/version.h > CHK include/linux/utsrelease.h > UPD include/linux/utsrelease.h > SYMLINK include/asm -> include/asm-x86_64 > awk: line 2: function gensub never defined > /usr/src/linux-2.6.18-xen.hg/scripts/Makefile.build:73: *** ''Your awk > program does not define gensub. Use gawk or another awk with gensub''. > Stop. > make[6]: *** [scripts_basic] Error 2 > make[5]: *** [prepare] Error 2 > make[4]: *** [prepare] Error 2 > make[4]: Leaving directory > `/usr/src/xen-3.2-testing.hg/build-linux-2.6.18-xen_x86_64'' > make[3]: *** [build-linux-2.6.18-xen_x86_64/include/linux/autoconf.h] > Error 2 > make[3]: Leaving directory `/usr/src/xen-3.2-testing.hg'' > make[2]: *** [linux-2.6-xen-install] Error 2 > make[2]: Leaving directory `/usr/src/xen-3.2-testing.hg'' > make[1]: *** [install-kernels] Error 1 > make[1]: Leaving directory `/usr/src/xen-3.2-testing.hg'' > make: *** [world] Error 2 > > > *********** > > The rest of ways to compile in that threat didn''t work for me either. > > Could anyone help me? > > Thank you. > > > > > > > > > > El dt 19 de 02 del 2008 a les 19:04 +0100, en/na Jordi Moles va > escriure: > > Hi, > > > > i''ve been looking around for days, but found no way to install properly > > xen 3.2.0 on my debian etch. > > > > I''ve seen many issues in this list, and i''ve followed all the "recipies" > > from this thread, none has worked for me: > > > > http://lists.xensource.com/archives/html/xen-users/2008-01/msg00633.html > > > > I''ve tried with the mercurial from repositories but with the newest > > version as well, with the installation from tarball... everything in > > that post, no luck so far. > > > > could anyone tell me how to compile everything in linux debian etch? > > > > Thank you. > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users