Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95491 - Emerge/Compile of gst-plugins-0.8.9 dies in functable.c: internal compiler error: in try_split
Summary: Emerge/Compile of gst-plugins-0.8.9 dies in functable.c: internal compiler er...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-08 13:01 UTC by Mark Elkins
Modified: 2005-07-13 05:08 UTC (History)
0 users

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


Attachments
Compiler said: please attach this to your bugreport (bug-95491,199.64 KB, text/plain)
2005-06-08 13:09 UTC, Mark Elkins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Elkins 2005-06-08 13:01:53 UTC
Emerge/Compile of gst-plugins-0.8.9 dies with a 'internal compiler error' 
in try_split, at emit-rtl.c:3343 whilst in 
file functable.c: In function `functable_dsinc'

Reproducible: Always
Steps to Reproduce:
1. emerge gst-plugins - thats enough.
2.
3.

Actual Results:  
functable.c: In function `functable_dsinc':
functable.c:47: internal compiler error: in try_split, at emit-rtl.c:3343
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.


Expected Results:  
A clean compile? 

Firstly - if the offending section is compiled without any Optimisation
 (eg:remove -O2 flag) - the code compiles. Any value for -O kills the compile.
Currently - this stops me from being able to run 'emerge -uNDv world'

Portage 2.0.51.22-r1 (hardened/x86/2.6, gcc-3.4.4, glibc-2.3.4.20050125-r1,
2.6.11-gentoo-r9 i686)
=================================================================
System uname: 2.6.11-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16-r1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -pipe -O2 -mfpmath=sse -msse2 -mmmx -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -pipe -O2 -mfpmath=sse -msse2 -mmmx -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mjepc.posix.co.za/ ftp://ftp.is.co.za/mirror/gentoo.org/
http://ftp.gentoo.skynet.be/pub/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://ftp.easynet.nl/mirror/gentoo/ http://planetmirror.com/pub/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="X acl acpi alsa apache2 apm arts authpop avi bash-completion berkdb
bluetooth calendar cdr crypt cscope cups curl curlwrappers dba divx4linux
dlloader dv dvb dvd dvdr dvdread eds esd examples exif exiscan-acl fam fastcgi
fbcon ffmpeg flatfile foomaticdb ftp gb gd gdbm gif gnome gnutls gphoto2 gpm
gstreamer gtk gtk2 hardened hardenedphp imap imlib innodb ipv6 java javascript
jpeg kde libwww lm_maildir mad mcal mcve memlimit mime ming mmx mng motif
mozilla mp3 mpeg msn mysql nas ncurses nls nptl nptlonly ogg oggvorbis opengl
osc oss pam pdflib perl php pic plotutils png pnp portaudio pri pwdb python qt
quicktime readline samba scanner sdl session sharedmem shorten slang slp sndfile
snmp sox speex spell sse ssl svga tcltk tcpd tidy tiff tokenizer truetype
unicode usb userlocales v4l vcd vhosts videos vorbis wifi x86 xface xinetd xml2
xvid zaptel zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Mark Elkins 2005-06-08 13:09:21 UTC
Created attachment 60857 [details]
Compiler said: please attach this to your bugreport

Just doing what I'm told to..
Comment 2 Zaheer Abbas Merali (RETIRED) gentoo-dev 2005-06-09 02:41:13 UTC
Can you please try with the non-hardened gcc profile and report results.

Thanks
Comment 3 Zaheer Abbas Merali (RETIRED) gentoo-dev 2005-07-13 05:08:46 UTC
any luck?