Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216922 - kde-base/kdelibs-3.5.8-r3 failed to recompile due to an internal compiler error
Summary: kde-base/kdelibs-3.5.8-r3 failed to recompile due to an internal compiler error
Status: RESOLVED DUPLICATE of bug 20600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 17:27 UTC by Matthew Schultz
Modified: 2008-05-16 13:57 UTC (History)
1 user (show)

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


Attachments
More details on compile errors (kdelibs.tar.bz2,143.15 KB, text/plain)
2008-04-08 17:29 UTC, Matthew Schultz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Schultz 2008-04-08 17:27:19 UTC
kdelibs is failing to emerge when I am running revdep-rebuild:

/bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include -I. -I/usr/kde/3.5/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -mcpu=athlon-xp -O2 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o ksocketbuffer.lo ksocketbuffer.cpp
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
ksocketbuffer.cpp: In member function 'virtual Q_LONG KNetwork::Internal::KSocketBuffer::consumeBuffer(char*, Q_LONG, bool)':
ksocketbuffer.cpp:186: warning: comparison between signed and unsigned integer expressions
ksocketbuffer.cpp: In member function 'virtual Q_LONG KNetwork::Internal::KSocketBuffer::sendTo(KNetwork::KActiveSocketBase*, Q_LONG)':
ksocketbuffer.cpp:252: warning: comparison between signed and unsigned integer expressions
ksocketbuffer.cpp:266: warning: comparison between signed and unsigned integer expressions
kiobuffer.h: In destructor 'virtual KIOBufferBase::~KIOBufferBase()':
kiobuffer.h:63: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
khttpproxysocketdevice.cpp: In member function 'virtual bool KNetwork::KHttpProxySocketDevice::connect(const QString&, const QString&)':
khttpproxysocketdevice.cpp:131: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
/usr/qt/3/include/qglist.h: In member function 'virtual uint QGList::count() const':
/usr/qt/3/include/qglist.h:150: internal compiler error: Illegal instruction
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/portage/kde-base/kdelibs-3.5.8-r3/temp/ccAeCfJB.out file, please attach this to your bugreport.
make[4]: *** [ksocketbuffer.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
Preprocessed source stored into /var/tmp/portage/portage/kde-base/kdelibs-3.5.8-r3/temp/ccTk9jlV.out file, please attach this to your bugreport.
make[4]: *** [khttpproxysocketdevice.lo] Error 1
Preprocessed source stored into /var/tmp/portage/portage/kde-base/kdelibs-3.5.8-r3/temp/ccG0sM7p.out file, please attach this to your bugreport.
make[4]: *** [ksockssocketdevice.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/portage/kde-base/kdelibs-3.5.8-r3/work/kdelibs-3.5.8/kdecore/network'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/portage/kde-base/kdelibs-3.5.8-r3/work/kdelibs-3.5.8/kdecore'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/portage/kde-base/kdelibs-3.5.8-r3/work/kdelibs-3.5.8/kdecore'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/portage/kde-base/kdelibs-3.5.8-r3/work/kdelibs-3.5.8'
make: *** [all] Error 2


Reproducible: Always

Actual Results:  
kdelibs fails to rebuild.

Expected Results:  
kdelibs should emerge

emerge -pv kdelibs:
Comment 1 Matthew Schultz 2008-04-08 17:29:32 UTC
Created attachment 149112 [details]
More details on compile errors
Comment 2 Matthew Schultz 2008-04-08 17:30:12 UTC
emerge -pv kdelibs:

[ebuild   R   ] kde-base/kdelibs-3.5.8-r3  USE="acl alsa cups jpeg2k spell tiff -arts -avahi -bindist -branding -debug -doc -fam -kdeenablefinal -kdehiddenvisibility -kerberos -legacyssl -lua -openexr -utempter -xinerama"
Comment 3 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-04-08 17:32:28 UTC
emerge --info?
Comment 4 Matthew Schultz 2008-04-08 18:40:24 UTC
(In reply to comment #3)
> emerge --info?
> 

Sorry I figured the environment file in the attachment would cover that info.

Also I must mention that I removed /root/.revdep* files after it failed and ran revdep-rebuild again.  It went to emerge kdelibs again and did not fail to compile on the second try.


emerge --info:

Portage 2.1.4.4 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r3 i686)
=================================================================
System uname: 2.6.24-gentoo-r3 i686 mobile AMD Athlon(tm) XP-M
Timestamp of tree: Sat, 05 Apr 2008 05:45:03 +0000
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.1.4
dev-lang/python:     2.4.4-r9
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
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.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://portage.home http://prometheus.cs.wmich.edu/gentoo http://mirror.phy.olemiss.edu/mirror/gentoo http://gentoo.cites.uiuc.edu/pub/gentoo/ http://mirror.utdlug.org/linux/distributions/gentoo/ "
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LINGUAS="en ru"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp/portage"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://server.home/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl acpi adns alsa apache2 audiofile avi bcmath bdf berkdb bzip2 calendar caps cddb cdparanoia cdr cjk clamav cli cpudetection cracklib crypt ctype cups curl curlwrappers dbus directfb dri dts dvb dvd dvdnav dvdread encode exif fbcon ffmpeg flac foomaticdb fortran ftp gd gdbm gif glib gmp gnutls gpm gtk gtk2 hal hash iconv ieee1394 imagemagick imap imlib innodb ipv6 isdnlog java javascript jpeg jpeg2k kde kson lcms ldap ldap-sasl libcaca live logrotate lzo mad matroska mcal mhash midi mime mjpeg mmx mmxext mng mp2 mp3 mp4 mpeg msession msn mudflap mysql mysqli ncurses network nls nptl nptlonly nsplugin nss nvidia offensive ogg openal opengl openmp osc oss pam pch pcntl pcre pdf pdo perl php png posix ppds pppd python qt3 qt3support qt4 quicktime readline real reflection rtc samba sasl sdl seamonkey session simplexml snmp soap sockets spell spl sqlite sse ssl subversion suhosin svg tcpd theora tidy tiff tokenizer transcode truetype unicode usb v4l v4l2 vcd vorbis wddx win32codecs wxwindows x264 x86 xforms xine xml xorg xpm xv xvid xvmc zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ru" USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 5 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-05-16 08:38:58 UTC
Internal Compiler Error -> Re-assigning to toolchain@gentoo.org
Comment 6 Mark Loeser (RETIRED) gentoo-dev 2008-05-16 13:57:36 UTC
It completed the second time if I'm reading this right.  You have a hardware problem.

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