Hide Forgot
Description of problem: I have built GCC successfully before (several times) from the Fedora source package, most recently GCC 4.4 in F13. Now I am on F14, and got the errors listed further down when building GCC. Searching Google the only thing I could find that seemed similar was the email below, though it referred to a build for 64 bits (I am building on a 32 bits machine for 32 bits): http://gcc.gnu.org/ml/gcc-regression/2010-11/msg00435.html I am not sure if this is a bug or not, but I would expect to be able to build the package, as I have installed all dependencies. Version-Release number of selected component (if applicable): gcc-4.5.1-4.fc14.src.rpm How reproducible: Only tried once, I would assume it is reproducible. Additional info: <snip> checking linker PT_GNU_EH_FRAME support... yes checking linker position independent executable support... yes checking linker EH-compatible garbage collection of sections... yes checking linker --as-needed support... yes checking linker --build-id support... yes checking linker *_sol2 emulation support... no checking linker --sysroot support... yes checking __stack_chk_fail in target C library... yes Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no Links are now set up to build a native compiler for i686-redhat-linux-gnu. checking for exported symbols... yes checking for -rdynamic... yes checking for library containing dlopen... -ldl checking for -fPIC -shared... yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating as config.status: creating collect-ld config.status: creating nm config.status: creating Makefile config.status: creating gccbug config.status: creating ada/gcc-interface/Makefile config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands make[2]: Leaving directory `/home/xx/develt/rpmbuild/BUILD/gcc-4.5.1-20100924/obj-i686-redhat-linux' make[1]: *** [stagefeedback-bubble] Error 2 make[1]: Leaving directory `/home/xx/develt/rpmbuild/BUILD/gcc-4.5.1-20100924/obj-i686-redhat-linux' make: *** [profiledbootstrap] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.qPSxRm (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.qPSxRm (%build)
Created attachment 495969 [details] Script from /var/tmp
Created attachment 495970 [details] config.status
Created attachment 495972 [details] config.log
I managed to build gcc successfully using mock instead of rpmbuild.