Advertisement
mah454

oxygen transparent Error

Jul 5th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. Error in compile oxygen-transparent : (Kubuntu 12.04)
  2. this packages installed :
  3. root@SkyNet:/tmp/oxygen-transparent# dpkg -l | grep kde | grep workspace
  4. ii kde-wallpapers 4:4.8.3-0ubuntu0.1 set of wallpapers for the Plasma workspace
  5. ii kde-wallpapers-default 4:4.8.3-0ubuntu0.1 default wallpaper for the Plasma workspace
  6. ii kde-workspace 4:4.8.2a-0ubuntu4 KDE Plasma Workspace components
  7. ii kde-workspace-bin 4:4.8.4a-0ubuntu0.1 core binaries for the KDE Plasma Workspace
  8. ii kde-workspace-data 4:4.8.4a-0ubuntu0.1 shared data files for the KDE Plasma Workspace
  9. ii kde-workspace-dev 4:4.8.4a-0ubuntu0.1 development files for the KDE Plasma Workspace
  10. ii kde-workspace-kgreet-plugins 4:4.8.4a-0ubuntu0.1 KDE greet libraries for authentication
  11. ii kdebase-workspace 4:4.8.4a-0ubuntu0.1 transitional package for kde-workspace
  12. ii kdebase-workspace-bin 4:4.8.4a-0ubuntu0.1 transitional package for kde-workspace-bin
  13. ii kdebase-workspace-dev 4:4.8.4a-0ubuntu0.1 transitional package for kde-workspace-dev
  14. ii libkworkspace4abi1 4:4.8.4a-0ubuntu0.1 library for the kdebase workspace
  15.  
  16. ================ Compile Process :
  17.  
  18. --- running cmake
  19. mkdir -p /tmp/oxygen-transparent/build
  20. cd /tmp/oxygen-transparent/build
  21. cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release /tmp/oxygen-transparent/src
  22. -- The C compiler identification is GNU
  23. -- The CXX compiler identification is GNU
  24. -- Check for working C compiler: /usr/bin/gcc
  25. -- Check for working C compiler: /usr/bin/gcc -- works
  26. -- Detecting C compiler ABI info
  27. -- Detecting C compiler ABI info - done
  28. -- Check for working CXX compiler: /usr/bin/c++
  29. -- Check for working CXX compiler: /usr/bin/c++ -- works
  30. -- Detecting CXX compiler ABI info
  31. -- Detecting CXX compiler ABI info - done
  32. -- Looking for Q_WS_X11
  33. -- Looking for Q_WS_X11 - found
  34. -- Looking for Q_WS_WIN
  35. -- Looking for Q_WS_WIN - not found.
  36. -- Looking for Q_WS_QWS
  37. -- Looking for Q_WS_QWS - not found.
  38. -- Looking for Q_WS_MAC
  39. -- Looking for Q_WS_MAC - not found.
  40. -- Found Qt-Version 4.8.1 (using /usr/bin/qmake)
  41. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libXau.so;/usr/lib/x86_64-linux-gnu/libXdmcp.so
  42. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libXau.so;/usr/lib/x86_64-linux-gnu/libXdmcp.so - found
  43. -- Looking for gethostbyname
  44. -- Looking for gethostbyname - found
  45. -- Looking for connect
  46. -- Looking for connect - found
  47. -- Looking for remove
  48. -- Looking for remove - found
  49. -- Looking for shmat
  50. -- Looking for shmat - found
  51. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  52. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  53. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  54. -- Looking for pthread_create in pthreads
  55. -- Looking for pthread_create in pthreads - not found
  56. -- Looking for pthread_create in pthread
  57. -- Looking for pthread_create in pthread - found
  58. -- Found Threads: TRUE
  59. -- Looking for _POSIX_TIMERS
  60. -- Looking for _POSIX_TIMERS - found
  61. -- Found Automoc4: /usr/bin/automoc4
  62. -- Found Perl: /usr/bin/perl
  63. -- Found Phonon: /usr/include
  64. -- Performing Test _OFFT_IS_64BIT
  65. -- Performing Test _OFFT_IS_64BIT - Success
  66. -- Performing Test HAVE_FPIE_SUPPORT
  67. -- Performing Test HAVE_FPIE_SUPPORT - Success
  68. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  69. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  70. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  71. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  72. -- Found KDE 4.8 include dir: /usr/include
  73. -- Found KDE 4.8 library dir: /usr/lib
  74. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  75. -- Found automoc4: /usr/bin/automoc4
  76. CMake Error at /usr/share/kde4/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE):
  77. Could NOT find KDE4Workspace (missing: KDE4Workspace_CONFIG) (Required is
  78. at least version "4.8.40")
  79. Call Stack (most recent call first):
  80. /usr/share/kde4/apps/cmake/modules/FindKDE4Workspace.cmake:70 (find_package_handle_standard_args)
  81. CMakeLists.txt:7 (find_package)
  82.  
  83.  
  84. -- Configuring incomplete, errors occurred!
  85. system cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release /tmp/oxygen-transparent/src>&1 failed: 256
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement