Advertisement
Guest User

Untitled

a guest
Apr 4th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 KB | None | 0 0
  1. make[3]: Entering directory `/tmp/buildd/gnome-contacts-3.12.0/src'
  2. Makefile:790: warning: overriding commands for target `contacts-contact.c'
  3. Makefile:686: warning: ignoring old commands for target `contacts-contact.c'
  4. Makefile:800: warning: overriding commands for target `contacts-store.c'
  5. Makefile:731: warning: ignoring old commands for target `contacts-store.c'
  6. Makefile:805: warning: overriding commands for target `contacts-types.c'
  7. Makefile:706: warning: ignoring old commands for target `contacts-types.c'
  8. Makefile:810: warning: overriding commands for target `contacts-utils.c'
  9. Makefile:741: warning: ignoring old commands for target `contacts-utils.c'
  10. rm -f gnome_contacts_vala.stamp && echo stamp > gnome_contacts_vala.stamp-t
  11. CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/valac --vapidir=../vapi --vapidir=../libgd --pkg config --pkg custom --pkg gd-1.0 --pkg gtk+-3.0 --pkg gio-2.0 --pkg gio-unix-2.0 --pkg folks --pkg folks-telepathy --pkg folks-eds --pkg libnotify --target-glib=2.38 --gresources=./contacts.gresource.xml -D HAVE_CHEESE -C contacts-app.vala contacts-contact.vala contacts-contact-sheet.vala contacts-contact-editor.vala contacts-contact-pane.vala contacts-types.vala contacts-list-pane.vala contacts-linked-accounts-dialog.vala contacts-linking.vala contacts-row.vala contacts-store.vala contacts-view.vala contacts-utils.vala contacts-clickable.vala contacts-new-contact-dialog.vala contacts-avatar-dialog.vala contacts-accounts-list.vala contacts-contact-frame.vala contacts-setup-window.vala contacts-window.vala main.vala
  12. contacts-contact.vala:1014.10-1014.62: warning: regular expression literals are experimental
  13. if (/https?:\/\/www.facebook.com\/profile\.php\?id=[0-9]+$/.match(uri) ||
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. contacts-contact.vala:1015.3-1015.45: warning: regular expression literals are experimental
  16. /https?:\/\/www.facebook.com\/[a-zA-Z0-9.]+$/.match(uri))
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. contacts-contact.vala:1018.10-1018.50: warning: regular expression literals are experimental
  19. if (/https?:\/\/twitter.com\/#!\/[a-zA-Z0-9]+$/.match(uri))
  20. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  21. contacts-contact.vala:1021.10-1021.53: warning: regular expression literals are experimental
  22. if (/https?:\/\/www.google.com\/profiles\/[0-9]+$/.match(uri))
  23. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24. contacts-contact.vala:1249.7-1249.50: warning: regular expression literals are experimental
  25. if (/https?:\/\/www.google.com\/profiles\/[0-9]+$/.match(url.value))
  26. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  27. contacts-store.vala:331.31-331.64: warning: TelepathyGLib.AccountManager.get_valid_accounts is deprecated
  28. contacts-window.vala:70.19-70.67: error: The name `gtk_decoration_layout' does not exist in the context of `Gtk.Settings'
  29. layout_desc = Gtk.Settings.get_default ().gtk_decoration_layout;
  30. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  31. contacts-window.vala:73.7-73.37: error: The name `decoration_layout' does not exist in the context of `Gtk.HeaderBar'
  32. right_toolbar.decoration_layout = ":%s".printf (tokens[1]);
  33. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  34. contacts-window.vala:74.7-74.36: error: The name `decoration_layout' does not exist in the context of `Gtk.HeaderBar'
  35. left_toolbar.decoration_layout = tokens[0];
  36. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  37. contacts-contact-sheet.vala:64.5-64.28: error: The name `margin_start' does not exist in the context of `Gtk.Label'
  38. value_label.margin_start = 6;
  39. ^^^^^^^^^^^^^^^^^^^^^^^^
  40. contacts-contact-sheet.vala:93.5-93.27: error: The name `margin_start' does not exist in the context of `Gtk.Label'
  41. name_label.margin_start = 6;
  42. ^^^^^^^^^^^^^^^^^^^^^^^
  43. contacts-contact-sheet.vala:115.2-115.24: error: The name `margin_start' does not exist in the context of `Gtk.Label'
  44. store_name.margin_start = 6;
  45. ^^^^^^^^^^^^^^^^^^^^^^^
  46. contacts-contact-editor.vala:273.5-273.26: error: The name `margin_end' does not exist in the context of `Gtk.Label'
  47. title_label.margin_end = 6;
  48. ^^^^^^^^^^^^^^^^^^^^^^
  49. contacts-contact-editor.vala:306.5-306.26: error: The name `margin_end' does not exist in the context of `Gtk.Label'
  50. title_label.margin_end = 6;
  51. ^^^^^^^^^^^^^^^^^^^^^^
  52. contacts-contact-editor.vala:343.5-343.26: error: The name `margin_end' does not exist in the context of `Gtk.Label'
  53. title_label.margin_end = 6;
  54. ^^^^^^^^^^^^^^^^^^^^^^
  55. contacts-contact-editor.vala:692.2-692.24: error: The name `margin_start' does not exist in the context of `Gtk.Label'
  56. store_name.margin_start = 6;
  57. ^^^^^^^^^^^^^^^^^^^^^^^
  58. contacts-contact-pane.vala:177.5-177.26: error: The name `margin_end' does not exist in the context of `Contacts.ContactFrame'
  59. image_frame.margin_end = 12;
  60. ^^^^^^^^^^^^^^^^^^^^^^
  61. contacts-contact-pane.vala:223.5-223.21: error: The name `margin_start' does not exist in the context of `Gtk.ButtonBox'
  62. bbox.margin_start = 12;
  63. ^^^^^^^^^^^^^^^^^
  64. contacts-contact-pane.vala:507.17-507.72: warning: unhandled error `GLib.Error'
  65. var pix = icon_theme.load_icon ("avatar-default-symbolic", 144, 0);
  66. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  67. contacts-contact-pane.vala:432.5-432.24: error: The name `margin_end' does not exist in the context of `Gtk.ToolItem'
  68. tool_item.margin_end = 12;
  69. ^^^^^^^^^^^^^^^^^^^^
  70. contacts-linked-accounts-dialog.vala:80.7-80.28: error: The name `margin_end' does not exist in the context of `Contacts.ContactFrame'
  71. image_frame.margin_end = 12;
  72. ^^^^^^^^^^^^^^^^^^^^^^
  73. contacts-linked-accounts-dialog.vala:104.7-104.25: error: The name `margin_start' does not exist in the context of `Gtk.Button'
  74. button.margin_start = 12;
  75. ^^^^^^^^^^^^^^^^^^^
  76. contacts-app.vala:122.5-122.43: error: The name `margin_start' does not exist in the context of `Gtk.Widget'
  77. cancel_button.get_child ().margin_start = 6;
  78. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  79. contacts-app.vala:123.5-123.41: error: The name `margin_end' does not exist in the context of `Gtk.Widget'
  80. cancel_button.get_child ().margin_end = 6;
  81. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  82. contacts-app.vala:133.5-133.41: error: The name `margin_start' does not exist in the context of `Gtk.Widget'
  83. done_button.get_child ().margin_start = 6;
  84. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  85. contacts-app.vala:134.5-134.39: error: The name `margin_end' does not exist in the context of `Gtk.Widget'
  86. done_button.get_child ().margin_end = 6;
  87. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  88. contacts-accounts-list.vala:50.5-50.48: error: The name `margin_start' does not exist in the context of `Gtk.Widget'
  89. add_account_button.get_child ().margin_start = 6;
  90. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  91. contacts-accounts-list.vala:51.5-51.46: error: The name `margin_end' does not exist in the context of `Gtk.Widget'
  92. add_account_button.get_child ().margin_end = 6;
  93. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  94. contacts-accounts-list.vala:81.5-81.24: error: The name `margin_end' does not exist in the context of `Gtk.Image'
  95. checkmark.margin_end = 12;
  96. ^^^^^^^^^^^^^^^^^^^^
  97. contacts-accounts-list.vala:134.7-134.27: error: The name `margin_start' does not exist in the context of `Gtk.Grid'
  98. row_data.margin_start = 5;
  99. ^^^^^^^^^^^^^^^^^^^^^
  100. contacts-accounts-list.vala:172.5-172.27: error: The name `margin_start' does not exist in the context of `Gtk.Grid'
  101. local_data.margin_start = 5;
  102. ^^^^^^^^^^^^^^^^^^^^^^^
  103. contacts-setup-window.vala:44.5-44.43: error: The name `margin_start' does not exist in the context of `Gtk.Widget'
  104. cancel_button.get_child ().margin_start = 6;
  105. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  106. contacts-setup-window.vala:45.5-45.41: error: The name `margin_end' does not exist in the context of `Gtk.Widget'
  107. cancel_button.get_child ().margin_end = 6;
  108. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  109. contacts-setup-window.vala:58.5-58.41: error: The name `margin_start' does not exist in the context of `Gtk.Widget'
  110. done_button.get_child ().margin_start = 6;
  111. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  112. contacts-setup-window.vala:59.5-59.39: error: The name `margin_end' does not exist in the context of `Gtk.Widget'
  113. done_button.get_child ().margin_end = 6;
  114. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  115. Compilation failed: 28 error(s), 7 warning(s)
  116. make[3]: *** [gnome_contacts_vala.stamp] Error 1
  117. make[3]: Leaving directory `/tmp/buildd/gnome-contacts-3.12.0/src'
  118. make[2]: *** [all-recursive] Error 1
  119. make[2]: Leaving directory `/tmp/buildd/gnome-contacts-3.12.0'
  120. make[1]: *** [all] Error 2
  121. make[1]: Leaving directory `/tmp/buildd/gnome-contacts-3.12.0'
  122. make: *** [debian/stamp-makefile-build] Error 2
  123. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  124. E: Failed autobuilding of package
  125. I: unmounting dev/pts filesystem
  126. I: unmounting run/shm filesystem
  127. I: unmounting proc filesystem
  128. I: cleaning the build env
  129. I: removing directory /var/cache/pbuilder/build//7215 and its subdirectories
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement