Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166576 - kdelibs-3.5.5-r8 fails to emerge
Summary: kdelibs-3.5.5-r8 fails to emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 22:03 UTC by lajnold
Modified: 2007-06-19 22:09 UTC (History)
0 users

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


Attachments
The last lines before the compile fails. (kdelibs-builds.log,13.20 KB, text/plain)
2007-02-12 22:03 UTC, lajnold
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lajnold 2007-02-12 22:03:00 UTC
When emerging kdelibs-3.5.5-r8 (upgrading from r7), the compile fails.

Reproducible: Didn't try




System uname: 2.6.18-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.12.6
Timestamp of tree: Mon, 12 Feb 2007 14:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.30
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="-O2 -march=pentium4 -pipe"
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/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.sunet.se/pub/Linux/distributions/gentoo http://ds.thn.htu.se/linux/gentoo/"
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"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm berkdb bitmap-fonts bzip2 cli cracklib crypt dlloader dri eds emboss encode esd flac foomaticdb gdbm gif gpm gstreamer gtk gtk2 iconv imlib ipv6 isdnlog java jpeg libg++ libwww mad midi mmx mmxext motif mp3 mpeg ncurses nls nptl nptlonly nsplugin ogg opengl pam pcre perl png pppd python qt3 qt4 quicktime readline reflection samba sdl session spell spl sse sse2 ssl tcpd threads tiff truetype truetype-fonts type1-fonts udev unicode vorbis x86 xml xorg xv 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" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="i810 vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 lajnold 2007-02-12 22:03:54 UTC
Created attachment 110005 [details]
The last lines before the compile fails.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2007-02-19 20:22:49 UTC
Try again with MAKEOPTS="-j1".  It may be a parallel make error.
Comment 3 Henrik Holst 2007-02-22 13:42:39 UTC
I have the very same problem on a AMD64-system and -j1 didn't help me, my error seams to be due to some undefined reference:

libkjs_html_la.all_cpp.cpp:(.text+0x39219): undefined reference to `__cxa_get_exception_ptr'
libkjs_html_la.all_cpp.cpp:(.text+0x39421): undefined reference to `__cxa_get_exception_ptr'
libkjs_html_la.all_cpp.cpp:(.text+0x39771): undefined reference to `__cxa_get_exception_ptr'
libkjs_html_la.all_cpp.cpp:(.text+0x39941): undefined reference to `__cxa_get_exception_ptr'
ecma/.libs/libkjs_html.a(libkjs_html_la.all_cpp.o): In function `KJS::DOMFunction::get(KJS::ExecState*, KJS::Identifier const&) const':
libkjs_html_la.all_cpp.cpp:(.text+0x50cb3): undefined reference to `__cxa_get_exception_ptr'
ecma/.libs/libkjs_html.a(libkjs_html_la.all_cpp.o):libkjs_html_la.all_cpp.cpp:(.text+0x50fb8): more undefined references to `__cxa_get_exception_ptr' follow
collect2: ld returned 1 exit status
make[3]: *** [libkhtml.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.5-r8/work/kdelibs-3.5.5/khtml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.5-r8/work/kdelibs-3.5.5/khtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.5-r8/work/kdelibs-3.5.5'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.5.5-r8 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 4808:   Called src_compile
  kdelibs-3.5.5-r8.ebuild, line 158:   Called kde_src_compile
  kde.eclass, line 170:   Called kde_src_compile 'all'
  kde.eclass, line 340:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 336:   Called die


emerge --info:

Portage 2.1.2-r9 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.18-gentoo-r6 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 19 Feb 2007 02:00:01 +0000
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.3.5-r3, 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-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/ http://ds.thn.htu.se/linux/gentoo http://mirror.pudas.net/gentoo"
LC_ALL="sv_SE.utf8"
LINGUAS="sv"
MAKEOPTS="-j1"
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://217.16.192.245/gentoo-portage"
USE="X aac alsa amd64 berkdb bitmap-fonts bzip2 cairo cdr cli cracklib crypt cups dbus dlloader dri dvd dvdr eds emboss encode esd expat fam filepicker firefox flac fortran gdbm gif glitz gstreamer gtk gtk2 hal iconv isdnlog java jpeg kde kdeenablefinal ldap libg++ logrotate mad mailwrapper midi mikmod mng mozbranding mozsvg mp3 mpeg ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pcre pdf perl png ppds pppd python qt qt3 qt4 quicktime readline reflection samba sdl session spell spl ssl svg tcpd theora truetype truetype-fonts type1-fonts udev unicode vorbis xml xorg xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="sv" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-03-18 19:14:40 UTC
(In reply to comment #3)
> I have the very same problem on a AMD64-system 

No, you don't have the very same problem; this is caused by mixing gcc versions (Bug 64615)
Comment 5 Wulf Krueger (RETIRED) gentoo-dev 2007-06-17 00:11:07 UTC
Is this still a problem?
Comment 6 lajnold 2007-06-19 22:03:33 UTC
(In reply to comment #5)
> Is this still a problem?
> 

Ah, I had forgot about this report. I'm not sure if you are asking me or Henrik (or both), but my answer is no. I don't remember if I managed to emerge this specific version, though I think I did, but I have emerged a number of newer versions since then without any problems.
Comment 7 Wulf Krueger (RETIRED) gentoo-dev 2007-06-19 22:09:58 UTC
(In reply to comment #6)
> (or both), but my answer is no. I don't remember if I managed to emerge this
> specific version, though I think I did, but I have emerged a number of newer
> versions since then without any problems.

Ok, thanks. My question was indeed directed at you because Henrik has had a different problem indeed. I assume this was a local problem.