Advertisement
mogorva

mesa_git configure

Jun 16th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.43 KB | None | 0 0
  1. CC="ccache gcc" CFLAGS="-g -O2 -ggdb -g -gdwarf-2 -gstrict-dwarf" ./autogen.sh --prefix=/home/gyebro/mesa --enable-debug --enable-nine --enable-selinux --enable-dri --with-dri-drivers=nouveau,swrast --enable-egl --with-egl-platforms=x11,drm --enable-gallium-llvm --enable-llvm-shared-libs --enable-xvmc --with-gallium-drivers=nouveau,svga,swrast --enable-osmesa --enable-gbm --enable-gles1 --enable-gles2 --enable-opencl --enable-opencl-icd --enable-glx --enable-glx-tls --enable-shared-glapi --enable-texture-float --enable-va --enable-vdpau --with-clang-libdir=/usr/lib
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal --force -I m4
  5. autoreconf: configure.ac: tracing
  6. autoreconf: running: libtoolize --copy --force
  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 --force
  16. autoreconf: configure.ac: not using Autoheader
  17. autoreconf: running: automake --add-missing --copy --force-missing
  18. configure.ac:62: installing 'bin/ar-lib'
  19. configure.ac:62: installing 'bin/compile'
  20. configure.ac:46: installing 'bin/config.guess'
  21. configure.ac:46: installing 'bin/config.sub'
  22. configure.ac:47: installing 'bin/install-sh'
  23. configure.ac:47: installing 'bin/missing'
  24. src/Makefile.am: installing 'bin/depcomp'
  25. parallel-tests: installing 'bin/test-driver'
  26. autoreconf: Leaving directory `.'
  27. checking build system type... i686-pc-linux-gnu
  28. checking host system type... i686-pc-linux-gnu
  29. checking target system type... i686-pc-linux-gnu
  30. checking for a BSD-compatible install... /usr/bin/install -c
  31. checking whether build environment is sane... yes
  32. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  33. checking for gawk... gawk
  34. checking whether make sets $(MAKE)... yes
  35. checking whether make supports nested variables... yes
  36. checking whether UID '1000' is supported by ustar format... yes
  37. checking whether GID '1000' is supported by ustar format... yes
  38. checking how to create a ustar tar archive... gnutar
  39. checking whether make supports nested variables... (cached) yes
  40. checking for style of include used by make... GNU
  41. checking for gcc... ccache gcc
  42. checking whether the C compiler works... yes
  43. checking for C compiler default output file name... a.out
  44. checking for suffix of executables...
  45. checking whether we are cross compiling... no
  46. checking for suffix of object files... o
  47. checking whether we are using the GNU C compiler... yes
  48. checking whether ccache gcc accepts -g... yes
  49. checking for ccache gcc option to accept ISO C89... none needed
  50. checking whether ccache gcc understands -c and -o together... yes
  51. checking dependency style of ccache gcc... gcc3
  52. checking for ar... ar
  53. checking the archiver (ar) interface... ar
  54. checking how to run the C preprocessor... ccache gcc -E
  55. checking for gcc... (cached) ccache gcc
  56. checking whether we are using the GNU C compiler... (cached) yes
  57. checking whether ccache gcc accepts -g... (cached) yes
  58. checking for ccache gcc option to accept ISO C89... (cached) none needed
  59. checking whether ccache gcc understands -c and -o together... (cached) yes
  60. checking dependency style of ccache gcc... (cached) gcc3
  61. checking for g++... g++
  62. checking whether we are using the GNU C++ compiler... yes
  63. checking whether g++ accepts -g... yes
  64. checking dependency style of g++... gcc3
  65. checking dependency style of ccache gcc... gcc3
  66. checking for GNU make... make
  67. checking for python2... python2
  68. checking for a sed that does not truncate output... /usr/bin/sed
  69. checking for special C compiler options needed for large files... no
  70. checking for _FILE_OFFSET_BITS value needed for large files... 64
  71. checking how to print strings... printf
  72. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  73. checking for grep that handles long lines and -e... /usr/bin/grep
  74. checking for egrep... /usr/bin/grep -E
  75. checking for fgrep... /usr/bin/grep -F
  76. checking for ld used by ccache gcc... /usr/bin/ld
  77. checking if the linker (/usr/bin/ld) is GNU ld... yes
  78. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  79. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  80. checking whether ln -s works... yes
  81. checking the maximum length of command line arguments... 1572864
  82. checking whether the shell understands some XSI constructs... yes
  83. checking whether the shell understands "+="... yes
  84. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  85. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  86. checking for /usr/bin/ld option to reload object files... -r
  87. checking for objdump... objdump
  88. checking how to recognize dependent libraries... pass_all
  89. checking for dlltool... no
  90. checking how to associate runtime and link libraries... printf %s\n
  91. checking for archiver @FILE support... @
  92. checking for strip... strip
  93. checking for ranlib... ranlib
  94. checking command to parse /usr/bin/nm -B output from ccache gcc object... ok
  95. checking for sysroot... no
  96. checking for mt... no
  97. checking if : is a manifest tool... no
  98. checking for ANSI C header files... yes
  99. checking for sys/types.h... yes
  100. checking for sys/stat.h... yes
  101. checking for stdlib.h... yes
  102. checking for string.h... yes
  103. checking for memory.h... yes
  104. checking for strings.h... yes
  105. checking for inttypes.h... yes
  106. checking for stdint.h... yes
  107. checking for unistd.h... yes
  108. checking for dlfcn.h... yes
  109. checking for objdir... .libs
  110. checking if ccache gcc supports -fno-rtti -fno-exceptions... no
  111. checking for ccache gcc option to produce PIC... -fPIC -DPIC
  112. checking if ccache gcc PIC flag -fPIC -DPIC works... yes
  113. checking if ccache gcc static flag -static works... no
  114. checking if ccache gcc supports -c -o file.o... yes
  115. checking if ccache gcc supports -c -o file.o... (cached) yes
  116. checking whether the ccache gcc linker (/usr/bin/ld) supports shared libraries... yes
  117. checking whether -lc should be explicitly linked in... no
  118. checking dynamic linker characteristics... GNU/Linux ld.so
  119. checking how to hardcode library paths into programs... immediate
  120. checking whether stripping libraries is possible... yes
  121. checking if libtool supports shared libraries... yes
  122. checking whether to build shared libraries... yes
  123. checking whether to build static libraries... no
  124. checking how to run the C++ preprocessor... g++ -E
  125. checking for ld used by g++... /usr/bin/ld
  126. checking if the linker (/usr/bin/ld) is GNU ld... yes
  127. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  128. checking for g++ option to produce PIC... -fPIC -DPIC
  129. checking if g++ PIC flag -fPIC -DPIC works... yes
  130. checking if g++ static flag -static works... no
  131. checking if g++ supports -c -o file.o... yes
  132. checking if g++ supports -c -o file.o... (cached) yes
  133. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  134. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  135. checking how to hardcode library paths into programs... immediate
  136. checking for bison... bison -y
  137. checking if bison is the parser generator... yes
  138. checking for flex... flex
  139. checking lex output file root... lex.yy
  140. checking lex library... none needed
  141. checking whether yytext is a pointer... no
  142. checking if flex is the lexer generator... yes
  143. checking for indent... cat
  144. checking if module mako in python is installed... yes
  145. checking if compiling with clang... no
  146. checking whether gcc version is sufficient... yes
  147. checking for __builtin_bswap32... yes
  148. checking for __builtin_bswap64... yes
  149. checking for __builtin_clz... yes
  150. checking for __builtin_clzll... yes
  151. checking for __builtin_ctz... yes
  152. checking for __builtin_expect... yes
  153. checking for __builtin_ffs... yes
  154. checking for __builtin_ffsll... yes
  155. checking for __builtin_popcount... yes
  156. checking for __builtin_popcountll... yes
  157. checking for __builtin_unreachable... yes
  158. checking for __attribute__((flatten))... yes
  159. checking for __attribute__((format))... yes
  160. checking for __attribute__((malloc))... yes
  161. checking for __attribute__((packed))... yes
  162. checking for __attribute__((unused))... yes
  163. checking for pkg-config... /usr/bin/pkg-config
  164. checking pkg-config is at least version 0.9.0... yes
  165. checking whether ccache gcc supports -Werror=missing-prototypes... yes
  166. checking whether ccache gcc supports -fvisibility=hidden... yes
  167. checking whether ccache gcc supports -Werror=vla... 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. configure: WARNING: Floating-point textures enabled.
  174. configure: WARNING: Please consult docs/patents.txt with your lawyer before building Mesa.
  175. checking whether to enable assembly... yes, x86
  176. checking xlocale.h usability... yes
  177. checking xlocale.h presence... yes
  178. checking for xlocale.h... yes
  179. checking sys/sysctl.h usability... yes
  180. checking sys/sysctl.h presence... yes
  181. checking for sys/sysctl.h... yes
  182. checking for strtof... yes
  183. checking for dlopen... no
  184. checking for dlopen in -ldl... yes
  185. checking for dladdr... yes
  186. checking for clock_gettime... yes
  187. checking for posix_memalign... yes
  188. checking for the pthreads library -lpthreads... no
  189. checking whether pthreads work without any flags... no
  190. checking whether pthreads work with -Kthread... no
  191. checking whether pthreads work with -kthread... no
  192. checking for the pthreads library -llthread... no
  193. checking whether pthreads work with -pthread... yes
  194. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  195. checking if more special flags are required for pthreads... no
  196. checking for PTHREAD_PRIO_INHERIT... no
  197. checking for SELINUX... yes
  198. checking for SHA1Init... no
  199. checking for CC_SHA1_Init... no
  200. checking for wincrypt.h... no
  201. checking for SHA1Init in -lmd... no
  202. checking for LIBSHA1... no
  203. checking for nettle_sha1_init in -lnettle... yes
  204. checking for gcry_md_open in -lgcrypt... yes
  205. checking for SHA1_Init in -lcrypto... yes
  206. checking for OPENSSL... yes
  207. checking for SHA1 implementation... libnettle
  208. checking for LIBDRM... yes
  209. checking for LIBUDEV... yes
  210. checking for GLPROTO... yes
  211. checking for DRI2PROTO... yes
  212. checking for DRI3PROTO... yes
  213. checking for PRESENTPROTO... yes
  214. checking for XF86VIDMODE... yes
  215. checking for DRIGL... yes
  216. checking for EXPAT... yes
  217. checking for NOUVEAU... yes
  218. checking for mincore... yes
  219. checking for VL... yes
  220. checking for XVMC... yes
  221. checking for VDPAU... yes
  222. checking for VA... yes
  223. checking for elf_memory in -lelf... yes
  224. checking for WAYLAND_SCANNER... no
  225. checking for wayland-scanner... /usr/bin/wayland-scanner
  226. checking for XCB_DRI2... yes
  227. checking for llvm-config... /usr/bin/llvm-config
  228. checking for NOUVEAU... yes
  229. checking for GALLIUM_PIPE_LOADER_XCB... yes
  230. checking that generated files are newer than configure... done
  231. configure: creating ./config.status
  232. config.status: creating Makefile
  233. config.status: creating src/Makefile
  234. config.status: creating src/egl/drivers/dri2/Makefile
  235. config.status: creating src/egl/main/Makefile
  236. config.status: creating src/egl/main/egl.pc
  237. config.status: creating src/egl/wayland/wayland-drm/Makefile
  238. config.status: creating src/egl/wayland/wayland-egl/Makefile
  239. config.status: creating src/egl/wayland/wayland-egl/wayland-egl.pc
  240. config.status: creating src/gallium/Makefile
  241. config.status: creating src/gallium/auxiliary/Makefile
  242. config.status: creating src/gallium/auxiliary/pipe-loader/Makefile
  243. config.status: creating src/gallium/drivers/freedreno/Makefile
  244. config.status: creating src/gallium/drivers/i915/Makefile
  245. config.status: creating src/gallium/drivers/ilo/Makefile
  246. config.status: creating src/gallium/drivers/llvmpipe/Makefile
  247. config.status: creating src/gallium/drivers/noop/Makefile
  248. config.status: creating src/gallium/drivers/nouveau/Makefile
  249. config.status: creating src/gallium/drivers/r300/Makefile
  250. config.status: creating src/gallium/drivers/r600/Makefile
  251. config.status: creating src/gallium/drivers/radeon/Makefile
  252. config.status: creating src/gallium/drivers/radeonsi/Makefile
  253. config.status: creating src/gallium/drivers/rbug/Makefile
  254. config.status: creating src/gallium/drivers/softpipe/Makefile
  255. config.status: creating src/gallium/drivers/svga/Makefile
  256. config.status: creating src/gallium/drivers/trace/Makefile
  257. config.status: creating src/gallium/drivers/vc4/Makefile
  258. config.status: creating src/gallium/state_trackers/clover/Makefile
  259. config.status: creating src/gallium/state_trackers/dri/Makefile
  260. config.status: creating src/gallium/state_trackers/glx/xlib/Makefile
  261. config.status: creating src/gallium/state_trackers/nine/Makefile
  262. config.status: creating src/gallium/state_trackers/omx/Makefile
  263. config.status: creating src/gallium/state_trackers/osmesa/Makefile
  264. config.status: creating src/gallium/state_trackers/va/Makefile
  265. config.status: creating src/gallium/state_trackers/vdpau/Makefile
  266. config.status: creating src/gallium/state_trackers/xa/Makefile
  267. config.status: creating src/gallium/state_trackers/xvmc/Makefile
  268. config.status: creating src/gallium/targets/d3dadapter9/Makefile
  269. config.status: creating src/gallium/targets/d3dadapter9/d3d.pc
  270. config.status: creating src/gallium/targets/dri/Makefile
  271. config.status: creating src/gallium/targets/libgl-xlib/Makefile
  272. config.status: creating src/gallium/targets/omx/Makefile
  273. config.status: creating src/gallium/targets/opencl/Makefile
  274. config.status: creating src/gallium/targets/osmesa/Makefile
  275. config.status: creating src/gallium/targets/osmesa/osmesa.pc
  276. config.status: creating src/gallium/targets/pipe-loader/Makefile
  277. config.status: creating src/gallium/targets/va/Makefile
  278. config.status: creating src/gallium/targets/vdpau/Makefile
  279. config.status: creating src/gallium/targets/xa/Makefile
  280. config.status: creating src/gallium/targets/xa/xatracker.pc
  281. config.status: creating src/gallium/targets/xvmc/Makefile
  282. config.status: creating src/gallium/tests/trivial/Makefile
  283. config.status: creating src/gallium/tests/unit/Makefile
  284. config.status: creating src/gallium/winsys/freedreno/drm/Makefile
  285. config.status: creating src/gallium/winsys/i915/drm/Makefile
  286. config.status: creating src/gallium/winsys/intel/drm/Makefile
  287. config.status: creating src/gallium/winsys/nouveau/drm/Makefile
  288. config.status: creating src/gallium/winsys/radeon/drm/Makefile
  289. config.status: creating src/gallium/winsys/svga/drm/Makefile
  290. config.status: creating src/gallium/winsys/sw/dri/Makefile
  291. config.status: creating src/gallium/winsys/sw/kms-dri/Makefile
  292. config.status: creating src/gallium/winsys/sw/null/Makefile
  293. config.status: creating src/gallium/winsys/sw/wrapper/Makefile
  294. config.status: creating src/gallium/winsys/sw/xlib/Makefile
  295. config.status: creating src/gallium/winsys/vc4/drm/Makefile
  296. config.status: creating src/gbm/Makefile
  297. config.status: creating src/gbm/main/gbm.pc
  298. config.status: creating src/glsl/Makefile
  299. config.status: creating src/glx/Makefile
  300. config.status: creating src/glx/apple/Makefile
  301. config.status: creating src/glx/tests/Makefile
  302. config.status: creating src/gtest/Makefile
  303. config.status: creating src/loader/Makefile
  304. config.status: creating src/mapi/Makefile
  305. config.status: creating src/mapi/es1api/glesv1_cm.pc
  306. config.status: creating src/mapi/es2api/glesv2.pc
  307. config.status: creating src/mapi/glapi/gen/Makefile
  308. config.status: creating src/mesa/Makefile
  309. config.status: creating src/mesa/gl.pc
  310. config.status: creating src/mesa/drivers/dri/dri.pc
  311. config.status: creating src/mesa/drivers/dri/common/Makefile
  312. config.status: creating src/mesa/drivers/dri/common/xmlpool/Makefile
  313. config.status: creating src/mesa/drivers/dri/i915/Makefile
  314. config.status: creating src/mesa/drivers/dri/i965/Makefile
  315. config.status: creating src/mesa/drivers/dri/Makefile
  316. config.status: creating src/mesa/drivers/dri/nouveau/Makefile
  317. config.status: creating src/mesa/drivers/dri/r200/Makefile
  318. config.status: creating src/mesa/drivers/dri/radeon/Makefile
  319. config.status: creating src/mesa/drivers/dri/swrast/Makefile
  320. config.status: creating src/mesa/drivers/osmesa/Makefile
  321. config.status: creating src/mesa/drivers/osmesa/osmesa.pc
  322. config.status: creating src/mesa/drivers/x11/Makefile
  323. config.status: creating src/mesa/main/tests/Makefile
  324. config.status: creating src/util/Makefile
  325. config.status: creating src/util/tests/hash_table/Makefile
  326. config.status: executing depfiles commands
  327. config.status: executing libtool commands
  328.  
  329. prefix: /home/gyebro/mesa
  330. exec_prefix: ${prefix}
  331. libdir: ${exec_prefix}/lib
  332. includedir: ${prefix}/include
  333.  
  334. OpenGL: yes (ES1: yes ES2: yes)
  335.  
  336. OSMesa: libOSMesa
  337.  
  338. DRI platform: drm
  339. DRI drivers: nouveau swrast
  340. DRI driver dir: ${libdir}/dri
  341. GLX: DRI-based
  342.  
  343. EGL: yes
  344. EGL platforms: x11 drm
  345. EGL drivers: builtin:egl_dri2
  346.  
  347. llvm: yes
  348. llvm-config: /usr/bin/llvm-config
  349. llvm-version: 3.5.0
  350.  
  351. Gallium: yes
  352.  
  353. Shader cache: yes
  354. With SHA1 from: libnettle
  355.  
  356. Shared libs: yes
  357. Static libs: no
  358. Shared-glapi: yes
  359.  
  360. CFLAGS: -g -O2 -ggdb -g -gdwarf-2 -gstrict-dwarf -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp
  361. CXXFLAGS: -g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp
  362. Macros: -D_GNU_SOURCE -DUSE_SSE41 -DDEBUG -DTEXTURE_FLOAT_ENABLED -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_STRTOF -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DMESA_SELINUX -DHAVE_LIBDRM -DGLX_USE_DRM -DHAVE_LIBUDEV -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_ALIAS -DHAVE_DRI3 -DHAVE_MINCORE -DHAVE_LLVM=0x0305 -DLLVM_VERSION_PATCH=0
  363.  
  364. LLVM_CFLAGS: -I/usr/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  365. LLVM_CXXFLAGS: -I/usr/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=c++11
  366. LLVM_CPPFLAGS: -I/usr/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
  367. LLVM_LDFLAGS: -L/usr/lib/llvm
  368.  
  369. PYTHON2: python2
  370.  
  371. Run 'make' to build Mesa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement