Bug 701020

Summary: [stagefeedback-bubble] Error 2 while build Ada compiler
Product: [Fedora] Fedora Reporter: Piscium <groknok>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 14CC: groknok, jakub
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-30 13:35:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Script from /var/tmp
none
config.status
none
config.log none

Description Piscium 2011-04-30 12:24:15 UTC
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)

Comment 1 Piscium 2011-04-30 13:23:39 UTC
Created attachment 495969 [details]
Script from /var/tmp

Comment 2 Piscium 2011-04-30 13:29:43 UTC
Created attachment 495970 [details]
config.status

Comment 3 Piscium 2011-04-30 13:30:53 UTC
Created attachment 495972 [details]
config.log

Comment 4 Piscium 2011-05-03 21:06:23 UTC
I managed to build gcc successfully using mock instead of rpmbuild.