Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#32505 - cc / cc1 (gcc) crashes with internal error

Attached to Project: Arch Linux
Opened by Erik Johnson (EkriirkE) - Tuesday, 06 November 2012, 23:03 GMT
Last edited by Allan McRae (Allan) - Tuesday, 06 November 2012, 23:18 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Architecture: ARM
Description: When compiling berkeley DB, cc1 fails with an "internal error" message


Additional info:
# uname -r
3.1.10-13-ARCH
# cc --version
cc (GCC) 4.7.2

Steps to reproduce:
Acquire source package. http://download.oracle.com/berkeley-db/db-5.3.21.tar.gz
Run:
# ./dist/configure --enable-sql
# make
...
libtool: compile: cc -c -I. -I./src -D_GNU_SOURCE -D_REENTRANT -O3 -I. -I./sql -I./lang/sql/generated -D_HAVE_SQLITE_CONFIG_H -DSQLITE_HAS_CODEC=1 lang/sql/generated/sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o
cc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
make: *** [sqlite3.lo] Error 1

...
gdb can't help:

Starting program: /usr/bin/cc -c -I. -I./src -D_GNU_SOURCE -D_REENTRANT -O3 -I. -I./sql -I./lang/sql/generated -D_HAVE_SQLITE_CONFIG_H -DSQLITE_HAS_CO
DEC=1 lang/sql/generated/sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o
cc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
[Inferior 1 (process 30773) exited with code 04]
(gdb) bt
No stack.
(gdb)
This task depends upon

Closed by  Allan McRae (Allan)
Tuesday, 06 November 2012, 23:18 GMT
Reason for closing:  Not a bug
Additional comments about closing:  We do not support ARM

Loading...