Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kdeartwork-kscreensaver-4.9.5 fails to compile
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Dragonlord
Guru
Guru


Joined: 22 Aug 2004
Posts: 344
Location: Switzerland

PostPosted: Sat Feb 16, 2013 8:24 pm    Post subject: kdeartwork-kscreensaver-4.9.5 fails to compile Reply with quote

Code:
Linking CXX executable kwave.kss
cd /var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build/kscreensaver/kdesavers && /usr/bin/cmake -E cmake_link_script CMakeFiles/kwave.kss.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-g++    -I/home/roland/progs/testing/include -I/home/roland/progs/testing/include  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden  -Wl,--enable-new-dtags   -L/home/roland/progs/testing/lib -L/home/roland/progs/testing/lib CMakeFiles/kwave.kss.dir/kwave.kss_automoc.o CMakeFiles/kwave.kss.dir/wave.o  -o kwave.kss -rdynamic -L/usr/lib64/qt4 /usr/lib64/libkdeui.so.5.9.5 /usr/lib64/qt4/libQtOpenGL.so -lGL -lGLU -lkscreensaver /usr/lib64/libkdecore.so.5.9.5 /usr/lib64/qt4/libQtDBus.so /usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtGui.so /usr/lib64/qt4/libQtSvg.so -Wl,-rpath,/usr/lib64/qt4:
cd /var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build/kscreensaver/kdesavers && /usr/bin/cmake -D_filename=/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build/kscreensaver/kdesavers/kwave.kss.shell -D_library_path_variable=LD_LIBRARY_PATH -D_ld_library_path="/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build/lib/./:/usr/lib64:/usr/lib64:/usr/lib64/qt4" -D_executable=/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build/kscreensaver/kdesavers/kwave.kss -P /usr/share/apps/cmake/modules/kde4_exec_via_sh.cmake
make[2]: Leaving directory `/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build/CMakeFiles  60 61 62
[ 61%] Built target kwave.kss
make[1]: Leaving directory `/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build'
make: *** [all] Error 2
 * ERROR: kde-base/kdeartwork-kscreensaver-4.9.5 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=kde-base/kdeartwork-kscreensaver-4.9.5'`,
 * the complete build log and the output of `emerge -pqv '=kde-base/kdeartwork-kscreensaver-4.9.5'`.
 * The complete build log is located at '/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/temp/environment'.
 * Working directory: '/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5_build'
 * S: '/var/tmp/portage/kde-base/kdeartwork-kscreensaver-4.9.5/work/kdeartwork-kscreensaver-4.9.5'


USE flags ( from emerge --info ):
Code:
kde-base/kdeartwork-kscreensaver-4.9.5 was built with the following:
USE="eigen kexiv2 (multilib) opengl (-aqua) -debug -xscreensaver" ABI_X86="64"


Anybody has a similar problem with this package?
_________________
Leader and Head Programmer: Epsylon, Drag[en]gine and others
Back to top
View user's profile Send private message
mattes
Apprentice
Apprentice


Joined: 23 Jul 2008
Posts: 234
Location: München, Bavaria, Germany

PostPosted: Sun Feb 17, 2013 4:54 pm    Post subject: Reply with quote

same here...
Back to top
View user's profile Send private message
genstorm
Advocate
Advocate


Joined: 05 Apr 2007
Posts: 2238
Location: Austria

PostPosted: Sun Feb 17, 2013 4:59 pm    Post subject: Reply with quote

log does not contain actual error.
_________________
backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic
Back to top
View user's profile Send private message
Dragonlord
Guru
Guru


Joined: 22 Aug 2004
Posts: 344
Location: Switzerland

PostPosted: Sun Feb 17, 2013 10:51 pm    Post subject: Reply with quote

genstorm wrote:
log does not contain actual error.

That's the main problem. The compile log contains only this: failed to compile. I hoped somebody else managed to narrow it down somehow. The only thing that is clear is that it fails during linking somewhere. But that's as much info as the logs give you.
_________________
Leader and Head Programmer: Epsylon, Drag[en]gine and others
Back to top
View user's profile Send private message
genstorm
Advocate
Advocate


Joined: 05 Apr 2007
Posts: 2238
Location: Austria

PostPosted: Sun Feb 17, 2013 11:02 pm    Post subject: Reply with quote

No, the actual error will be somewhere above - full build.log is needed.
_________________
backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic
Back to top
View user's profile Send private message
Dragonlord
Guru
Guru


Joined: 22 Aug 2004
Posts: 344
Location: Switzerland

PostPosted: Mon Feb 18, 2013 12:11 am    Post subject: Reply with quote

Found it: http://pastebin.com/5BPqc7Yc

EDIT: Looks like kde-base/libkexiv2 has been the culprit. Remerging this one seems to have fixed it.
_________________
Leader and Head Programmer: Epsylon, Drag[en]gine and others
Back to top
View user's profile Send private message
dilfridge
Developer
Developer


Joined: 18 Sep 2010
Posts: 29
Location: Regensburg, Germany

PostPosted: Mon Feb 18, 2013 11:53 pm    Post subject: Reply with quote

Indeed, typical revdep-rebuild issue. :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum