Guest User

Untitled

a guest
Oct 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. *** Building gnome-online-accounts *** [21/49]
  2. make -j5
  3. GEN .gitignore
  4. make all-recursive
  5. make[1]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts'
  6. Making all in data
  7. make[2]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data'
  8. GEN .gitignore
  9. Making all in icons
  10. make[3]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons'
  11. GEN .gitignore
  12. Making all in 16x16
  13. make[4]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/16x16'
  14. GEN .gitignore
  15. make[4]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/16x16'
  16. Making all in 22x22
  17. make[4]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/22x22'
  18. GEN .gitignore
  19. make[4]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/22x22'
  20. Making all in 24x24
  21. make[4]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/24x24'
  22. GEN .gitignore
  23. make[4]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/24x24'
  24. Making all in 32x32
  25. make[4]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/32x32'
  26. GEN .gitignore
  27. make[4]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/32x32'
  28. Making all in 48x48
  29. make[4]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/48x48'
  30. GEN .gitignore
  31. make[4]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/48x48'
  32. Making all in 256x256
  33. make[4]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/256x256'
  34. GEN .gitignore
  35. make[4]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons/256x256'
  36. make[4]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons'
  37. make[4]: Nothing to be done for `all-am'.
  38. make[4]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons'
  39. make[3]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data/icons'
  40. make[3]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/data'
  41. make[3]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data'
  42. make[2]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/data'
  43. Making all in src
  44. make[2]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/src'
  45. GEN .gitignore
  46. Making all in goa
  47. make[3]: Entering directory `/home/hellyna/.opt/src/gnome-online-accounts/src/goa'
  48. gdbus-codegen \
  49. --interface-prefix org.gnome.OnlineAccounts. \
  50. --c-namespace Goa \
  51. --c-generate-object-manager \
  52. --generate-c-code goa-generated \
  53. --generate-docbook goa-generated-doc \
  54. ../../data/dbus-interfaces.xml \
  55.  
  56. gdbus-codegen \
  57. --interface-prefix org.gnome.OnlineAccounts. \
  58. --c-namespace Goa \
  59. --c-generate-object-manager \
  60. --generate-c-code goa-generated \
  61. --generate-docbook goa-generated-doc \
  62. ../../data/dbus-interfaces.xml \
  63.  
  64. gdbus-codegen \
  65. --interface-prefix org.gnome.OnlineAccounts. \
  66. --c-namespace Goa \
  67. --c-generate-object-manager \
  68. --generate-c-code goa-generated \
  69. --generate-docbook goa-generated-doc \
  70. ../../data/dbus-interfaces.xml \
  71.  
  72. GEN .gitignore
  73. Traceback (most recent call last):
  74. File "/home/hellyna/.opt/install/bin/gdbus-codegen", line 41, in <module>
  75. sys.exit(codegen_main.codegen_main())
  76. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/codegen_main.py", line 171, in codegen_main
  77. parsed_ifaces = parser.parse_dbus_xml(xml_data)
  78. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 289, in parse_dbus_xml
  79. parser = DBusXMLParser(xml_data)
  80. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 57, in __init__
  81. self._parser.Parse(xml_data)
  82. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 155, in handle_start_element
  83. if attrs.has_key('name') and self.doc_comment_last_symbol == attrs['name']:
  84. AttributeError: 'dict' object has no attribute 'has_key'
  85. make[3]: *** [goa-generated-doc-org.gnome.OnlineAccounts.Account.xml] Error 1
  86. make[3]: *** Waiting for unfinished jobs....
  87. Traceback (most recent call last):
  88. File "/home/hellyna/.opt/install/bin/gdbus-codegen", line 41, in <module>
  89. sys.exit(codegen_main.codegen_main())
  90. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/codegen_main.py", line 171, in codegen_main
  91. parsed_ifaces = parser.parse_dbus_xml(xml_data)
  92. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 289, in parse_dbus_xml
  93. parser = DBusXMLParser(xml_data)
  94. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 57, in __init__
  95. self._parser.Parse(xml_data)
  96. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 155, in handle_start_element
  97. if attrs.has_key('name') and self.doc_comment_last_symbol == attrs['name']:
  98. AttributeError: 'dict' object has no attribute 'has_key'
  99. Traceback (most recent call last):
  100. File "/home/hellyna/.opt/install/bin/gdbus-codegen", line 41, in <module>
  101. sys.exit(codegen_main.codegen_main())
  102. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/codegen_main.py", line 171, in codegen_main
  103. parsed_ifaces = parser.parse_dbus_xml(xml_data)
  104. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 289, in parse_dbus_xml
  105. parser = DBusXMLParser(xml_data)
  106. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 57, in __init__
  107. self._parser.Parse(xml_data)
  108. File "/home/hellyna/.opt/install/lib64/gdbus-2.0/codegen/parser.py", line 155, in handle_start_element
  109. if attrs.has_key('name') and self.doc_comment_last_symbol == attrs['name']:
  110. AttributeError: 'dict' object has no attribute 'has_key'
  111. make[3]: *** [goa-generated.h] Error 1
  112. make[3]: *** [goa-generated.c] Error 1
  113. make[3]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/src/goa'
  114. make[2]: *** [all-recursive] Error 1
  115. make[2]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts/src'
  116. make[1]: *** [all-recursive] Error 1
  117. make[1]: Leaving directory `/home/hellyna/.opt/src/gnome-online-accounts'
  118. make: *** [all] Error 2
  119. *** Error during phase build of gnome-online-accounts: ########## Error running make -j5 *** [21/49]
  120.  
  121. [1] Rerun phase build
  122. [2] Ignore error and continue to install
  123. [3] Give up on module
  124. [4] Start shell
  125. [5] Reload configuration
  126. [6] Go to phase "wipe directory and start over"
  127. [7] Go to phase "configure"
  128. [8] Go to phase "clean"
  129. [9] Go to phase "distclean"
  130. choice:
Add Comment
Please, Sign In to add comment