Advertisement
Guest User

XBMC Build error

a guest
Jun 26th, 2011
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 KB | None | 0 0
  1. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  2. libtoolize: copying file `build-aux/config.guess'
  3. libtoolize: copying file `build-aux/config.sub'
  4. libtoolize: copying file `build-aux/install-sh'
  5. libtoolize: copying file `build-aux/ltmain.sh'
  6. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  7. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  8. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  9. libtoolize: putting auxiliary files in `.'.
  10. libtoolize: copying file `./config.guess'
  11. libtoolize: copying file `./config.sub'
  12. libtoolize: copying file `./install-sh'
  13. libtoolize: copying file `./ltmain.sh'
  14. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  15. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  16. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  17. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
  18. libtoolize: copying file `./config.guess'
  19. libtoolize: copying file `./config.sub'
  20. libtoolize: copying file `./install-sh'
  21. libtoolize: copying file `./ltmain.sh'
  22. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  23. libtoolize: copying file `m4/libtool.m4'
  24. libtoolize: copying file `m4/ltoptions.m4'
  25. libtoolize: copying file `m4/ltsugar.m4'
  26. libtoolize: copying file `m4/ltversion.m4'
  27. libtoolize: copying file `m4/lt~obsolete.m4'
  28. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `auxliary'.
  29. libtoolize: copying file `auxliary/config.guess'
  30. libtoolize: copying file `auxliary/config.sub'
  31. libtoolize: copying file `auxliary/install-sh'
  32. libtoolize: copying file `auxliary/ltmain.sh'
  33. libtoolize: putting macros in `m4'.
  34. libtoolize: copying file `m4/libtool.m4'
  35. libtoolize: copying file `m4/ltoptions.m4'
  36. libtoolize: copying file `m4/ltsugar.m4'
  37. libtoolize: copying file `m4/ltversion.m4'
  38. libtoolize: copying file `m4/lt~obsolete.m4'
  39. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  40. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  41. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.auto'.
  42. libtoolize: copying file `.auto/config.guess'
  43. libtoolize: copying file `.auto/config.sub'
  44. libtoolize: copying file `.auto/install-sh'
  45. libtoolize: copying file `.auto/ltmain.sh'
  46. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  47. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  48. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  49. libtoolize: putting auxiliary files in `.'.
  50. libtoolize: copying file `./config.guess'
  51. libtoolize: copying file `./config.sub'
  52. libtoolize: copying file `./install-sh'
  53. libtoolize: copying file `./ltmain.sh'
  54. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  55. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  56. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  57. libtoolize: putting auxiliary files in `.'.
  58. libtoolize: copying file `./config.guess'
  59. libtoolize: copying file `./config.sub'
  60. libtoolize: copying file `./install-sh'
  61. libtoolize: copying file `./ltmain.sh'
  62. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  63. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  64. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  65. Please (re)run configure...
  66. checking for a BSD-compatible install... /usr/bin/install -c
  67. checking whether build environment is sane... yes
  68. checking for a thread-safe mkdir -p... /bin/mkdir -p
  69. checking for gawk... gawk
  70. checking whether make sets $(MAKE)... yes
  71. checking build system type... i686-pc-linux-gnu
  72. checking host system type... i686-pc-linux-gnu
  73. checking for g++... g++
  74. checking for C++ compiler default output file name... a.out
  75. checking whether the C++ compiler works... yes
  76. checking whether we are cross compiling... no
  77. checking for suffix of executables...
  78. checking for suffix of object files... o
  79. checking whether we are using the GNU C++ compiler... yes
  80. checking whether g++ accepts -g... yes
  81. checking for style of include used by make... GNU
  82. checking dependency style of g++... none
  83. checking for gcc... gcc
  84. checking whether we are using the GNU C compiler... yes
  85. checking whether gcc accepts -g... yes
  86. checking for gcc option to accept ISO C89... none needed
  87. checking dependency style of gcc... none
  88. checking for a sed that does not truncate output... /bin/sed
  89. checking for grep that handles long lines and -e... /bin/grep
  90. checking for egrep... /bin/grep -E
  91. checking for fgrep... /bin/grep -F
  92. checking for ld used by gcc... /usr/bin/ld
  93. checking if the linker (/usr/bin/ld) is GNU ld... yes
  94. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  95. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  96. checking whether ln -s works... yes
  97. checking the maximum length of command line arguments... 1572864
  98. checking whether the shell understands some XSI constructs... yes
  99. checking whether the shell understands "+="... yes
  100. checking for /usr/bin/ld option to reload object files... -r
  101. checking for objdump... objdump
  102. checking how to recognize dependent libraries... pass_all
  103. checking for ar... ar
  104. checking for strip... strip
  105. checking for ranlib... ranlib
  106. checking command to parse /usr/bin/nm -B output from gcc object... ok
  107. checking how to run the C preprocessor... gcc -E
  108. checking for ANSI C header files... yes
  109. checking for sys/types.h... yes
  110. checking for sys/stat.h... yes
  111. checking for stdlib.h... yes
  112. checking for string.h... yes
  113. checking for memory.h... yes
  114. checking for strings.h... yes
  115. checking for inttypes.h... yes
  116. checking for stdint.h... yes
  117. checking for unistd.h... yes
  118. checking for dlfcn.h... yes
  119. checking whether we are using the GNU C++ compiler... (cached) yes
  120. checking whether g++ accepts -g... (cached) yes
  121. checking dependency style of g++... (cached) none
  122. checking how to run the C++ preprocessor... g++ -E
  123. checking for objdir... .libs
  124. checking if gcc supports -fno-rtti -fno-exceptions... no
  125. checking for gcc option to produce PIC... -fPIC -DPIC
  126. checking if gcc PIC flag -fPIC -DPIC works... yes
  127. checking if gcc static flag -static works... yes
  128. checking if gcc supports -c -o file.o... yes
  129. checking if gcc supports -c -o file.o... (cached) yes
  130. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  131. checking whether -lc should be explicitly linked in... no
  132. checking dynamic linker characteristics... GNU/Linux ld.so
  133. checking how to hardcode library paths into programs... immediate
  134. checking whether stripping libraries is possible... yes
  135. checking if libtool supports shared libraries... yes
  136. checking whether to build shared libraries... yes
  137. checking whether to build static libraries... yes
  138. checking for ld used by g++... /usr/bin/ld
  139. checking if the linker (/usr/bin/ld) is GNU ld... yes
  140. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  141. checking for g++ option to produce PIC... -fPIC -DPIC
  142. checking if g++ PIC flag -fPIC -DPIC works... yes
  143. checking if g++ static flag -static works... yes
  144. checking if g++ supports -c -o file.o... yes
  145. checking if g++ supports -c -o file.o... (cached) yes
  146. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  147. checking dynamic linker characteristics... GNU/Linux ld.so
  148. checking how to hardcode library paths into programs... immediate
  149. checking for gawk... (cached) gawk
  150. checking whether ln -s works... yes
  151. checking whether make sets $(MAKE)... (cached) yes
  152. checking for working alloca.h... yes
  153. checking for alloca... yes
  154. checking for uid_t in sys/types.h... yes
  155. checking for unistd.h... (cached) yes
  156. checking for working chown... yes
  157. checking for dirent.h that defines DIR... yes
  158. checking for library containing opendir... none required
  159. checking whether closedir returns void... no
  160. checking for error_at_line... yes
  161. checking for _LARGEFILE_SOURCE value needed for large files... no
  162. checking whether gcc needs -traditional... no
  163. checking whether lstat dereferences a symlink specified with a trailing slash... yes
  164. checking whether lstat accepts an empty string... no
  165. checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes
  166. checking for working memcmp... yes
  167. checking whether time.h and sys/time.h may both be included... yes
  168. checking for sys/time.h... yes
  169. checking for unistd.h... (cached) yes
  170. checking for utime.h... yes
  171. checking for alarm... yes
  172. checking for working mktime... yes
  173. checking for stdlib.h... (cached) yes
  174. checking for unistd.h... (cached) yes
  175. checking for getpagesize... yes
  176. checking for working mmap... yes
  177. checking sys/select.h usability... yes
  178. checking sys/select.h presence... yes
  179. checking for sys/select.h... yes
  180. checking sys/socket.h usability... yes
  181. checking sys/socket.h presence... yes
  182. checking for sys/socket.h... yes
  183. checking types of arguments for select... int,fd_set *,struct timeval *
  184. checking return type of signal handlers... void
  185. checking whether stat accepts an empty string... no
  186. checking for working strcoll... yes
  187. checking for strftime... yes
  188. checking for working strtod... yes
  189. checking whether utime accepts a null argument... yes
  190. checking for vprintf... yes
  191. checking for _doprnt... no
  192. checking for atexit... yes
  193. checking for dup2... yes
  194. checking for fdatasync... yes
  195. checking for floor... no
  196. checking for fs_stat_dev... no
  197. checking for ftime... yes
  198. checking for ftruncate... yes
  199. checking for getcwd... yes
  200. checking for gethostbyaddr... yes
  201. checking for gethostbyname... yes
  202. checking for gethostname... yes
  203. checking for getpagesize... (cached) yes
  204. checking for getpass... yes
  205. checking for gettimeofday... yes
  206. checking for inet_ntoa... yes
  207. checking for lchown... yes
  208. checking for localeconv... yes
  209. checking for memchr... yes
  210. checking for memmove... yes
  211. checking for memset... yes
  212. checking for mkdir... yes
  213. checking for modf... yes
  214. checking for munmap... yes
  215. checking for pow... no
  216. checking for rmdir... yes
  217. checking for select... yes
  218. checking for setenv... yes
  219. checking for setlocale... yes
  220. checking for socket... yes
  221. checking for sqrt... no
  222. checking for strcasecmp... yes
  223. checking for strchr... yes
  224. checking for strcspn... yes
  225. checking for strdup... yes
  226. checking for strerror... yes
  227. checking for strncasecmp... yes
  228. checking for strpbrk... yes
  229. checking for strrchr... yes
  230. checking for strspn... yes
  231. checking for strstr... yes
  232. checking for strtol... yes
  233. checking for strtoul... yes
  234. checking for sysinfo... yes
  235. checking for tzset... yes
  236. checking for utime... yes
  237. checking size of int... 4
  238. checking size of size_t... 4
  239. checking sys/inotify.h usability... yes
  240. checking sys/inotify.h presence... yes
  241. checking for sys/inotify.h... yes
  242. checking boost/shared_ptr.hpp usability... yes
  243. checking boost/shared_ptr.hpp presence... yes
  244. checking for boost/shared_ptr.hpp... yes
  245. checking boost/thread.hpp usability... yes
  246. checking boost/thread.hpp presence... yes
  247. checking for boost/thread.hpp... yes
  248. checking for main in -lGL... yes
  249. checking for main in -lGLEW... yes
  250. checking for main in -lGLU... yes
  251. checking for mysql_config... yes
  252. checking ass/ass.h usability... yes
  253. checking ass/ass.h presence... yes
  254. checking for ass/ass.h... yes
  255. checking mpeg2dec/mpeg2.h usability... yes
  256. checking mpeg2dec/mpeg2.h presence... yes
  257. checking for mpeg2dec/mpeg2.h... yes
  258. checking for mpeg2dec/mpeg2convert.h... yes
  259. checking mad.h usability... yes
  260. checking mad.h presence... yes
  261. checking for mad.h... yes
  262. checking jpeglib.h usability... yes
  263. checking jpeglib.h presence... yes
  264. checking for jpeglib.h... yes
  265. checking samplerate.h usability... yes
  266. checking samplerate.h presence... yes
  267. checking for samplerate.h... yes
  268. checking ogg/ogg.h usability... yes
  269. checking ogg/ogg.h presence... yes
  270. checking for ogg/ogg.h... yes
  271. checking vorbis/vorbisfile.h usability... yes
  272. checking vorbis/vorbisfile.h presence... yes
  273. checking for vorbis/vorbisfile.h... yes
  274. checking vorbis/vorbisenc.h usability... yes
  275. checking vorbis/vorbisenc.h presence... yes
  276. checking for vorbis/vorbisenc.h... yes
  277. checking libmodplug/modplug.h usability... yes
  278. checking libmodplug/modplug.h presence... yes
  279. checking for libmodplug/modplug.h... yes
  280. checking curl/curl.h usability... yes
  281. checking curl/curl.h presence... yes
  282. checking for curl/curl.h... yes
  283. checking FLAC/stream_decoder.h usability... yes
  284. checking FLAC/stream_decoder.h presence... yes
  285. checking for FLAC/stream_decoder.h... yes
  286. checking for main in -lbz2... yes
  287. checking for main in -ljpeg... yes
  288. checking for main in -ltiff... yes
  289. checking for main in -lpthread... yes
  290. checking for main in -llzo2... yes
  291. checking for main in -lz... yes
  292. checking for main in -lssl... yes
  293. checking for main in -lcrypto... yes
  294. checking for main in -lmysqlclient... yes
  295. checking for sftp_tell64 in -lssh... yes
  296. checking for main in -lsmbclient... yes
  297. checking for hci_devid in -lbluetooth... yes
  298. checking for main in -lyajl... yes
  299. checking for main in -lboost_thread... no
  300. Build system configuration is stale.
  301. Please (re)run configure.
  302. Build system configuration is stale.
  303. Please (re)run configure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement