Advertisement
Guest User

Untitled

a guest
May 5th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. johndoe@jd-ubuntu:~/Settings/source/drm$ ./autogen.sh
  2. autoreconf2.50: Entering directory `.'
  3. autoreconf2.50: configure.ac: not using Gettext
  4. autoreconf2.50: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
  5. autoreconf2.50: configure.ac: tracing
  6. autoreconf2.50: running: libtoolize --install --copy --force
  7. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  8. libtoolize: copying file `build-aux/config.guess'
  9. libtoolize: copying file `build-aux/config.sub'
  10. libtoolize: copying file `build-aux/install-sh'
  11. libtoolize: copying file `build-aux/ltmain.sh'
  12. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  13. libtoolize: copying file `m4/libtool.m4'
  14. libtoolize: copying file `m4/ltoptions.m4'
  15. libtoolize: copying file `m4/ltsugar.m4'
  16. libtoolize: copying file `m4/ltversion.m4'
  17. libtoolize: copying file `m4/lt~obsolete.m4'
  18. autoreconf2.50: running: /usr/bin/autoconf --force
  19. autoreconf2.50: running: /usr/bin/autoheader --force
  20. autoreconf2.50: running: automake --add-missing --copy --force-missing
  21. autoreconf2.50: Leaving directory `.'
  22. checking for a BSD-compatible install... /usr/bin/install -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking whether to disable maintainer-specific portions of Makefiles... yes
  28. checking for gcc... gcc
  29. checking whether the C compiler works... yes
  30. checking for C compiler default output file name... a.out
  31. checking for suffix of executables...
  32. checking whether we are cross compiling... no
  33. checking for suffix of object files... o
  34. checking whether we are using the GNU C compiler... yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to accept ISO C89... none needed
  37. checking for style of include used by make... GNU
  38. checking dependency style of gcc... gcc3
  39. checking how to run the C preprocessor... gcc -E
  40. checking for grep that handles long lines and -e... /bin/grep
  41. checking for egrep... /bin/grep -E
  42. checking for ANSI C header files... yes
  43. checking for sys/types.h... yes
  44. checking for sys/stat.h... yes
  45. checking for stdlib.h... yes
  46. checking for string.h... yes
  47. checking for memory.h... yes
  48. checking for strings.h... yes
  49. checking for inttypes.h... yes
  50. checking for stdint.h... yes
  51. checking for unistd.h... yes
  52. checking minix/config.h usability... no
  53. checking minix/config.h presence... no
  54. checking for minix/config.h... no
  55. checking whether it is safe to define __EXTENSIONS__... yes
  56. checking for special C compiler options needed for large files... no
  57. checking for _FILE_OFFSET_BITS value needed for large files... no
  58. checking for working alloca.h... yes
  59. checking for alloca... yes
  60. checking build system type... x86_64-unknown-linux-gnu
  61. checking host system type... x86_64-unknown-linux-gnu
  62. checking for a sed that does not truncate output... /bin/sed
  63. checking for fgrep... /bin/grep -F
  64. checking for ld used by gcc... /usr/bin/ld
  65. checking if the linker (/usr/bin/ld) is GNU ld... yes
  66. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  67. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  68. checking whether ln -s works... yes
  69. checking the maximum length of command line arguments... 1572864
  70. checking whether the shell understands some XSI constructs... yes
  71. checking whether the shell understands "+="... yes
  72. checking for /usr/bin/ld option to reload object files... -r
  73. checking for objdump... objdump
  74. checking how to recognize dependent libraries... pass_all
  75. checking for ar... ar
  76. checking for strip... strip
  77. checking for ranlib... ranlib
  78. checking command to parse /usr/bin/nm -B output from gcc object... ok
  79. checking for dlfcn.h... yes
  80. checking for objdir... .libs
  81. checking if gcc supports -fno-rtti -fno-exceptions... no
  82. checking for gcc option to produce PIC... -fPIC -DPIC
  83. checking if gcc PIC flag -fPIC -DPIC works... yes
  84. checking if gcc static flag -static works... yes
  85. checking if gcc supports -c -o file.o... yes
  86. checking if gcc supports -c -o file.o... (cached) yes
  87. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  88. checking whether -lc should be explicitly linked in... no
  89. checking dynamic linker characteristics... GNU/Linux ld.so
  90. checking how to hardcode library paths into programs... immediate
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... yes
  94. checking whether to build static libraries... no
  95. checking for pkg-config... /usr/bin/pkg-config
  96. checking pkg-config is at least version 0.9.0... yes
  97. checking for PTHREADSTUBS... yes
  98. checking for clock_gettime... no
  99. checking for clock_gettime in -lrt... yes
  100. checking for open_memstream... yes
  101. checking for supported warning flags...
  102. checking whether gcc supports -Wall... yes
  103. checking whether gcc supports -Wextra... yes
  104. checking whether gcc supports -Wsign-compare... yes
  105. checking whether gcc supports -Werror-implicit-function-declaration... yes
  106. checking whether gcc supports -Wpointer-arith... yes
  107. checking whether gcc supports -Wwrite-strings... yes
  108. checking whether gcc supports -Wstrict-prototypes... yes
  109. checking whether gcc supports -Wmissing-prototypes... yes
  110. checking whether gcc supports -Wmissing-declarations... yes
  111. checking whether gcc supports -Wnested-externs... yes
  112. checking whether gcc supports -Wpacked... yes
  113. checking whether gcc supports -Wswitch-enum... yes
  114. checking whether gcc supports -Wmissing-format-attribute... yes
  115. checking whether gcc supports -Wstrict-aliasing=2... yes
  116. checking whether gcc supports -Winit-self... yes
  117. checking whether gcc supports -Wunsafe-loop-optimizations... yes
  118. checking whether gcc supports -Wdeclaration-after-statement... yes
  119. checking whether gcc supports -Wold-style-definition... yes
  120. checking whether gcc supports -Wno-missing-field-initializers... yes
  121. checking whether gcc supports -Wno-unused-parameter... yes
  122. checking whether gcc supports -Wno-attributes... yes
  123. checking whether gcc supports -Wno-long-long... yes
  124. checking whether gcc supports -Winline... yes
  125. checking which warning flags were supported... -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline
  126. checking for CAIRO... no
  127. checking for LIBUDEV... no
  128. checking for native atomic primitives... Intel
  129. checking for PCIACCESS... yes
  130. checking for VALGRIND... no
  131. configure: creating ./config.status
  132. config.status: creating Makefile
  133. config.status: creating libkms/Makefile
  134. config.status: creating libkms/libkms.pc
  135. config.status: creating intel/Makefile
  136. config.status: creating intel/libdrm_intel.pc
  137. config.status: creating radeon/Makefile
  138. config.status: creating radeon/libdrm_radeon.pc
  139. config.status: creating nouveau/Makefile
  140. config.status: creating nouveau/libdrm_nouveau.pc
  141. config.status: creating omap/Makefile
  142. config.status: creating omap/libdrm_omap.pc
  143. config.status: creating tests/Makefile
  144. config.status: creating tests/modeprint/Makefile
  145. config.status: creating tests/modetest/Makefile
  146. config.status: creating tests/kmstest/Makefile
  147. config.status: creating tests/radeon/Makefile
  148. config.status: creating tests/vbltest/Makefile
  149. config.status: creating include/Makefile
  150. config.status: creating include/drm/Makefile
  151. config.status: creating libdrm.pc
  152. config.status: creating config.h
  153. config.status: executing depfiles commands
  154. config.status: executing libtool commands
  155.  
  156. libdrm 2.4.33 will be compiled with:
  157.  
  158. libkms yes
  159. Intel API yes
  160. vmwgfx API no
  161. Radeon API yes
  162. Nouveau API yes
  163. OMAP API no
  164.  
  165. johndoe@jd-ubuntu:~/Settings/source/drm$ make
  166. make all-recursive
  167. make[1]: Вход в каталог `/home/johndoe/Settings/source/drm'
  168. Making all in .
  169. make[2]: Вход в каталог `/home/johndoe/Settings/source/drm'
  170. CC libdrm_la-xf86drm.lo
  171. CC libdrm_la-xf86drmHash.lo
  172. CC libdrm_la-xf86drmRandom.lo
  173. CC libdrm_la-xf86drmSL.lo
  174. CC libdrm_la-xf86drmMode.lo
  175. CCLD libdrm.la
  176. make[2]: Выход из каталога `/home/johndoe/Settings/source/drm'
  177. Making all in libkms
  178. make[2]: Вход в каталог `/home/johndoe/Settings/source/drm/libkms'
  179. CC linux.lo
  180. CC intel.lo
  181. CC dumb.lo
  182. CC api.lo
  183. CC nouveau.lo
  184. CC radeon.lo
  185. CCLD libkms.la
  186. make[2]: Выход из каталога `/home/johndoe/Settings/source/drm/libkms'
  187. Making all in intel
  188. make[2]: Вход в каталог `/home/johndoe/Settings/source/drm/intel'
  189. CC intel_bufmgr.lo
  190. CC intel_bufmgr_fake.lo
  191. CC intel_bufmgr_gem.lo
  192. CC intel_decode.lo
  193. intel_decode.c: In function ‘decode_3d_965’:
  194. intel_decode.c:3359: warning: cannot optimize loop, the loop counter may overflow
  195. intel_decode.c: In function ‘decode_3d_primitive’:
  196. intel_decode.c:2491: warning: cannot optimize loop, the loop counter may overflow
  197. CC mm.lo
  198. CCLD libdrm_intel.la
  199. CC test_decode.o
  200. test_decode.c: In function ‘compare_batch’:
  201. test_decode.c:107: warning: dereferencing type-punned pointer will break strict-aliasing rules
  202. CCLD test_decode
  203. make[2]: Выход из каталога `/home/johndoe/Settings/source/drm/intel'
  204. Making all in nouveau
  205. make[2]: Вход в каталог `/home/johndoe/Settings/source/drm/nouveau'
  206. CC nouveau.lo
  207. CC pushbuf.lo
  208. CC bufctx.lo
  209. CC abi16.lo
  210. CCLD libdrm_nouveau.la
  211. make[2]: Выход из каталога `/home/johndoe/Settings/source/drm/nouveau'
  212. Making all in radeon
  213. make[2]: Вход в каталог `/home/johndoe/Settings/source/drm/radeon'
  214. CC radeon_bo_gem.lo
  215. CC radeon_cs_gem.lo
  216. radeon_cs_gem.c:333: warning: ‘cs_gem_dump_bof’ defined but not used
  217. CC radeon_cs_space.lo
  218. CC radeon_bo.lo
  219. CC radeon_cs.lo
  220. CC radeon_surface.lo
  221. CC bof.lo
  222. bof.c: In function ‘bof_object_get’:
  223. bof.c:68: warning: cannot optimize loop, the loop counter may overflow
  224. CCLD libdrm_radeon.la
  225. make[2]: Выход из каталога `/home/johndoe/Settings/source/drm/radeon'
  226. Making all in tests
  227. make[2]: Вход в каталог `/home/johndoe/Settings/source/drm/tests'
  228. Making all in modeprint
  229. make[3]: Вход в каталог `/home/johndoe/Settings/source/drm/tests/modeprint'
  230. CC modeprint.o
  231. CCLD modeprint
  232. make[3]: Выход из каталога `/home/johndoe/Settings/source/drm/tests/modeprint'
  233. Making all in kmstest
  234. make[3]: Вход в каталог `/home/johndoe/Settings/source/drm/tests/kmstest'
  235. CC main.o
  236. CCLD kmstest
  237. make[3]: Выход из каталога `/home/johndoe/Settings/source/drm/tests/kmstest'
  238. Making all in modetest
  239. make[3]: Вход в каталог `/home/johndoe/Settings/source/drm/tests/modetest'
  240. CC modetest.o
  241. CCLD modetest
  242. make[3]: Выход из каталога `/home/johndoe/Settings/source/drm/tests/modetest'
  243. Making all in radeon
  244. make[3]: Вход в каталог `/home/johndoe/Settings/source/drm/tests/radeon'
  245. CC rbo.o
  246. CC radeon_ttm.o
  247. CCLD radeon_ttm
  248. make[3]: Выход из каталога `/home/johndoe/Settings/source/drm/tests/radeon'
  249. make[3]: Вход в каталог `/home/johndoe/Settings/source/drm/tests'
  250. make[3]: Цель `all-am' не требует выполнения команд.
  251. make[3]: Выход из каталога `/home/johndoe/Settings/source/drm/tests'
  252. make[2]: Выход из каталога `/home/johndoe/Settings/source/drm/tests'
  253. Making all in include
  254. make[2]: Вход в каталог `/home/johndoe/Settings/source/drm/include'
  255. Making all in drm
  256. make[3]: Вход в каталог `/home/johndoe/Settings/source/drm/include/drm'
  257. make[3]: Цель `all' не требует выполнения команд.
  258. make[3]: Выход из каталога `/home/johndoe/Settings/source/drm/include/drm'
  259. make[3]: Вход в каталог `/home/johndoe/Settings/source/drm/include'
  260. make[3]: Цель `all-am' не требует выполнения команд.
  261. make[3]: Выход из каталога `/home/johndoe/Settings/source/drm/include'
  262. make[2]: Выход из каталога `/home/johndoe/Settings/source/drm/include'
  263. make[1]: Выход из каталога `/home/johndoe/Settings/source/drm'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement