Advertisement
Guest User

Debian 7.8 on Kodi ./configure

a guest
Sep 5th, 2015
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. root@NAS:~/kodi# ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking build system type... x86_64-unknown-linux-gnu
  8. checking host system type... x86_64-unknown-linux-gnu
  9. checking for git... yes
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking for style of include used by make... GNU
  20. checking dependency style of gcc... none
  21. checking how to run the C preprocessor... gcc -E
  22. checking for gcc... gcc
  23. checking whether we are using the GNU C compiler... (cached) yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... (cached) none needed
  26. checking dependency style of gcc... none
  27. checking how to run the C preprocessor... gcc -E
  28. checking for g++... g++
  29. checking whether we are using the GNU C++ compiler... yes
  30. checking whether g++ accepts -g... yes
  31. checking dependency style of g++... none
  32. checking how to run the C++ preprocessor... g++ -E
  33. checking for g++... g++
  34. checking whether we are using the GNU C++ compiler... (cached) yes
  35. checking whether g++ accepts -g... yes
  36. checking dependency style of g++... none
  37. checking how to run the C++ preprocessor... g++ -E
  38. checking whether g++ supports C++11 features by default... no
  39. checking whether g++ supports C++11 features with -std=gnu++11... yes
  40. checking how to print strings... printf
  41. checking for a sed that does not truncate output... /bin/sed
  42. checking for grep that handles long lines and -e... /bin/grep
  43. checking for egrep... /bin/grep -E
  44. checking for fgrep... /bin/grep -F
  45. checking for ld used by gcc... /usr/bin/ld
  46. checking if the linker (/usr/bin/ld) is GNU ld... yes
  47. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  48. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  49. checking whether ln -s works... yes
  50. checking the maximum length of command line arguments... 1572864
  51. checking whether the shell understands some XSI constructs... yes
  52. checking whether the shell understands "+="... yes
  53. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  54. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... printf %s\n
  60. checking for ar... ar
  61. checking for archiver @FILE support... @
  62. checking for strip... strip
  63. checking for ranlib... ranlib
  64. checking command to parse /usr/bin/nm -B output from gcc object... ok
  65. checking for sysroot... no
  66. checking for mt... mt
  67. checking if mt is a manifest tool... no
  68. checking for ANSI C header files... yes
  69. checking for sys/types.h... yes
  70. checking for sys/stat.h... yes
  71. checking for stdlib.h... yes
  72. checking for string.h... yes
  73. checking for memory.h... yes
  74. checking for strings.h... yes
  75. checking for inttypes.h... yes
  76. checking for stdint.h... yes
  77. checking for unistd.h... yes
  78. checking for dlfcn.h... yes
  79. checking for objdir... .libs
  80. checking if gcc supports -fno-rtti -fno-exceptions... no
  81. checking for gcc option to produce PIC... -fPIC -DPIC
  82. checking if gcc PIC flag -fPIC -DPIC works... yes
  83. checking if gcc static flag -static works... yes
  84. checking if gcc supports -c -o file.o... yes
  85. checking if gcc supports -c -o file.o... (cached) yes
  86. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  87. checking whether -lc should be explicitly linked in... no
  88. checking dynamic linker characteristics... GNU/Linux ld.so
  89. checking how to hardcode library paths into programs... immediate
  90. checking whether stripping libraries is possible... yes
  91. checking if libtool supports shared libraries... yes
  92. checking whether to build shared libraries... yes
  93. checking whether to build static libraries... yes
  94. checking how to run the C++ preprocessor... g++ -E
  95. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  96. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  97. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  98. checking for g++ option to produce PIC... -fPIC -DPIC
  99. checking if g++ PIC flag -fPIC -DPIC works... yes
  100. checking if g++ static flag -static works... yes
  101. checking if g++ supports -c -o file.o... yes
  102. checking if g++ supports -c -o file.o... (cached) yes
  103. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  104. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  105. checking how to hardcode library paths into programs... immediate
  106. checking for gawk... (cached) gawk
  107. checking whether ln -s works... yes
  108. checking whether make sets $(MAKE)... (cached) yes
  109. checking for pkg-config... /usr/bin/pkg-config
  110. checking pkg-config is at least version 0.9.0... yes
  111. checking for size_t... yes
  112. checking for working alloca.h... yes
  113. checking for alloca... yes
  114. checking for uid_t in sys/types.h... yes
  115. checking for unistd.h... (cached) yes
  116. checking for working chown... yes
  117. checking for dirent.h that defines DIR... yes
  118. checking for library containing opendir... none required
  119. checking whether closedir returns void... no
  120. checking for error_at_line... yes
  121. checking for _LARGEFILE_SOURCE value needed for large files... no
  122. checking whether gcc needs -traditional... no
  123. checking whether lstat correctly handles trailing slash... yes
  124. checking whether lstat accepts an empty string... no
  125. checking whether lstat correctly handles trailing slash... (cached) yes
  126. checking for working memcmp... yes
  127. checking whether time.h and sys/time.h may both be included... yes
  128. checking for sys/time.h... yes
  129. checking for unistd.h... (cached) yes
  130. checking for stdlib.h... (cached) yes
  131. checking for sys/param.h... yes
  132. checking for utime.h... yes
  133. checking for alarm... yes
  134. checking for working mktime... yes
  135. checking for getpagesize... yes
  136. checking for working mmap... yes
  137. checking sys/select.h usability... yes
  138. checking sys/select.h presence... yes
  139. checking for sys/select.h... yes
  140. checking sys/socket.h usability... yes
  141. checking sys/socket.h presence... yes
  142. checking for sys/socket.h... yes
  143. checking types of arguments for select... int,fd_set *,struct timeval *
  144. checking return type of signal handlers... void
  145. checking whether stat accepts an empty string... no
  146. checking for working strcoll... yes
  147. checking for strftime... yes
  148. checking for working strtod... yes
  149. checking whether utime accepts a null argument... yes
  150. checking for vprintf... yes
  151. checking for _doprnt... no
  152. checking for atexit... yes
  153. checking for dup2... yes
  154. checking for fdatasync... yes
  155. checking for floor... no
  156. checking for fs_stat_dev... no
  157. checking for ftime... yes
  158. checking for ftruncate... yes
  159. checking for getcwd... yes
  160. checking for gethostbyaddr... yes
  161. checking for gethostbyname... yes
  162. checking for gethostname... yes
  163. checking for getpagesize... (cached) yes
  164. checking for getpass... yes
  165. checking for gettimeofday... yes
  166. checking for inet_ntoa... yes
  167. checking for lchown... yes
  168. checking for localeconv... yes
  169. checking for memchr... yes
  170. checking for memmove... yes
  171. checking for memset... yes
  172. checking for mkdir... yes
  173. checking for modf... yes
  174. checking for munmap... yes
  175. checking for pow... no
  176. checking for rmdir... yes
  177. checking for select... yes
  178. checking for setenv... yes
  179. checking for setlocale... yes
  180. checking for socket... yes
  181. checking for sqrt... no
  182. checking for strcasecmp... yes
  183. checking for strchr... yes
  184. checking for strcspn... yes
  185. checking for strdup... yes
  186. checking for strerror... yes
  187. checking for strncasecmp... yes
  188. checking for strpbrk... yes
  189. checking for strrchr... yes
  190. checking for strspn... yes
  191. checking for strstr... yes
  192. checking for strtol... yes
  193. checking for strtoul... yes
  194. checking for sysinfo... yes
  195. checking for tzset... yes
  196. checking for utime... yes
  197. checking for posix_fadvise... yes
  198. checking for localtime_r... yes
  199. checking size of int... 4
  200. checking size of size_t... 8
  201. checking for __sync_add_and_fetch(temp, 1)... yes
  202. checking for __sync_sub_and_fetch(temp, 1)... yes
  203. checking for __sync_val_compare_and_swap(temp, 1, 1)... yes
  204. checking for std::u16string... yes
  205. checking for std::u32string... yes
  206. checking for char16_t... yes
  207. checking for char32_t... yes
  208. checking size of wchar_t... 4
  209. checking sys/inotify.h usability... yes
  210. checking sys/inotify.h presence... yes
  211. checking for sys/inotify.h... yes
  212. checking boost/circular_buffer.hpp usability... yes
  213. checking boost/circular_buffer.hpp presence... yes
  214. checking for boost/circular_buffer.hpp... yes
  215. checking for python... /usr/bin/python
  216. checking for a version of Python >= '2.1.0'... yes
  217. checking for a version of Python >= '2.6'... yes
  218. checking for the distutils Python package... yes
  219. checking for Python include path... -I/usr/include/python2.7
  220. checking for Python library path... -L/usr/lib -lpython2.7
  221. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  222. checking python extra libraries... -lpthread -ldl -lutil -lm
  223. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  224. checking consistency of all components of python development environment... yes
  225. checking for python... (cached) /usr/bin/python
  226. checking for a version of Python >= '2.1.0'... yes
  227. checking for a version of Python < '3.0'... yes
  228. checking for the distutils Python package... yes
  229. checking for Python include path... -I/usr/include/python2.7
  230. checking for Python library path... -L/usr/lib -lpython2.7
  231. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  232. checking python extra libraries... -lpthread -ldl -lutil -lm
  233. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  234. checking consistency of all components of python development environment... yes
  235. configure: Using Python 2.7
  236. == Wayland disabled. ==
  237. checking for main in -lGL... yes
  238. checking for main in -lGLEW... yes
  239. checking for main in -lGLU... yes
  240. checking for mysql_config... /usr/bin/mysql_config
  241. checking ass/ass.h usability... yes
  242. checking ass/ass.h presence... yes
  243. checking for ass/ass.h... yes
  244. checking mpeg2dec/mpeg2.h usability... yes
  245. checking mpeg2dec/mpeg2.h presence... yes
  246. checking for mpeg2dec/mpeg2.h... yes
  247. checking for mpeg2dec/mpeg2convert.h... yes
  248. checking jpeglib.h usability... yes
  249. checking jpeglib.h presence... yes
  250. checking for jpeglib.h... yes
  251. checking ogg/ogg.h usability... yes
  252. checking ogg/ogg.h presence... yes
  253. checking for ogg/ogg.h... yes
  254. checking vorbis/vorbisfile.h usability... yes
  255. checking vorbis/vorbisfile.h presence... yes
  256. checking for vorbis/vorbisfile.h... yes
  257. checking for LIBDCADEC... no
  258. configure: error: libdcadec not found
  259. root@NAS:~/kodi# apt-get install libdcadec
  260. Reading package lists... Done
  261. Building dependency tree
  262. Reading state information... Done
  263. E: Unable to locate package libdcadec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement