Hi, I am facing the below error while compiling dom0. Please guide. root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen0 config make[1]: Entering directory `/usr/src/xen-3.3.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 `.'' Unable to determine path to Linux source tree. Falling back to linux-2.6.18-xen Mercurial repository. Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. abort: error: Name or service not known make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 make[1]: Leaving directory `/usr/src/xen-3.3.1'' make: *** [linux-2.6-xen0-config] Error 2 Regards Ananth _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
PCextreme B.V. - Wido den Hollander
2009-Mar-26 11:07 UTC
Re: [Xen-users] error while compiling xen
Seems like you have a network/DNS issue: abort: error: Name or service not known i think bits.xensource.com can not be resolved. - Met vriendelijke groet, Wido den Hollander Hoofd Systeembeheer / CSO Telefoon Support Nederland: 0900 9633 (45 cpm) Telefoon Support België: 0900 70312 (45 cpm) Telefoon Direct: (+31) (0)20 50 60 104 Fax: +31 (0)20 50 60 111 E-mail: support@pcextreme.nl Website: http://www.pcextreme.nl Kennisbank: http://support.pcextreme.nl/ Netwerkstatus: http://nmc.pcextreme.nl On Thu, 2009-03-26 at 16:31 +0530, Ananth wrote:> Hi, > I am facing the below error while compiling dom0. Please guide. > > root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config > CONFIGMODE=menuconfig > make -f buildconfigs/mk.linux-2.6-xen0 config > make[1]: Entering directory `/usr/src/xen-3.3.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 `.'' > Unable to determine path to Linux source tree. > Falling back to linux-2.6.18-xen Mercurial repository. > Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to > linux-2.6.18-xen.hg. > abort: error: Name or service not known > make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 > make[1]: Leaving directory `/usr/src/xen-3.3.1'' > make: *** [linux-2.6-xen0-config] Error 2 > > > Regards > Ananth > _______________________________________________ > 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
Hi, do you have the kernel Sources installed? If not, do so :) Kind Regards, ------------------------------------------------------------------------ Thomas Berger - Junior Consultant for SAP Netweaver AS - BOREUS Rechenzentrum GmbH Zur Schwedenschanze 2 D - 18435 Stralsund Germany Phone:+49 (0) 38 31 - 36 76 415 Fax: +49 (0) 38 31 - 36 76 615 eMail: tbe@boreus.de Internet: http://www.boreus.de/ -------------------------------------------------------------------------- Geschäftsführer: André Jahns, Holger Lebrecht Handelsregister: Amtsgericht Stralsund HRB 5750 Sitz der Gesellschaft: Stralsund Von: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] Im Auftrag von Ananth Gesendet: Donnerstag, 26. März 2009 12:01 An: xen-users@lists.xensource.com Betreff: [Xen-users] error while compiling xen Hi, I am facing the below error while compiling dom0. Please guide. root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen0 config make[1]: Entering directory `/usr/src/xen-3.3.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 `.'' Unable to determine path to Linux source tree. Falling back to linux-2.6.18-xen Mercurial repository. Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. abort: error: Name or service not known make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 make[1]: Leaving directory `/usr/src/xen-3.3.1'' make: *** [linux-2.6-xen0-config] Error 2 Regards Ananth _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. >abort: error: Name or service not knownInstall mercurial (hg) and the recent version of git on your system. Otherwise, you won''t be able build Xen from source. Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-users] error while compiling xen To: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 7:01 AM Hi, I am facing the below error while compiling dom0. Please guide. root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen0 config make[1]: Entering directory `/usr/src/xen-3.3.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 `.'' Unable to determine path to Linux source tree. Falling back to linux-2.6.18-xen Mercurial repository. Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. abort: error: Name or service not known make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 make[1]: Leaving directory `/usr/src/xen-3.3.1'' make: *** [linux-2.6-xen0-config] Error 2 Regards Ananth _______________________________________________ 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
I dont think its a DNS issue . I am able to use the internet from the system. Regards Ananth On Thu, Mar 26, 2009 at 4:37 PM, PCextreme B.V. - Wido den Hollander < wido@pcextreme.nl> wrote:> Seems like you have a network/DNS issue: > > abort: error: Name or service not known > > i think bits.xensource.com can not be resolved. > > - > Met vriendelijke groet, > > Wido den Hollander > Hoofd Systeembeheer / CSO > Telefoon Support Nederland: 0900 9633 (45 cpm) > Telefoon Support België: 0900 70312 (45 cpm) > Telefoon Direct: (+31) (0)20 50 60 104 > Fax: +31 (0)20 50 60 111 > E-mail: support@pcextreme.nl > Website: http://www.pcextreme.nl > Kennisbank: http://support.pcextreme.nl/ > Netwerkstatus: http://nmc.pcextreme.nl > > > On Thu, 2009-03-26 at 16:31 +0530, Ananth wrote: > > Hi, > > I am facing the below error while compiling dom0. Please guide. > > > > root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config > > CONFIGMODE=menuconfig > > make -f buildconfigs/mk.linux-2.6-xen0 config > > make[1]: Entering directory `/usr/src/xen-3.3.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 `.'' > > Unable to determine path to Linux source tree. > > Falling back to linux-2.6.18-xen Mercurial repository. > > Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to > > linux-2.6.18-xen.hg. > > abort: error: Name or service not known > > make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 > > make[1]: Leaving directory `/usr/src/xen-3.3.1'' > > make: *** [linux-2.6-xen0-config] Error 2 > > > > > > Regards > > Ananth > > _______________________________________________ > > 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
Hi Boris, This error was after I installed hg and other tools which are prerequisites. I am unable to figure out why it is not proceeding further. Regards Ananth On Thu, Mar 26, 2009 at 4:53 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> >Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to > linux-2.6.18-xen.hg. > >abort: error: Name or service not known > > Install mercurial (hg) and the recent version of git on your system. > Otherwise, you won''t be able build Xen from source. > > Boris. > > --- On *Thu, 3/26/09, Ananth <cbananth@gmail.com>* wrote: > > From: Ananth <cbananth@gmail.com> > Subject: [Xen-users] error while compiling xen > To: xen-users@lists.xensource.com > Date: Thursday, March 26, 2009, 7:01 AM > > > Hi, > I am facing the below error while compiling dom0. Please guide. > > root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config > CONFIGMODE=menuconfig > make -f buildconfigs/mk.linux-2.6-xen0 config > make[1]: Entering directory `/usr/src/xen-3.3.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 `.'' > Unable to determine path to Linux source tree. > Falling back to linux-2.6.18-xen Mercurial repository. > Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to > linux-2.6.18-xen.hg. > abort: error: Name or service not known > make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 > make[1]: Leaving directory `/usr/src/xen-3.3.1'' > make: *** [linux-2.6-xen0-config] Error 2 > > > Regards > Ananth > > _______________________________________________ > 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
Just try :- # tar zxvf xen-3.3.1.tar.gz # cd xen-3.3.1 # make world What happens ? # make dist Boris --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-users] error while compiling xen To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 8:27 AM Hi Boris, This error was after I installed hg and other tools which are prerequisites. I am unable to figure out why it is not proceeding further. Regards Ananth On Thu, Mar 26, 2009 at 4:53 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote:>Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. >abort: error: Name or service not knownInstall mercurial (hg) and the recent version of git on your system. Otherwise, you won''t be able build Xen from source. Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-users] error while compiling xen To: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 7:01 AM Hi, I am facing the below error while compiling dom0. Please guide. root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen0 config make[1]: Entering directory `/usr/src/xen-3.3.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 `.'' Unable to determine path to Linux source tree. Falling back to linux-2.6.18-xen Mercurial repository. Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. abort: error: Name or service not known make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 make[1]: Leaving directory `/usr/src/xen-3.3.1'' make: *** [linux-2.6-xen0-config] Error 2 Regards Ananth _______________________________________________ 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
Can you run ? # cd /usr/src # hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: Re: [Xen-users] error while compiling xen To: bderzhavets@yahoo.com Cc: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 8:27 AM Hi Boris, This error was after I installed hg and other tools which are prerequisites. I am unable to figure out why it is not proceeding further. Regards Ananth On Thu, Mar 26, 2009 at 4:53 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote:>Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. >abort: error: Name or service not knownInstall mercurial (hg) and the recent version of git on your system. Otherwise, you won''t be able build Xen from source. Boris. --- On Thu, 3/26/09, Ananth <cbananth@gmail.com> wrote: From: Ananth <cbananth@gmail.com> Subject: [Xen-users] error while compiling xen To: xen-users@lists.xensource.com Date: Thursday, March 26, 2009, 7:01 AM Hi, I am facing the below error while compiling dom0. Please guide. root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config CONFIGMODE=menuconfig make -f buildconfigs/mk.linux-2.6-xen0 config make[1]: Entering directory `/usr/src/xen-3.3.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 `.'' Unable to determine path to Linux source tree. Falling back to linux-2.6.18-xen Mercurial repository. Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. abort: error: Name or service not known make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 make[1]: Leaving directory `/usr/src/xen-3.3.1'' make: *** [linux-2.6-xen0-config] Error 2 Regards Ananth _______________________________________________ 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