Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 17.72 KB | None | 0 0
  1. ronnie@ronnie-10-10:~$ export LANG=en
  2.  
  3.  
  4. ronnie@ronnie-10-10:~$ sudo apt-get install git-core cmake libcairo2-dev librsvg2-dev libglib2.0-dev libpng12-dev libdbus-1-dev libboost-dev libxml2-dev libgl1-mesa-dev libglu1-mesa-dev libwnck-dev libgconf2-dev libx11-xcb-dev libxslt1-dev libnotify-dev libmetacity-dev libgnome-window-settings-dev libgnome-desktop-dev gnome-control-center-dev intltool cython python2.6-dev
  5. Reading package lists... Done
  6. Building dependency tree      
  7. Reading state information... Done
  8. cmake is already the newest version.
  9. git-core is already the newest version.
  10. gnome-control-center-dev is already the newest version.
  11. intltool is already the newest version.
  12. libboost-dev is already the newest version.
  13. libcairo2-dev is already the newest version.
  14. libdbus-1-dev is already the newest version.
  15. libgl1-mesa-dev is already the newest version.
  16. libglib2.0-dev is already the newest version.
  17. libglu1-mesa-dev is already the newest version.
  18. libgnome-desktop-dev is already the newest version.
  19. libgnome-window-settings-dev is already the newest version.
  20. libmetacity-dev is already the newest version.
  21. libnotify-dev is already the newest version.
  22. libpng12-dev is already the newest version.
  23. librsvg2-dev is already the newest version.
  24. libwnck-dev is already the newest version.
  25. libx11-xcb-dev is already the newest version.
  26. libxml2-dev is already the newest version.
  27. libxslt1-dev is already the newest version.
  28. python2.6-dev is already the newest version.
  29. cython is already the newest version.
  30. libgconf2-dev is already the newest version.
  31. The following packages were automatically installed and are no longer required:
  32.   libopal3.6.8 libsrtp0 libpt2.6.7
  33. Use 'apt-get autoremove' to remove them.
  34. 0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
  35.  
  36.  
  37. ronnie@ronnie-10-10:~$ git clone git://git.compiz.org/compiz/coreInitialized empty Git repository in /home/ronnie/core/.git/
  38. remote: Counting objects: 30625, done.
  39. remote: Compressing objects: 100% (7878/7878), done.
  40. remote: Total 30625 (delta 23986), reused 28779 (delta 22620)
  41. Receiving objects: 100% (30625/30625), 10.02 MiB | 95 KiB/s, done.
  42. Resolving deltas: 100% (23986/23986), done.
  43.  
  44.  
  45. ronnie@ronnie-10-10:~$ cd core/
  46. ronnie@ronnie-10-10:~/core$
  47. ronnie@ronnie-10-10:~/core$ mkdir build && cd build
  48. ronnie@ronnie-10-10:~/core/build$
  49. ronnie@ronnie-10-10:~/core/build$ cmake .. -DCMAKE_INSTALL_PATH=/opt/compiz -DCMAKE_INSTALL_PREFIX=/opt/compiz -DUSE_KDE4=false -DCOMPIZ_DISABLE_PLUGIN_KDE=On
  50. ....... (begin part not in terminal history) ........
  51. -- checking for module 'glib-2.0'
  52. --   found glib-2.0, version 2.26.0
  53. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  54.   Unable to find the requested Boost libraries.
  55.  
  56.   Boost version: 1.42.0
  57.  
  58.   Boost include path: /usr/include
  59.  
  60.   The following Boost libraries could not be found:
  61.  
  62.           boost_serialization
  63.  
  64.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  65.   directory containing Boost libraries or BOOST_ROOT to the location of
  66.   Boost.
  67. Call Stack (most recent call first):
  68.   cmake/CompizPlugin.cmake:82 (find_package)
  69.   plugins/cube/CMakeLists.txt:3 (include)
  70.  
  71.  
  72. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  73.   Unable to find the requested Boost libraries.
  74.  
  75.   Boost version: 1.42.0
  76.  
  77.   Boost include path: /usr/include
  78.  
  79.   The following Boost libraries could not be found:
  80.  
  81.           boost_serialization
  82.  
  83.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  84.   directory containing Boost libraries or BOOST_ROOT to the location of
  85.   Boost.
  86. Call Stack (most recent call first):
  87.   cmake/CompizPlugin.cmake:82 (find_package)
  88.   plugins/imgsvg/CMakeLists.txt:3 (include)
  89.  
  90.  
  91. -- checking for module 'cairo>=1.0'
  92. --   found cairo, version 1.10.0
  93. -- checking for module 'cairo-xlib'
  94. --   found cairo-xlib, version 1.10.0
  95. -- checking for module 'librsvg-2.0>=2.14.0'
  96. --   found librsvg-2.0, version 2.32.0
  97. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  98.   Unable to find the requested Boost libraries.
  99.  
  100.   Boost version: 1.42.0
  101.  
  102.   Boost include path: /usr/include
  103.  
  104.   The following Boost libraries could not be found:
  105.  
  106.           boost_serialization
  107.  
  108.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  109.   directory containing Boost libraries or BOOST_ROOT to the location of
  110.   Boost.
  111. Call Stack (most recent call first):
  112.   cmake/CompizPlugin.cmake:82 (find_package)
  113.   plugins/blur/CMakeLists.txt:3 (include)
  114.  
  115.  
  116. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  117. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  118. -- Looking for gethostbyname
  119. -- Looking for gethostbyname - found
  120. -- Looking for connect
  121. -- Looking for connect - found
  122. -- Looking for remove
  123. -- Looking for remove - found
  124. -- Looking for shmat
  125. -- Looking for shmat - found
  126. -- Looking for IceConnectionNumber in ICE
  127. -- Looking for IceConnectionNumber in ICE - found
  128. -- Found X11: /usr/lib/libX11.so
  129. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  130.   Unable to find the requested Boost libraries.
  131.  
  132.   Boost version: 1.42.0
  133.  
  134.   Boost include path: /usr/include
  135.  
  136.   The following Boost libraries could not be found:
  137.  
  138.           boost_serialization
  139.  
  140.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  141.   directory containing Boost libraries or BOOST_ROOT to the location of
  142.   Boost.
  143. Call Stack (most recent call first):
  144.   cmake/CompizPlugin.cmake:82 (find_package)
  145.   plugins/water/CMakeLists.txt:3 (include)
  146.  
  147.  
  148. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  149.   Unable to find the requested Boost libraries.
  150.  
  151.   Boost version: 1.42.0
  152.  
  153.   Boost include path: /usr/include
  154.  
  155.   The following Boost libraries could not be found:
  156.  
  157.           boost_serialization
  158.  
  159.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  160.   directory containing Boost libraries or BOOST_ROOT to the location of
  161.   Boost.
  162. Call Stack (most recent call first):
  163.   cmake/CompizPlugin.cmake:82 (find_package)
  164.   plugins/resize/CMakeLists.txt:3 (include)
  165.  
  166.  
  167. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  168.   Unable to find the requested Boost libraries.
  169.  
  170.   Boost version: 1.42.0
  171.  
  172.   Boost include path: /usr/include
  173.  
  174.   The following Boost libraries could not be found:
  175.  
  176.           boost_serialization
  177.  
  178.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  179.   directory containing Boost libraries or BOOST_ROOT to the location of
  180.   Boost.
  181. Call Stack (most recent call first):
  182.   cmake/CompizPlugin.cmake:82 (find_package)
  183.   plugins/ini/CMakeLists.txt:3 (include)
  184.  
  185.  
  186. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  187.   Unable to find the requested Boost libraries.
  188.  
  189.   Boost version: 1.42.0
  190.  
  191.   Boost include path: /usr/include
  192.  
  193.   The following Boost libraries could not be found:
  194.  
  195.           boost_serialization
  196.  
  197.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  198.   directory containing Boost libraries or BOOST_ROOT to the location of
  199.   Boost.
  200. Call Stack (most recent call first):
  201.   cmake/CompizPlugin.cmake:82 (find_package)
  202.   plugins/zoom/CMakeLists.txt:3 (include)
  203.  
  204.  
  205. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  206.   Unable to find the requested Boost libraries.
  207.  
  208.   Boost version: 1.42.0
  209.  
  210.   Boost include path: /usr/include
  211.  
  212.   The following Boost libraries could not be found:
  213.  
  214.           boost_serialization
  215.  
  216.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  217.   directory containing Boost libraries or BOOST_ROOT to the location of
  218.   Boost.
  219. Call Stack (most recent call first):
  220.   cmake/CompizPlugin.cmake:82 (find_package)
  221.   plugins/clone/CMakeLists.txt:3 (include)
  222.  
  223.  
  224. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  225.   Unable to find the requested Boost libraries.
  226.  
  227.   Boost version: 1.42.0
  228.  
  229.   Boost include path: /usr/include
  230.  
  231.   The following Boost libraries could not be found:
  232.  
  233.           boost_serialization
  234.  
  235.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  236.   directory containing Boost libraries or BOOST_ROOT to the location of
  237.   Boost.
  238. Call Stack (most recent call first):
  239.   cmake/CompizPlugin.cmake:82 (find_package)
  240.   plugins/annotate/CMakeLists.txt:3 (include)
  241.  
  242.  
  243. -- checking for module 'pangocairo'
  244. --   found pangocairo, version 1.28.1
  245. -- checking for module 'cairo'
  246. --   found cairo, version 1.10.0
  247. -- checking for module 'cairo-xlib-xrender'
  248. --   found cairo-xlib-xrender, version 1.10.0
  249. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  250.   Unable to find the requested Boost libraries.
  251.  
  252.   Boost version: 1.42.0
  253.  
  254.   Boost include path: /usr/include
  255.  
  256.   The following Boost libraries could not be found:
  257.  
  258.           boost_serialization
  259.  
  260.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  261.   directory containing Boost libraries or BOOST_ROOT to the location of
  262.   Boost.
  263. Call Stack (most recent call first):
  264.   cmake/CompizPlugin.cmake:82 (find_package)
  265.   plugins/wobbly/CMakeLists.txt:3 (include)
  266.  
  267.  
  268. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  269.   Unable to find the requested Boost libraries.
  270.  
  271.   Boost version: 1.42.0
  272.  
  273.   Boost include path: /usr/include
  274.  
  275.   The following Boost libraries could not be found:
  276.  
  277.           boost_serialization
  278.  
  279.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  280.   directory containing Boost libraries or BOOST_ROOT to the location of
  281.   Boost.
  282. Call Stack (most recent call first):
  283.   cmake/CompizPlugin.cmake:82 (find_package)
  284.   plugins/compiztoolbox/CMakeLists.txt:3 (include)
  285.  
  286.  
  287. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  288.   Unable to find the requested Boost libraries.
  289.  
  290.   Boost version: 1.42.0
  291.  
  292.   Boost include path: /usr/include
  293.  
  294.   The following Boost libraries could not be found:
  295.  
  296.           boost_serialization
  297.  
  298.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  299.   directory containing Boost libraries or BOOST_ROOT to the location of
  300.   Boost.
  301. Call Stack (most recent call first):
  302.   cmake/CompizPlugin.cmake:82 (find_package)
  303.   plugins/commands/CMakeLists.txt:3 (include)
  304.  
  305.  
  306. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  307.   Unable to find the requested Boost libraries.
  308.  
  309.   Boost version: 1.42.0
  310.  
  311.   Boost include path: /usr/include
  312.  
  313.   The following Boost libraries could not be found:
  314.  
  315.           boost_serialization
  316.  
  317.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  318.   directory containing Boost libraries or BOOST_ROOT to the location of
  319.   Boost.
  320. Call Stack (most recent call first):
  321.   cmake/CompizPlugin.cmake:82 (find_package)
  322.   plugins/rotate/CMakeLists.txt:3 (include)
  323.  
  324.  
  325. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  326.   Unable to find the requested Boost libraries.
  327.  
  328.   Boost version: 1.42.0
  329.  
  330.   Boost include path: /usr/include
  331.  
  332.   The following Boost libraries could not be found:
  333.  
  334.           boost_serialization
  335.  
  336.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  337.   directory containing Boost libraries or BOOST_ROOT to the location of
  338.   Boost.
  339. Call Stack (most recent call first):
  340.   cmake/CompizPlugin.cmake:82 (find_package)
  341.   plugins/inotify/CMakeLists.txt:3 (include)
  342.  
  343.  
  344. -- Looking for sys/inotify.h
  345. -- Looking for sys/inotify.h - found
  346. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  347.   Unable to find the requested Boost libraries.
  348.  
  349.   Boost version: 1.42.0
  350.  
  351.   Boost include path: /usr/include
  352.  
  353.   The following Boost libraries could not be found:
  354.  
  355.           boost_serialization
  356.  
  357.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  358.   directory containing Boost libraries or BOOST_ROOT to the location of
  359.   Boost.
  360. Call Stack (most recent call first):
  361.   cmake/CompizPlugin.cmake:82 (find_package)
  362.   plugins/fade/CMakeLists.txt:3 (include)
  363.  
  364.  
  365. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  366.   Unable to find the requested Boost libraries.
  367.  
  368.   Boost version: 1.42.0
  369.  
  370.   Boost include path: /usr/include
  371.  
  372.   The following Boost libraries could not be found:
  373.  
  374.           boost_serialization
  375.  
  376.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  377.   directory containing Boost libraries or BOOST_ROOT to the location of
  378.   Boost.
  379. Call Stack (most recent call first):
  380.   cmake/CompizPlugin.cmake:82 (find_package)
  381.   plugins/scale/CMakeLists.txt:3 (include)
  382.  
  383.  
  384. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  385.   Unable to find the requested Boost libraries.
  386.  
  387.   Boost version: 1.42.0
  388.  
  389.   Boost include path: /usr/include
  390.  
  391.   The following Boost libraries could not be found:
  392.  
  393.           boost_serialization
  394.  
  395.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  396.   directory containing Boost libraries or BOOST_ROOT to the location of
  397.   Boost.
  398. Call Stack (most recent call first):
  399.   cmake/CompizPlugin.cmake:82 (find_package)
  400.   plugins/copytex/CMakeLists.txt:3 (include)
  401.  
  402.  
  403. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  404.   Unable to find the requested Boost libraries.
  405.  
  406.   Boost version: 1.42.0
  407.  
  408.   Boost include path: /usr/include
  409.  
  410.   The following Boost libraries could not be found:
  411.  
  412.           boost_serialization
  413.  
  414.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  415.   directory containing Boost libraries or BOOST_ROOT to the location of
  416.   Boost.
  417. Call Stack (most recent call first):
  418.   cmake/CompizPlugin.cmake:82 (find_package)
  419.   plugins/decor/CMakeLists.txt:3 (include)
  420.  
  421.  
  422. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  423.   Unable to find the requested Boost libraries.
  424.  
  425.   Boost version: 1.42.0
  426.  
  427.   Boost include path: /usr/include
  428.  
  429.   The following Boost libraries could not be found:
  430.  
  431.           boost_serialization
  432.  
  433.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  434.   directory containing Boost libraries or BOOST_ROOT to the location of
  435.   Boost.
  436. Call Stack (most recent call first):
  437.   cmake/CompizPlugin.cmake:82 (find_package)
  438.   plugins/kde/CMakeLists.txt:4 (include)
  439.  
  440.  
  441. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  442.   Unable to find the requested Boost libraries.
  443.  
  444.   Boost version: 1.42.0
  445.  
  446.   Boost include path: /usr/include
  447.  
  448.   The following Boost libraries could not be found:
  449.  
  450.           boost_serialization
  451.  
  452.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  453.   directory containing Boost libraries or BOOST_ROOT to the location of
  454.   Boost.
  455. Call Stack (most recent call first):
  456.   cmake/CompizPlugin.cmake:82 (find_package)
  457.   plugins/composite/CMakeLists.txt:3 (include)
  458.  
  459.  
  460. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  461.   Unable to find the requested Boost libraries.
  462.  
  463.   Boost version: 1.42.0
  464.  
  465.   Boost include path: /usr/include
  466.  
  467.   The following Boost libraries could not be found:
  468.  
  469.           boost_serialization
  470.  
  471.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  472.   directory containing Boost libraries or BOOST_ROOT to the location of
  473.   Boost.
  474. Call Stack (most recent call first):
  475.   cmake/CompizPlugin.cmake:82 (find_package)
  476.   plugins/opengl/CMakeLists.txt:3 (include)
  477.  
  478.  
  479. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:910 (message):
  480.   Unable to find the requested Boost libraries.
  481.  
  482.   Boost version: 1.42.0
  483.  
  484.   Boost include path: /usr/include
  485.  
  486.   The following Boost libraries could not be found:
  487.  
  488.           boost_serialization
  489.  
  490.   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR to the
  491.   directory containing Boost libraries or BOOST_ROOT to the location of
  492.   Boost.
  493. Call Stack (most recent call first):
  494.   cmake/CompizPlugin.cmake:82 (find_package)
  495.   plugins/gnomecompat/CMakeLists.txt:3 (include)
  496.  
  497.  
  498.  
  499. ************************************************************
  500. * Compiz Buildsystem                                       *
  501. *                                                          *
  502. * Package : Compiz                                         *
  503. * Version : 0.9.2.1                                        *
  504. ************************************************************
  505.  
  506. Optional features:
  507.  
  508.    gtk window decorator           : Yes
  509.    metacity theme support         : Yes
  510.    gconf schemas                  : Yes
  511.    gnome                          : Yes
  512.    kde4 window decorator          : No
  513. ************************************************************
  514.  
  515.  
  516. Plugin configure check results:
  517.  
  518.   move          : Yes
  519.   dbus          : Yes
  520.   regex         : Yes
  521.   obs           : Yes
  522.   switcher      : Yes
  523.   screenshot    : Yes
  524.   imgpng        : Yes
  525.   place         : Yes
  526.   glib          : Yes
  527.   cube          : Yes
  528.   imgsvg        : Yes
  529.   blur          : Yes
  530.   water         : Yes
  531.   resize        : Yes
  532.   ini           : Yes
  533.   zoom          : Yes
  534.   clone         : Yes
  535.   annotate      : Yes
  536.   wobbly        : Yes
  537.   compiztoolbox : Yes
  538.   commands      : Yes
  539.   rotate        : Yes
  540.   inotify       : Yes
  541.   fade          : Yes
  542.   scale         : Yes
  543.   copytex       : Yes
  544.   decor         : Yes
  545.   kde           : Disabled
  546.   composite     : Yes
  547.   opengl        : Yes
  548.   gnomecompat   : Yes
  549.  
  550. ************************************************************
  551.  
  552. WARNING:
  553. "FindCompiz.cmake" file not found in cmake module directories.
  554. It should be installed to allow building of external compiz packages.
  555. Call "sudo make findcompiz_install" to install it.
  556.  
  557. ************************************************************
  558.  
  559. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement