Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112108 - emerge kde-base/certmanager-3.4.3 failed
Summary: emerge kde-base/certmanager-3.4.3 failed
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: 2005-11-10 13:19 UTC by Bart Cerneels
Modified: 2005-11-10 14:10 UTC (History)
0 users

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


Attachments
output of emerge info (emerge_info,2.10 KB, text/plain)
2005-11-10 13:23 UTC, Bart Cerneels
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bart Cerneels 2005-11-10 13:19:32 UTC
/bin/sh ../../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++  -Wno-long-long 
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 
-march=pentium-m -pipe -mfpmath=sse -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 -DLIBKLEOPATRA_NO_COMPAT   -o 
kwatchgnupg -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib    -R /usr/kde/3.4/lib 
-R /usr/kde/3.4/lib -R /usr/qt/3/lib -R /usr/lib kwatchgnupgmainwin.o kwatchgnupgconfig.o 
aboutdata.o tray.o main.o ../conf/libconf.la ../lib/libkleopatra.la -lkutils -lkabc 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to 
`std::__default_alloc_template<true, 0>::_S_refill(unsigned int)@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to 
`std::__default_alloc_template<true, 0>::allocate(unsigned int)@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libqgpgme.so: undefined reference to `operator new(unsigned 
int)@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libqgpgme.so: undefined reference to `vtable for 
__cxxabiv1::__class_type_info@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libqgpgme.so: undefined reference to `vtable for 
__cxxabiv1::__vmi_class_type_info@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to `operator delete[]
(void*)@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to `std::__throw_length_error(char 
const*)@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to 
`std::__default_alloc_template<true, 0>::_S_force_new@GLIBCPP_3.2.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to 
`std::__default_alloc_template<true, 0>::_S_node_allocator_lock@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libqgpgme.so: undefined reference to `vtable for 
__cxxabiv1::__si_class_type_info@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libqgpgme.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to 
`std::__default_alloc_template<true, 0>::deallocate(void*, unsigned int)@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to 
`std::__default_alloc_template<true, 0>::_S_free_list@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to `operator new[](unsigned 
int)@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libgpgme++.so: undefined reference to 
`std::__throw_bad_alloc()@GLIBCPP_3.2' 
/usr/kde/3.4/lib/libqgpgme.so: undefined reference to `operator 
delete(void*)@GLIBCPP_3.2' 
collect2: ld returned 1 exit status 
make[3]: *** [kwatchgnupg] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/certmanager-3.4.3/work/certmanager-3.4.3/certmanager/kwatchgnupg' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/certmanager-3.4.3/work/certmanager-3.4.3/certmanager' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/certmanager-3.4.3/work/certmanager-3.4.3' 
make: *** [all] Error 2 
 

Reproducible: Always
Steps to Reproduce:
1. emerge certmanager-3.4.3 
2. 
3. 
 
Actual Results:
Comment 1 Bart Cerneels 2005-11-10 13:23:58 UTC
Created attachment 72597 [details]
output of emerge info
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-11-10 14:10:52 UTC
You cannot mix libs built with incompatible compiler versions. Do
`revdep-rebuild --soname libstdc++.so.5`