Advertisement
Guest User

pygi install fail

a guest
Feb 23rd, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.48 KB | None | 0 0
  1.  
  2. Aur Targets    (1): pygi
  3.  
  4. Proceed with installation? [Y/n]
  5. Edit pygi PKGBUILD with $EDITOR? [Y/n]
  6. [?1049h[?25h="PKGBUILD" 20 lines, 632 characters # Contributor: Ronny Radke <ronnymichaelradke at web point de>
  7. pkgname=pygi
  8. pkgver=0.6.0
  9. pkgrel=1
  10. pkgdesc=""
  11. arch=(x86_64)
  12. url="http://linux.softpedia.com/get/Programming/Libraries/PyGI-56097.shtml"
  13. license=('LGPL')"PKGBUILD" 20 lines, 632 characters :q
  14. [?25h>[?1049lconfigure: WARNING: unrecognized options: --disable-scrollkeeper
  15. checking for a BSD-compatible install... /bin/install -c
  16. checking whether build environment is sane... yes
  17. checking for a thread-safe mkdir -p... /bin/mkdir -p
  18. checking for gawk... gawk
  19. checking whether make sets $(MAKE)... yes
  20. checking whether to enable maintainer-specific portions of Makefiles... no
  21. checking for style of include used by make... GNU
  22. checking for gcc... gcc
  23. checking for C compiler default output file name... a.out
  24. checking whether the C compiler works... yes
  25. checking whether we are cross compiling... no
  26. checking for suffix of executables...
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking dependency style of gcc... gcc3
  32. checking for library containing strerror... none required
  33. checking for gcc... (cached) gcc
  34. checking whether we are using the GNU C compiler... (cached) yes
  35. checking whether gcc accepts -g... (cached) yes
  36. checking for gcc option to accept ISO C89... (cached) none needed
  37. checking dependency style of gcc... (cached) gcc3
  38. checking for gcc... (cached) gcc
  39. checking whether we are using the GNU C compiler... (cached) yes
  40. checking whether gcc accepts -g... (cached) yes
  41. checking for gcc option to accept ISO C89... (cached) none needed
  42. checking dependency style of gcc... (cached) gcc3
  43. checking how to run the C preprocessor... gcc -E
  44. checking for grep that handles long lines and -e... /usr/bin/grep
  45. checking for egrep... /usr/bin/grep -E
  46. checking for ANSI C header files... yes
  47. checking build system type... x86_64-unknown-linux-gnu
  48. checking host system type... x86_64-unknown-linux-gnu
  49. checking for a sed that does not truncate output... /bin/sed
  50. checking for fgrep... /usr/bin/grep -F
  51. checking for ld used by gcc... /usr/bin/ld
  52. checking if the linker (/usr/bin/ld) is GNU ld... yes
  53. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  54. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  55. checking whether ln -s works... yes
  56. checking the maximum length of command line arguments... 1572864
  57. checking whether the shell understands some XSI constructs... yes
  58. checking whether the shell understands "+="... yes
  59. checking for /usr/bin/ld option to reload object files... -r
  60. checking for objdump... objdump
  61. checking how to recognize dependent libraries... pass_all
  62. checking for ar... ar
  63. checking for strip... strip
  64. checking for ranlib... ranlib
  65. checking command to parse /usr/bin/nm -B output from gcc object... ok
  66. checking for sys/types.h... yes
  67. checking for sys/stat.h... yes
  68. checking for stdlib.h... yes
  69. checking for string.h... yes
  70. checking for memory.h... yes
  71. checking for strings.h... yes
  72. checking for inttypes.h... yes
  73. checking for stdint.h... yes
  74. checking for unistd.h... yes
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if gcc supports -fno-rtti -fno-exceptions... no
  78. checking for gcc option to produce PIC... -fPIC -DPIC
  79. checking if gcc PIC flag -fPIC -DPIC works... yes
  80. checking if gcc static flag -static works... yes
  81. checking if gcc supports -c -o file.o... yes
  82. checking if gcc supports -c -o file.o... (cached) yes
  83. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking whether -lc should be explicitly linked in... no
  85. checking dynamic linker characteristics... GNU/Linux ld.so
  86. checking how to hardcode library paths into programs... immediate
  87. checking whether stripping libraries is possible... yes
  88. checking if libtool supports shared libraries... yes
  89. checking whether to build shared libraries... yes
  90. checking whether to build static libraries... yes
  91. checking for a Python interpreter with version >= 2.5.2... python
  92. checking for python... /usr/bin/python
  93. checking for python version... 3.2
  94. checking for python platform... linux2
  95. checking for python script directory... ${prefix}/lib/python3.2/site-packages
  96. checking for python extension module directory... ${exec_prefix}/lib/python3.2/site-packages
  97. checking for python3.2-config... /usr/bin/python3.2-config
  98. checking Python.h usability... yes
  99. checking Python.h presence... yes
  100. checking for Python.h... yes
  101. checking for pkg-config... /usr/bin/pkg-config
  102. checking pkg-config is at least version 0.9.0... yes
  103. checking for FFI... yes
  104. checking for GNOME... yes
  105. configure: creating ./config.status
  106. config.status: creating Makefile
  107. config.status: creating examples/Makefile
  108. config.status: creating gi/Makefile
  109. config.status: creating gi/repository/Makefile
  110. config.status: creating gi/overrides/Makefile
  111. config.status: creating tests/Makefile
  112. config.status: creating config.h
  113. config.status: config.h is unchanged
  114. config.status: executing depfiles commands
  115. config.status: executing libtool commands
  116. configure: WARNING: unrecognized options: --disable-scrollkeeper
  117. make  all-recursive
  118. make[1]: Entering directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0'
  119. Making all in gi
  120. make[2]: Entering directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0/gi'
  121. Making all in repository
  122. make[3]: Entering directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0/gi/repository'
  123. make[3]: Nothing to be done for `all'.
  124. make[3]: Leaving directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0/gi/repository'
  125. Making all in overrides
  126. make[3]: Entering directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0/gi/overrides'
  127. make[3]: Nothing to be done for `all'.
  128. make[3]: Leaving directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0/gi/overrides'
  129. make[3]: Entering directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0/gi'
  130.  CC     pygi-repository.lo
  131. pygi-repository.c:33:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  132. pygi-repository.c:33:5: warning: (near initialization for 'PyGIRepository_Type.tp_basicsize') [enabled by default]
  133. pygi-repository.c:36:5: warning: initialization from incompatible pointer type [enabled by default]
  134. pygi-repository.c:36:5: warning: (near initialization for 'PyGIRepository_Type.tp_print') [enabled by default]
  135. pygi-repository.c:37:5: warning: initialization from incompatible pointer type [enabled by default]
  136. pygi-repository.c:37:5: warning: (near initialization for 'PyGIRepository_Type.tp_getattr') [enabled by default]
  137. pygi-repository.c:38:5: warning: initialization from incompatible pointer type [enabled by default]
  138. pygi-repository.c:38:5: warning: (near initialization for 'PyGIRepository_Type.tp_setattr') [enabled by default]
  139. pygi-repository.c:40:6: error: 'cmpfunc' undeclared here (not in a function)
  140. pygi-repository.c:41:5: warning: initialization from incompatible pointer type [enabled by default]
  141. pygi-repository.c:41:5: warning: (near initialization for 'PyGIRepository_Type.tp_as_number') [enabled by default]
  142. pygi-repository.c:45:5: warning: initialization from incompatible pointer type [enabled by default]
  143. pygi-repository.c:45:5: warning: (near initialization for 'PyGIRepository_Type.tp_call') [enabled by default]
  144. pygi-repository.c:46:5: warning: initialization from incompatible pointer type [enabled by default]
  145. pygi-repository.c:46:5: warning: (near initialization for 'PyGIRepository_Type.tp_str') [enabled by default]
  146. pygi-repository.c:47:5: warning: initialization from incompatible pointer type [enabled by default]
  147. pygi-repository.c:47:5: warning: (near initialization for 'PyGIRepository_Type.tp_getattro') [enabled by default]
  148. pygi-repository.c:48:5: warning: initialization from incompatible pointer type [enabled by default]
  149. pygi-repository.c:48:5: warning: (near initialization for 'PyGIRepository_Type.tp_setattro') [enabled by default]
  150. pygi-repository.c:49:5: warning: initialization from incompatible pointer type [enabled by default]
  151. pygi-repository.c:49:5: warning: (near initialization for 'PyGIRepository_Type.tp_as_buffer') [enabled by default]
  152. pygi-repository.c:50:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  153. pygi-repository.c:50:5: warning: (near initialization for 'PyGIRepository_Type.tp_flags') [enabled by default]
  154. pygi-repository.c:51:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  155. pygi-repository.c:51:5: warning: (near initialization for 'PyGIRepository_Type.tp_doc') [enabled by default]
  156. pygi-repository.c:53:5: warning: initialization from incompatible pointer type [enabled by default]
  157. pygi-repository.c:53:5: warning: (near initialization for 'PyGIRepository_Type.tp_clear') [enabled by default]
  158. pygi-repository.c:54:5: warning: initialization from incompatible pointer type [enabled by default]
  159. pygi-repository.c:54:5: warning: (near initialization for 'PyGIRepository_Type.tp_richcompare') [enabled by default]
  160. pygi-repository.c:55:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  161. pygi-repository.c:55:5: warning: (near initialization for 'PyGIRepository_Type.tp_weaklistoffset') [enabled by default]
  162. pygi-repository.c:58:5: warning: initialization from incompatible pointer type [enabled by default]
  163. pygi-repository.c:58:5: warning: (near initialization for 'PyGIRepository_Type.tp_methods') [enabled by default]
  164. pygi-repository.c:59:5: warning: initialization from incompatible pointer type [enabled by default]
  165. pygi-repository.c:59:5: warning: (near initialization for 'PyGIRepository_Type.tp_members') [enabled by default]
  166. pygi-repository.c: In function '_wrap_g_irepository_get_typelib_path':
  167. pygi-repository.c:210:5: warning: return makes pointer from integer without a cast [enabled by default]
  168. pygi-repository.c: In function '_pygi_repository_register_types':
  169. pygi-repository.c:225:24: error: 'PyTypeObject' has no member named 'ob_type'
  170. make[3]: *** [pygi-repository.lo] Error 1
  171. make[3]: Leaving directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0/gi'
  172. make[2]: *** [all-recursive] Error 1
  173. make[2]: Leaving directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0/gi'
  174. make[1]: *** [all-recursive] Error 1
  175. make[1]: Leaving directory `/tmp/packerbuild-0/pygi/pygi/src/pygi-0.6.0'
  176. make: *** [all] Error 2
  177. The build failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement