Hi I am trying to move to 3.1 on FC6. Using tars from the following location. http://xensource.com/download/dl_31tarballs.html Downloaded the xen 3.1 32 bit pae tar ball and did the installation. Xend does not start..., log messages domctl operation failed -- need to rebuild the user-space tool set? ----------------- Then I tried to built it from the source and no luck there... make work failed with creating build/temp.linux-i686-2.4/xen/lowlevel/xc gcc -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -fomit-frame-pointer -m32 -march=i686 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -fPIC -I../../tools/libxc -I../../tools/xenstore -Ixen/lowlevel/xc -I/usr/include/python2.4 -c xen/lowlevel/xc/xc.c -o build/temp.linux-i686-2.4/xen/lowlevel/xc/xc.o -fno-strict-aliasing -Werror cc1: error: unrecognized command line option "-fstack-protector" cc1: error: invalid parameter `ssp-buffer-size'' xen/lowlevel/xc/xc.c:1: error: bad value (generic) for -mtune= switch error: command ''gcc'' failed with exit status 1 make[3]: *** [buildpy] Error 1 make[3]: Leaving directory `/mnt/home/jd/xen3.1_src/xen-3.1.0-src/tools/python'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/mnt/home/jd/xen3.1_src/xen-3.1.0-src/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/mnt/home/jd/xen3.1_src/xen-3.1.0-src'' make: *** [world] Error 2 ------------- Any suggestions to get out of this ? Thanks in advance. /Jd ___________________________________________________________________________________ You snooze, you lose. Get messages ASAP with AutoCheck in the all-new Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/newmail_html.html _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
jd schrieb:> Hi > I am trying to move to 3.1 on FC6. > ------------- > > Any suggestions to get out of this ?Hi, this looks like you either have a really outdated version of gcc or, more likely, do not have installed gcc completely. Are you able to build a vanilla kernel without xen on this system? this ''unrecognized option "-fstack-protector"'' shouldn''t be necessary on x86 (i''m not really sure on PAE). To my knowlegde, this switch is only useful onx x86_64 and could safely be removed for your build. But I assume this is only one switch your compiler complains. To avoid the error on ''-mtune=generic'' you might try to set this according to your processor. Refer ''man gcc'' for options. But again, I think there are a few parts of gcc missing on your machine. -- 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, Thanks for the direction... It was indeed my env pointing to a different gcc. I switched back to default gcc and things are fine now. /Jd --- Stephan Seitz <s.seitz@netz-haut.de> wrote:> jd schrieb: > > Hi > > I am trying to move to 3.1 on FC6. > > ------------- > > > > Any suggestions to get out of this ? > > Hi, > > this looks like you either have a really outdated > version > of gcc or, more likely, do not have installed gcc > completely. > > Are you able to build a vanilla kernel without xen > on > this system? > > this ''unrecognized option "-fstack-protector"'' > shouldn''t > be necessary on x86 (i''m not really sure on PAE). To > my > knowlegde, this switch is only useful onx x86_64 and > could safely be removed for your build. But I assume > this > is only one switch your compiler complains. > > To avoid the error on ''-mtune=generic'' you might try > to > set this according to your processor. Refer ''man > gcc'' for > options. > > But again, I think there are a few parts of gcc > missing on > your machine. > -- > 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 > > begin:vcard > fn:Stephan Seitz > n:Seitz;Stephan > org:netz-haut e.K. > adr:;;Zweierweg > 22;Wuerzburg;Bayern;97074;Deutschland > email;internet:s.seitz@netz-haut.de > title:Senior System Administrator > tel;work:+49-931-287-6247 > tel;fax:+49-931-287-6248 > x-mozilla-html:FALSE > url:http://www.schwarz-mode.de/files/ > version:2.1 > end:vcard > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users____________________________________________________________________________________ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. http://games.yahoo.com/games/front _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users