Advertisement
Guest User

Untitled

a guest
Jul 18th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 KB | None | 0 0
  1. ==> Starting make...
  2. ./autogen.sh: línea 6: libtoolize: no se encontró la orden
  3. configure.ac:25: installing './compile'
  4. configure.ac:6: installing './install-sh'
  5. configure.ac:6: installing './missing'
  6. cython/Makefile.am:31: error: Libtool library used but 'LIBTOOL' is undefined
  7. cython/Makefile.am:31: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
  8. cython/Makefile.am:31: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
  9. cython/Makefile.am:31: If 'LT_INIT' is in 'configure.ac', make sure
  10. cython/Makefile.am:31: its definition is in aclocal's search path.
  11. cython/Makefile.am: installing './depcomp'
  12. src/Makefile.am:6: error: Libtool library used but 'LIBTOOL' is undefined
  13. src/Makefile.am:6: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
  14. src/Makefile.am:6: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
  15. src/Makefile.am:6: If 'LT_INIT' is in 'configure.ac', make sure
  16. src/Makefile.am:6: its definition is in aclocal's search path.
  17. configure.ac:26: error: possibly undefined macro: AC_PROG_LIBTOOL
  18. If this token and others are legitimate, please use m4_pattern_allow.
  19. See the Autoconf documentation.
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /bin/mkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking whether make supports nested variables... yes
  26. checking for gcc... gcc
  27. checking whether the C compiler works... yes
  28. checking for C compiler default output file name... a.out
  29. checking for suffix of executables...
  30. checking whether we are cross compiling... no
  31. checking for suffix of object files... o
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether gcc accepts -g... yes
  34. checking for gcc option to accept ISO C89... none needed
  35. checking for style of include used by make... GNU
  36. checking dependency style of gcc... gcc3
  37. checking for g++... g++
  38. checking whether we are using the GNU C++ compiler... yes
  39. checking whether g++ accepts -g... yes
  40. checking dependency style of g++... gcc3
  41. checking whether gcc and cc understand -c and -o together... yes
  42. ./configure: line 4480: AC_PROG_LIBTOOL: command not found
  43. checking for pkg-config... /usr/bin/pkg-config
  44. checking pkg-config is at least version 0.9.0... yes
  45. checking for libusbmuxd... yes
  46. checking for libplist... yes
  47. checking for libplistmm... yes
  48. checking for pthread_create, pthread_mutex_lock in -lpthread... yes
  49. checking how to run the C preprocessor... gcc -E
  50. checking for grep that handles long lines and -e... /usr/bin/grep
  51. checking for egrep... /usr/bin/grep -E
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking for stdint.h... (cached) yes
  63. checking for stdlib.h... (cached) yes
  64. checking for string.h... (cached) yes
  65. checking gcrypt.h usability... yes
  66. checking gcrypt.h presence... yes
  67. checking for gcrypt.h... yes
  68. checking for an ANSI C-conforming const... yes
  69. checking for size_t... yes
  70. checking for ssize_t... yes
  71. checking for uint16_t... yes
  72. checking for uint32_t... yes
  73. checking for uint8_t... yes
  74. checking for stdlib.h... (cached) yes
  75. checking for GNU libc compatible malloc... yes
  76. checking for stdlib.h... (cached) yes
  77. checking for GNU libc compatible realloc... yes
  78. checking for strcasecmp... yes
  79. checking for strdup... yes
  80. checking for strerror... yes
  81. checking for strndup... yes
  82. checking for asprintf... yes
  83. checking for vasprintf... yes
  84. checking endian.h usability... yes
  85. checking endian.h presence... yes
  86. checking for endian.h... yes
  87. checking whether /usr/bin/python2 version is >= 2.3... yes
  88. checking for /usr/bin/python2 version... 2.7
  89. checking for /usr/bin/python2 platform... linux2
  90. checking for /usr/bin/python2 script directory... ${prefix}/lib/python2.7/site-packages
  91. checking for /usr/bin/python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  92. checking for cython... no
  93. configure: WARNING: cannot find 'cython' program. You should look at http://www.cython.org or install your distribution specific cython package.
  94. checking for python2.7... /usr/bin/python2
  95. checking for a version of Python >= '2.1.0'... yes
  96. checking for the distutils Python package... yes
  97. checking for Python include path... -I/usr/include/python2.7
  98. checking for Python library path... -L/usr/lib/python2.7 -lpython2.7
  99. checking for Python site-packages path... /usr/lib/python2.7/site-packages
  100. checking python extra libraries... -lpthread -ldl -lutil
  101. checking python extra linking flags... -Xlinker -export-dynamic
  102. checking consistency of all components of python development environment... yes
  103. checking for openssl... yes
  104. checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
  105. checking for special C compiler options needed for large files... no
  106. checking for _FILE_OFFSET_BITS value needed for large files... no
  107. checking for native large file support... yes
  108. checking for _LARGEFILE_SOURCE value needed for large files... no
  109. checking whether make supports nested variables... (cached) yes
  110. checking that generated files are newer than configure... done
  111. configure: creating ./config.status
  112. config.status: creating Makefile
  113. config.status: error: cannot find input file: `src/Makefile.in'
  114. ==> ERROR: Se produjo un error en build().
  115. Cancelando...
  116. ==> ERROR: Makepkg no ha podido compilar libimobiledevice-git.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement