Advertisement
rotrevrep

valama build

Aug 19th, 2014
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. dh build --parallel
  2. dh_testdir -O--parallel
  3. debian/rules override_dh_auto_configure
  4. make[1]: Entering directory `/home/yannick/Documents/valama'
  5. dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
  6. mkdir -p obj-i686-linux-gnu
  7. cd obj-i686-linux-gnu
  8. cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_BUILD_TYPE=Release
  9. -- The C compiler identification is GNU 4.8.2
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  15. -- checking for module 'libvala-0.26'
  16. -- found libvala-0.26, version 0.25.1.18-49e67
  17. -- Found Vala: /usr/bin/valac (found suitable version "0.25.1.18-49e67", minimum required is "0.20")
  18. -- checking for module 'glib-2.0'
  19. -- found glib-2.0, version 2.41.3
  20. -- checking for module 'gobject-2.0'
  21. -- found gobject-2.0, version 2.41.3
  22. -- checking for module 'gio-2.0'
  23. -- found gio-2.0, version 2.41.3
  24. -- checking for module 'gee-0.8 >= 0.10.5'
  25. -- found gee-0.8 , version 0.14.0
  26. -- checking for module 'libvala-0.26'
  27. -- found libvala-0.26, version 0.25.1.18-49e67
  28. -- checking for module 'libxml-2.0'
  29. -- found libxml-2.0, version 2.9.1
  30. -- checking for module 'gthread-2.0'
  31. -- found gthread-2.0, version 2.41.3
  32. -- Found Gettext: /usr/bin/xgettext (found version "0.18.3")
  33. -- Found Intltool: /usr/bin/intltool-extract (found version "0.50.2")
  34. -- checking for module 'gtk+-3.0 >= 3.10'
  35. -- found gtk+-3.0 , version 3.13.7
  36. -- checking for module 'gtksourceview-3.0 >= 3.10'
  37. -- found gtksourceview-3.0 , version 3.12.1
  38. -- checking for module 'gdl-3.0 >= 3.3.91'
  39. -- found gdl-3.0 , version 3.12.0
  40. -- Use enhanced gdl-3.0 vapi to support new features with gdl-3.0 >= 3.9.91.
  41. -- checking for module 'gladeui-2.0'
  42. -- found gladeui-2.0, version 3.18.3
  43. -- checking for module 'atk'
  44. -- found atk, version 2.12.0
  45. -- checking for module 'cairo'
  46. -- found cairo, version 1.13.1
  47. -- checking for module 'clutter-1.0'
  48. -- found clutter-1.0, version 1.16.4
  49. -- checking for module 'clutter-gtk-1.0'
  50. -- found clutter-gtk-1.0, version 1.4.4
  51. -- checking for module 'cogl-1.0'
  52. -- found cogl-1.0, version 1.16.2
  53. -- checking for module 'gdk-3.0'
  54. -- found gdk-3.0, version 3.13.7
  55. -- checking for module 'gdk-pixbuf-2.0'
  56. -- found gdk-pixbuf-2.0, version 2.30.7
  57. -- checking for module 'gdl-3.0 >= 3.8'
  58. -- found gdl-3.0 , version 3.12.0
  59. -- checking for module 'glib-2.0 >= 2.32'
  60. -- found glib-2.0 , version 2.41.3
  61. -- checking for module 'gmodule-2.0'
  62. -- found gmodule-2.0, version 2.41.3
  63. -- checking for module 'gtk+-3.0 >= 3.9'
  64. -- found gtk+-3.0 , version 3.13.7
  65. -- checking for module 'gtksourceview-3.0 >= 3.9'
  66. -- found gtksourceview-3.0 , version 3.12.1
  67. -- checking for module 'json-glib-1.0'
  68. -- found json-glib-1.0, version 0.16.2
  69. -- checking for module 'libsoup-2.4'
  70. -- package 'libsoup-2.4' not found
  71. -- checking for module 'pango'
  72. -- found pango, version 1.36.3
  73. -- checking for module 'pangocairo'
  74. -- found pangocairo, version 1.36.3
  75. -- checking for module 'webkit2gtk-3.0'
  76. -- package 'webkit2gtk-3.0' not found
  77. -- checking for module 'x11'
  78. -- found x11, version 1.6.2
  79. -- Found Valadoc: /usr/bin/valadoc (found version "0.23.2")
  80. -- checking for module 'gee-0.8'
  81. -- found gee-0.8, version 0.14.0
  82. -- Configuring incomplete, errors occurred!
  83. See also "/home/yannick/Documents/valama/obj-i686-linux-gnu/CMakeFiles/CMakeOutput.log".
  84. make[1]: Leaving directory `/home/yannick/Documents/valama'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement