Advertisement
Guest User

error building kioslaves

a guest
May 4th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. [...]
  2.  
  3. Linking CXX shared module kcm_media.so
  4. CMakeFiles/kded_mediamanager-module.dir/halbackend.cpp.o: In function 'HALBackend::MainLoopIntegration(DBusConnection*)':
  5. halbackend.cpp:(.text+0x41e): undefined reference to 'DBusQt::Connection::Connection(QObject*)'
  6. halbackend.cpp:(.text+0x43f): undefined reference to 'DBusQt::Connection::dbus_connection_setup_with_qt_main(DBusConnection*)'
  7. collect2: ld returned 1 exit status
  8. make[2]: *** [kioslave/media/mediamanager/kded_mediamanager.so] Error 1
  9. make[1]: *** [kioslave/media/mediamanager/CMakeFiles/ded_mediamanager-module.dir/all] Error 2
  10. make[1]: Waiting for unfinished jobs....
  11.  
  12. [...]
  13.  
  14. ERROR: trinity-base/kdebase-kioslaves-3.5.13 failed (compile phase):
  15. Make failed!
  16.  
  17. Call stack:
  18. ebuild.sh, line 85: called src_compile
  19. environment, line 3288: Called cmake-utils_src_compile
  20. environment, line 924: Called _execute_optionaly 'src_compile'
  21. environment, line 512: Called enable_cmake-utils_src_compile
  22. environment, line 1191: Called cmake-utils_src_make
  23. environment, line 943: Called die
  24. The specific snippet of code:
  25. emake "$@" || die "Make failed!";
  26.  
  27. [if you need assistance, etc/irrelevant to non-gentoo specific issues]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement