Description of problem: Please have a look at the following Koji task: http://koji.fedoraproject.org/koji/taskinfo?taskID=1671060 At the end of the ppc64 build log (http://koji.fedoraproject.org/koji/getfile?taskID=1671069&name=build.log), there is: {standard input}: Assembler messages: {standard input}:13039: Warning: end of file not at end of a line; newline inserted {standard input}:15646: Error: open CFI at the end of file; missing .cfi_endproc directive gcc: Internal error: Killed (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. When excluding ppc64, the build fails on out-of-memory on both F12 (http://koji.fedoraproject.org/koji/taskinfo?taskID=1671202) and F11 (http://koji.fedoraproject.org/koji/taskinfo?taskID=1671908), however, it builds fine on F10 (http://koji.fedoraproject.org/koji/taskinfo?taskID=1672002) Version-Release number of selected component (if applicable): gcc-4.4.1-11.fc12/gcc-4.4.1-2.fc11/gcc-4.3.2-7.fc10 How reproducible: Always Steps to Reproduce: 1. cvs co pari (provided you've already setup Fedora CVS); cd pari 2. make scratch-build
Builds just fine on both ppc64 and x86_64 with gcc-4.4.1-15, could be related to http://gcc.gnu.org/PR41101. Anyway, there is nothing strange on the ppc64 error above, if you build with -pipe and cc1 is killed by the kernel (OOM), the assembler can report all kinds of errors, as the pipe is closed somewhere in the middle of the assembler file.