Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168641 - GCC segfaults while compiling wine branch
Summary: GCC segfaults while compiling wine branch
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 21:41 UTC by Andrew Hurst
Modified: 2007-02-28 01:34 UTC (History)
0 users

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


Attachments
Preprocessed source as directed by error message. (ccNL4fSp.out.gz,138.33 KB, application/x-gzip)
2007-02-27 21:48 UTC, Andrew Hurst
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Hurst 2007-02-27 21:41:29 UTC
Made changes to dlls/ddraw/device.c,
after configure && make

gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith  -g -O2  -o dib.o dib.c
dib.c: In function 'X11DRV_DIB_DoCopyDIBSection':
dib.c:4185: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /tmp/ccNL4fSp.out file, please attach this to your bugreport.
make[2]: *** [dib.o] Error 1
make[2]: Leaving directory `/home/ahurst/Desktop/wine/dlls/x11drv'
make[1]: *** [x11drv] Error 2
make[1]: Leaving directory `/home/ahurst/Desktop/wine/dlls'
make: *** [dlls] Error 2


Reproducible: Always



Expected Results:  
Complete compilation of modified wine branch (as has been happening fine for the last few days.
Comment 1 Andrew Hurst 2007-02-27 21:48:33 UTC
Created attachment 111483 [details]
Preprocessed source as directed by error message.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-27 22:33:08 UTC
emerge --info please.
Comment 3 Andrew Hurst 2007-02-28 01:32:57 UTC
Certainly:

$ emerge --info
Portage 2.1.2-r9 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r5 i686)
=================================================================
System uname: 2.6.19-gentoo-r5 i686 AMD Duron(tm) processor
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 27 Feb 2007 09:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://194.117.143.69/sites/gentoo http://194.117.143.70/ http://85.25.128.62 ftp://194.117.143.72/sites/gentoo"
LANG="en_GB"
LC_ALL="en_GB"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="3dnow X aac alsa berkdb bitmap-fonts cairo cdr cli cracklib crypt cups dri dvd dvdr eds emboss encode fam firefox fortran gdbm gif gpm gtk iconv imlib ipv6 isdnlog java jpeg libg++ mad midi mikmod mmx modplug mp3 mpeg musepack ncurses nls nptl nptlonly nsplugin nvidia ogg opengl oss pam pcre perl png ppds pppd python quicktime readline reflection samba sdl session spell spl sse ssl tcpd tiff truetype truetype-fonts type1-fonts unicode userlocales vorbis win32codecs x86 xml xorg xv zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 4 Andrew Hurst 2007-02-28 01:34:21 UTC
Is this resolved already?! Hurrah!
(I obviously don't understand the way gentoo bugs work)