On Sat September 23 2006 05:16, Chuck wrote: > i am installing on an opteron system using gentoo and portage. > > when emerging util-vserver it errored with the following > > cc1: error: unrecognized command line option "-fno-stack-protector-all" > make: *** [bin-x86_64/start.o] Error 1 > make: *** Waiting for unfinished jobs.... > cc1: error: unrecognized command line option "-fno-stack-protector-all" > make: *** [bin-x86_64/dyn_start.o] Error 1 > make: *** [bin-x86_64/dyn_stop.o] Error 1 > make: *** wait: No child processes. Stop. >
Which compiler? GCC series 3 or series 4? I have not seen that specific error but I have had to tweak some options in the Gentoo configuration files for other changes in the compiler command line options. > !!! ERROR: dev-libs/dietlibc-0.28 failed. > Call stack: > ebuild.sh, line 1546: Called dyn_compile > ebuild.sh, line 937: Called src_compile > dietlibc-0.28.ebuild, line 42: Called die > > > it is attempting to install util-vserver-0.30.210.tar.bz2 > > vserver-sources kernel was installed which is 2.6.15-vs2.0.1-gentoo-r5 > > any ideas? hints? > Check the "info gcc" or the on-line manual for both gcc series 3 and 4; find what happened with the "-fno-stack-protector-all" option. I have found that the Gentoo dependency system does not include flag changes based on the series of compiler being used. Also the gcc-config utility does not catch all of the flag differences. You can track a rss (live bookmark) of the Gentoo VServer changes with: <http://overlays.gentoo.org/proj/vps/timeline?changeset=on&wiki=on&max=50&daysback=90&format=rss> > Mike _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
