having downloaded xen 3.2.0 source tarball I run make world and I get lts of expected output and then this error: make[3]: Leaving directory `/usr/src/xen-3.2.0/xen'' make[2]: Leaving directory `/usr/src/xen-3.2.0/xen'' for i in linux-2.6-xen ; do make $i-install || exit 1; done make[2]: Entering directory `/usr/src/xen-3.2.0'' make -f buildconfigs/mk.linux-2.6-xen build make[3]: Entering directory `/usr/src/xen-3.2.0'' 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.0 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.0'' make[2]: *** [linux-2.6-xen-install] Error 2 make[2]: Leaving directory `/usr/src/xen-3.2.0'' make[1]: *** [install-kernels] Error 1 make[1]: Leaving directory `/usr/src/xen-3.2.0'' make: *** [world] Error 2 Can someone look into it and issue a fixed build system? -- GPG key fingerprint: 3883 B308 8256 2246 D3ED A1FF 3A1D 0EAD 41C4 C2F0 GPG public key availabe on pgp.mit .edu keyserver _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Do you have hg (mercurial) installed on that machine? TMC schrieb:> having downloaded xen 3.2.0 source tarball I run > > make world > > and I get lts of expected output and then this error: > > > make[3]: Leaving directory `/usr/src/xen-3.2.0/xen'' > make[2]: Leaving directory `/usr/src/xen-3.2.0/xen'' > for i in linux-2.6-xen ; do make $i-install || exit 1; done > make[2]: Entering directory `/usr/src/xen-3.2.0'' > make -f buildconfigs/mk.linux-2.6-xen build > make[3]: Entering directory `/usr/src/xen-3.2.0'' > 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.0 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.0'' > make[2]: *** [linux-2.6-xen-install] Error 2 > make[2]: Leaving directory `/usr/src/xen-3.2.0'' > make[1]: *** [install-kernels] Error 1 > make[1]: Leaving directory `/usr/src/xen-3.2.0'' > make: *** [world] Error 2 > > Can someone look into it and issue a fixed build system? >-- Stephan Seitz Senior System Administrator *netz-haut* e.K. multimediale kommunikation zweierweg 22 97074 würzburg fon: +49 931 2876247 fax: +49 931 2876248 web: www.netz-haut.de <http://www.netz-haut.de/> registriergericht: amtsgericht würzburg, hra 5054 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Stephan Seitz schrieb:> Do you have hg (mercurial) installed on that machine? > > > TMC schrieb: >> having downloaded xen 3.2.0 source tarball I run >> >> make world >> >> and I get lts of expected output and then this error:Hello ! I had the same error on my ubuntu dappper 6.0.6 Server. Your mercurial ist too old. I upgraded it from source since there were no newer packages abailable for ubuntu dapper. Bye -- __________________________________________________ Ralf Schenk fon (02 41) 9 91 21-0 fax (02 41) 9 91 21-59 rs@databay.de Databay AG Hüttenstraße 7 D-52068 Aachen www.databay.de Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari Aufsichtsratvorsitzender: Ansgar Vögeli Sitz/Amtsgericht Aachen HRB:8437 USt-IdNr.: DE 210844202 Databay - einfach machen. _________________________________________________ Diese E-Mail und etwa angehängte Dateien enthalten vertrauliche Informationen und sind ausschließlich für den Adressaten bestimmt. Sollten Sie irrtümlich diese E-Mail erhalten haben, bitten wir Sie, uns darüber unter info@databay.de zu informieren und die E-Mail aus Ihrem System zu löschen. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify info@databay.de. If you are not the named recipient, you should return this message and delete it from your system. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
me too 2008/1/20 Ralf Schenk <rs@databay.de>:> Stephan Seitz schrieb: > > Do you have hg (mercurial) installed on that machine? > > > > > > TMC schrieb: > >> having downloaded xen 3.2.0 source tarball I run > >> > >> make world > >> > >> and I get lts of expected output and then this error: > > Hello ! > > I had the same error on my ubuntu dappper 6.0.6 Server. > > Your mercurial ist too old. > > I upgraded it from source since there were no newer packages abailable > for ubuntu dapper. > > Bye > > -- > __________________________________________________ > > Ralf Schenk > fon (02 41) 9 91 21-0 > fax (02 41) 9 91 21-59 > rs@databay.de > > Databay AG > Hüttenstraße 7 > D-52068 Aachen > www.databay.de > > Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari > Aufsichtsratvorsitzender: Ansgar Vögeli > > Sitz/Amtsgericht Aachen > HRB:8437 > USt-IdNr.: DE 210844202 > > Databay - einfach machen. > > _________________________________________________ > > Diese E-Mail und etwa angehängte Dateien enthalten vertrauliche > Informationen und sind ausschließlich für den Adressaten bestimmt. > Sollten Sie irrtümlich diese E-Mail erhalten haben, bitten wir Sie, > uns darüber unter info@databay.de zu informieren und die E-Mail > aus Ihrem System zu löschen. > > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they > are addressed. If you have received this email in error please notify > info@databay.de. If you are not the named recipient, you should return > this message and delete it from your system. > > _______________________________________________ > 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
> Hello ! > > I had the same error on my ubuntu dappper 6.0.6 Server. > > Your mercurial ist too old. > > I upgraded it from source since there were no newer packages abailable > for ubuntu dapper. > > ByeI have hg version 0.9.1. I can clone xen testing and xen unstable source archives with no issues whatsoever. Is the archive for the linux kernel somehow special? Regards Tomasz> -- > __________________________________________________ > > Ralf Schenk > fon (02 41) 9 91 21-0 > fax (02 41) 9 91 21-59 > rs@databay.de > > Databay AG > Hüttenstraße 7 > D-52068 Aachen > www.databay.de > > Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari > Aufsichtsratvorsitzender: Ansgar Vögeli > > Sitz/Amtsgericht Aachen > HRB:8437 > USt-IdNr.: DE 210844202 > > Databay - einfach machen.-- GPG key fingerprint: 3883 B308 8256 2246 D3ED A1FF 3A1D 0EAD 41C4 C2F0 GPG public key availabe on pgp.mit .edu keyserver _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I had the same issue, my Mercurial is the newest release. Just change into your xen building directory (probably xen-3.2.0) and type hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg Then type make all (not make world) and you should be golden, remember to follow the rest of the instructions as well :) Best, Tait -----Original Message----- From: xen-users-bounces@lists.xensource.com on behalf of TMC Sent: Sat 1/19/2008 4:24 PM To: Ralf Schenk Cc: Xen users mailing list Subject: Re: [Xen-users] xen 3.2 release build broken?> Hello ! > > I had the same error on my ubuntu dappper 6.0.6 Server. > > Your mercurial ist too old. > > I upgraded it from source since there were no newer packages abailable > for ubuntu dapper. > > ByeI have hg version 0.9.1. I can clone xen testing and xen unstable source archives with no issues whatsoever. Is the archive for the linux kernel somehow special? Regards Tomasz> -- > __________________________________________________ > > Ralf Schenk > fon (02 41) 9 91 21-0 > fax (02 41) 9 91 21-59 > rs@databay.de > > Databay AG > Hüttenstraße 7 > D-52068 Aachen > www.databay.de > > Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari > Aufsichtsratvorsitzender: Ansgar Vögeli > > Sitz/Amtsgericht Aachen > HRB:8437 > USt-IdNr.: DE 210844202 > > Databay - einfach machen.-- GPG key fingerprint: 3883 B308 8256 2246 D3ED A1FF 3A1D 0EAD 41C4 C2F0 GPG public key availabe on pgp.mit .edu keyserver _______________________________________________ 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
Do you have gawk installed and updated to the latest version? On Wed, 2008-01-23 at 15:08 +0100, Maik Brauer wrote:> For me it is still not working. > > > I will run into the error: > /opt/src/xen-3.2.0/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. > > > So nothing is working at all. > Why we have this mercurial repository stuff in a final release. > It should be ready for shipping, so that we can build the binaries out > from the 3.2 sources. > > > So what will we have now for a solution to get it smoothly run? > > > Cheers, > Maik > > > > On Jan 20, 2008, at 4:31 AM, Tait Clarridge wrote: > > > I had the same issue, my Mercurial is the newest release. > > > > Just change into your xen building directory (probably xen-3.2.0) > > and type > > > > hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > > > > Then type make all (not make world) and you should be golden, > > remember to follow the rest of the instructions as well :) > > > > Best, > > Tait > > > > > > -----Original Message----- > > From: xen-users-bounces@lists.xensource.com on behalf of TMC > > Sent: Sat 1/19/2008 4:24 PM > > To: Ralf Schenk > > Cc: Xen users mailing list > > Subject: Re: [Xen-users] xen 3.2 release build broken? > > > > > Hello ! > > > > > > I had the same error on my ubuntu dappper 6.0.6 Server. > > > > > > Your mercurial ist too old. > > > > > > I upgraded it from source since there were no newer packages > > > abailable > > > for ubuntu dapper. > > > > > > Bye > > > > I have hg version 0.9.1. > > > > I can clone xen testing and xen unstable source archives with no > > issues whatsoever. > > > > Is the archive for the linux kernel somehow special? > > > > Regards > > Tomasz > > > -- > > > __________________________________________________ > > > > > > Ralf Schenk > > > fon (02 41) 9 91 21-0 > > > fax (02 41) 9 91 21-59 > > > rs@databay.de > > > > > > Databay AG > > > Hüttenstraße 7 > > > D-52068 Aachen > > > www.databay.de > > > > > > Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari > > > Aufsichtsratvorsitzender: Ansgar Vögeli > > > > > > Sitz/Amtsgericht Aachen > > > HRB:8437 > > > USt-IdNr.: DE 210844202 > > > > > > Databay - einfach machen. > > > > -- > > GPG key fingerprint: 3883 B308 8256 2246 D3ED A1FF 3A1D 0EAD 41C4 > > C2F0 > > GPG public key availabe on pgp.mit .edu keyserver > > > > _______________________________________________ > > 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
For me it is still not working. I will run into the error: /opt/src/xen-3.2.0/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. So nothing is working at all. Why we have this mercurial repository stuff in a final release. It should be ready for shipping, so that we can build the binaries out from the 3.2 sources. So what will we have now for a solution to get it smoothly run? Cheers, Maik On Jan 20, 2008, at 4:31 AM, Tait Clarridge wrote:> I had the same issue, my Mercurial is the newest release. > > Just change into your xen building directory (probably xen-3.2.0) > and type > > hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > > Then type make all (not make world) and you should be golden, > remember to follow the rest of the instructions as well :) > > Best, > Tait > > > -----Original Message----- > From: xen-users-bounces@lists.xensource.com on behalf of TMC > Sent: Sat 1/19/2008 4:24 PM > To: Ralf Schenk > Cc: Xen users mailing list > Subject: Re: [Xen-users] xen 3.2 release build broken? > >> Hello ! >> >> I had the same error on my ubuntu dappper 6.0.6 Server. >> >> Your mercurial ist too old. >> >> I upgraded it from source since there were no newer packages >> abailable >> for ubuntu dapper. >> >> Bye > > I have hg version 0.9.1. > > I can clone xen testing and xen unstable source archives with no > issues whatsoever. > > Is the archive for the linux kernel somehow special? > > Regards > Tomasz >> -- >> __________________________________________________ >> >> Ralf Schenk >> fon (02 41) 9 91 21-0 >> fax (02 41) 9 91 21-59 >> rs@databay.de >> >> Databay AG >> Hüttenstraße 7 >> D-52068 Aachen >> www.databay.de >> >> Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari >> Aufsichtsratvorsitzender: Ansgar Vögeli >> >> Sitz/Amtsgericht Aachen >> HRB:8437 >> USt-IdNr.: DE 210844202 >> >> Databay - einfach machen. > > -- > GPG key fingerprint: 3883 B308 8256 2246 D3ED A1FF 3A1D 0EAD 41C4 > C2F0 > GPG public key availabe on pgp.mit .edu keyserver > > _______________________________________________ > 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