Advertisement
Guest User

Untitled

a guest
Nov 12th, 2013
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.04 KB | None | 0 0
  1.  
  2. ==> Continuare la compilazione di gala-bzr [S/n]
  3. ==> --------------------------------------------
  4. ==>
  5. ==> Compilazione e installazione del pacchetto
  6. ==> Creazione del pacchetto: gala-bzr 323-1 (mar 12 nov 2013, 13.26.25, CET)
  7. ==> Controllo delle dipendenze durante l'avvio in corso...
  8. ==> Controllo delle dipendenze durante la compilazione in corso...
  9. ==> Download dei sorgenti in corso...
  10. -> Ramificazione di lp:gala in corso...
  11. You have not informed bzr of your Launchpad ID, and you must do this to
  12. write to Launchpad or access private data. See "bzr help launchpad-login".
  13. Branched 362 revisions.
  14. ==> Validazione dei sorgenti con md5sums in corso...
  15. gala ... Ignorato
  16. ==> Estrazione dei sorgenti in corso...
  17. -> Creazione di una copia di lavoro del repository gala bzr in corso...
  18. ==> Avvio di pkgver() in corso...
  19. ==> Versione aggiornata: gala-bzr 362-1
  20. ==> Avvio di build() in corso...
  21. -- The C compiler identification is GNU 4.8.2
  22. -- The CXX compiler identification is GNU 4.8.2
  23. -- Check for working C compiler: /usr/bin/cc
  24. -- Check for working C compiler: /usr/bin/cc -- works
  25. -- Detecting C compiler ABI info
  26. -- Detecting C compiler ABI info - done
  27. -- Check for working CXX compiler: /usr/bin/c++
  28. -- Check for working CXX compiler: /usr/bin/c++ -- works
  29. -- Detecting CXX compiler ABI info
  30. -- Detecting CXX compiler ABI info - done
  31. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  32. -- checking for modules 'libmutter>=3.4;granite;clutter-1.0>=1.9.16;clutter-gtk-1.0;libbamf3;xfixes;gee-1.0;plank'
  33. -- found libmutter, version 3.10.1.1
  34. -- found granite, version 0.2.2
  35. -- found clutter-1.0, version 1.16.0
  36. -- found clutter-gtk-1.0, version 1.4.4
  37. -- found libbamf3, version 0.5.0
  38. -- found xfixes, version 5.0.1
  39. -- found gee-1.0, version 0.6.8
  40. -- found plank, version 0.4.0.931-dirty
  41. -- Found Vala: /usr/bin/valac
  42. -- checking for a minimum Vala version of 0.16.1
  43. -- found Vala, version 0.22.0
  44. -- GSettings schemas will be installed locally.
  45. -- GSettings schemas will be installed into /usr/share/glib-2.0/schemas/
  46. -- Configuring done
  47. -- Generating done
  48. -- Build files have been written to: /tmp/yaourt-tmp-geeno/aur-gala-bzr/src/gala/build
  49. [ 5%] Generating src/DBus.c, src/DragDropAction.c, src/Main.c, src/Plugin.c, src/ScreenSaver.c, src/Settings.c, src/TextShadowEffect.c, src/Utils.c, src/Zooming.c, src/Widgets/AppIcon.c, src/Widgets/WindowOverview.c, src/Widgets/WindowSwitcher.c, src/Widgets/WindowThumb.c, src/Widgets/WorkspaceThumb.c, src/Widgets/WorkspaceView.c, build/src/Config.c
  50. gee-0.8.vapi:7.3-7.57: error: `Gee.Functions' already contains a definition for `get_compare_func_for'
  51. public static GLib.CompareDataFunc get_compare_func_for (GLib.Type t);
  52. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  53. gee-1.0.vapi:7.3-7.53: note: previous definition of `get_compare_func_for' was here
  54. public static GLib.CompareFunc get_compare_func_for (GLib.Type t);
  55. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  56. gee-0.8.vapi:9.3-9.52: error: `Gee.Functions' already contains a definition for `get_equal_func_for'
  57. public static Gee.EqualDataFunc get_equal_func_for (GLib.Type t);
  58. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  59. gee-1.0.vapi:9.3-9.49: note: previous definition of `get_equal_func_for' was here
  60. public static GLib.EqualFunc get_equal_func_for (GLib.Type t);
  61. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  62. gee-0.8.vapi:11.3-11.50: error: `Gee.Functions' already contains a definition for `get_hash_func_for'
  63. public static Gee.HashDataFunc get_hash_func_for (GLib.Type t);
  64. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  65. gee-1.0.vapi:11.3-11.47: note: previous definition of `get_hash_func_for' was here
  66. public static GLib.HashFunc get_hash_func_for (GLib.Type t);
  67. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  68. gee-0.8.vapi:32.2-32.114: error: `Gee' already contains a definition for `AbstractCollection'
  69. public abstract class AbstractCollection<G> : GLib.Object, Gee.Traversable<G>, Gee.Iterable<G>, Gee.Collection<G> {
  70. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  71. gee-1.0.vapi:14.2-14.94: note: previous definition of `AbstractCollection' was here
  72. public abstract class AbstractCollection<G> : GLib.Object, Gee.Iterable<G>, Gee.Collection<G> {
  73. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  74. gee-0.8.vapi:45.2-45.79: error: `Gee' already contains a definition for `AbstractList'
  75. public abstract class AbstractList<G> : Gee.AbstractCollection<G>, Gee.List<G> {
  76. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  77. gee-1.0.vapi:31.2-31.79: note: previous definition of `AbstractList' was here
  78. public abstract class AbstractList<G> : Gee.AbstractCollection<G>, Gee.List<G> {
  79. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  80. gee-0.8.vapi:57.2-57.138: error: `Gee' already contains a definition for `AbstractMap'
  81. public abstract class AbstractMap<K,V> : GLib.Object, Gee.Traversable<Gee.Map.Entry<K,V>>, Gee.Iterable<Gee.Map.Entry<K,V>>, Gee.Map<K,V> {
  82. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  83. gee-1.0.vapi:46.2-46.101: note: previous definition of `AbstractMap' was here
  84. public abstract class AbstractMap<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>>, Gee.Map<K,V> {
  85. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  86. gee-0.8.vapi:76.2-76.77: error: `Gee' already contains a definition for `AbstractMultiMap'
  87. public abstract class AbstractMultiMap<K,V> : GLib.Object, Gee.MultiMap<K,V> {
  88. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  89. gee-1.0.vapi:66.2-66.77: note: previous definition of `AbstractMultiMap' was here
  90. public abstract class AbstractMultiMap<K,V> : GLib.Object, Gee.MultiMap<K,V> {
  91. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  92. gee-0.8.vapi:85.2-85.87: error: `Gee' already contains a definition for `AbstractMultiSet'
  93. public abstract class AbstractMultiSet<G> : Gee.AbstractCollection<G>, Gee.MultiSet<G> {
  94. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  95. gee-1.0.vapi:74.2-74.87: note: previous definition of `AbstractMultiSet' was here
  96. public abstract class AbstractMultiSet<G> : Gee.AbstractCollection<G>, Gee.MultiSet<G> {
  97. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  98. gee-0.8.vapi:98.2-98.81: error: `Gee' already contains a definition for `AbstractQueue'
  99. public abstract class AbstractQueue<G> : Gee.AbstractCollection<G>, Gee.Queue<G> {
  100. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  101. gee-1.0.vapi:85.2-85.81: note: previous definition of `AbstractQueue' was here
  102. public abstract class AbstractQueue<G> : Gee.AbstractCollection<G>, Gee.Queue<G> {
  103. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  104. gee-0.8.vapi:107.2-107.77: error: `Gee' already contains a definition for `AbstractSet'
  105. public abstract class AbstractSet<G> : Gee.AbstractCollection<G>, Gee.Set<G> {
  106. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  107. gee-1.0.vapi:96.2-96.77: note: previous definition of `AbstractSet' was here
  108. public abstract class AbstractSet<G> : Gee.AbstractCollection<G>, Gee.Set<G> {
  109. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  110. gee-0.8.vapi:136.2-136.53: error: `Gee' already contains a definition for `ArrayList'
  111. public class ArrayList<G> : Gee.AbstractBidirList<G> {
  112. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  113. gee-1.0.vapi:101.2-101.48: note: previous definition of `ArrayList' was here
  114. public class ArrayList<G> : Gee.AbstractList<G> {
  115. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  116. gee-0.8.vapi:228.2-228.49: error: `Gee' already contains a definition for `HashMap'
  117. public class HashMap<K,V> : Gee.AbstractMap<K,V> {
  118. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  119. gee-1.0.vapi:121.2-121.49: note: previous definition of `HashMap' was here
  120. public class HashMap<K,V> : Gee.AbstractMap<K,V> {
  121. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  122. gee-0.8.vapi:250.2-250.59: error: `Gee' already contains a definition for `HashMultiMap'
  123. public class HashMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
  124. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  125. gee-1.0.vapi:139.2-139.59: note: previous definition of `HashMultiMap' was here
  126. public class HashMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
  127. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  128. gee-0.8.vapi:263.2-263.55: error: `Gee' already contains a definition for `HashMultiSet'
  129. public class HashMultiSet<G> : Gee.AbstractMultiSet<G> {
  130. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  131. gee-1.0.vapi:150.2-150.55: note: previous definition of `HashMultiSet' was here
  132. public class HashMultiSet<G> : Gee.AbstractMultiSet<G> {
  133. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  134. gee-0.8.vapi:269.2-269.45: error: `Gee' already contains a definition for `HashSet'
  135. public class HashSet<G> : Gee.AbstractSet<G> {
  136. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  137. gee-1.0.vapi:156.2-156.45: note: previous definition of `HashSet' was here
  138. public class HashSet<G> : Gee.AbstractSet<G> {
  139. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  140. gee-0.8.vapi:334.2-334.82: error: `Gee' already contains a definition for `LinkedList'
  141. public class LinkedList<G> : Gee.AbstractBidirList<G>, Gee.Queue<G>, Gee.Deque<G> {
  142. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  143. gee-1.0.vapi:168.2-168.77: note: previous definition of `LinkedList' was here
  144. public class LinkedList<G> : Gee.AbstractList<G>, Gee.Queue<G>, Gee.Deque<G> {
  145. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  146. gee-0.8.vapi:358.2-358.53: error: `Gee' already contains a definition for `PriorityQueue'
  147. public class PriorityQueue<G> : Gee.AbstractQueue<G> {
  148. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  149. gee-1.0.vapi:188.2-188.53: note: previous definition of `PriorityQueue' was here
  150. public class PriorityQueue<G> : Gee.AbstractQueue<G> {
  151. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  152. gee-0.8.vapi:386.2-386.60: error: `Gee' already contains a definition for `TreeMap'
  153. public class TreeMap<K,V> : Gee.AbstractBidirSortedMap<K,V> {
  154. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  155. gee-1.0.vapi:206.2-206.49: note: previous definition of `TreeMap' was here
  156. public class TreeMap<K,V> : Gee.AbstractMap<K,V> {
  157. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  158. gee-0.8.vapi:412.2-412.59: error: `Gee' already contains a definition for `TreeMultiMap'
  159. public class TreeMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
  160. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  161. gee-1.0.vapi:223.2-223.59: note: previous definition of `TreeMultiMap' was here
  162. public class TreeMultiMap<K,V> : Gee.AbstractMultiMap<K,V> {
  163. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  164. gee-0.8.vapi:422.2-422.55: error: `Gee' already contains a definition for `TreeMultiSet'
  165. public class TreeMultiSet<G> : Gee.AbstractMultiSet<G> {
  166. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  167. gee-1.0.vapi:232.2-232.55: note: previous definition of `TreeMultiSet' was here
  168. public class TreeMultiSet<G> : Gee.AbstractMultiSet<G> {
  169. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  170. gee-0.8.vapi:427.2-427.56: error: `Gee' already contains a definition for `TreeSet'
  171. public class TreeSet<G> : Gee.AbstractBidirSortedSet<G> {
  172. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  173. gee-1.0.vapi:237.2-237.63: note: previous definition of `TreeSet' was here
  174. public class TreeSet<G> : Gee.AbstractSet<G>, Gee.SortedSet<G> {
  175. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  176. gee-0.8.vapi:453.2-453.52: error: `Gee' already contains a definition for `BidirIterator'
  177. public interface BidirIterator<G> : Gee.Iterator<G> {
  178. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  179. gee-1.0.vapi:248.2-248.52: note: previous definition of `BidirIterator' was here
  180. public interface BidirIterator<G> : Gee.Iterator<G> {
  181. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  182. gee-0.8.vapi:494.2-494.49: error: `Gee' already contains a definition for `Collection'
  183. public interface Collection<G> : Gee.Iterable<G> {
  184. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  185. gee-1.0.vapi:254.2-254.49: note: previous definition of `Collection' was here
  186. public interface Collection<G> : Gee.Iterable<G> {
  187. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  188. gee-0.8.vapi:536.2-536.45: error: `Gee' already contains a definition for `Comparable'
  189. public interface Comparable<G> : GLib.Object {
  190. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  191. gee-1.0.vapi:270.2-270.45: note: previous definition of `Comparable' was here
  192. public interface Comparable<G> : GLib.Object {
  193. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  194. gee-0.8.vapi:541.2-541.41: error: `Gee' already contains a definition for `Deque'
  195. public interface Deque<G> : Gee.Queue<G> {
  196. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  197. gee-1.0.vapi:274.2-274.41: note: previous definition of `Deque' was here
  198. public interface Deque<G> : Gee.Queue<G> {
  199. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  200. gee-0.8.vapi:577.2-577.63: error: `Gee' already contains a definition for `Iterable'
  201. public interface Iterable<G> : GLib.Object, Gee.Traversable<G> {
  202. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  203. gee-1.0.vapi:285.2-285.43: note: previous definition of `Iterable' was here
  204. public interface Iterable<G> : GLib.Object {
  205. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  206. gee-0.8.vapi:581.2-581.63: error: `Gee' already contains a definition for `Iterator'
  207. public interface Iterator<G> : GLib.Object, Gee.Traversable<G> {
  208. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  209. gee-1.0.vapi:290.2-290.43: note: previous definition of `Iterator' was here
  210. public interface Iterator<G> : GLib.Object {
  211. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  212. gee-0.8.vapi:593.2-593.45: error: `Gee' already contains a definition for `List'
  213. public interface List<G> : Gee.Collection<G> {
  214. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  215. gee-1.0.vapi:298.2-298.45: note: previous definition of `List' was here
  216. public interface List<G> : Gee.Collection<G> {
  217. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  218. gee-0.8.vapi:609.2-609.51: error: `Gee' already contains a definition for `ListIterator'
  219. public interface ListIterator<G> : Gee.Iterator<G> {
  220. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  221. gee-1.0.vapi:314.2-314.56: note: previous definition of `ListIterator' was here
  222. public interface ListIterator<G> : Gee.BidirIterator<G> {
  223. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  224. gee-0.8.vapi:616.2-616.74: error: `Gee' already contains a definition for `Map'
  225. public interface Map<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>> {
  226. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  227. gee-1.0.vapi:321.2-321.74: note: previous definition of `Map' was here
  228. public interface Map<K,V> : GLib.Object, Gee.Iterable<Gee.Map.Entry<K,V>> {
  229. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  230. gee-0.8.vapi:654.2-654.48: error: `Gee' already contains a definition for `MapIterator'
  231. public interface MapIterator<K,V> : GLib.Object {
  232. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  233. gee-1.0.vapi:356.2-356.48: note: previous definition of `MapIterator' was here
  234. public interface MapIterator<K,V> : GLib.Object {
  235. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  236. gee-0.8.vapi:669.2-669.45: error: `Gee' already contains a definition for `MultiMap'
  237. public interface MultiMap<K,V> : GLib.Object {
  238. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  239. gee-1.0.vapi:366.2-366.45: note: previous definition of `MultiMap' was here
  240. public interface MultiMap<K,V> : GLib.Object {
  241. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  242. gee-0.8.vapi:688.2-688.49: error: `Gee' already contains a definition for `MultiSet'
  243. public interface MultiSet<G> : Gee.Collection<G> {
  244. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  245. gee-1.0.vapi:379.2-379.49: note: previous definition of `MultiSet' was here
  246. public interface MultiSet<G> : Gee.Collection<G> {
  247. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  248. gee-0.8.vapi:695.2-695.46: error: `Gee' already contains a definition for `Queue'
  249. public interface Queue<G> : Gee.Collection<G> {
  250. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  251. gee-1.0.vapi:383.2-383.46: note: previous definition of `Queue' was here
  252. public interface Queue<G> : Gee.Collection<G> {
  253. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  254. gee-0.8.vapi:707.2-707.44: error: `Gee' already contains a definition for `Set'
  255. public interface Set<G> : Gee.Collection<G> {
  256. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  257. gee-1.0.vapi:394.2-394.44: note: previous definition of `Set' was here
  258. public interface Set<G> : Gee.Collection<G> {
  259. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  260. gee-0.8.vapi:723.2-723.43: error: `Gee' already contains a definition for `SortedSet'
  261. public interface SortedSet<G> : Gee.Set<G> {
  262. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  263. gee-1.0.vapi:399.2-399.43: note: previous definition of `SortedSet' was here
  264. public interface SortedSet<G> : Gee.Set<G> {
  265. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  266. Compilation failed: 36 error(s), 0 warning(s)
  267. CMakeFiles/gala.dir/build.make:71: set di istruzioni per l'obiettivo "src/DBus.c" non riuscito
  268. make[2]: *** [src/DBus.c] Errore 1
  269. CMakeFiles/Makefile2:94: set di istruzioni per l'obiettivo "CMakeFiles/gala.dir/all" non riuscito
  270. make[1]: *** [CMakeFiles/gala.dir/all] Errore 2
  271. Makefile:146: set di istruzioni per l'obiettivo "all" non riuscito
  272. make: *** [all] Errore 2
  273. ==> ERRORE: Si è verificato un errore in build().
  274. L'operazione sta per essere interrotta...
  275. ==> ERRORE: Makepkg non è riuscito a compilare gala-bzr.
  276. ==> Riavviare la compilazione di gala-bzr [s/N]
  277. ==> -------------------------------------------
  278. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement