Alucard

config.log

Apr 12th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.04 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by xf86-video-openchrome configure 0.3.2, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = debian
  14. uname -m = i686
  15. uname -r = 3.2.0-4-686-pae
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 3.2.41-2
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2396: checking for a BSD-compatible install
  43. configure:2464: result: /usr/bin/install -c
  44. configure:2475: checking whether build environment is sane
  45. configure:2530: result: yes
  46. configure:2681: checking for a thread-safe mkdir -p
  47. configure:2720: result: /bin/mkdir -p
  48. configure:2727: checking for gawk
  49. configure:2757: result: no
  50. configure:2727: checking for mawk
  51. configure:2743: found /usr/bin/mawk
  52. configure:2754: result: mawk
  53. configure:2765: checking whether make sets $(MAKE)
  54. configure:2787: result: yes
  55. configure:2874: checking whether to enable maintainer-specific portions of Makefiles
  56. configure:2883: result: no
  57. configure:2958: checking build system type
  58. configure:2972: result: i686-pc-linux-gnu
  59. configure:2992: checking host system type
  60. configure:3005: result: i686-pc-linux-gnu
  61. configure:3046: checking how to print strings
  62. configure:3073: result: printf
  63. configure:3106: checking for style of include used by make
  64. configure:3134: result: GNU
  65. configure:3205: checking for gcc
  66. configure:3221: found /usr/bin/gcc
  67. configure:3232: result: gcc
  68. configure:3461: checking for C compiler version
  69. configure:3470: gcc --version >&5
  70. gcc (Debian 4.7.2-5) 4.7.2
  71. Copyright (C) 2012 Free Software Foundation, Inc.
  72. This is free software; see the source for copying conditions. There is NO
  73. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  74.  
  75. configure:3481: $? = 0
  76. configure:3470: gcc -v >&5
  77. Using built-in specs.
  78. COLLECT_GCC=gcc
  79. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper
  80. Target: i486-linux-gnu
  81. Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  82. Thread model: posix
  83. gcc version 4.7.2 (Debian 4.7.2-5)
  84. configure:3481: $? = 0
  85. configure:3470: gcc -V >&5
  86. gcc: error: unrecognized command line option '-V'
  87. gcc: fatal error: no input files
  88. compilation terminated.
  89. configure:3481: $? = 4
  90. configure:3470: gcc -qversion >&5
  91. gcc: error: unrecognized command line option '-qversion'
  92. gcc: fatal error: no input files
  93. compilation terminated.
  94. configure:3481: $? = 4
  95. configure:3501: checking whether the C compiler works
  96. configure:3523: gcc conftest.c >&5
  97. configure:3527: $? = 0
  98. configure:3575: result: yes
  99. configure:3578: checking for C compiler default output file name
  100. configure:3580: result: a.out
  101. configure:3586: checking for suffix of executables
  102. configure:3593: gcc -o conftest conftest.c >&5
  103. configure:3597: $? = 0
  104. configure:3619: result:
  105. configure:3641: checking whether we are cross compiling
  106. configure:3649: gcc -o conftest conftest.c >&5
  107. configure:3653: $? = 0
  108. configure:3660: ./conftest
  109. configure:3664: $? = 0
  110. configure:3679: result: no
  111. configure:3684: checking for suffix of object files
  112. configure:3706: gcc -c conftest.c >&5
  113. configure:3710: $? = 0
  114. configure:3731: result: o
  115. configure:3735: checking whether we are using the GNU C compiler
  116. configure:3754: gcc -c conftest.c >&5
  117. configure:3754: $? = 0
  118. configure:3763: result: yes
  119. configure:3772: checking whether gcc accepts -g
  120. configure:3792: gcc -c -g conftest.c >&5
  121. configure:3792: $? = 0
  122. configure:3833: result: yes
  123. configure:3850: checking for gcc option to accept ISO C89
  124. configure:3913: gcc -c -g -O2 conftest.c >&5
  125. configure:3913: $? = 0
  126. configure:3926: result: none needed
  127. configure:3948: checking dependency style of gcc
  128. configure:4059: result: gcc3
  129. configure:4074: checking for a sed that does not truncate output
  130. configure:4138: result: /bin/sed
  131. configure:4156: checking for grep that handles long lines and -e
  132. configure:4214: result: /bin/grep
  133. configure:4219: checking for egrep
  134. configure:4281: result: /bin/grep -E
  135. configure:4286: checking for fgrep
  136. configure:4348: result: /bin/grep -F
  137. configure:4383: checking for ld used by gcc
  138. configure:4450: result: /usr/bin/ld
  139. configure:4457: checking if the linker (/usr/bin/ld) is GNU ld
  140. configure:4472: result: yes
  141. configure:4484: checking for BSD- or MS-compatible name lister (nm)
  142. configure:4533: result: /usr/bin/nm -B
  143. configure:4663: checking the name lister (/usr/bin/nm -B) interface
  144. configure:4670: gcc -c -g -O2 conftest.c >&5
  145. configure:4673: /usr/bin/nm -B "conftest.o"
  146. configure:4676: output
  147. 00000000 B some_variable
  148. configure:4683: result: BSD nm
  149. configure:4686: checking whether ln -s works
  150. configure:4690: result: yes
  151. configure:4698: checking the maximum length of command line arguments
  152. configure:4828: result: 1572864
  153. configure:4845: checking whether the shell understands some XSI constructs
  154. configure:4855: result: yes
  155. configure:4859: checking whether the shell understands "+="
  156. configure:4865: result: yes
  157. configure:4900: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  158. configure:4940: result: func_convert_file_noop
  159. configure:4947: checking how to convert i686-pc-linux-gnu file names to toolchain format
  160. configure:4967: result: func_convert_file_noop
  161. configure:4974: checking for /usr/bin/ld option to reload object files
  162. configure:4981: result: -r
  163. configure:5055: checking for objdump
  164. configure:5071: found /usr/bin/objdump
  165. configure:5082: result: objdump
  166. configure:5114: checking how to recognize dependent libraries
  167. configure:5316: result: pass_all
  168. configure:5401: checking for dlltool
  169. configure:5431: result: no
  170. configure:5461: checking how to associate runtime and link libraries
  171. configure:5488: result: printf %s\n
  172. configure:5549: checking for ar
  173. configure:5565: found /usr/bin/ar
  174. configure:5576: result: ar
  175. configure:5613: checking for archiver @FILE support
  176. configure:5630: gcc -c -g -O2 conftest.c >&5
  177. configure:5630: $? = 0
  178. configure:5633: ar cru libconftest.a @conftest.lst >&5
  179. configure:5636: $? = 0
  180. configure:5641: ar cru libconftest.a @conftest.lst >&5
  181. ar: conftest.o: No such file or directory
  182. configure:5644: $? = 1
  183. configure:5656: result: @
  184. configure:5714: checking for strip
  185. configure:5730: found /usr/bin/strip
  186. configure:5741: result: strip
  187. configure:5813: checking for ranlib
  188. configure:5829: found /usr/bin/ranlib
  189. configure:5840: result: ranlib
  190. configure:5942: checking command to parse /usr/bin/nm -B output from gcc object
  191. configure:6062: gcc -c -g -O2 conftest.c >&5
  192. configure:6065: $? = 0
  193. configure:6069: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  194. configure:6072: $? = 0
  195. configure:6138: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  196. configure:6141: $? = 0
  197. configure:6179: result: ok
  198. configure:6216: checking for sysroot
  199. configure:6246: result: no
  200. configure:6502: checking for mt
  201. configure:6518: found /bin/mt
  202. configure:6529: result: mt
  203. configure:6552: checking if mt is a manifest tool
  204. configure:6558: mt '-?'
  205. configure:6566: result: no
  206. configure:7208: checking how to run the C preprocessor
  207. configure:7239: gcc -E conftest.c
  208. configure:7239: $? = 0
  209. configure:7253: gcc -E conftest.c
  210. conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
  211. compilation terminated.
  212. configure:7253: $? = 1
  213. configure: failed program was:
  214. | /* confdefs.h */
  215. | #define PACKAGE_NAME "xf86-video-openchrome"
  216. | #define PACKAGE_TARNAME "xf86-video-openchrome"
  217. | #define PACKAGE_VERSION "0.3.2"
  218. | #define PACKAGE_STRING "xf86-video-openchrome 0.3.2"
  219. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome"
  220. | #define PACKAGE_URL ""
  221. | #define VIA_MAJOR_VERSION 0
  222. | #define VIA_MINOR_VERSION 3
  223. | #define VIA_PATCHLEVEL 2
  224. | #define PACKAGE "xf86-video-openchrome"
  225. | #define VERSION "0.3.2"
  226. | /* end confdefs.h. */
  227. | #include <ac_nonexistent.h>
  228. configure:7278: result: gcc -E
  229. configure:7298: gcc -E conftest.c
  230. configure:7298: $? = 0
  231. configure:7312: gcc -E conftest.c
  232. conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
  233. compilation terminated.
  234. configure:7312: $? = 1
  235. configure: failed program was:
  236. | /* confdefs.h */
  237. | #define PACKAGE_NAME "xf86-video-openchrome"
  238. | #define PACKAGE_TARNAME "xf86-video-openchrome"
  239. | #define PACKAGE_VERSION "0.3.2"
  240. | #define PACKAGE_STRING "xf86-video-openchrome 0.3.2"
  241. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome"
  242. | #define PACKAGE_URL ""
  243. | #define VIA_MAJOR_VERSION 0
  244. | #define VIA_MINOR_VERSION 3
  245. | #define VIA_PATCHLEVEL 2
  246. | #define PACKAGE "xf86-video-openchrome"
  247. | #define VERSION "0.3.2"
  248. | /* end confdefs.h. */
  249. | #include <ac_nonexistent.h>
  250. configure:7341: checking for ANSI C header files
  251. configure:7361: gcc -c -g -O2 conftest.c >&5
  252. configure:7361: $? = 0
  253. configure:7434: gcc -o conftest -g -O2 conftest.c >&5
  254. configure:7434: $? = 0
  255. configure:7434: ./conftest
  256. configure:7434: $? = 0
  257. configure:7445: result: yes
  258. configure:7458: checking for sys/types.h
  259. configure:7458: gcc -c -g -O2 conftest.c >&5
  260. configure:7458: $? = 0
  261. configure:7458: result: yes
  262. configure:7458: checking for sys/stat.h
  263. configure:7458: gcc -c -g -O2 conftest.c >&5
  264. configure:7458: $? = 0
  265. configure:7458: result: yes
  266. configure:7458: checking for stdlib.h
  267. configure:7458: gcc -c -g -O2 conftest.c >&5
  268. configure:7458: $? = 0
  269. configure:7458: result: yes
  270. configure:7458: checking for string.h
  271. configure:7458: gcc -c -g -O2 conftest.c >&5
  272. configure:7458: $? = 0
  273. configure:7458: result: yes
  274. configure:7458: checking for memory.h
  275. configure:7458: gcc -c -g -O2 conftest.c >&5
  276. configure:7458: $? = 0
  277. configure:7458: result: yes
  278. configure:7458: checking for strings.h
  279. configure:7458: gcc -c -g -O2 conftest.c >&5
  280. configure:7458: $? = 0
  281. configure:7458: result: yes
  282. configure:7458: checking for inttypes.h
  283. configure:7458: gcc -c -g -O2 conftest.c >&5
  284. configure:7458: $? = 0
  285. configure:7458: result: yes
  286. configure:7458: checking for stdint.h
  287. configure:7458: gcc -c -g -O2 conftest.c >&5
  288. configure:7458: $? = 0
  289. configure:7458: result: yes
  290. configure:7458: checking for unistd.h
  291. configure:7458: gcc -c -g -O2 conftest.c >&5
  292. configure:7458: $? = 0
  293. configure:7458: result: yes
  294. configure:7472: checking for dlfcn.h
  295. configure:7472: gcc -c -g -O2 conftest.c >&5
  296. configure:7472: $? = 0
  297. configure:7472: result: yes
  298. configure:7648: checking for objdir
  299. configure:7663: result: .libs
  300. configure:7930: checking if gcc supports -fno-rtti -fno-exceptions
  301. configure:7948: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  302. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  303. configure:7952: $? = 0
  304. configure:7965: result: no
  305. configure:8292: checking for gcc option to produce PIC
  306. configure:8299: result: -fPIC -DPIC
  307. configure:8307: checking if gcc PIC flag -fPIC -DPIC works
  308. configure:8325: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  309. configure:8329: $? = 0
  310. configure:8342: result: yes
  311. configure:8371: checking if gcc static flag -static works
  312. configure:8399: result: yes
  313. configure:8414: checking if gcc supports -c -o file.o
  314. configure:8435: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  315. configure:8439: $? = 0
  316. configure:8461: result: yes
  317. configure:8469: checking if gcc supports -c -o file.o
  318. configure:8516: result: yes
  319. configure:8549: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  320. configure:9702: result: yes
  321. configure:9739: checking whether -lc should be explicitly linked in
  322. configure:9747: gcc -c -g -O2 conftest.c >&5
  323. configure:9750: $? = 0
  324. configure:9765: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  325. configure:9768: $? = 0
  326. configure:9782: result: no
  327. configure:9942: checking dynamic linker characteristics
  328. configure:10453: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  329. configure:10453: $? = 0
  330. configure:10679: result: GNU/Linux ld.so
  331. configure:10786: checking how to hardcode library paths into programs
  332. configure:10811: result: immediate
  333. configure:11351: checking whether stripping libraries is possible
  334. configure:11356: result: yes
  335. configure:11391: checking if libtool supports shared libraries
  336. configure:11393: result: yes
  337. configure:11396: checking whether to build shared libraries
  338. configure:11417: result: yes
  339. configure:11420: checking whether to build static libraries
  340. configure:11424: result: no
  341. configure:11468: checking for special C compiler options needed for large files
  342. configure:11513: result: no
  343. configure:11519: checking for _FILE_OFFSET_BITS value needed for large files
  344. configure:11544: gcc -c -g -O2 conftest.c >&5
  345. conftest.c:32:3: warning: left shift count >= width of type [enabled by default]
  346. conftest.c:32:3: warning: left shift count >= width of type [enabled by default]
  347. conftest.c:33:10: warning: left shift count >= width of type [enabled by default]
  348. conftest.c:33:10: warning: left shift count >= width of type [enabled by default]
  349. conftest.c:32:7: error: variably modified 'off_t_is_large' at file scope
  350. configure:11544: $? = 1
  351. configure: failed program was:
  352. | /* confdefs.h */
  353. | #define PACKAGE_NAME "xf86-video-openchrome"
  354. | #define PACKAGE_TARNAME "xf86-video-openchrome"
  355. | #define PACKAGE_VERSION "0.3.2"
  356. | #define PACKAGE_STRING "xf86-video-openchrome 0.3.2"
  357. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome"
  358. | #define PACKAGE_URL ""
  359. | #define VIA_MAJOR_VERSION 0
  360. | #define VIA_MINOR_VERSION 3
  361. | #define VIA_PATCHLEVEL 2
  362. | #define PACKAGE "xf86-video-openchrome"
  363. | #define VERSION "0.3.2"
  364. | #define STDC_HEADERS 1
  365. | #define HAVE_SYS_TYPES_H 1
  366. | #define HAVE_SYS_STAT_H 1
  367. | #define HAVE_STDLIB_H 1
  368. | #define HAVE_STRING_H 1
  369. | #define HAVE_MEMORY_H 1
  370. | #define HAVE_STRINGS_H 1
  371. | #define HAVE_INTTYPES_H 1
  372. | #define HAVE_STDINT_H 1
  373. | #define HAVE_UNISTD_H 1
  374. | #define HAVE_DLFCN_H 1
  375. | #define LT_OBJDIR ".libs/"
  376. | /* end confdefs.h. */
  377. | #include <sys/types.h>
  378. | /* Check that off_t can represent 2**63 - 1 correctly.
  379. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  380. | since some C++ compilers masquerading as C compilers
  381. | incorrectly reject 9223372036854775807. */
  382. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  383. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  384. | && LARGE_OFF_T % 2147483647 == 1)
  385. | ? 1 : -1];
  386. | int
  387. | main ()
  388. | {
  389. |
  390. | ;
  391. | return 0;
  392. | }
  393. configure:11568: gcc -c -g -O2 conftest.c >&5
  394. configure:11568: $? = 0
  395. configure:11576: result: 64
  396. configure:11717: gcc -c -g -O2 -I/usr/include/xorg conftest.c >&5
  397. configure:11717: $? = 0
  398. configure:11724: checking if RANDR is defined
  399. configure:11726: result: yes
  400. configure:11751: gcc -c -g -O2 -I/usr/include/xorg conftest.c >&5
  401. configure:11751: $? = 0
  402. configure:11758: checking if RENDER is defined
  403. configure:11760: result: yes
  404. configure:11785: gcc -c -g -O2 -I/usr/include/xorg conftest.c >&5
  405. configure:11785: $? = 0
  406. configure:11792: checking if XV is defined
  407. configure:11794: result: yes
  408. configure:11819: gcc -c -g -O2 -I/usr/include/xorg conftest.c >&5
  409. configure:11819: $? = 0
  410. configure:11826: checking if XF86DRI is defined
  411. configure:11828: result: yes
  412. configure:11853: gcc -c -g -O2 -I/usr/include/xorg conftest.c >&5
  413. configure:11853: $? = 0
  414. configure:11860: checking if DPMSExtension is defined
  415. configure:11862: result: yes
  416. configure:11924: checking for pkg-config
  417. configure:11942: found /usr/bin/pkg-config
  418. configure:11954: result: /usr/bin/pkg-config
  419. configure:11979: checking pkg-config is at least version 0.9.0
  420. configure:11982: result: yes
  421. configure:11992: checking for XORG
  422. configure:11999: $PKG_CONFIG --exists --print-errors "xorg-server xproto fontsproto libdrm glproto $REQUIRED_MODULES"
  423. configure:12002: $? = 0
  424. configure:12016: $PKG_CONFIG --exists --print-errors "xorg-server xproto fontsproto libdrm glproto $REQUIRED_MODULES"
  425. configure:12019: $? = 0
  426. configure:12077: result: yes
  427. configure:12083: checking for XEXT
  428. configure:12090: $PKG_CONFIG --exists --print-errors "xextproto >= 7.0.99.1"
  429. configure:12093: $? = 0
  430. configure:12107: $PKG_CONFIG --exists --print-errors "xextproto >= 7.0.99.1"
  431. configure:12110: $? = 0
  432. configure:12148: result: yes
  433. configure:12166: checking for ANSI C header files
  434. configure:12270: result: yes
  435. configure:12281: checking for xf86Modes.h
  436. configure:12281: gcc -c -g -O2 -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c >&5
  437. configure:12281: $? = 0
  438. configure:12281: result: yes
  439. configure:12292: checking for PCIACCESS
  440. configure:12299: $PKG_CONFIG --exists --print-errors "pciaccess >= 0.11.0"
  441. configure:12302: $? = 0
  442. configure:12316: $PKG_CONFIG --exists --print-errors "pciaccess >= 0.11.0"
  443. configure:12319: $? = 0
  444. configure:12357: result: yes
  445. configure:12368: checking for DRI
  446. configure:12375: $PKG_CONFIG --exists --print-errors "libdrm >= 2.4.4 xf86driproto"
  447. configure:12378: $? = 0
  448. configure:12392: $PKG_CONFIG --exists --print-errors "libdrm >= 2.4.4 xf86driproto"
  449. configure:12395: $? = 0
  450. configure:12433: result: yes
  451. configure:12439: checking whether to build KMS support
  452. configure:12441: result: yes
  453. configure:12457: checking for damage.h
  454. configure:12457: gcc -E -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c
  455. configure:12457: $? = 0
  456. configure:12457: result: yes
  457. configure:12473: checking for LIBUDEV
  458. configure:12480: $PKG_CONFIG --exists --print-errors "libudev"
  459. Package libudev was not found in the pkg-config search path.
  460. Perhaps you should add the directory containing `libudev.pc'
  461. to the PKG_CONFIG_PATH environment variable
  462. No package 'libudev' found
  463. configure:12483: $? = 1
  464. configure:12497: $PKG_CONFIG --exists --print-errors "libudev"
  465. Package libudev was not found in the pkg-config search path.
  466. Perhaps you should add the directory containing `libudev.pc'
  467. to the PKG_CONFIG_PATH environment variable
  468. No package 'libudev' found
  469. configure:12500: $? = 1
  470. configure:12514: result: no
  471. No package 'libudev' found
  472. configure:12564: checking pthread.h usability
  473. configure:12564: gcc -c -g -O2 -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c >&5
  474. configure:12564: $? = 0
  475. configure:12564: result: yes
  476. configure:12564: checking pthread.h presence
  477. configure:12564: gcc -E -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c
  478. configure:12564: $? = 0
  479. configure:12564: result: yes
  480. configure:12564: checking for pthread.h
  481. configure:12564: result: yes
  482. configure:12564: checking sys/ioctl.h usability
  483. configure:12564: gcc -c -g -O2 -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c >&5
  484. configure:12564: $? = 0
  485. configure:12564: result: yes
  486. configure:12564: checking sys/ioctl.h presence
  487. configure:12564: gcc -E -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c
  488. configure:12564: $? = 0
  489. configure:12564: result: yes
  490. configure:12564: checking for sys/ioctl.h
  491. configure:12564: result: yes
  492. configure:12564: checking sys/time.h usability
  493. configure:12564: gcc -c -g -O2 -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c >&5
  494. configure:12564: $? = 0
  495. configure:12564: result: yes
  496. configure:12564: checking sys/time.h presence
  497. configure:12564: gcc -E -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c
  498. configure:12564: $? = 0
  499. configure:12564: result: yes
  500. configure:12564: checking for sys/time.h
  501. configure:12564: result: yes
  502. configure:12564: checking time.h usability
  503. configure:12564: gcc -c -g -O2 -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c >&5
  504. configure:12564: $? = 0
  505. configure:12564: result: yes
  506. configure:12564: checking time.h presence
  507. configure:12564: gcc -E -fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg conftest.c
  508. configure:12564: $? = 0
  509. configure:12564: result: yes
  510. configure:12564: checking for time.h
  511. configure:12564: result: yes
  512. configure:12578: checking for XVMC
  513. configure:12585: $PKG_CONFIG --exists --print-errors "x11 xext xvmc"
  514. configure:12588: $? = 0
  515. configure:12602: $PKG_CONFIG --exists --print-errors "x11 xext xvmc"
  516. configure:12605: $? = 0
  517. configure:12663: result: yes
  518. configure:12669: checking whether to build XvMC driver support
  519. configure:12671: result: yes
  520. configure:12966: checking that generated files are newer than configure
  521. configure:12972: result: done
  522. configure:13023: creating ./config.status
  523.  
  524. ## ---------------------- ##
  525. ## Running config.status. ##
  526. ## ---------------------- ##
  527.  
  528. This file was extended by xf86-video-openchrome config.status 0.3.2, which was
  529. generated by GNU Autoconf 2.69. Invocation command line was
  530.  
  531. CONFIG_FILES =
  532. CONFIG_HEADERS =
  533. CONFIG_LINKS =
  534. CONFIG_COMMANDS =
  535. $ ./config.status
  536.  
  537. on debian
  538.  
  539. config.status:1147: creating Makefile
  540. config.status:1147: creating src/xvmc/Makefile
  541. config.status:1147: creating src/Makefile
  542. config.status:1147: creating man/Makefile
  543. config.status:1147: creating tools/Makefile
  544. config.status:1147: creating config.h
  545. config.status:1376: executing depfiles commands
  546. config.status:1376: executing libtool commands
  547.  
  548. ## ---------------- ##
  549. ## Cache variables. ##
  550. ## ---------------- ##
  551.  
  552. ac_cv_build=i686-pc-linux-gnu
  553. ac_cv_c_compiler_gnu=yes
  554. ac_cv_env_CC_set=
  555. ac_cv_env_CC_value=
  556. ac_cv_env_CFLAGS_set=
  557. ac_cv_env_CFLAGS_value=
  558. ac_cv_env_CPPFLAGS_set=
  559. ac_cv_env_CPPFLAGS_value=
  560. ac_cv_env_CPP_set=
  561. ac_cv_env_CPP_value=
  562. ac_cv_env_DRI_CFLAGS_set=
  563. ac_cv_env_DRI_CFLAGS_value=
  564. ac_cv_env_DRI_LIBS_set=
  565. ac_cv_env_DRI_LIBS_value=
  566. ac_cv_env_LDFLAGS_set=
  567. ac_cv_env_LDFLAGS_value=
  568. ac_cv_env_LIBS_set=
  569. ac_cv_env_LIBS_value=
  570. ac_cv_env_LIBUDEV_CFLAGS_set=
  571. ac_cv_env_LIBUDEV_CFLAGS_value=
  572. ac_cv_env_LIBUDEV_LIBS_set=
  573. ac_cv_env_LIBUDEV_LIBS_value=
  574. ac_cv_env_PCIACCESS_CFLAGS_set=
  575. ac_cv_env_PCIACCESS_CFLAGS_value=
  576. ac_cv_env_PCIACCESS_LIBS_set=
  577. ac_cv_env_PCIACCESS_LIBS_value=
  578. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  579. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  580. ac_cv_env_PKG_CONFIG_PATH_set=
  581. ac_cv_env_PKG_CONFIG_PATH_value=
  582. ac_cv_env_PKG_CONFIG_set=
  583. ac_cv_env_PKG_CONFIG_value=
  584. ac_cv_env_XEXT_CFLAGS_set=
  585. ac_cv_env_XEXT_CFLAGS_value=
  586. ac_cv_env_XEXT_LIBS_set=
  587. ac_cv_env_XEXT_LIBS_value=
  588. ac_cv_env_XORG_CFLAGS_set=
  589. ac_cv_env_XORG_CFLAGS_value=
  590. ac_cv_env_XORG_LIBS_set=
  591. ac_cv_env_XORG_LIBS_value=
  592. ac_cv_env_XVMC_CFLAGS_set=
  593. ac_cv_env_XVMC_CFLAGS_value=
  594. ac_cv_env_XVMC_LIBS_set=
  595. ac_cv_env_XVMC_LIBS_value=
  596. ac_cv_env_build_alias_set=
  597. ac_cv_env_build_alias_value=
  598. ac_cv_env_host_alias_set=
  599. ac_cv_env_host_alias_value=
  600. ac_cv_env_target_alias_set=
  601. ac_cv_env_target_alias_value=
  602. ac_cv_header_damage_h=yes
  603. ac_cv_header_dlfcn_h=yes
  604. ac_cv_header_inttypes_h=yes
  605. ac_cv_header_memory_h=yes
  606. ac_cv_header_pthread_h=yes
  607. ac_cv_header_stdc=yes
  608. ac_cv_header_stdint_h=yes
  609. ac_cv_header_stdlib_h=yes
  610. ac_cv_header_string_h=yes
  611. ac_cv_header_strings_h=yes
  612. ac_cv_header_sys_ioctl_h=yes
  613. ac_cv_header_sys_stat_h=yes
  614. ac_cv_header_sys_time_h=yes
  615. ac_cv_header_sys_types_h=yes
  616. ac_cv_header_time_h=yes
  617. ac_cv_header_unistd_h=yes
  618. ac_cv_header_xf86Modes_h=yes
  619. ac_cv_host=i686-pc-linux-gnu
  620. ac_cv_objext=o
  621. ac_cv_path_EGREP='/bin/grep -E'
  622. ac_cv_path_FGREP='/bin/grep -F'
  623. ac_cv_path_GREP=/bin/grep
  624. ac_cv_path_SED=/bin/sed
  625. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  626. ac_cv_path_install='/usr/bin/install -c'
  627. ac_cv_path_mkdir=/bin/mkdir
  628. ac_cv_prog_AWK=mawk
  629. ac_cv_prog_CPP='gcc -E'
  630. ac_cv_prog_ac_ct_AR=ar
  631. ac_cv_prog_ac_ct_CC=gcc
  632. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  633. ac_cv_prog_ac_ct_OBJDUMP=objdump
  634. ac_cv_prog_ac_ct_RANLIB=ranlib
  635. ac_cv_prog_ac_ct_STRIP=strip
  636. ac_cv_prog_cc_c89=
  637. ac_cv_prog_cc_g=yes
  638. ac_cv_prog_make_make_set=yes
  639. ac_cv_sys_file_offset_bits=64
  640. ac_cv_sys_largefile_CC=no
  641. am_cv_CC_dependencies_compiler_type=gcc3
  642. lt_cv_ar_at_file=@
  643. lt_cv_archive_cmds_need_lc=no
  644. lt_cv_deplibs_check_method=pass_all
  645. lt_cv_file_magic_cmd='$MAGIC_CMD'
  646. lt_cv_file_magic_test_file=
  647. lt_cv_ld_reload_flag=-r
  648. lt_cv_nm_interface='BSD nm'
  649. lt_cv_objdir=.libs
  650. lt_cv_path_LD=/usr/bin/ld
  651. lt_cv_path_NM='/usr/bin/nm -B'
  652. lt_cv_path_mainfest_tool=no
  653. lt_cv_prog_compiler_c_o=yes
  654. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  655. lt_cv_prog_compiler_pic_works=yes
  656. lt_cv_prog_compiler_rtti_exceptions=no
  657. lt_cv_prog_compiler_static_works=yes
  658. lt_cv_prog_gnu_ld=yes
  659. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  660. lt_cv_shlibpath_overrides_runpath=no
  661. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  662. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  663. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  664. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  665. lt_cv_sys_max_cmd_len=1572864
  666. lt_cv_to_host_file_cmd=func_convert_file_noop
  667. lt_cv_to_tool_file_cmd=func_convert_file_noop
  668. pkg_cv_DRI_CFLAGS='-I/usr/include/libdrm -I/usr/include/X11/dri '
  669. pkg_cv_DRI_LIBS='-ldrm '
  670. pkg_cv_PCIACCESS_CFLAGS=' '
  671. pkg_cv_PCIACCESS_LIBS='-lpciaccess '
  672. pkg_cv_XEXT_CFLAGS=' '
  673. pkg_cv_XEXT_LIBS=' '
  674. pkg_cv_XORG_CFLAGS='-fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg '
  675. pkg_cv_XORG_LIBS='-ldrm -lX11 '
  676. pkg_cv_XVMC_CFLAGS=' '
  677. pkg_cv_XVMC_LIBS='-lX11 -lXext -lXvMC -lXv '
  678.  
  679. ## ----------------- ##
  680. ## Output variables. ##
  681. ## ----------------- ##
  682.  
  683. ACLOCAL='${SHELL} /home/alucard/Downloads/xf86-video-openchrome-0.3.2/missing --run aclocal-1.12'
  684. ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
  685. ADMIN_MAN_SUFFIX='8'
  686. AMDEPBACKSLASH='\'
  687. AMDEP_FALSE='#'
  688. AMDEP_TRUE=''
  689. AMTAR='$${TAR-tar}'
  690. APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
  691. APP_MAN_SUFFIX='1'
  692. AR='ar'
  693. AUTOCONF='${SHELL} /home/alucard/Downloads/xf86-video-openchrome-0.3.2/missing --run autoconf'
  694. AUTOHEADER='${SHELL} /home/alucard/Downloads/xf86-video-openchrome-0.3.2/missing --run autoheader'
  695. AUTOMAKE='${SHELL} /home/alucard/Downloads/xf86-video-openchrome-0.3.2/missing --run automake-1.12'
  696. AWK='mawk'
  697. CC='gcc'
  698. CCDEPMODE='depmode=gcc3'
  699. CFLAGS='-g -O2'
  700. CPP='gcc -E'
  701. CPPFLAGS='-fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg '
  702. CYGPATH_W='echo'
  703. DEBUG_FALSE=''
  704. DEBUG_TRUE='#'
  705. DEFS='-DHAVE_CONFIG_H'
  706. DEPDIR='.deps'
  707. DLLTOOL='false'
  708. DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
  709. DRIVER_MAN_SUFFIX='4'
  710. DRIVER_NAME='openchrome'
  711. DRI_CFLAGS='-I/usr/include/libdrm -I/usr/include/X11/dri '
  712. DRI_FALSE='#'
  713. DRI_LIBS='-ldrm '
  714. DRI_TRUE=''
  715. DSYMUTIL=''
  716. DUMPBIN=''
  717. ECHO_C=''
  718. ECHO_N='-n'
  719. ECHO_T=''
  720. EGREP='/bin/grep -E'
  721. EXEEXT=''
  722. FGREP='/bin/grep -F'
  723. FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
  724. FILE_MAN_SUFFIX='5'
  725. GREP='/bin/grep'
  726. HAVE_XEXTPROTO_71_FALSE='#'
  727. HAVE_XEXTPROTO_71_TRUE=''
  728. INSTALL_DATA='${INSTALL} -m 644'
  729. INSTALL_PROGRAM='${INSTALL}'
  730. INSTALL_SCRIPT='${INSTALL}'
  731. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  732. LD='/usr/bin/ld'
  733. LDFLAGS=''
  734. LIBOBJS=''
  735. LIBS=''
  736. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  737. LIBUDEV_CFLAGS=''
  738. LIBUDEV_LIBS=''
  739. LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
  740. LIB_MAN_SUFFIX='3'
  741. LIPO=''
  742. LN_S='ln -s'
  743. LTLIBOBJS=''
  744. MAINT='#'
  745. MAINTAINER_MODE_FALSE=''
  746. MAINTAINER_MODE_TRUE='#'
  747. MAKEINFO='${SHELL} /home/alucard/Downloads/xf86-video-openchrome-0.3.2/missing --run makeinfo'
  748. MANIFEST_TOOL=':'
  749. MAN_SUBSTS=' -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xservername__|Xorg|g'\'' -e '\''s|__xconfigfile__|xorg.conf|g'\'' -e '\''s|__projectroot__|$(prefix)|g'\'' -e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\'''
  750. MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
  751. MISC_MAN_SUFFIX='7'
  752. MKDIR_P='/bin/mkdir -p'
  753. NM='/usr/bin/nm -B'
  754. NMEDIT=''
  755. OBJDUMP='objdump'
  756. OBJEXT='o'
  757. OTOOL64=''
  758. OTOOL=''
  759. PACKAGE='xf86-video-openchrome'
  760. PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome'
  761. PACKAGE_NAME='xf86-video-openchrome'
  762. PACKAGE_STRING='xf86-video-openchrome 0.3.2'
  763. PACKAGE_TARNAME='xf86-video-openchrome'
  764. PACKAGE_URL=''
  765. PACKAGE_VERSION='0.3.2'
  766. PATH_SEPARATOR=':'
  767. PCIACCESS_CFLAGS=' '
  768. PCIACCESS_LIBS='-lpciaccess '
  769. PKG_CONFIG='/usr/bin/pkg-config'
  770. PKG_CONFIG_LIBDIR=''
  771. PKG_CONFIG_PATH=''
  772. RANLIB='ranlib'
  773. SED='/bin/sed'
  774. SET_MAKE=''
  775. SHELL='/bin/bash'
  776. STRIP='strip'
  777. TOOLS_FALSE=''
  778. TOOLS_TRUE='#'
  779. VERSION='0.3.2'
  780. XEXT_CFLAGS=' '
  781. XEXT_LIBS=' '
  782. XORG_CFLAGS='-fvisibility=hidden -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/xorg '
  783. XORG_LIBS='-ldrm -lX11 '
  784. XORG_MAN_PAGE='X Version 11'
  785. XVMC_CFLAGS=' '
  786. XVMC_FALSE='#'
  787. XVMC_LIBS='-lX11 -lXext -lXvMC -lXv '
  788. XVMC_TRUE=''
  789. XV_DEBUG_FALSE=''
  790. XV_DEBUG_TRUE='#'
  791. ac_ct_AR='ar'
  792. ac_ct_CC='gcc'
  793. ac_ct_DUMPBIN=''
  794. am__EXEEXT_FALSE=''
  795. am__EXEEXT_TRUE='#'
  796. am__fastdepCC_FALSE='#'
  797. am__fastdepCC_TRUE=''
  798. am__include='include'
  799. am__isrc=''
  800. am__leading_dot='.'
  801. am__nodep='_no'
  802. am__quote=''
  803. am__tar='$${TAR-tar} chof - "$$tardir"'
  804. am__untar='$${TAR-tar} xf -'
  805. bindir='${exec_prefix}/bin'
  806. build='i686-pc-linux-gnu'
  807. build_alias=''
  808. build_cpu='i686'
  809. build_os='linux-gnu'
  810. build_vendor='pc'
  811. datadir='${datarootdir}'
  812. datarootdir='${prefix}/share'
  813. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  814. dvidir='${docdir}'
  815. exec_prefix='${prefix}'
  816. host='i686-pc-linux-gnu'
  817. host_alias=''
  818. host_cpu='i686'
  819. host_os='linux-gnu'
  820. host_vendor='pc'
  821. htmldir='${docdir}'
  822. includedir='${prefix}/include'
  823. infodir='${datarootdir}/info'
  824. install_sh='${SHELL} /home/alucard/Downloads/xf86-video-openchrome-0.3.2/install-sh'
  825. libdir='${exec_prefix}/lib'
  826. libexecdir='${exec_prefix}/libexec'
  827. localedir='${datarootdir}/locale'
  828. localstatedir='${prefix}/var'
  829. mandir='${datarootdir}/man'
  830. mkdir_p='$(MKDIR_P)'
  831. moduledir='${exec_prefix}/lib/xorg/modules'
  832. oldincludedir='/usr/include'
  833. pdfdir='${docdir}'
  834. prefix='/usr'
  835. program_transform_name='s,x,x,'
  836. psdir='${docdir}'
  837. sbindir='${exec_prefix}/sbin'
  838. sharedstatedir='${prefix}/com'
  839. sysconfdir='${prefix}/etc'
  840. target_alias=''
  841.  
  842. ## ----------- ##
  843. ## confdefs.h. ##
  844. ## ----------- ##
  845.  
  846. /* confdefs.h */
  847. #define PACKAGE_NAME "xf86-video-openchrome"
  848. #define PACKAGE_TARNAME "xf86-video-openchrome"
  849. #define PACKAGE_VERSION "0.3.2"
  850. #define PACKAGE_STRING "xf86-video-openchrome 0.3.2"
  851. #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome"
  852. #define PACKAGE_URL ""
  853. #define VIA_MAJOR_VERSION 0
  854. #define VIA_MINOR_VERSION 3
  855. #define VIA_PATCHLEVEL 2
  856. #define PACKAGE "xf86-video-openchrome"
  857. #define VERSION "0.3.2"
  858. #define STDC_HEADERS 1
  859. #define HAVE_SYS_TYPES_H 1
  860. #define HAVE_SYS_STAT_H 1
  861. #define HAVE_STDLIB_H 1
  862. #define HAVE_STRING_H 1
  863. #define HAVE_MEMORY_H 1
  864. #define HAVE_STRINGS_H 1
  865. #define HAVE_INTTYPES_H 1
  866. #define HAVE_STDINT_H 1
  867. #define HAVE_UNISTD_H 1
  868. #define HAVE_DLFCN_H 1
  869. #define LT_OBJDIR ".libs/"
  870. #define _FILE_OFFSET_BITS 64
  871. #define HAVE_XEXTPROTO_71 1
  872. #define STDC_HEADERS 1
  873. #define HAVE_PCIACCESS 1
  874. #define HAVE_DRI 1
  875. #define XF86DRI 1
  876. #define DAMAGE 1
  877. #define HAVE_PTHREAD_H 1
  878. #define HAVE_SYS_IOCTL_H 1
  879. #define HAVE_SYS_TIME_H 1
  880. #define HAVE_TIME_H 1
  881. #define X_USE_LINEARFB 1
  882. #define X_USE_REGION_NULL 1
  883. #define X_HAVE_XAAGETROP 1
  884. #define X_NEED_I2CSTART 1
  885.  
  886. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment