Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 263855

Summary: Segmentation fault during compilation
Product: Gentoo Linux Reporter: Goran Mekić <meka>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Goran Mekić 2009-03-26 11:12:50 UTC
The message I get:

x86_64-pc-linux-gnu-gcc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I.  -Ilibdvdread4 -I/usr/include/freetype2   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -Ilibfaad2 -D_GNU_SOURCE -DHAVE_CONFIG_H    -c -o libfaad2/cfft.o libfaad2/cfft.c

libfaad2/cfft.c:1001: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.
make: *** [libfaad2/cfft.o] Error 1



Yes, I know gcc should not ever crash, but no other package fails like this.

Reproducible: Always

Steps to Reproduce:
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2009-03-26 11:20:52 UTC
What are the package name and version? Please add your `emerge --info' output.
Comment 2 Alex Alexander (RETIRED) gentoo-dev 2009-03-26 11:27:20 UTC
Please emerge --sync and emerge -v1 gcc :)

*** This bug has been marked as a duplicate of bug 262567 ***