hyperion101010

Untitled

Feb 7th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.85 KB | None | 0 0
  1. hyperion@hyperion:~/mesa$ ./configure --prefix=/usr --enable-osmesa --with-osmesa-bits=8 ac_cv_path_LLVM_CONFIG=llvm-config-6.0 --enable-autotools
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking target system type... x86_64-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether UID '1000' is supported by ustar format... yes
  12. checking whether GID '1000' is supported by ustar format... yes
  13. checking how to create a ustar tar archive... gnutar
  14. checking whether make supports nested variables... (cached) yes
  15. checking for style of include used by make... GNU
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking whether gcc understands -c and -o together... yes
  26. checking dependency style of gcc... gcc3
  27. checking for ar... ar
  28. checking the archiver (ar) interface... ar
  29. checking how to run the C preprocessor... gcc -E
  30. checking for gcc... (cached) gcc
  31. checking whether we are using the GNU C compiler... (cached) yes
  32. checking whether gcc accepts -g... (cached) yes
  33. checking for gcc option to accept ISO C89... (cached) none needed
  34. checking whether gcc understands -c and -o together... (cached) yes
  35. checking dependency style of gcc... (cached) gcc3
  36. checking for g++... g++
  37. checking whether we are using the GNU C++ compiler... yes
  38. checking whether g++ accepts -g... yes
  39. checking dependency style of g++... gcc3
  40. checking for grep that handles long lines and -e... /bin/grep
  41. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  42. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  43. checking dependency style of gcc... gcc3
  44. checking for GNU make... make
  45. checking for a Python interpreter with version >= 2.7... python
  46. checking for python... /usr/bin/python
  47. checking for python version... 2.7
  48. checking for python platform... linux2
  49. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  50. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  51. checking for a sed that does not truncate output... /bin/sed
  52. checking for special C compiler options needed for large files... no
  53. checking for _FILE_OFFSET_BITS value needed for large files... no
  54. checking how to print strings... printf
  55. checking for a sed that does not truncate output... (cached) /bin/sed
  56. checking for egrep... /bin/grep -E
  57. checking for fgrep... /bin/grep -F
  58. checking for ld used by gcc... /usr/bin/ld
  59. checking if the linker (/usr/bin/ld) is GNU ld... yes
  60. checking whether ln -s works... yes
  61. checking the maximum length of command line arguments... 1572864
  62. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  63. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  64. checking for /usr/bin/ld option to reload object files... -r
  65. checking for objdump... objdump
  66. checking how to recognize dependent libraries... pass_all
  67. checking for dlltool... no
  68. checking how to associate runtime and link libraries... printf %s\n
  69. checking for archiver @FILE support... @
  70. checking for strip... strip
  71. checking for ranlib... ranlib
  72. checking command to parse /usr/bin/nm -B output from gcc object... ok
  73. checking for sysroot... no
  74. checking for a working dd... /bin/dd
  75. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  76. checking for mt... mt
  77. checking if mt is a manifest tool... no
  78. checking for ANSI C header files... yes
  79. checking for sys/types.h... yes
  80. checking for sys/stat.h... yes
  81. checking for stdlib.h... yes
  82. checking for string.h... yes
  83. checking for memory.h... yes
  84. checking for strings.h... yes
  85. checking for inttypes.h... yes
  86. checking for stdint.h... yes
  87. checking for unistd.h... yes
  88. checking for dlfcn.h... yes
  89. checking for objdir... .libs
  90. checking if gcc supports -fno-rtti -fno-exceptions... no
  91. checking for gcc option to produce PIC... -fPIC -DPIC
  92. checking if gcc PIC flag -fPIC -DPIC works... yes
  93. checking if gcc static flag -static works... yes
  94. checking if gcc supports -c -o file.o... yes
  95. checking if gcc supports -c -o file.o... (cached) yes
  96. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  97. checking whether -lc should be explicitly linked in... no
  98. checking dynamic linker characteristics... GNU/Linux ld.so
  99. checking how to hardcode library paths into programs... immediate
  100. checking whether stripping libraries is possible... yes
  101. checking if libtool supports shared libraries... yes
  102. checking whether to build shared libraries... yes
  103. checking whether to build static libraries... no
  104. checking how to run the C++ preprocessor... g++ -E
  105. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  106. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  107. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  108. checking for g++ option to produce PIC... -fPIC -DPIC
  109. checking if g++ PIC flag -fPIC -DPIC works... yes
  110. checking if g++ static flag -static works... yes
  111. checking if g++ supports -c -o file.o... yes
  112. checking if g++ supports -c -o file.o... (cached) yes
  113. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  114. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  115. checking how to hardcode library paths into programs... immediate
  116. checking for rm... rm -f
  117. checking for bison... bison -y
  118. checking if bison is the parser generator... yes
  119. checking for flex... flex
  120. checking lex output file root... lex.yy
  121. checking lex library... -lfl
  122. checking whether yytext is a pointer... yes
  123. checking if flex is the lexer generator... yes
  124. checking for indent... cat
  125. checking if module mako in python is installed... yes
  126. checking if compiling with clang... no
  127. checking whether gcc version is sufficient... yes
  128. checking whether __SUNPRO_C is declared... no
  129. checking for __builtin_bswap32... yes
  130. checking for __builtin_bswap64... yes
  131. checking for __builtin_clz... yes
  132. checking for __builtin_clzll... yes
  133. checking for __builtin_ctz... yes
  134. checking for __builtin_expect... yes
  135. checking for __builtin_ffs... yes
  136. checking for __builtin_ffsll... yes
  137. checking for __builtin_popcount... yes
  138. checking for __builtin_popcountll... yes
  139. checking for __builtin_unreachable... yes
  140. checking for __attribute__((const))... yes
  141. checking for __attribute__((flatten))... yes
  142. checking for __attribute__((format))... yes
  143. checking for __attribute__((malloc))... yes
  144. checking for __attribute__((packed))... yes
  145. checking for __attribute__((pure))... yes
  146. checking for __attribute__((returns_nonnull))... yes
  147. checking for __attribute__((unused))... yes
  148. checking for __attribute__((visibility))... yes
  149. checking for __attribute__((warn_unused_result))... yes
  150. checking for __attribute__((weak))... yes
  151. checking for __attribute__((alias))... yes
  152. checking for __attribute__((noreturn))... yes
  153. checking for pkg-config... /usr/bin/pkg-config
  154. checking pkg-config is at least version 0.9.0... yes
  155. checking whether C compiler accepts -Wall... yes
  156. checking whether C compiler accepts -Werror=implicit-function-declaration... yes
  157. checking whether C compiler accepts -Werror=missing-prototypes... yes
  158. checking whether C compiler accepts -Wmissing-prototypes... yes
  159. checking whether C compiler accepts -Wmissing-field-initializers... yes
  160. checking whether C compiler accepts -Wformat-truncation... yes
  161. checking whether C compiler accepts -fno-math-errno... yes
  162. checking whether C compiler accepts -fno-trapping-math... yes
  163. checking whether C compiler accepts -fvisibility=hidden... yes
  164. checking whether C++ compiler accepts -Wall... yes
  165. checking whether C++ compiler accepts -fno-math-errno... yes
  166. checking whether C++ compiler accepts -fno-trapping-math... yes
  167. checking whether C++ compiler accepts -fvisibility=hidden... yes
  168. checking whether C++ compiler accepts -Wmissing-field-initializers... yes
  169. checking whether C++ compiler accepts -Wformat-truncation... yes
  170. checking whether C compiler accepts -Werror=pointer-arith... yes
  171. checking whether C compiler accepts -Werror=vla... yes
  172. checking whether C++ compiler accepts -Werror=pointer-arith... yes
  173. checking whether C++ compiler accepts -Werror=vla... yes
  174. checking whether c++11 is enabled by default... yes
  175. checking whether C compiler accepts -Woverride-init... yes
  176. checking whether C compiler accepts -Winitializer-overrides... no
  177. checking whether __atomic_load_n is supported... yes
  178. checking whether __sync_add_and_fetch_8 is supported... yes
  179. checking whether byte ordering is bigendian... no
  180. checking whether gcc supports -mpower8-vector... no
  181. checking if ld supports -Bsymbolic... yes
  182. checking whether ld supports --gc-sections... yes
  183. checking if the linker supports version-scripts... yes
  184. checking if the linker supports --dynamic-list... yes
  185. checking whether to enable assembly... yes, x86_64
  186. checking whether sys/types.h defines makedev... no
  187. checking sys/mkdev.h usability... no
  188. checking sys/mkdev.h presence... no
  189. checking for sys/mkdev.h... no
  190. checking sys/sysmacros.h usability... yes
  191. checking sys/sysmacros.h presence... yes
  192. checking for sys/sysmacros.h... yes
  193. checking xlocale.h usability... no
  194. checking xlocale.h presence... no
  195. checking for xlocale.h... no
  196. checking sys/sysctl.h usability... yes
  197. checking sys/sysctl.h presence... yes
  198. checking for sys/sysctl.h... yes
  199. checking endian.h usability... yes
  200. checking endian.h presence... yes
  201. checking for endian.h... yes
  202. checking for dlfcn.h... (cached) yes
  203. checking for strtof... yes
  204. checking for mkostemp... yes
  205. checking for timespec_get... yes
  206. checking for memfd_create... yes
  207. checking whether strtod has locale support... yes
  208. checking for dlopen... no
  209. checking for dlopen in -ldl... yes
  210. checking for dladdr... yes
  211. checking for dl_iterate_phdr... yes
  212. checking for clock_gettime... yes
  213. checking for posix_memalign... yes
  214. checking for ZLIB... yes
  215. checking for the pthreads library -lpthreads... no
  216. checking whether pthreads work without any flags... no
  217. checking whether pthreads work with -Kthread... no
  218. checking whether pthreads work with -kthread... no
  219. checking for the pthreads library -llthread... no
  220. checking whether pthreads work with -pthread... yes
  221. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  222. checking if more special flags are required for pthreads... no
  223. checking for PTHREAD_PRIO_INHERIT... yes
  224. checking whether pthread_setaffinity_np is supported... yes
  225. checking linux/futex.h usability... yes
  226. checking linux/futex.h presence... yes
  227. checking for linux/futex.h... yes
  228. checking for LIBELF... no
  229. checking for elf_memory in -lelf... no
  230. checking for LIBDRM... yes
  231. checking for GLPROTO... yes
  232. checking for DRI2PROTO... yes
  233. checking for DRIGL... yes
  234. checking for XCB_DRI2... yes
  235. checking for XCB_DRI3... yes
  236. checking for XCB_DRI3_MODIFIERS... yes
  237. checking for XCB_RANDR... yes
  238. checking for XLIB_RANDR... yes
  239. checking for EXPAT... yes
  240. checking for I915... yes
  241. checking for NVVIEUX... yes
  242. checking for RADEON... yes
  243. checking for RADEON... yes
  244. checking for mincore... yes
  245. checking for VL... yes
  246. checking for XVMC... yes
  247. Package libtizcore was not found in the pkg-config search path.
  248. Perhaps you should add the directory containing `libtizcore.pc'
  249. to the PKG_CONFIG_PATH environment variable
  250. No package 'libtizcore' found
  251. checking for RADEON... yes
  252. checking for RADEON... yes
  253. configure: error: r600 requires libelf when using llvm
Add Comment
Please, Sign In to add comment