Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407529 - kdelibs-4.8.1 fails to emerge
Summary: kdelibs-4.8.1 fails to emerge
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-09 14:01 UTC by denis300
Modified: 2012-03-12 13:24 UTC (History)
0 users

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


Attachments
emerge --info on kde-libs (output,5.18 KB, text/plain)
2012-03-09 14:40 UTC, denis300
Details
build log for kde-libs 4.8.1 (build.log,937.92 KB, text/plain)
2012-03-09 14:48 UTC, denis300
Details

Note You need to log in before you can comment on or make changes to this bug.
Description denis300 2012-03-09 14:01:43 UTC
[ 67%] ^[[32mBuilding CXX object kfile/CMakeFiles/kfile.dir/kurlnavigator.o
^[[0m[ 67%] ^[[32mBuilding CXX object kfile/CMakeFiles/kfile.dir/kurlnavigatormenu.o
^[[0mIn file included from /dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1/kfile/kurlnavigator.cpp:40:0:
/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1/kio/kio/kurifilter.h:732:110: warning: 'ProviderInfoList' is deprecated
/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1/kfile/kurlnavigator.cpp: In member function 'void KUrlNavigator::Private::dropUrls(const KUrl&, QDropEvent*)':
/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1/kfile/kurlnavigator.cpp:409:46: warning: 'void KUrlNavigator::urlsDropped(const KUrl::List&, const KUrl&)' is deprecated (declared at /dev/shm/portage/kde-base/kdelibs$
In file included from /dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1/kfile/kurlnavigator.cpp:1263:0:
/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1_build/kfile/kurlnavigator.moc: In static member function 'static void KUrlNavigator::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)':
/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1_build/kfile/kurlnavigator.moc:102:124: warning: 'void KUrlNavigator::urlsDropped(const KUrl::List&, const KUrl&)' is deprecated (declared at /dev/shm/portage/kde-base/$
/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1_build/kfile/kurlnavigator.moc:106:71: warning: 'void KUrlNavigator::setUrl(const KUrl&)' is deprecated (declared at /dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelib$
/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1_build/kfile/kurlnavigator.moc:107:76: warning: 'void KUrlNavigator::saveRootUrl(const KUrl&)' is deprecated (declared at /dev/shm/portage/kde-base/kdelibs-4.8.1/work/k$
/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1_build/kfile/kurlnavigator.moc:108:106: warning: 'void KUrlNavigator::savePosition(int, int)' is deprecated (declared at /dev/shm/portage/kde-base/kdelibs-4.8.1/work/kd$
^[[31m^[[1mLinking CXX shared library ../lib/libkfile.so
^[[0m[ 67%] Built target kfile
make: *** [all] Error 2
 ^[[31;01m*^[[0m ERROR: kde-base/kdelibs-4.8.1 failed (compile phase):
 ^[[31;01m*^[[0m   emake failed
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m If you need support, post the output of 'emerge --info =kde-base/kdelibs-4.8.1',
 ^[[31;01m*^[[0m the complete build log and the output of 'emerge -pqv =kde-base/kdelibs-4.8.1'.
 ^[[31;01m*^[[0m The complete build log is located at '/dev/shm/portage/kde-base/kdelibs-4.8.1/temp/build.log'.
 ^[[31;01m*^[[0m The ebuild environment file is located at '/dev/shm/portage/kde-base/kdelibs-4.8.1/temp/environment'.
 ^[[31;01m*^[[0m S: '/dev/shm/portage/kde-base/kdelibs-4.8.1/work/kdelibs-4.8.1'
Comment 1 denis300 2012-03-09 14:40:59 UTC
Created attachment 304733 [details]
emerge --info on kde-libs
Comment 2 denis300 2012-03-09 14:48:14 UTC
Created attachment 304735 [details]
build log for kde-libs 4.8.1
Comment 3 Franz Trischberger 2012-03-09 16:19:22 UTC
Weird...

===
undefined reference to `std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
===

Did you update gcc recently? Do you have a libstdc++.so floating around in /usr/local?
You could try reinstalling strigi, but look out for other libstdc++.so's first.
Comment 4 denis300 2012-03-09 17:49:23 UTC
(In reply to comment #3)
> Weird...
> 
> ===
> undefined reference to
> `std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
> ===
> 
> Did you update gcc recently? Do you have a libstdc++.so floating around in
> /usr/local?
> You could try reinstalling strigi, but look out for other libstdc++.so's
> first.

Emerging strgi fixed it.

Thanks a lot.
Comment 5 Johannes Huber (RETIRED) gentoo-dev 2012-03-12 13:24:13 UTC
> Emerging strgi fixed it.
> 
> Thanks a lot.

Thanks for feedback.