Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263855 - Segmentation fault during compilation
Summary: Segmentation fault during compilation
Status: RESOLVED DUPLICATE of bug 262567
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 11:12 UTC by Goran Mekić
Modified: 2009-03-26 11:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***