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

Bug 107279

Summary: crash in sbitmap.c in random builds
Product: Gentoo Linux Reporter: Alexander Rigbo <alex>
Component: [OLD] Core systemAssignee: 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 Alexander Rigbo 2005-09-26 06:25:30 UTC
I often get random errors, like this one, while building packages: 
 
x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=k8 -fno-strict-aliasing  -ansi 
-pedantic -Wno-return-type -w  -I../../../../exports/include/X11             
-I../../../../extras/Mesa/src/mesa/glapi                
-I../../../../extras/Mesa/src/mesa/math                 
-I../../../../extras/Mesa/src/mesa/shader              
-I../../../../extras/Mesa/src/mesa/main          
-I../../../../extras/Mesa/src/mesa -I../../../../lib/GL/dri             
-I../../../../extras/Mesa/include -I../../../../lib/GL/include  -I../../../.. 
-I../../../../exports/include   -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L                             
-D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE 
-D_SVID_SOURCE    -D_GNU_SOURCE                             -DFUNCPROTO=15 
-DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API    
-DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING 
-DGLX_USE_DLOPEN -DGLX_USE_MESA -D__GLX_ALIGN64               -fPIC get.c 
get.c: In function `_mesa_GetFloatv': 
get.c:4797: internal compiler error: in sbitmap_difference, at sbitmap.c:279 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://bugs.gentoo.org/> for instructions. 
The bug is not reproducible, so it is likely a hardware or OS problem. 
make[6]: *** [get.o] Error 1 
make[6]: Leaving directory 
`/var/tmp/portage/xorg-x11-6.8.2-r5/work/xc/lib/GL/mesa/main' 
make[5]: *** [all] Error 2 
make[5]: Leaving directory 
`/var/tmp/portage/xorg-x11-6.8.2-r5/work/xc/lib/GL/mesa' 
make[4]: *** [all] Error 2 
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r5/work/xc/lib/GL' 
make[3]: *** [all] Error 2 
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r5/work/xc/lib' 
make[2]: *** [all] Error 2 
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r5/work/xc' 
make[1]: *** [World] Error 2 
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r5/work/xc' 
make: *** [World] Error 2 
 
!!! ERROR: x11-base/xorg-x11-6.8.2-r5 failed. 
!!! Function build, Line 975, Exitcode 2 
!!! make World failed 
!!! If you need support, post the topmost build error, NOT this status 
message. 
 
Then if i run it again, it'll build. Sometimes i have to try three times, but 
that's as many as i've tested. 

Reproducible: Sometimes
Steps to Reproduce:
Emerge some packages. 
 



wipeout ~ # emerge info 
Portage 2.0.52-r1 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r1, 
2.6.13-gentoo x86_64) 
================================================================= 
System uname: 2.6.13-gentoo x86_64 AMD Athlon(tm) 64 Processor 3000+ 
Gentoo Base System version 1.12.0_pre8 
dev-lang/python:     2.4.1-r1 
sys-apps/sandbox:    1.2.13 
sys-devel/autoconf:  2.13, 2.59-r7 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6 
sys-devel/binutils:  2.16.1 
sys-devel/libtool:   1.5.20 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="amd64 ~amd64" 
AUTOCLEAN="yes" 
CBUILD="x86_64-pc-linux-gnu" 
CFLAGS="-O2 -w -pipe -march=k8" 
CHOST="x86_64-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/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -w -pipe -march=k8" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://ftp.du.se/pub/os/gentoo" 
MAKEOPTS="-j1" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="amd64 X aalib alsa apache2 artworkextra avi berkdb bitmap-fonts 
browserplugin cairo cdr crypt cups curl dbus dvd dvdr eds emboss encode fam 
firefox flac foomaticdb fortran gdbm gif gnutls gstreamer gtk gtk2 hal howl 
imagemagick imlib java jpeg kde kdeenablefinal ldap libwww lzw lzw-tiff mad 
motif moznomail mozsvg mp3 mpeg musepack musicbrainz ncurses new-login nls 
nptl offensive ogg oggvorbis opengl pam pdflib png postgres qt quicktime samba 
sdl spell sqlite ssl svg tcpd tiff truetype truetype-fonts type1-fonts unicode 
usb userlocales vorbis xml2 xpm xv xvid zlib userland_GNU kernel_linux 
elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-26 06:42:56 UTC
For random segfaults, see Bug 20600. 

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