Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. Starting build()...
  2. /usr/lib/python2.7/site-packages/setuptools/dist.py:331: UserWarning: Normalizing '3.0.1-alpha-0' to '3.0.1a0'
  3. normalized_version,
  4. running build
  5. running build_py
  6. creating build
  7. creating build/lib.linux-x86_64-2.7
  8. creating build/lib.linux-x86_64-2.7/pyspatialite
  9. copying lib/pyspatialite/dump.py -> build/lib.linux-x86_64-2.7/pyspatialite
  10. copying lib/pyspatialite/dbapi2.py -> build/lib.linux-x86_64-2.7/pyspatialite
  11. copying lib/pyspatialite/__init__.py -> build/lib.linux-x86_64-2.7/pyspatialite
  12. running build_ext
  13. creating tmp
  14. gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include -I/usr/include/python2.7 -c /tmp/pj_init_plusjoSikk.c -o tmp/pj_init_plusjoSikk.o
  15. /tmp/pj_init_plusjoSikk.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
  16. main (int argc, char **argv) {
  17. ^~~~
  18. /tmp/pj_init_plusjoSikk.c: In function 'main':
  19. /tmp/pj_init_plusjoSikk.c:2:5: warning: implicit declaration of function 'pj_init_plus' [-Wimplicit-function-declaration]
  20. pj_init_plus();
  21. ^~~~~~~~~~~~
  22. gcc -pthread tmp/pj_init_plusjoSikk.o -L/usr/lib -L/usr/lib -L/usr/lib -L/usr/lib -lm -lproj -lspatialite -o a.out
  23. gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include -I/usr/include/python2.7 -c /tmp/GEOSTopologyPreserveSimplify3VOKJs.c -o tmp/GEOSTopologyPreserveSimplify3VOKJs.o
  24. /tmp/GEOSTopologyPreserveSimplify3VOKJs.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
  25. main (int argc, char **argv) {
  26. ^~~~
  27. /tmp/GEOSTopologyPreserveSimplify3VOKJs.c: In function 'main':
  28. /tmp/GEOSTopologyPreserveSimplify3VOKJs.c:2:5: warning: implicit declaration of function 'GEOSTopologyPreserveSimplify' [-Wimplicit-function-declaration]
  29. GEOSTopologyPreserveSimplify();
  30. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include -I/usr/include/python2.7 -c /tmp/iconvRFb_Zp.c -o tmp/iconvRFb_Zp.o
  32. /tmp/iconvRFb_Zp.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
  33. main (int argc, char **argv) {
  34. ^~~~
  35. /tmp/iconvRFb_Zp.c: In function 'main':
  36. /tmp/iconvRFb_Zp.c:2:5: warning: implicit declaration of function 'iconv' [-Wimplicit-function-declaration]
  37. iconv();
  38. ^~~~~
  39. building 'pyspatialite._spatialite' extension
  40. creating build/temp.linux-x86_64-2.7
  41. creating build/temp.linux-x86_64-2.7/src
  42. creating build/temp.linux-x86_64-2.7/amalgamation
  43. creating build/temp.linux-x86_64-2.7/amalgamation/libspatialite-amalgamation-3.0.1
  44. gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DVERSION="3.0.1" -DSQLITE_ENABLE_RTREE=1 -DNDEBUG=1 -DSPL_AMALGAMATION=1 -DMODULE_NAME="spatialite.dbapi2" -DHAVE_PROJ_API_H=1 -DHAVE_GEOS_C_H=1 -Iamalgamation/libspatialite-amalgamation-3.0.1/headers -I/usr/include -I/usr/include/python2.7 -c src/module.c -o build/temp.linux-x86_64-2.7/src/module.o -DOMIT_FREEXL
  45. In file included from src/statement.h:29:0,
  46. from src/module.c:25:
  47. /usr/include/sqlite3.h:650:8: error: redefinition of 'struct sqlite3_file'
  48. struct sqlite3_file {
  49. ^~~~~~~~~~~~
  50. In file included from src/connection.h:33:0,
  51. from src/module.c:24:
  52. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:818:16: note: originally defined here
  53. typedef struct sqlite3_file sqlite3_file;
  54. ^~~~~~~~~~~~
  55. In file included from src/statement.h:29:0,
  56. from src/module.c:25:
  57. /usr/include/sqlite3.h:745:8: error: redefinition of 'struct sqlite3_io_methods'
  58. struct sqlite3_io_methods {
  59. ^~~~~~~~~~~~~~~~~~
  60. In file included from src/connection.h:33:0,
  61. from src/module.c:24:
  62. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:820:16: note: originally defined here
  63. const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
  64. ^~~~~~~~~~~~~~~~~~
  65. In file included from src/statement.h:29:0,
  66. from src/module.c:25:
  67. /usr/include/sqlite3.h:1219:8: error: redefinition of 'struct sqlite3_vfs'
  68. struct sqlite3_vfs {
  69. ^~~~~~~~~~~
  70. In file included from src/connection.h:33:0,
  71. from src/module.c:24:
  72. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:1198:16: note: originally defined here
  73. typedef struct sqlite3_vfs sqlite3_vfs;
  74. ^~~~~~~~~~~
  75. In file included from src/statement.h:29:0,
  76. from src/module.c:25:
  77. /usr/include/sqlite3.h:1516:8: error: redefinition of 'struct sqlite3_mem_methods'
  78. struct sqlite3_mem_methods {
  79. ^~~~~~~~~~~~~~~~~~~
  80. In file included from src/connection.h:33:0,
  81. from src/module.c:24:
  82. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:1493:16: note: originally defined here
  83. typedef struct sqlite3_mem_methods sqlite3_mem_methods;
  84. ^~~~~~~~~~~~~~~~~~~
  85. In file included from src/statement.h:29:0,
  86. from src/module.c:25:
  87. /usr/include/sqlite3.h:5791:8: error: redefinition of 'struct sqlite3_module'
  88. struct sqlite3_module {
  89. ^~~~~~~~~~~~~~
  90. In file included from src/connection.h:33:0,
  91. from src/module.c:24:
  92. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:5012:16: note: originally defined here
  93. typedef struct sqlite3_module sqlite3_module;
  94. ^~~~~~~~~~~~~~
  95. In file included from src/statement.h:29:0,
  96. from src/module.c:25:
  97. /usr/include/sqlite3.h:5922:8: error: redefinition of 'struct sqlite3_index_info'
  98. struct sqlite3_index_info {
  99. ^~~~~~~~~~~~~~~~~~
  100. In file included from src/connection.h:33:0,
  101. from src/module.c:24:
  102. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:5010:16: note: originally defined here
  103. typedef struct sqlite3_index_info sqlite3_index_info;
  104. ^~~~~~~~~~~~~~~~~~
  105. In file included from src/statement.h:29:0,
  106. from src/module.c:25:
  107. /usr/include/sqlite3.h:5925:10: error: redefinition of 'struct sqlite3_index_constraint'
  108. struct sqlite3_index_constraint {
  109. ^~~~~~~~~~~~~~~~~~~~~~~~
  110. In file included from src/connection.h:33:0,
  111. from src/module.c:24:
  112. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:5121:10: note: originally defined here
  113. struct sqlite3_index_constraint {
  114. ^~~~~~~~~~~~~~~~~~~~~~~~
  115. In file included from src/statement.h:29:0,
  116. from src/module.c:25:
  117. /usr/include/sqlite3.h:5932:10: error: redefinition of 'struct sqlite3_index_orderby'
  118. struct sqlite3_index_orderby {
  119. ^~~~~~~~~~~~~~~~~~~~~
  120. In file included from src/connection.h:33:0,
  121. from src/module.c:24:
  122. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:5128:10: note: originally defined here
  123. struct sqlite3_index_orderby {
  124. ^~~~~~~~~~~~~~~~~~~~~
  125. In file included from src/statement.h:29:0,
  126. from src/module.c:25:
  127. /usr/include/sqlite3.h:5937:10: error: redefinition of 'struct sqlite3_index_constraint_usage'
  128. struct sqlite3_index_constraint_usage {
  129. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  130. In file included from src/connection.h:33:0,
  131. from src/module.c:24:
  132. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:5133:10: note: originally defined here
  133. struct sqlite3_index_constraint_usage {
  134. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135. In file included from src/statement.h:29:0,
  136. from src/module.c:25:
  137. /usr/include/sqlite3.h:6035:8: error: redefinition of 'struct sqlite3_vtab'
  138. struct sqlite3_vtab {
  139. ^~~~~~~~~~~~
  140. In file included from src/connection.h:33:0,
  141. from src/module.c:24:
  142. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:5009:16: note: originally defined here
  143. typedef struct sqlite3_vtab sqlite3_vtab;
  144. ^~~~~~~~~~~~
  145. In file included from src/statement.h:29:0,
  146. from src/module.c:25:
  147. /usr/include/sqlite3.h:6059:8: error: redefinition of 'struct sqlite3_vtab_cursor'
  148. struct sqlite3_vtab_cursor {
  149. ^~~~~~~~~~~~~~~~~~~
  150. In file included from src/connection.h:33:0,
  151. from src/module.c:24:
  152. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:5011:16: note: originally defined here
  153. typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor;
  154. ^~~~~~~~~~~~~~~~~~~
  155. In file included from src/statement.h:29:0,
  156. from src/module.c:25:
  157. /usr/include/sqlite3.h:6554:8: error: redefinition of 'struct sqlite3_mutex_methods'
  158. struct sqlite3_mutex_methods {
  159. ^~~~~~~~~~~~~~~~~~~~~
  160. In file included from src/connection.h:33:0,
  161. from src/module.c:24:
  162. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:5710:16: note: originally defined here
  163. typedef struct sqlite3_mutex_methods sqlite3_mutex_methods;
  164. ^~~~~~~~~~~~~~~~~~~~~
  165. In file included from src/statement.h:29:0,
  166. from src/module.c:25:
  167. /usr/include/sqlite3.h:7280:8: error: redefinition of 'struct sqlite3_pcache_methods'
  168. struct sqlite3_pcache_methods {
  169. ^~~~~~~~~~~~~~~~~~~~~~
  170. In file included from src/connection.h:33:0,
  171. from src/module.c:24:
  172. amalgamation/libspatialite-amalgamation-3.0.1/headers/spatialite/sqlite3.h:6325:16: note: originally defined here
  173. typedef struct sqlite3_pcache_methods sqlite3_pcache_methods;
  174. ^~~~~~~~~~~~~~~~~~~~~~
  175. error: command 'gcc' failed with exit status 1
  176. ==> ERROR: A failure occurred in build().
  177. Aborting...
  178. ==> ERROR: Makepkg was unable to build python2-pyspatialite.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement