Advertisement
Guest User

Untitled

a guest
Feb 1st, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.53 KB | None | 0 0
  1. root@asus:/tmp/tmp.VYIQzzERUT/s# debuild -us -uc -j -b
  2.  dpkg-buildpackage -rfakeroot -D -us -uc -j -b
  3. dpkg-buildpackage: warning: using a gain-root-command while being root
  4. dpkg-buildpackage: source package switchboard
  5. dpkg-buildpackage: source version 2.0.0
  6. dpkg-buildpackage: source distribution UNRELEASED
  7. dpkg-buildpackage: source changed by Corentin "tintou" Noël <tintou@mailoo.org>
  8.  dpkg-source --before-build s
  9. dpkg-buildpackage: host architecture i386
  10.  fakeroot debian/rules clean
  11. dh clean
  12.    dh_testdir
  13.    dh_auto_clean
  14.    dh_clean
  15.  debian/rules build
  16. dh build
  17.    dh_testdir
  18.    dh_auto_configure
  19. -- The C compiler identification is GNU 4.8.2
  20. -- The CXX compiler identification is GNU 4.8.2
  21. -- Check for working C compiler: /usr/bin/i686-linux-gnu-gcc
  22. -- Check for working C compiler: /usr/bin/i686-linux-gnu-gcc -- works
  23. -- Detecting C compiler ABI info
  24. -- Detecting C compiler ABI info - done
  25. -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++
  26. -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++ -- works
  27. -- Detecting CXX compiler ABI info
  28. -- Detecting CXX compiler ABI info - done
  29. -- Shared libraries enabled
  30. -- Unity integration enabled
  31. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  32. -- checking for modules 'glib-2.0>=2.32;gio-2.0;gee-1.0;gmodule-2.0;gtk+-3.0>=3.10;gio-unix-2.0'
  33. --   found glib-2.0, version 2.39.3
  34. --   found gio-2.0, version 2.39.3
  35. --   found gee-1.0, version 0.6.8
  36. --   found gmodule-2.0, version 2.39.3
  37. --   found gtk+-3.0, version 3.10.7
  38. --   found gio-unix-2.0, version 2.39.3
  39. -- Found Vala: /usr/bin/valac  
  40. -- checking for a minimum Vala version of 0.21.0
  41. --   found Vala, version 0.22.1
  42. -- checking for modules 'granite;unity;glib-2.0>=2.32;gio-2.0;gee-1.0;gmodule-2.0;gtk+-3.0>=3.10;gio-unix-2.0'
  43. --   package 'unity' not found
  44. CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
  45.   A required package was not found
  46. Call Stack (most recent call first):
  47.   /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 (_pkg_check_modules_internal)
  48.   CMakeLists.txt:128 (pkg_check_modules)
  49.  
  50.  
  51. -- Configuring incomplete, errors occurred!
  52. See also "/tmp/tmp.VYIQzzERUT/s/obj-i686-linux-gnu/CMakeFiles/CMakeOutput.log".
  53. dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo returned exit code 1
  54. make: *** [build] Error 2
  55. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  56. debuild: fatal error at line 1364:
  57. dpkg-buildpackage -rfakeroot -D -us -uc -j -b failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement