Bug 701020 - [stagefeedback-bubble] Error 2 while build Ada compiler
Summary: [stagefeedback-bubble] Error 2 while build Ada compiler
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 14
Hardware: i686
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-30 12:24 UTC by Piscium
Modified: 2011-05-03 21:06 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-30 13:35:53 UTC
Type: ---


Attachments (Terms of Use)
Script from /var/tmp (5.91 KB, text/plain)
2011-04-30 13:23 UTC, Piscium
no flags Details
config.status (38.14 KB, application/octet-stream)
2011-04-30 13:29 UTC, Piscium
no flags Details
config.log (45.41 KB, text/plain)
2011-04-30 13:30 UTC, Piscium
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.