Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123903 - compiling liboil fails with internal compiler error
Summary: compiling liboil fails with internal compiler error
Status: RESOLVED DUPLICATE of bug 121501
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Highest major (vote)
Assignee: Gentoo Linux bug wranglers
URL: www.helsinki.fi/~javuori/ccVbSwjd.out
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-24 01:57 UTC by Juho Vuori
Modified: 2006-02-24 01:59 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 Juho Vuori 2006-02-24 01:57:58 UTC
emergeing liboil 0.3.7 fails with internal compiler error. Below is a snippet
from emerge output:
---
if /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..    -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -O2 -O2 -pipe -march=i686 -MT libsse_la-composite_sse_2pix.lo -MD -MP -MF ".deps/libsse_la-composite_sse_2pix.Tpo" -c -o libsse_la-composite_sse_2pix.lo `test -f 'composite_sse_2pix.c' || echo './'`composite_sse_2pix.c; \
then mv -f ".deps/libsse_la-composite_sse_2pix.Tpo" ".deps/libsse_la-composite_sse_2pix.Plo"; else rm -f ".deps/libsse_la-composite_sse_2pix.Tpo"; exit 1; fi
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -msse -msse2 -Wall -D_BSD_SOURCE -D_GNU_SOURCE -I../.. -O2 -O2 -pipe -march=i686 -MT libsse_la-composite_sse_2pix.lo -MD -MP -MF .deps/libsse_la-composite_sse_2pix.Tpo -c composite_sse_2pix.c  -fPIC -DPIC -o .libs/libsse_la-composite_sse_2pix.o
composite_sse_2pix.c: In function `composite_in_argb_sse_2pix':
composite_sse_2pix.c:162: internal compiler error: in push_reload, at reload.c:1315
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/liboil-0.3.7/temp/ccVbSwjd.out file, please attach this to your bugreport.
---

Given URL contains the preprocessed source file asked for.

And here is my emerge --info
---
Portage 2.1_pre4-r1 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.15-suspend2-r3 i686)
=================================================================
System uname: 2.6.15-suspend2-r3 i686 Intel(R) Celeron(R) M processor         1.40GHz
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=i686"
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/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -march=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/"
LANG="en_US.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 acpi alsa apm audiofile avi bash-completion berkdb bitmap-fonts bzip2 cairo cdparanoia cdr crypt cups curl dbus doc dri dvd eds emboss encode esd ffmpeg firefox flac foomaticdb fortran gd gdbm gif gmp gnome gpm gstreamer gtk gtk2 gtkhtml hal i8x0 idn imagemagick imlib ipv6 jpeg lcms ldap libg++ libwww mad mikmod mmx mono motif mozsvg mp3 mpeg mplayer ncurses nls nptl ogg oggvorbis opengl oss pam pam_console pcmcia pdflib perl png python quicktime readline sdl speex spell sse ssl symlink sysfs tcpd tetex theora tiff truetype truetype-fonts type1-fonts unicode usb userlocales video_cards_i915 vorbis win32codecs xine xml2 xprint xv xvid zlib elibc_glibc kernel_linux userland_GNU video_cards_i810"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
---
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-24 01:59:35 UTC
Search before reporting bugs...

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