Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72029 - Cant't emerge mod_php-5.0.2 or php-5.0.2, while compile php5-sapi_src_compile
Summary: Cant't emerge mod_php-5.0.2 or php-5.0.2, while compile php5-sapi_src_compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-21 22:13 UTC by Andreas Müller
Modified: 2004-11-22 00:27 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 Andreas Müller 2004-11-21 22:13:44 UTC
When I try to emerge mod_php-5.0.2 or php-5.0.2 I get the following error:
/usr/lib/libaspell.so: undefined reference to `std::_List_node_base::swap(std::_List_node_base&, std::_List_node_base&)@GLIBCXX_3.4'
/usr/lib/libaspell.so: undefined reference to `__cxa_bad_typeid@CXXABI_1.3'
/usr/lib/libaspell.so: undefined reference to `std::_List_node_base::transfer(std::_List_node_base*, std::_List_node_base*)@GLIBCXX_3.4'
/usr/lib/libaspell.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
/usr/lib/libaspell.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@CXXABI_1.3'
/usr/lib/libaspell.so: undefined reference to `operator delete[](void*)@GLIBCXX_3.4'
/usr/lib/libaspell.so: undefined reference to `std::_List_node_base::hook(std::_List_node_base*)@GLIBCXX_3.4'
/usr/lib/libaspell.so: undefined reference to `operator new[](unsigned int)@GLIBCXX_3.4'
/usr/lib/libaspell.so: undefined reference to `operator new(unsigned int)@GLIBCXX_3.4'
/usr/lib/libaspell.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.3'
/usr/lib/libaspell.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@CXXABI_1.3'
/usr/lib/libaspell.so: undefined reference to `std::_List_node_base::unhook()@GLIBCXX_3.4'
/usr/lib/libaspell.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@CXXABI_1.3'
collect2: ld returned 1 exit status

My emerge info:
Portage 2.0.51-r3 (default-linux/x86/2004.2, gcc-3.3.4, glibc-2.3.4.20041102-r0, 2.4.26-gentoo-r9 i686)
=================================================================
System uname: 2.4.26-gentoo-r9 i686 Intel(R) Celeron(TM) CPU                1133MHz
Gentoo Base System version 1.6.6
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm arts avi bcmath berkdb bitmap-fonts calendar cdr cpdflib crypt cups dba encode esd f77 fam foomaticdb fortran ftp gd gd-external gdbm gif gnome gpm gstreamer gtk gtk2 imlib java jpeg junit kde libg++ libwww mad mikmod mime motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime samba sdl session simplexml slang soap sockets spell sqlite ssl svga tcltk tcpd tidy tiff truetype x86 xml xml2 xmms xsl xv zlib video_cards_i810"

I hope you can helpme.

With best regards
Andy

Reproducible: Always
Steps to Reproduce:
1. emerge mod_php
Actual Results:  
get error
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-11-22 00:27:06 UTC
your aspell was compiled with gcc-3.4 and you are trying to compile PHP with gcc-3.3.

Every dependancy of a package must be compiled with a GCC that has a major version that is NOT GREATER THAN the GCC major version being used to compile that package.