Bug 669678 - Package gcc44 fails to build in brew
Summary: Package gcc44 fails to build in brew
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: gcc44
Version: 5.8
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: rc
: ---
Assignee: Jakub Jelinek
QA Contact: qe-baseos-tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-14 12:01 UTC by Ondrej Vasik
Modified: 2013-03-22 15:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-22 15:12:18 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Ondrej Vasik 2011-01-14 12:01:10 UTC
Description of problem:

Due to rebase of the gettext in RHEL-5.6 to the version 0.17(http://bugzilla.redhat.com/523713) we started rebuilds of all packages which do depend on gettext.
Your package now fails to build from SRPM in brew. Please check the error and try to find the fix to prevent delays in build of the future security advisories. The fail seems to be unrelated to the gettext rebase.

https://brewweb.devel.redhat.com/taskinfo?taskID=3025753

rm -f ppl_c_hh_blob
/bin/sh: line 2: 24879 Killed                  /usr/bin/m4 --prefix-builtin -I.. -I../../../../ppl-0.10.1/interfaces/C -I../../../../ppl-0.10.1/interfaces/C/.. ../../../../ppl-0.10.1/interfaces/C/ppl_interface_generator_c_cc_files.m4 > ppl_c_cc_blob
make[4]: Leaving directory `/builddir/build/BUILD/gcc-4.4.4-20100726/obj-x86_64-redhat-linux6E/ppl/interfaces/C'
make[3]: Leaving directory `/builddir/build/BUILD/gcc-4.4.4-20100726/obj-x86_64-redhat-linux6E/ppl/interfaces'
make[2]: Leaving directory `/builddir/build/BUILD/gcc-4.4.4-20100726/obj-x86_64-redhat-linux6E/ppl/interfaces'
make[1]: Leaving directory `/builddir/build/BUILD/gcc-4.4.4-20100726/obj-x86_64-redhat-linux6E/ppl'
make[4]: *** [ppl_c_implementation_domains.cc.stamp] Error 137
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1

Comment 1 Jakub Jelinek 2011-01-20 13:55:29 UTC
/bin/sh: line 2: 24879 Killed                  /usr/bin/m4 --prefix-builtin

sounds very unlikely to be a GCC bug, probably the box OOMed and killed random processes.

Comment 2 Jeff Law 2013-03-22 15:12:18 UTC
I agree with Jakub, this is likely not a GCC bug and is more likely a transient build system failure.

Just to be sure I fired off a build of GCC for RHEL 5.6 in brew which ran successfully.

https://brewweb.devel.redhat.com/taskinfo?taskID=5548744


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