Advertisement
tthtlc

mesa compilation errors

Dec 13th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. /home/tthtlc/momo1/mesa>sh ./autogen.sh
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal -I m4
  5. autoreconf: configure.ac: tracing
  6. autoreconf: running: libtoolize --copy
  7. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `bin'.
  8. libtoolize: copying file `bin/ltmain.sh'
  9. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  10. libtoolize: copying file `m4/libtool.m4'
  11. libtoolize: copying file `m4/ltoptions.m4'
  12. libtoolize: copying file `m4/ltsugar.m4'
  13. libtoolize: copying file `m4/ltversion.m4'
  14. libtoolize: copying file `m4/lt~obsolete.m4'
  15. autoreconf: running: /usr/bin/autoconf
  16. autoreconf: configure.ac: not using Autoheader
  17. autoreconf: running: automake --add-missing --copy --no-force
  18. configure.ac:23: installing 'bin/ar-lib'
  19. configure.ac:55: installing 'bin/compile'
  20. configure.ac:14: installing 'bin/config.guess'
  21. configure.ac:14: installing 'bin/config.sub'
  22. configure.ac:15: installing 'bin/install-sh'
  23. configure.ac:15: installing 'bin/missing'
  24. src/egl/drivers/dri2/Makefile.am: installing 'bin/depcomp'
  25. parallel-tests: installing 'bin/test-driver'
  26.  
  27. src/mesa/Makefile.sources:7: warning: BUILDDIR multiply defined in condition TRUE ...
  28. src/mesa/Makefile.am:63: 'src/mesa/Makefile.sources' included from here
  29. src/mesa/Makefile.am:62: ... 'BUILDDIR' previously defined here
  30. autoreconf: Leaving directory `.'
  31. checking build system type... x86_64-unknown-linux-gnu
  32. checking host system type... x86_64-unknown-linux-gnu
  33. checking target system type... x86_64-unknown-linux-gnu
  34. checking for a BSD-compatible install... /usr/bin/install -c
  35. checking whether build environment is sane... yes
  36. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  37. checking for gawk... gawk
  38. checking whether make sets $(MAKE)... yes
  39. checking whether make supports nested variables... yes
  40. checking whether UID '1000' is supported by ustar format... yes
  41. checking whether GID '1000' is supported by ustar format... yes
  42. checking how to create a ustar tar archive... gnutar
  43. checking whether make supports nested variables... (cached) yes
  44. checking for style of include used by make... GNU
  45. checking for gcc... gcc
  46. checking whether the C compiler works... yes
  47. checking for C compiler default output file name... a.out
  48. checking for suffix of executables...
  49. checking whether we are cross compiling... no
  50. checking for suffix of object files... o
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether gcc accepts -g... yes
  53. checking for gcc option to accept ISO C89... none needed
  54. checking dependency style of gcc... gcc3
  55. checking for ar... ar
  56. checking the archiver (ar) interface... ar
  57. checking how to run the C preprocessor... gcc -E
  58. checking for gcc... (cached) gcc
  59. checking whether we are using the GNU C compiler... (cached) yes
  60. checking whether gcc accepts -g... (cached) yes
  61. checking for gcc option to accept ISO C89... (cached) none needed
  62. checking dependency style of gcc... (cached) gcc3
  63. checking for g++... g++
  64. checking whether we are using the GNU C++ compiler... yes
  65. checking whether g++ accepts -g... yes
  66. checking dependency style of g++... gcc3
  67. checking whether gcc and cc understand -c and -o together... yes
  68. checking dependency style of gcc... gcc3
  69. checking for GNU make... make
  70. checking for python2... python2
  71. checking for a sed that does not truncate output... /usr/bin/sed
  72. checking for special C compiler options needed for large files... no
  73. checking for _FILE_OFFSET_BITS value needed for large files... no
  74. checking how to print strings... printf
  75. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  76. checking for grep that handles long lines and -e... /usr/bin/grep
  77. checking for egrep... /usr/bin/grep -E
  78. checking for fgrep... /usr/bin/grep -F
  79. checking for ld used by gcc... /usr/bin/ld
  80. checking if the linker (/usr/bin/ld) is GNU ld... yes
  81. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  82. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  83. checking whether ln -s works... yes
  84. checking the maximum length of command line arguments... 1572864
  85. checking whether the shell understands some XSI constructs... yes
  86. checking whether the shell understands "+="... yes
  87. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  88. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  89. checking for /usr/bin/ld option to reload object files... -r
  90. checking for objdump... objdump
  91. checking how to recognize dependent libraries... pass_all
  92. checking for dlltool... no
  93. checking how to associate runtime and link libraries... printf %s\n
  94. checking for archiver @FILE support... @
  95. checking for strip... strip
  96. checking for ranlib... ranlib
  97. checking command to parse /usr/bin/nm -B output from gcc object... ok
  98. checking for sysroot... no
  99. checking for mt... no
  100. checking if : is a manifest tool... no
  101. checking for ANSI C header files... yes
  102. checking for sys/types.h... yes
  103. checking for sys/stat.h... yes
  104. checking for stdlib.h... yes
  105. checking for string.h... yes
  106. checking for memory.h... yes
  107. checking for strings.h... yes
  108. checking for inttypes.h... yes
  109. checking for stdint.h... yes
  110. checking for unistd.h... yes
  111. checking for dlfcn.h... yes
  112. checking for objdir... .libs
  113. checking if gcc supports -fno-rtti -fno-exceptions... no
  114. checking for gcc option to produce PIC... -fPIC -DPIC
  115. checking if gcc PIC flag -fPIC -DPIC works... yes
  116. checking if gcc static flag -static works... no
  117. checking if gcc supports -c -o file.o... yes
  118. checking if gcc supports -c -o file.o... (cached) yes
  119. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  120. checking whether -lc should be explicitly linked in... no
  121. checking dynamic linker characteristics... GNU/Linux ld.so
  122. checking how to hardcode library paths into programs... immediate
  123. checking whether stripping libraries is possible... yes
  124. checking if libtool supports shared libraries... yes
  125. checking whether to build shared libraries... yes
  126. checking whether to build static libraries... no
  127. checking how to run the C++ preprocessor... g++ -E
  128. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  129. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  130. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  131. checking for g++ option to produce PIC... -fPIC -DPIC
  132. checking if g++ PIC flag -fPIC -DPIC works... yes
  133. checking if g++ static flag -static works... no
  134. checking if g++ supports -c -o file.o... yes
  135. checking if g++ supports -c -o file.o... (cached) yes
  136. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  137. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  138. checking how to hardcode library paths into programs... immediate
  139. checking for bison... bison -y
  140. checking if bison is the parser generator... yes
  141. checking for flex... flex
  142. checking lex output file root... lex.yy
  143. checking lex library... none needed
  144. checking whether yytext is a pointer... no
  145. checking if flex is the lexer generator... yes
  146. checking for indent... indent
  147. checking if compiling with clang... no
  148. checking whether gcc version is sufficient... yes
  149. checking for __builtin_bswap32... yes
  150. checking for __builtin_bswap64... yes
  151. checking for __builtin_clz... yes
  152. checking for __builtin_clzll... yes
  153. checking for __builtin_ctz... yes
  154. checking for __builtin_expect... yes
  155. checking for __builtin_ffs... yes
  156. checking for __builtin_ffsll... yes
  157. checking for __builtin_popcount... yes
  158. checking for __builtin_popcountll... yes
  159. checking for __builtin_unreachable... yes
  160. checking for __attribute__((flatten))... yes
  161. checking for __attribute__((format))... yes
  162. checking for __attribute__((malloc))... yes
  163. checking for __attribute__((packed))... yes
  164. checking for pkg-config... /usr/bin/pkg-config
  165. checking pkg-config is at least version 0.9.0... yes
  166. checking whether gcc supports -Werror=missing-prototypes... yes
  167. checking whether gcc supports -fvisibility=hidden... yes
  168. checking whether g++ supports -fvisibility=hidden... yes
  169. checking if ld supports -Bsymbolic... yes
  170. checking whether ld supports --gc-sections... yes
  171. checking if the linker supports version-scripts... yes
  172. checking if the linker supports --dynamic-list... yes
  173. checking whether to enable assembly... yes, x86_64
  174. checking xlocale.h usability... yes
  175. checking xlocale.h presence... yes
  176. checking for xlocale.h... yes
  177. checking for strtof... yes
  178. checking for dlopen... no
  179. checking for dlopen in -ldl... yes
  180. checking for dladdr... yes
  181. checking for clock_gettime... yes
  182. checking for posix_memalign... yes
  183. checking for the pthreads library -lpthreads... no
  184. checking whether pthreads work without any flags... no
  185. checking whether pthreads work with -Kthread... no
  186. checking whether pthreads work with -kthread... no
  187. checking for the pthreads library -llthread... no
  188. checking whether pthreads work with -pthread... yes
  189. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  190. checking if more special flags are required for pthreads... no
  191. checking for PTHREAD_PRIO_INHERIT... no
  192. checking for LIBDRM... yes
  193. checking for LIBUDEV... no
  194. checking for GLPROTO... yes
  195. checking for DRI2PROTO... yes
  196. checking for DRI3PROTO... yes
  197. checking for PRESENTPROTO... yes
  198. configure: error: DRI3 requires xcb >= 1.9.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement