Hide Forgot
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
/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.
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