Advertisement
Guest User

config.log

a guest
Dec 20th, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 337.28 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 pulseaudio configure 1.1-rebootstrapped, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ ./configure --sysconfdir=/etc --localstatedir=/var --prefix=/usr --enable-force-preopen
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = xbmc-eden
  14. uname -m = x86_64
  15. uname -r = 2.6.38-8-server
  16. uname -s = Linux
  17. uname -v = #42-Ubuntu SMP Mon Apr 11 03:49:04 UTC 2011
  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. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:3003: checking for a BSD-compatible install
  44. configure:3071: result: /usr/bin/install -c
  45. configure:3082: checking whether build environment is sane
  46. configure:3132: result: yes
  47. configure:3273: checking for a thread-safe mkdir -p
  48. configure:3312: result: /bin/mkdir -p
  49. configure:3325: checking for gawk
  50. configure:3341: found /usr/bin/gawk
  51. configure:3352: result: gawk
  52. configure:3363: checking whether make sets $(MAKE)
  53. configure:3385: result: yes
  54. configure:3472: checking how to create a ustar tar archive
  55. configure:3485: tar --version
  56. tar (GNU tar) 1.25
  57. Copyright (C) 2010 Free Software Foundation, Inc.
  58. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  59. This is free software: you are free to change and redistribute it.
  60. There is NO WARRANTY, to the extent permitted by law.
  61.  
  62. Written by John Gilmore and Jay Fenlason.
  63. configure:3488: $? = 0
  64. configure:3528: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  65. configure:3531: $? = 0
  66. configure:3535: tar -xf - <conftest.tar
  67. configure:3538: $? = 0
  68. configure:3551: result: gnutar
  69. configure:3598: checking build system type
  70. configure:3612: result: x86_64-unknown-linux-gnu
  71. configure:3632: checking host system type
  72. configure:3645: result: x86_64-unknown-linux-gnu
  73. configure:3673: checking for stow
  74. configure:3701: result: no
  75. configure:3788: checking for gcc
  76. configure:3804: found /usr/bin/gcc
  77. configure:3815: result: gcc
  78. configure:4044: checking for C compiler version
  79. configure:4053: gcc --version >&5
  80. gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  81. Copyright (C) 2010 Free Software Foundation, Inc.
  82. This is free software; see the source for copying conditions. There is NO
  83. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  84.  
  85. configure:4064: $? = 0
  86. configure:4053: gcc -v >&5
  87. Using built-in specs.
  88. COLLECT_GCC=gcc
  89. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  90. Target: x86_64-linux-gnu
  91. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  92. Thread model: posix
  93. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  94. configure:4064: $? = 0
  95. configure:4053: gcc -V >&5
  96. gcc: '-V' option must have argument
  97. configure:4064: $? = 1
  98. configure:4053: gcc -qversion >&5
  99. gcc: unrecognized option '-qversion'
  100. gcc: no input files
  101. configure:4064: $? = 1
  102. configure:4084: checking whether the C compiler works
  103. configure:4106: gcc -g -O0 conftest.c >&5
  104. configure:4110: $? = 0
  105. configure:4158: result: yes
  106. configure:4161: checking for C compiler default output file name
  107. configure:4163: result: a.out
  108. configure:4169: checking for suffix of executables
  109. configure:4176: gcc -o conftest -g -O0 conftest.c >&5
  110. configure:4180: $? = 0
  111. configure:4202: result:
  112. configure:4224: checking whether we are cross compiling
  113. configure:4232: gcc -o conftest -g -O0 conftest.c >&5
  114. configure:4236: $? = 0
  115. configure:4243: ./conftest
  116. configure:4247: $? = 0
  117. configure:4262: result: no
  118. configure:4267: checking for suffix of object files
  119. configure:4289: gcc -c -g -O0 conftest.c >&5
  120. configure:4293: $? = 0
  121. configure:4314: result: o
  122. configure:4318: checking whether we are using the GNU C compiler
  123. configure:4337: gcc -c -g -O0 conftest.c >&5
  124. configure:4337: $? = 0
  125. configure:4346: result: yes
  126. configure:4355: checking whether gcc accepts -g
  127. configure:4375: gcc -c -g conftest.c >&5
  128. configure:4375: $? = 0
  129. configure:4416: result: yes
  130. configure:4433: checking for gcc option to accept ISO C89
  131. configure:4497: gcc -c -g -O0 conftest.c >&5
  132. configure:4497: $? = 0
  133. configure:4510: result: none needed
  134. configure:4541: checking for style of include used by make
  135. configure:4569: result: GNU
  136. configure:4594: checking dependency style of gcc
  137. configure:4704: result: gcc3
  138. configure:4719: checking for gcc option to accept ISO C99
  139. configure:4868: gcc -c -g -O0 conftest.c >&5
  140. conftest.c:62:29: error: expected ';', ',' or ')' before 'text'
  141. conftest.c: In function 'main':
  142. conftest.c:116:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  143. conftest.c:116:18: error: 'newvar' undeclared (first use in this function)
  144. conftest.c:116:18: note: each undeclared identifier is reported only once for each function it appears in
  145. conftest.c:126:3: error: 'for' loop initial declarations are only allowed in C99 mode
  146. conftest.c:126:3: note: use option -std=c99 or -std=gnu99 to compile your code
  147. configure:4868: $? = 1
  148. configure: failed program was:
  149. | /* confdefs.h */
  150. | #define PACKAGE_NAME "pulseaudio"
  151. | #define PACKAGE_TARNAME "pulseaudio"
  152. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  153. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  154. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  155. | #define PACKAGE_URL "http://pulseaudio.org/"
  156. | #define PACKAGE "pulseaudio"
  157. | #define VERSION "1.1-rebootstrapped"
  158. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  159. | /* end confdefs.h. */
  160. | #include <stdarg.h>
  161. | #include <stdbool.h>
  162. | #include <stdlib.h>
  163. | #include <wchar.h>
  164. | #include <stdio.h>
  165. |
  166. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  167. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  168. | #define showlist(...) puts (#__VA_ARGS__)
  169. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  170. | static void
  171. | test_varargs_macros (void)
  172. | {
  173. | int x = 1234;
  174. | int y = 5678;
  175. | debug ("Flag");
  176. | debug ("X = %d\n", x);
  177. | showlist (The first, second, and third items.);
  178. | report (x>y, "x is %d but y is %d", x, y);
  179. | }
  180. |
  181. | // Check long long types.
  182. | #define BIG64 18446744073709551615ull
  183. | #define BIG32 4294967295ul
  184. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  185. | #if !BIG_OK
  186. | your preprocessor is broken;
  187. | #endif
  188. | #if BIG_OK
  189. | #else
  190. | your preprocessor is broken;
  191. | #endif
  192. | static long long int bignum = -9223372036854775807LL;
  193. | static unsigned long long int ubignum = BIG64;
  194. |
  195. | struct incomplete_array
  196. | {
  197. | int datasize;
  198. | double data[];
  199. | };
  200. |
  201. | struct named_init {
  202. | int number;
  203. | const wchar_t *name;
  204. | double average;
  205. | };
  206. |
  207. | typedef const char *ccp;
  208. |
  209. | static inline int
  210. | test_restrict (ccp restrict text)
  211. | {
  212. | // See if C++-style comments work.
  213. | // Iterate through items via the restricted pointer.
  214. | // Also check for declarations in for loops.
  215. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  216. | continue;
  217. | return 0;
  218. | }
  219. |
  220. | // Check varargs and va_copy.
  221. | static void
  222. | test_varargs (const char *format, ...)
  223. | {
  224. | va_list args;
  225. | va_start (args, format);
  226. | va_list args_copy;
  227. | va_copy (args_copy, args);
  228. |
  229. | const char *str;
  230. | int number;
  231. | float fnumber;
  232. |
  233. | while (*format)
  234. | {
  235. | switch (*format++)
  236. | {
  237. | case 's': // string
  238. | str = va_arg (args_copy, const char *);
  239. | break;
  240. | case 'd': // int
  241. | number = va_arg (args_copy, int);
  242. | break;
  243. | case 'f': // float
  244. | fnumber = va_arg (args_copy, double);
  245. | break;
  246. | default:
  247. | break;
  248. | }
  249. | }
  250. | va_end (args_copy);
  251. | va_end (args);
  252. | }
  253. |
  254. | int
  255. | main ()
  256. | {
  257. |
  258. | // Check bool.
  259. | _Bool success = false;
  260. |
  261. | // Check restrict.
  262. | if (test_restrict ("String literal") == 0)
  263. | success = true;
  264. | char *restrict newvar = "Another string";
  265. |
  266. | // Check varargs.
  267. | test_varargs ("s, d' f .", "string", 65, 34.234);
  268. | test_varargs_macros ();
  269. |
  270. | // Check flexible array members.
  271. | struct incomplete_array *ia =
  272. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  273. | ia->datasize = 10;
  274. | for (int i = 0; i < ia->datasize; ++i)
  275. | ia->data[i] = i * 1.234;
  276. |
  277. | // Check named initializers.
  278. | struct named_init ni = {
  279. | .number = 34,
  280. | .name = L"Test wide string",
  281. | .average = 543.34343,
  282. | };
  283. |
  284. | ni.number = 58;
  285. |
  286. | int dynamic_array[ni.number];
  287. | dynamic_array[ni.number - 1] = 543;
  288. |
  289. | // work around unused variable warnings
  290. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  291. | || dynamic_array[ni.number - 1] != 543);
  292. |
  293. | ;
  294. | return 0;
  295. | }
  296. configure:4868: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  297. configure:4868: $? = 0
  298. configure:4888: result: -std=gnu99
  299. configure:4897: checking whether gcc -std=gnu99 and cc understand -c and -o together
  300. configure:4928: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  301. configure:4932: $? = 0
  302. configure:4938: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  303. configure:4942: $? = 0
  304. configure:4953: cc -c conftest.c >&5
  305. configure:4957: $? = 0
  306. configure:4965: cc -c conftest.c -o conftest2.o >&5
  307. configure:4969: $? = 0
  308. configure:4975: cc -c conftest.c -o conftest2.o >&5
  309. configure:4979: $? = 0
  310. configure:4997: result: yes
  311. configure:5028: checking how to run the C preprocessor
  312. configure:5059: gcc -std=gnu99 -E conftest.c
  313. configure:5059: $? = 0
  314. configure:5073: gcc -std=gnu99 -E conftest.c
  315. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  316. compilation terminated.
  317. configure:5073: $? = 1
  318. configure: failed program was:
  319. | /* confdefs.h */
  320. | #define PACKAGE_NAME "pulseaudio"
  321. | #define PACKAGE_TARNAME "pulseaudio"
  322. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  323. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  324. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  325. | #define PACKAGE_URL "http://pulseaudio.org/"
  326. | #define PACKAGE "pulseaudio"
  327. | #define VERSION "1.1-rebootstrapped"
  328. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  329. | /* end confdefs.h. */
  330. | #include <ac_nonexistent.h>
  331. configure:5098: result: gcc -std=gnu99 -E
  332. configure:5118: gcc -std=gnu99 -E conftest.c
  333. configure:5118: $? = 0
  334. configure:5132: gcc -std=gnu99 -E conftest.c
  335. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  336. compilation terminated.
  337. configure:5132: $? = 1
  338. configure: failed program was:
  339. | /* confdefs.h */
  340. | #define PACKAGE_NAME "pulseaudio"
  341. | #define PACKAGE_TARNAME "pulseaudio"
  342. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  343. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  344. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  345. | #define PACKAGE_URL "http://pulseaudio.org/"
  346. | #define PACKAGE "pulseaudio"
  347. | #define VERSION "1.1-rebootstrapped"
  348. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  349. | /* end confdefs.h. */
  350. | #include <ac_nonexistent.h>
  351. configure:5161: checking for grep that handles long lines and -e
  352. configure:5219: result: /bin/grep
  353. configure:5224: checking for egrep
  354. configure:5286: result: /bin/grep -E
  355. configure:5292: checking whether gcc -std=gnu99 needs -traditional
  356. configure:5326: result: no
  357. configure:5333: checking for ANSI C header files
  358. configure:5353: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  359. configure:5353: $? = 0
  360. configure:5426: gcc -std=gnu99 -o conftest -g -O0 conftest.c >&5
  361. configure:5426: $? = 0
  362. configure:5426: ./conftest
  363. configure:5426: $? = 0
  364. configure:5437: result: yes
  365. configure:5450: checking for sys/types.h
  366. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  367. configure:5450: $? = 0
  368. configure:5450: result: yes
  369. configure:5450: checking for sys/stat.h
  370. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  371. configure:5450: $? = 0
  372. configure:5450: result: yes
  373. configure:5450: checking for stdlib.h
  374. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  375. configure:5450: $? = 0
  376. configure:5450: result: yes
  377. configure:5450: checking for string.h
  378. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  379. configure:5450: $? = 0
  380. configure:5450: result: yes
  381. configure:5450: checking for memory.h
  382. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  383. configure:5450: $? = 0
  384. configure:5450: result: yes
  385. configure:5450: checking for strings.h
  386. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  387. configure:5450: $? = 0
  388. configure:5450: result: yes
  389. configure:5450: checking for inttypes.h
  390. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  391. configure:5450: $? = 0
  392. configure:5450: result: yes
  393. configure:5450: checking for stdint.h
  394. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  395. configure:5450: $? = 0
  396. configure:5450: result: yes
  397. configure:5450: checking for unistd.h
  398. configure:5450: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  399. configure:5450: $? = 0
  400. configure:5450: result: yes
  401. configure:5463: checking minix/config.h usability
  402. configure:5463: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  403. conftest.c:55:26: fatal error: minix/config.h: No such file or directory
  404. compilation terminated.
  405. configure:5463: $? = 1
  406. configure: failed program was:
  407. | /* confdefs.h */
  408. | #define PACKAGE_NAME "pulseaudio"
  409. | #define PACKAGE_TARNAME "pulseaudio"
  410. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  411. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  412. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  413. | #define PACKAGE_URL "http://pulseaudio.org/"
  414. | #define PACKAGE "pulseaudio"
  415. | #define VERSION "1.1-rebootstrapped"
  416. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  417. | #define STDC_HEADERS 1
  418. | #define HAVE_SYS_TYPES_H 1
  419. | #define HAVE_SYS_STAT_H 1
  420. | #define HAVE_STDLIB_H 1
  421. | #define HAVE_STRING_H 1
  422. | #define HAVE_MEMORY_H 1
  423. | #define HAVE_STRINGS_H 1
  424. | #define HAVE_INTTYPES_H 1
  425. | #define HAVE_STDINT_H 1
  426. | #define HAVE_UNISTD_H 1
  427. | /* end confdefs.h. */
  428. | #include <stdio.h>
  429. | #ifdef HAVE_SYS_TYPES_H
  430. | # include <sys/types.h>
  431. | #endif
  432. | #ifdef HAVE_SYS_STAT_H
  433. | # include <sys/stat.h>
  434. | #endif
  435. | #ifdef STDC_HEADERS
  436. | # include <stdlib.h>
  437. | # include <stddef.h>
  438. | #else
  439. | # ifdef HAVE_STDLIB_H
  440. | # include <stdlib.h>
  441. | # endif
  442. | #endif
  443. | #ifdef HAVE_STRING_H
  444. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  445. | # include <memory.h>
  446. | # endif
  447. | # include <string.h>
  448. | #endif
  449. | #ifdef HAVE_STRINGS_H
  450. | # include <strings.h>
  451. | #endif
  452. | #ifdef HAVE_INTTYPES_H
  453. | # include <inttypes.h>
  454. | #endif
  455. | #ifdef HAVE_STDINT_H
  456. | # include <stdint.h>
  457. | #endif
  458. | #ifdef HAVE_UNISTD_H
  459. | # include <unistd.h>
  460. | #endif
  461. | #include <minix/config.h>
  462. configure:5463: result: no
  463. configure:5463: checking minix/config.h presence
  464. configure:5463: gcc -std=gnu99 -E conftest.c
  465. conftest.c:22:26: fatal error: minix/config.h: No such file or directory
  466. compilation terminated.
  467. configure:5463: $? = 1
  468. configure: failed program was:
  469. | /* confdefs.h */
  470. | #define PACKAGE_NAME "pulseaudio"
  471. | #define PACKAGE_TARNAME "pulseaudio"
  472. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  473. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  474. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  475. | #define PACKAGE_URL "http://pulseaudio.org/"
  476. | #define PACKAGE "pulseaudio"
  477. | #define VERSION "1.1-rebootstrapped"
  478. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  479. | #define STDC_HEADERS 1
  480. | #define HAVE_SYS_TYPES_H 1
  481. | #define HAVE_SYS_STAT_H 1
  482. | #define HAVE_STDLIB_H 1
  483. | #define HAVE_STRING_H 1
  484. | #define HAVE_MEMORY_H 1
  485. | #define HAVE_STRINGS_H 1
  486. | #define HAVE_INTTYPES_H 1
  487. | #define HAVE_STDINT_H 1
  488. | #define HAVE_UNISTD_H 1
  489. | /* end confdefs.h. */
  490. | #include <minix/config.h>
  491. configure:5463: result: no
  492. configure:5463: checking for minix/config.h
  493. configure:5463: result: no
  494. configure:5484: checking whether it is safe to define __EXTENSIONS__
  495. configure:5502: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  496. configure:5502: $? = 0
  497. configure:5509: result: yes
  498. configure:5530: checking for gm4
  499. configure:5560: result: no
  500. configure:5530: checking for m4
  501. configure:5546: found /usr/bin/m4
  502. configure:5557: result: m4
  503. configure:5628: checking for pkg-config
  504. configure:5646: found /usr/bin/pkg-config
  505. configure:5658: result: /usr/bin/pkg-config
  506. configure:5683: checking pkg-config is at least version 0.9.0
  507. configure:5686: result: yes
  508. configure:5698: checking whether NLS is requested
  509. configure:5707: result: yes
  510. configure:5722: checking for intltool >= 0.35.0
  511. configure:5729: result: 0.41.1 found
  512. configure:5737: checking for intltool-update
  513. configure:5755: found /usr/bin/intltool-update
  514. configure:5767: result: /usr/bin/intltool-update
  515. configure:5777: checking for intltool-merge
  516. configure:5795: found /usr/bin/intltool-merge
  517. configure:5807: result: /usr/bin/intltool-merge
  518. configure:5817: checking for intltool-extract
  519. configure:5835: found /usr/bin/intltool-extract
  520. configure:5847: result: /usr/bin/intltool-extract
  521. configure:5978: checking for xgettext
  522. configure:5996: found /usr/bin/xgettext
  523. configure:6008: result: /usr/bin/xgettext
  524. configure:6018: checking for msgmerge
  525. configure:6036: found /usr/bin/msgmerge
  526. configure:6048: result: /usr/bin/msgmerge
  527. configure:6058: checking for msgfmt
  528. configure:6076: found /usr/bin/msgfmt
  529. configure:6088: result: /usr/bin/msgfmt
  530. configure:6098: checking for gmsgfmt
  531. configure:6129: result: /usr/bin/msgfmt
  532. configure:6149: checking for perl
  533. configure:6167: found /usr/bin/perl
  534. configure:6179: result: /usr/bin/perl
  535. configure:6190: checking for perl >= 5.8.1
  536. configure:6197: result: 5.10.1
  537. configure:6201: checking for XML::Parser
  538. configure:6204: result: ok
  539. configure:6229: gcc -std=gnu99 -o conftest -g -O0 conftest.c >&5
  540. configure:6229: $? = 0
  541. configure:6265: checking locale.h usability
  542. configure:6265: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  543. configure:6265: $? = 0
  544. configure:6265: result: yes
  545. configure:6265: checking locale.h presence
  546. configure:6265: gcc -std=gnu99 -E conftest.c
  547. configure:6265: $? = 0
  548. configure:6265: result: yes
  549. configure:6265: checking for locale.h
  550. configure:6265: result: yes
  551. configure:6276: checking for LC_MESSAGES
  552. configure:6292: gcc -std=gnu99 -o conftest -g -O0 conftest.c >&5
  553. configure:6292: $? = 0
  554. configure:6300: result: yes
  555. configure:6317: checking libintl.h usability
  556. configure:6317: gcc -std=gnu99 -c -g -O0 conftest.c >&5
  557. configure:6317: $? = 0
  558. configure:6317: result: yes
  559. configure:6317: checking libintl.h presence
  560. configure:6317: gcc -std=gnu99 -E conftest.c
  561. configure:6317: $? = 0
  562. configure:6317: result: yes
  563. configure:6317: checking for libintl.h
  564. configure:6317: result: yes
  565. configure:6325: checking for ngettext in libc
  566. configure:6343: gcc -std=gnu99 -o conftest -g -O0 conftest.c >&5
  567. configure:6343: $? = 0
  568. configure:6352: result: yes
  569. configure:6356: checking for dgettext in libc
  570. configure:6374: gcc -std=gnu99 -o conftest -g -O0 conftest.c >&5
  571. configure:6374: $? = 0
  572. configure:6383: result: yes
  573. configure:6390: checking for bind_textdomain_codeset
  574. configure:6390: gcc -std=gnu99 -o conftest -g -O0 conftest.c >&5
  575. configure:6390: $? = 0
  576. configure:6390: result: yes
  577. configure:6666: checking for msgfmt
  578. configure:6693: result: /usr/bin/msgfmt
  579. configure:6704: checking for dcgettext
  580. configure:6704: gcc -std=gnu99 -o conftest -g -O0 conftest.c >&5
  581. conftest.c:55:6: warning: conflicting types for built-in function 'dcgettext'
  582. configure:6704: $? = 0
  583. configure:6704: result: yes
  584. configure:6714: checking if msgfmt accepts -c
  585. configure:6729: $MSGFMT -c -o /dev/null conftest.foo
  586. configure:6732: $? = 0
  587. configure:6734: result: yes
  588. configure:6744: checking for gmsgfmt
  589. configure:6775: result: /usr/bin/msgfmt
  590. configure:6785: checking for xgettext
  591. configure:6812: result: /usr/bin/xgettext
  592. configure:6831: gcc -std=gnu99 -o conftest -g -O0 conftest.c >&5
  593. configure:6831: $? = 0
  594. configure:6993: checking host operating system
  595. configure:6997: result: linux
  596. configure:7069: checking whether C compiler accepts -Wall
  597. configure:7088: gcc -std=gnu99 -c -g -O0 -pedantic -Werror -Wall conftest.c >&5
  598. configure:7088: $? = 0
  599. configure:7097: result: yes
  600. configure:7109: : CFLAGS="$CFLAGS $flag"
  601. configure:7112: $? = 0
  602. configure:7069: checking whether C compiler accepts -W
  603. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -pedantic -Werror -W conftest.c >&5
  604. configure:7088: $? = 0
  605. configure:7097: result: yes
  606. configure:7109: : CFLAGS="$CFLAGS $flag"
  607. configure:7112: $? = 0
  608. configure:7069: checking whether C compiler accepts -Wextra
  609. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -pedantic -Werror -Wextra conftest.c >&5
  610. configure:7088: $? = 0
  611. configure:7097: result: yes
  612. configure:7109: : CFLAGS="$CFLAGS $flag"
  613. configure:7112: $? = 0
  614. configure:7069: checking whether C compiler accepts -pipe
  615. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pedantic -Werror -pipe conftest.c >&5
  616. configure:7088: $? = 0
  617. configure:7097: result: yes
  618. configure:7109: : CFLAGS="$CFLAGS $flag"
  619. configure:7112: $? = 0
  620. configure:7069: checking whether C compiler accepts -Wno-long-long
  621. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -pedantic -Werror -Wno-long-long conftest.c >&5
  622. configure:7088: $? = 0
  623. configure:7097: result: yes
  624. configure:7109: : CFLAGS="$CFLAGS $flag"
  625. configure:7112: $? = 0
  626. configure:7069: checking whether C compiler accepts -Wvla
  627. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -pedantic -Werror -Wvla conftest.c >&5
  628. configure:7088: $? = 0
  629. configure:7097: result: yes
  630. configure:7109: : CFLAGS="$CFLAGS $flag"
  631. configure:7112: $? = 0
  632. configure:7069: checking whether C compiler accepts -Wno-overlength-strings
  633. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -pedantic -Werror -Wno-overlength-strings conftest.c >&5
  634. configure:7088: $? = 0
  635. configure:7097: result: yes
  636. configure:7109: : CFLAGS="$CFLAGS $flag"
  637. configure:7112: $? = 0
  638. configure:7069: checking whether C compiler accepts -Wunsafe-loop-optimizations
  639. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -pedantic -Werror -Wunsafe-loop-optimizations conftest.c >&5
  640. configure:7088: $? = 0
  641. configure:7097: result: yes
  642. configure:7109: : CFLAGS="$CFLAGS $flag"
  643. configure:7112: $? = 0
  644. configure:7069: checking whether C compiler accepts -Wundef
  645. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -pedantic -Werror -Wundef conftest.c >&5
  646. configure:7088: $? = 0
  647. configure:7097: result: yes
  648. configure:7109: : CFLAGS="$CFLAGS $flag"
  649. configure:7112: $? = 0
  650. configure:7069: checking whether C compiler accepts -Wformat=2
  651. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -pedantic -Werror -Wformat=2 conftest.c >&5
  652. configure:7088: $? = 0
  653. configure:7097: result: yes
  654. configure:7109: : CFLAGS="$CFLAGS $flag"
  655. configure:7112: $? = 0
  656. configure:7069: checking whether C compiler accepts -Wlogical-op
  657. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -pedantic -Werror -Wlogical-op conftest.c >&5
  658. configure:7088: $? = 0
  659. configure:7097: result: yes
  660. configure:7109: : CFLAGS="$CFLAGS $flag"
  661. configure:7112: $? = 0
  662. configure:7069: checking whether C compiler accepts -Wsign-compare
  663. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -pedantic -Werror -Wsign-compare conftest.c >&5
  664. configure:7088: $? = 0
  665. configure:7097: result: yes
  666. configure:7109: : CFLAGS="$CFLAGS $flag"
  667. configure:7112: $? = 0
  668. configure:7069: checking whether C compiler accepts -Wformat-security
  669. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -pedantic -Werror -Wformat-security conftest.c >&5
  670. configure:7088: $? = 0
  671. configure:7097: result: yes
  672. configure:7109: : CFLAGS="$CFLAGS $flag"
  673. configure:7112: $? = 0
  674. configure:7069: checking whether C compiler accepts -Wmissing-include-dirs
  675. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -pedantic -Werror -Wmissing-include-dirs conftest.c >&5
  676. configure:7088: $? = 0
  677. configure:7097: result: yes
  678. configure:7109: : CFLAGS="$CFLAGS $flag"
  679. configure:7112: $? = 0
  680. configure:7069: checking whether C compiler accepts -Wformat-nonliteral
  681. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -pedantic -Werror -Wformat-nonliteral conftest.c >&5
  682. configure:7088: $? = 0
  683. configure:7097: result: yes
  684. configure:7109: : CFLAGS="$CFLAGS $flag"
  685. configure:7112: $? = 0
  686. configure:7069: checking whether C compiler accepts -Wold-style-definition
  687. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -pedantic -Werror -Wold-style-definition conftest.c >&5
  688. cc1: warnings being treated as errors
  689. conftest.c: In function 'main':
  690. conftest.c:37:1: error: old-style function definition
  691. configure:7088: $? = 1
  692. configure: failed program was:
  693. | /* confdefs.h */
  694. | #define PACKAGE_NAME "pulseaudio"
  695. | #define PACKAGE_TARNAME "pulseaudio"
  696. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  697. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  698. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  699. | #define PACKAGE_URL "http://pulseaudio.org/"
  700. | #define PACKAGE "pulseaudio"
  701. | #define VERSION "1.1-rebootstrapped"
  702. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  703. | #define STDC_HEADERS 1
  704. | #define HAVE_SYS_TYPES_H 1
  705. | #define HAVE_SYS_STAT_H 1
  706. | #define HAVE_STDLIB_H 1
  707. | #define HAVE_STRING_H 1
  708. | #define HAVE_MEMORY_H 1
  709. | #define HAVE_STRINGS_H 1
  710. | #define HAVE_INTTYPES_H 1
  711. | #define HAVE_STDINT_H 1
  712. | #define HAVE_UNISTD_H 1
  713. | #define __EXTENSIONS__ 1
  714. | #define _ALL_SOURCE 1
  715. | #define _GNU_SOURCE 1
  716. | #define _POSIX_PTHREAD_SEMANTICS 1
  717. | #define _TANDEM_SOURCE 1
  718. | #define GETTEXT_PACKAGE "pulseaudio"
  719. | #define HAVE_LOCALE_H 1
  720. | #define HAVE_LC_MESSAGES 1
  721. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  722. | #define HAVE_GETTEXT 1
  723. | #define HAVE_DCGETTEXT 1
  724. | #define ENABLE_NLS 1
  725. | #define PULSE_LOCALEDIR "/usr/share/locale"
  726. | /* end confdefs.h. */
  727. |
  728. | int
  729. | main ()
  730. | {
  731. |
  732. | ;
  733. | return 0;
  734. | }
  735. configure:7097: result: no
  736. configure:7069: checking whether C compiler accepts -Wpointer-arith
  737. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -pedantic -Werror -Wpointer-arith conftest.c >&5
  738. configure:7088: $? = 0
  739. configure:7097: result: yes
  740. configure:7109: : CFLAGS="$CFLAGS $flag"
  741. configure:7112: $? = 0
  742. configure:7069: checking whether C compiler accepts -Winit-self
  743. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -pedantic -Werror -Winit-self conftest.c >&5
  744. configure:7088: $? = 0
  745. configure:7097: result: yes
  746. configure:7109: : CFLAGS="$CFLAGS $flag"
  747. configure:7112: $? = 0
  748. configure:7069: checking whether C compiler accepts -Wdeclaration-after-statement
  749. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -pedantic -Werror -Wdeclaration-after-statement conftest.c >&5
  750. configure:7088: $? = 0
  751. configure:7097: result: yes
  752. configure:7109: : CFLAGS="$CFLAGS $flag"
  753. configure:7112: $? = 0
  754. configure:7069: checking whether C compiler accepts -Wfloat-equal
  755. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -pedantic -Werror -Wfloat-equal conftest.c >&5
  756. configure:7088: $? = 0
  757. configure:7097: result: yes
  758. configure:7109: : CFLAGS="$CFLAGS $flag"
  759. configure:7112: $? = 0
  760. configure:7069: checking whether C compiler accepts -Wmissing-prototypes
  761. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -pedantic -Werror -Wmissing-prototypes conftest.c >&5
  762. configure:7088: $? = 0
  763. configure:7097: result: yes
  764. configure:7109: : CFLAGS="$CFLAGS $flag"
  765. configure:7112: $? = 0
  766. configure:7069: checking whether C compiler accepts -Wstrict-prototypes
  767. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -pedantic -Werror -Wstrict-prototypes conftest.c >&5
  768. cc1: warnings being treated as errors
  769. conftest.c:37:1: error: function declaration isn't a prototype
  770. configure:7088: $? = 1
  771. configure: failed program was:
  772. | /* confdefs.h */
  773. | #define PACKAGE_NAME "pulseaudio"
  774. | #define PACKAGE_TARNAME "pulseaudio"
  775. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  776. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  777. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  778. | #define PACKAGE_URL "http://pulseaudio.org/"
  779. | #define PACKAGE "pulseaudio"
  780. | #define VERSION "1.1-rebootstrapped"
  781. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  782. | #define STDC_HEADERS 1
  783. | #define HAVE_SYS_TYPES_H 1
  784. | #define HAVE_SYS_STAT_H 1
  785. | #define HAVE_STDLIB_H 1
  786. | #define HAVE_STRING_H 1
  787. | #define HAVE_MEMORY_H 1
  788. | #define HAVE_STRINGS_H 1
  789. | #define HAVE_INTTYPES_H 1
  790. | #define HAVE_STDINT_H 1
  791. | #define HAVE_UNISTD_H 1
  792. | #define __EXTENSIONS__ 1
  793. | #define _ALL_SOURCE 1
  794. | #define _GNU_SOURCE 1
  795. | #define _POSIX_PTHREAD_SEMANTICS 1
  796. | #define _TANDEM_SOURCE 1
  797. | #define GETTEXT_PACKAGE "pulseaudio"
  798. | #define HAVE_LOCALE_H 1
  799. | #define HAVE_LC_MESSAGES 1
  800. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  801. | #define HAVE_GETTEXT 1
  802. | #define HAVE_DCGETTEXT 1
  803. | #define ENABLE_NLS 1
  804. | #define PULSE_LOCALEDIR "/usr/share/locale"
  805. | /* end confdefs.h. */
  806. |
  807. | int
  808. | main ()
  809. | {
  810. |
  811. | ;
  812. | return 0;
  813. | }
  814. configure:7097: result: no
  815. configure:7069: checking whether C compiler accepts -Wredundant-decls
  816. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -pedantic -Werror -Wredundant-decls conftest.c >&5
  817. configure:7088: $? = 0
  818. configure:7097: result: yes
  819. configure:7109: : CFLAGS="$CFLAGS $flag"
  820. configure:7112: $? = 0
  821. configure:7069: checking whether C compiler accepts -Wmissing-declarations
  822. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -pedantic -Werror -Wmissing-declarations conftest.c >&5
  823. configure:7088: $? = 0
  824. configure:7097: result: yes
  825. configure:7109: : CFLAGS="$CFLAGS $flag"
  826. configure:7112: $? = 0
  827. configure:7069: checking whether C compiler accepts -Wmissing-noreturn
  828. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -pedantic -Werror -Wmissing-noreturn conftest.c >&5
  829. configure:7088: $? = 0
  830. configure:7097: result: yes
  831. configure:7109: : CFLAGS="$CFLAGS $flag"
  832. configure:7112: $? = 0
  833. configure:7069: checking whether C compiler accepts -Wshadow
  834. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -pedantic -Werror -Wshadow conftest.c >&5
  835. configure:7088: $? = 0
  836. configure:7097: result: yes
  837. configure:7109: : CFLAGS="$CFLAGS $flag"
  838. configure:7112: $? = 0
  839. configure:7069: checking whether C compiler accepts -Wendif-labels
  840. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -pedantic -Werror -Wendif-labels conftest.c >&5
  841. configure:7088: $? = 0
  842. configure:7097: result: yes
  843. configure:7109: : CFLAGS="$CFLAGS $flag"
  844. configure:7112: $? = 0
  845. configure:7069: checking whether C compiler accepts -Wcast-align
  846. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -pedantic -Werror -Wcast-align conftest.c >&5
  847. configure:7088: $? = 0
  848. configure:7097: result: yes
  849. configure:7109: : CFLAGS="$CFLAGS $flag"
  850. configure:7112: $? = 0
  851. configure:7069: checking whether C compiler accepts -Wstrict-aliasing
  852. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -pedantic -Werror -Wstrict-aliasing conftest.c >&5
  853. configure:7088: $? = 0
  854. configure:7097: result: yes
  855. configure:7109: : CFLAGS="$CFLAGS $flag"
  856. configure:7112: $? = 0
  857. configure:7069: checking whether C compiler accepts -Wwrite-strings
  858. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -pedantic -Werror -Wwrite-strings conftest.c >&5
  859. configure:7088: $? = 0
  860. configure:7097: result: yes
  861. configure:7109: : CFLAGS="$CFLAGS $flag"
  862. configure:7112: $? = 0
  863. configure:7069: checking whether C compiler accepts -Wno-unused-parameter
  864. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -pedantic -Werror -Wno-unused-parameter conftest.c >&5
  865. configure:7088: $? = 0
  866. configure:7097: result: yes
  867. configure:7109: : CFLAGS="$CFLAGS $flag"
  868. configure:7112: $? = 0
  869. configure:7069: checking whether C compiler accepts -ffast-math
  870. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -pedantic -Werror -ffast-math conftest.c >&5
  871. configure:7088: $? = 0
  872. configure:7097: result: yes
  873. configure:7109: : CFLAGS="$CFLAGS $flag"
  874. configure:7112: $? = 0
  875. configure:7069: checking whether C compiler accepts -Wp,-D_FORTIFY_SOURCE=2
  876. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -pedantic -Werror -Wp,-D_FORTIFY_SOURCE=2 conftest.c >&5
  877. configure:7088: $? = 0
  878. configure:7097: result: yes
  879. configure:7109: : CFLAGS="$CFLAGS $flag"
  880. configure:7112: $? = 0
  881. configure:7069: checking whether C compiler accepts -fno-common
  882. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -pedantic -Werror -fno-common conftest.c >&5
  883. configure:7088: $? = 0
  884. configure:7097: result: yes
  885. configure:7109: : CFLAGS="$CFLAGS $flag"
  886. configure:7112: $? = 0
  887. configure:7069: checking whether C compiler accepts -fdiagnostics-show-option
  888. configure:7088: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -pedantic -Werror -fdiagnostics-show-option conftest.c >&5
  889. configure:7088: $? = 0
  890. configure:7097: result: yes
  891. configure:7109: : CFLAGS="$CFLAGS $flag"
  892. configure:7112: $? = 0
  893. configure:7134: checking whether the linker accepts "-Wl,-version-script=./src/map-file"
  894. configure:7153: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -Wl,-version-script=./src/map-file conftest.c >&5
  895. configure:7153: $? = 0
  896. configure:7163: result: yes
  897. configure:7177: checking whether the linker accepts -Wl,-z,now
  898. configure:7196: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -Wl,-z,now conftest.c >&5
  899. configure:7196: $? = 0
  900. configure:7206: result: yes
  901. configure:7242: checking whether the linker accepts -Wl,-z,nodelete
  902. configure:7261: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -Wl,-z,nodelete conftest.c >&5
  903. configure:7261: $? = 0
  904. configure:7271: result: yes
  905. configure:7310: checking whether the linker accepts -Wl,--no-undefined
  906. configure:7329: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -Wl,--no-undefined conftest.c >&5
  907. configure:7329: $? = 0
  908. configure:7339: result: yes
  909. configure:7379: checking whether gcc -std=gnu99 knows __sync_bool_compare_and_swap()
  910. configure:7396: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  911. configure:7396: $? = 0
  912. configure:7405: result: yes
  913. configure:7584: checking for a sed that does not truncate output
  914. configure:7648: result: /bin/sed
  915. configure:7666: checking for fgrep
  916. configure:7728: result: /bin/grep -F
  917. configure:7763: checking for ld used by gcc -std=gnu99
  918. configure:7830: result: /usr/bin/ld
  919. configure:7837: checking if the linker (/usr/bin/ld) is GNU ld
  920. configure:7852: result: yes
  921. configure:7864: checking for BSD- or MS-compatible name lister (nm)
  922. configure:7913: result: /usr/bin/nm -B
  923. configure:8031: checking the name lister (/usr/bin/nm -B) interface
  924. configure:8038: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  925. configure:8041: /usr/bin/nm -B "conftest.o"
  926. configure:8044: output
  927. 0000000000000000 B some_variable
  928. configure:8051: result: BSD nm
  929. configure:8054: checking whether ln -s works
  930. configure:8058: result: yes
  931. configure:8066: checking the maximum length of command line arguments
  932. configure:8186: result: 1572864
  933. configure:8203: checking whether the shell understands some XSI constructs
  934. configure:8213: result: yes
  935. configure:8217: checking whether the shell understands "+="
  936. configure:8223: result: yes
  937. configure:8258: checking for /usr/bin/ld option to reload object files
  938. configure:8265: result: -r
  939. configure:8334: checking for objdump
  940. configure:8350: found /usr/bin/objdump
  941. configure:8361: result: objdump
  942. configure:8390: checking how to recognize dependent libraries
  943. configure:8586: result: pass_all
  944. configure:8646: checking for ar
  945. configure:8662: found /usr/bin/ar
  946. configure:8673: result: ar
  947. configure:8751: checking for strip
  948. configure:8767: found /usr/bin/strip
  949. configure:8778: result: strip
  950. configure:8850: checking for ranlib
  951. configure:8866: found /usr/bin/ranlib
  952. configure:8877: result: ranlib
  953. configure:8967: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
  954. configure:9085: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  955. configure:9088: $? = 0
  956. configure:9092: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  957. configure:9095: $? = 0
  958. configure:9149: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c conftstm.o >&5
  959. configure:9152: $? = 0
  960. configure:9190: result: ok
  961. configure:9285: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  962. configure:9288: $? = 0
  963. configure:9995: checking for dlfcn.h
  964. configure:9995: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  965. configure:9995: $? = 0
  966. configure:9995: result: yes
  967. configure:10475: checking for objdir
  968. configure:10490: result: .libs
  969. configure:10786: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  970. configure:10804: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -fno-rtti -fno-exceptions conftest.c >&5
  971. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  972. configure:10808: $? = 0
  973. configure:10821: result: no
  974. configure:10841: checking for gcc -std=gnu99 option to produce PIC
  975. configure:11113: result: -fPIC -DPIC
  976. configure:11125: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  977. configure:11143: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -fPIC -DPIC -DPIC conftest.c >&5
  978. configure:11147: $? = 0
  979. configure:11160: result: yes
  980. configure:11184: checking if gcc -std=gnu99 static flag -static works
  981. configure:11212: result: yes
  982. configure:11227: checking if gcc -std=gnu99 supports -c -o file.o
  983. configure:11248: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -o out/conftest2.o conftest.c >&5
  984. configure:11252: $? = 0
  985. configure:11274: result: yes
  986. configure:11282: checking if gcc -std=gnu99 supports -c -o file.o
  987. configure:11329: result: yes
  988. configure:11362: checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  989. configure:12353: result: yes
  990. configure:12390: checking whether -lc should be explicitly linked in
  991. configure:12395: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  992. configure:12398: $? = 0
  993. configure:12413: gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  994. configure:12416: $? = 0
  995. configure:12428: result: no
  996. configure:12592: checking dynamic linker characteristics
  997. configure:13025: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -Wl,-rpath -Wl,/foo conftest.c >&5
  998. configure:13025: $? = 0
  999. configure:13255: result: GNU/Linux ld.so
  1000. configure:13357: checking how to hardcode library paths into programs
  1001. configure:13382: result: immediate
  1002. configure:13476: checking for shl_load
  1003. configure:13476: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1004. /tmp/cc6Sh86a.o: In function `main':
  1005. /home/xbmc/source/pulseaudio-1.1/conftest.c:72: undefined reference to `shl_load'
  1006. collect2: ld returned 1 exit status
  1007. configure:13476: $? = 1
  1008. configure: failed program was:
  1009. | /* confdefs.h */
  1010. | #define PACKAGE_NAME "pulseaudio"
  1011. | #define PACKAGE_TARNAME "pulseaudio"
  1012. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1013. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1014. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1015. | #define PACKAGE_URL "http://pulseaudio.org/"
  1016. | #define PACKAGE "pulseaudio"
  1017. | #define VERSION "1.1-rebootstrapped"
  1018. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1019. | #define STDC_HEADERS 1
  1020. | #define HAVE_SYS_TYPES_H 1
  1021. | #define HAVE_SYS_STAT_H 1
  1022. | #define HAVE_STDLIB_H 1
  1023. | #define HAVE_STRING_H 1
  1024. | #define HAVE_MEMORY_H 1
  1025. | #define HAVE_STRINGS_H 1
  1026. | #define HAVE_INTTYPES_H 1
  1027. | #define HAVE_STDINT_H 1
  1028. | #define HAVE_UNISTD_H 1
  1029. | #define __EXTENSIONS__ 1
  1030. | #define _ALL_SOURCE 1
  1031. | #define _GNU_SOURCE 1
  1032. | #define _POSIX_PTHREAD_SEMANTICS 1
  1033. | #define _TANDEM_SOURCE 1
  1034. | #define GETTEXT_PACKAGE "pulseaudio"
  1035. | #define HAVE_LOCALE_H 1
  1036. | #define HAVE_LC_MESSAGES 1
  1037. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1038. | #define HAVE_GETTEXT 1
  1039. | #define HAVE_DCGETTEXT 1
  1040. | #define ENABLE_NLS 1
  1041. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1042. | #define HAVE_ATOMIC_BUILTINS 1
  1043. | #define HAVE_DLFCN_H 1
  1044. | #define LT_OBJDIR ".libs/"
  1045. | /* end confdefs.h. */
  1046. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  1047. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1048. | #define shl_load innocuous_shl_load
  1049. |
  1050. | /* System header to define __stub macros and hopefully few prototypes,
  1051. | which can conflict with char shl_load (); below.
  1052. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1053. | <limits.h> exists even on freestanding compilers. */
  1054. |
  1055. | #ifdef __STDC__
  1056. | # include <limits.h>
  1057. | #else
  1058. | # include <assert.h>
  1059. | #endif
  1060. |
  1061. | #undef shl_load
  1062. |
  1063. | /* Override any GCC internal prototype to avoid an error.
  1064. | Use char because int might match the return type of a GCC
  1065. | builtin and then its argument prototype would still apply. */
  1066. | #ifdef __cplusplus
  1067. | extern "C"
  1068. | #endif
  1069. | char shl_load ();
  1070. | /* The GNU C library defines this for functions which it implements
  1071. | to always fail with ENOSYS. Some functions are actually named
  1072. | something starting with __ and the normal name is an alias. */
  1073. | #if defined __stub_shl_load || defined __stub___shl_load
  1074. | choke me
  1075. | #endif
  1076. |
  1077. | int
  1078. | main ()
  1079. | {
  1080. | return shl_load ();
  1081. | ;
  1082. | return 0;
  1083. | }
  1084. configure:13476: result: no
  1085. configure:13480: checking for shl_load in -ldld
  1086. configure:13505: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -ldld >&5
  1087. /usr/bin/ld: cannot find -ldld
  1088. collect2: ld returned 1 exit status
  1089. configure:13505: $? = 1
  1090. configure: failed program was:
  1091. | /* confdefs.h */
  1092. | #define PACKAGE_NAME "pulseaudio"
  1093. | #define PACKAGE_TARNAME "pulseaudio"
  1094. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1095. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1096. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1097. | #define PACKAGE_URL "http://pulseaudio.org/"
  1098. | #define PACKAGE "pulseaudio"
  1099. | #define VERSION "1.1-rebootstrapped"
  1100. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1101. | #define STDC_HEADERS 1
  1102. | #define HAVE_SYS_TYPES_H 1
  1103. | #define HAVE_SYS_STAT_H 1
  1104. | #define HAVE_STDLIB_H 1
  1105. | #define HAVE_STRING_H 1
  1106. | #define HAVE_MEMORY_H 1
  1107. | #define HAVE_STRINGS_H 1
  1108. | #define HAVE_INTTYPES_H 1
  1109. | #define HAVE_STDINT_H 1
  1110. | #define HAVE_UNISTD_H 1
  1111. | #define __EXTENSIONS__ 1
  1112. | #define _ALL_SOURCE 1
  1113. | #define _GNU_SOURCE 1
  1114. | #define _POSIX_PTHREAD_SEMANTICS 1
  1115. | #define _TANDEM_SOURCE 1
  1116. | #define GETTEXT_PACKAGE "pulseaudio"
  1117. | #define HAVE_LOCALE_H 1
  1118. | #define HAVE_LC_MESSAGES 1
  1119. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1120. | #define HAVE_GETTEXT 1
  1121. | #define HAVE_DCGETTEXT 1
  1122. | #define ENABLE_NLS 1
  1123. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1124. | #define HAVE_ATOMIC_BUILTINS 1
  1125. | #define HAVE_DLFCN_H 1
  1126. | #define LT_OBJDIR ".libs/"
  1127. | /* end confdefs.h. */
  1128. |
  1129. | /* Override any GCC internal prototype to avoid an error.
  1130. | Use char because int might match the return type of a GCC
  1131. | builtin and then its argument prototype would still apply. */
  1132. | #ifdef __cplusplus
  1133. | extern "C"
  1134. | #endif
  1135. | char shl_load ();
  1136. | int
  1137. | main ()
  1138. | {
  1139. | return shl_load ();
  1140. | ;
  1141. | return 0;
  1142. | }
  1143. configure:13514: result: no
  1144. configure:13519: checking for dlopen
  1145. configure:13519: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1146. /tmp/ccDkGtNh.o: In function `main':
  1147. /home/xbmc/source/pulseaudio-1.1/conftest.c:72: undefined reference to `dlopen'
  1148. collect2: ld returned 1 exit status
  1149. configure:13519: $? = 1
  1150. configure: failed program was:
  1151. | /* confdefs.h */
  1152. | #define PACKAGE_NAME "pulseaudio"
  1153. | #define PACKAGE_TARNAME "pulseaudio"
  1154. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1155. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1156. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1157. | #define PACKAGE_URL "http://pulseaudio.org/"
  1158. | #define PACKAGE "pulseaudio"
  1159. | #define VERSION "1.1-rebootstrapped"
  1160. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1161. | #define STDC_HEADERS 1
  1162. | #define HAVE_SYS_TYPES_H 1
  1163. | #define HAVE_SYS_STAT_H 1
  1164. | #define HAVE_STDLIB_H 1
  1165. | #define HAVE_STRING_H 1
  1166. | #define HAVE_MEMORY_H 1
  1167. | #define HAVE_STRINGS_H 1
  1168. | #define HAVE_INTTYPES_H 1
  1169. | #define HAVE_STDINT_H 1
  1170. | #define HAVE_UNISTD_H 1
  1171. | #define __EXTENSIONS__ 1
  1172. | #define _ALL_SOURCE 1
  1173. | #define _GNU_SOURCE 1
  1174. | #define _POSIX_PTHREAD_SEMANTICS 1
  1175. | #define _TANDEM_SOURCE 1
  1176. | #define GETTEXT_PACKAGE "pulseaudio"
  1177. | #define HAVE_LOCALE_H 1
  1178. | #define HAVE_LC_MESSAGES 1
  1179. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1180. | #define HAVE_GETTEXT 1
  1181. | #define HAVE_DCGETTEXT 1
  1182. | #define ENABLE_NLS 1
  1183. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1184. | #define HAVE_ATOMIC_BUILTINS 1
  1185. | #define HAVE_DLFCN_H 1
  1186. | #define LT_OBJDIR ".libs/"
  1187. | /* end confdefs.h. */
  1188. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  1189. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1190. | #define dlopen innocuous_dlopen
  1191. |
  1192. | /* System header to define __stub macros and hopefully few prototypes,
  1193. | which can conflict with char dlopen (); below.
  1194. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1195. | <limits.h> exists even on freestanding compilers. */
  1196. |
  1197. | #ifdef __STDC__
  1198. | # include <limits.h>
  1199. | #else
  1200. | # include <assert.h>
  1201. | #endif
  1202. |
  1203. | #undef dlopen
  1204. |
  1205. | /* Override any GCC internal prototype to avoid an error.
  1206. | Use char because int might match the return type of a GCC
  1207. | builtin and then its argument prototype would still apply. */
  1208. | #ifdef __cplusplus
  1209. | extern "C"
  1210. | #endif
  1211. | char dlopen ();
  1212. | /* The GNU C library defines this for functions which it implements
  1213. | to always fail with ENOSYS. Some functions are actually named
  1214. | something starting with __ and the normal name is an alias. */
  1215. | #if defined __stub_dlopen || defined __stub___dlopen
  1216. | choke me
  1217. | #endif
  1218. |
  1219. | int
  1220. | main ()
  1221. | {
  1222. | return dlopen ();
  1223. | ;
  1224. | return 0;
  1225. | }
  1226. configure:13519: result: no
  1227. configure:13523: checking for dlopen in -ldl
  1228. configure:13548: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -ldl >&5
  1229. configure:13548: $? = 0
  1230. configure:13557: result: yes
  1231. configure:13676: checking whether a program can dlopen itself
  1232. configure:13746: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
  1233. configure:13727:6: warning: no previous prototype for 'fnord' [-Wmissing-prototypes]
  1234. configure: In function 'fnord':
  1235. configure:13727:20: warning: unused variable 'i' [-Wunused-variable]
  1236. configure:13749: $? = 0
  1237. configure:13767: result: yes
  1238. configure:13772: checking whether a statically linked program can dlopen itself
  1239. configure:13842: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
  1240. configure:13823:6: warning: no previous prototype for 'fnord' [-Wmissing-prototypes]
  1241. configure: In function 'fnord':
  1242. configure:13823:20: warning: unused variable 'i' [-Wunused-variable]
  1243. /tmp/ccK2EX4o.o: In function `main':
  1244. /home/xbmc/source/pulseaudio-1.1/configure:13826: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  1245. /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../../libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
  1246. collect2: ld returned 1 exit status
  1247. configure:13845: $? = 1
  1248. configure:13863: result: no
  1249. configure:13902: checking whether stripping libraries is possible
  1250. configure:13907: result: yes
  1251. configure:13942: checking if libtool supports shared libraries
  1252. configure:13944: result: yes
  1253. configure:13947: checking whether to build shared libraries
  1254. configure:13968: result: yes
  1255. configure:13971: checking whether to build static libraries
  1256. configure:13975: result: no
  1257. configure:14012: checking ltdl.h usability
  1258. configure:14012: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1259. configure:14012: $? = 0
  1260. configure:14012: result: yes
  1261. configure:14012: checking ltdl.h presence
  1262. configure:14012: gcc -std=gnu99 -E conftest.c
  1263. configure:14012: $? = 0
  1264. configure:14012: result: yes
  1265. configure:14012: checking for ltdl.h
  1266. configure:14012: result: yes
  1267. configure:14014: checking for lt_dladvise_init in -lltdl
  1268. configure:14039: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lltdl >&5
  1269. configure:14039: $? = 0
  1270. configure:14048: result: yes
  1271. configure:14075: checking for ANSI C header files
  1272. configure:14179: result: yes
  1273. configure:14195: checking for arpa/inet.h
  1274. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1275. configure:14195: $? = 0
  1276. configure:14195: result: yes
  1277. configure:14195: checking for glob.h
  1278. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1279. configure:14195: $? = 0
  1280. configure:14195: result: yes
  1281. configure:14195: checking for grp.h
  1282. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1283. configure:14195: $? = 0
  1284. configure:14195: result: yes
  1285. configure:14195: checking for netdb.h
  1286. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1287. configure:14195: $? = 0
  1288. configure:14195: result: yes
  1289. configure:14195: checking for netinet/in.h
  1290. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1291. configure:14195: $? = 0
  1292. configure:14195: result: yes
  1293. configure:14195: checking for netinet/in_systm.h
  1294. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1295. configure:14195: $? = 0
  1296. configure:14195: result: yes
  1297. configure:14195: checking for netinet/tcp.h
  1298. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1299. configure:14195: $? = 0
  1300. configure:14195: result: yes
  1301. configure:14195: checking for poll.h
  1302. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1303. configure:14195: $? = 0
  1304. configure:14195: result: yes
  1305. configure:14195: checking for pwd.h
  1306. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1307. configure:14195: $? = 0
  1308. configure:14195: result: yes
  1309. configure:14195: checking for sched.h
  1310. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1311. configure:14195: $? = 0
  1312. configure:14195: result: yes
  1313. configure:14195: checking for sys/mman.h
  1314. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1315. configure:14195: $? = 0
  1316. configure:14195: result: yes
  1317. configure:14195: checking for sys/select.h
  1318. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1319. configure:14195: $? = 0
  1320. configure:14195: result: yes
  1321. configure:14195: checking for sys/socket.h
  1322. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1323. configure:14195: $? = 0
  1324. configure:14195: result: yes
  1325. configure:14195: checking for sys/wait.h
  1326. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1327. configure:14195: $? = 0
  1328. configure:14195: result: yes
  1329. configure:14195: checking for sys/uio.h
  1330. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1331. configure:14195: $? = 0
  1332. configure:14195: result: yes
  1333. configure:14195: checking for syslog.h
  1334. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1335. configure:14195: $? = 0
  1336. configure:14195: result: yes
  1337. configure:14195: checking for sys/dl.h
  1338. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1339. conftest.c:89:20: fatal error: sys/dl.h: No such file or directory
  1340. compilation terminated.
  1341. configure:14195: $? = 1
  1342. configure: failed program was:
  1343. | /* confdefs.h */
  1344. | #define PACKAGE_NAME "pulseaudio"
  1345. | #define PACKAGE_TARNAME "pulseaudio"
  1346. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1347. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1348. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1349. | #define PACKAGE_URL "http://pulseaudio.org/"
  1350. | #define PACKAGE "pulseaudio"
  1351. | #define VERSION "1.1-rebootstrapped"
  1352. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1353. | #define STDC_HEADERS 1
  1354. | #define HAVE_SYS_TYPES_H 1
  1355. | #define HAVE_SYS_STAT_H 1
  1356. | #define HAVE_STDLIB_H 1
  1357. | #define HAVE_STRING_H 1
  1358. | #define HAVE_MEMORY_H 1
  1359. | #define HAVE_STRINGS_H 1
  1360. | #define HAVE_INTTYPES_H 1
  1361. | #define HAVE_STDINT_H 1
  1362. | #define HAVE_UNISTD_H 1
  1363. | #define __EXTENSIONS__ 1
  1364. | #define _ALL_SOURCE 1
  1365. | #define _GNU_SOURCE 1
  1366. | #define _POSIX_PTHREAD_SEMANTICS 1
  1367. | #define _TANDEM_SOURCE 1
  1368. | #define GETTEXT_PACKAGE "pulseaudio"
  1369. | #define HAVE_LOCALE_H 1
  1370. | #define HAVE_LC_MESSAGES 1
  1371. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1372. | #define HAVE_GETTEXT 1
  1373. | #define HAVE_DCGETTEXT 1
  1374. | #define ENABLE_NLS 1
  1375. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1376. | #define HAVE_ATOMIC_BUILTINS 1
  1377. | #define HAVE_DLFCN_H 1
  1378. | #define LT_OBJDIR ".libs/"
  1379. | #define STDC_HEADERS 1
  1380. | #define HAVE_ARPA_INET_H 1
  1381. | #define HAVE_GLOB_H 1
  1382. | #define HAVE_GRP_H 1
  1383. | #define HAVE_NETDB_H 1
  1384. | #define HAVE_NETINET_IN_H 1
  1385. | #define HAVE_NETINET_IN_SYSTM_H 1
  1386. | #define HAVE_NETINET_TCP_H 1
  1387. | #define HAVE_POLL_H 1
  1388. | #define HAVE_PWD_H 1
  1389. | #define HAVE_SCHED_H 1
  1390. | #define HAVE_SYS_MMAN_H 1
  1391. | #define HAVE_SYS_SELECT_H 1
  1392. | #define HAVE_SYS_SOCKET_H 1
  1393. | #define HAVE_SYS_WAIT_H 1
  1394. | #define HAVE_SYS_UIO_H 1
  1395. | #define HAVE_SYSLOG_H 1
  1396. | /* end confdefs.h. */
  1397. | #include <stdio.h>
  1398. | #ifdef HAVE_SYS_TYPES_H
  1399. | # include <sys/types.h>
  1400. | #endif
  1401. | #ifdef HAVE_SYS_STAT_H
  1402. | # include <sys/stat.h>
  1403. | #endif
  1404. | #ifdef STDC_HEADERS
  1405. | # include <stdlib.h>
  1406. | # include <stddef.h>
  1407. | #else
  1408. | # ifdef HAVE_STDLIB_H
  1409. | # include <stdlib.h>
  1410. | # endif
  1411. | #endif
  1412. | #ifdef HAVE_STRING_H
  1413. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1414. | # include <memory.h>
  1415. | # endif
  1416. | # include <string.h>
  1417. | #endif
  1418. | #ifdef HAVE_STRINGS_H
  1419. | # include <strings.h>
  1420. | #endif
  1421. | #ifdef HAVE_INTTYPES_H
  1422. | # include <inttypes.h>
  1423. | #endif
  1424. | #ifdef HAVE_STDINT_H
  1425. | # include <stdint.h>
  1426. | #endif
  1427. | #ifdef HAVE_UNISTD_H
  1428. | # include <unistd.h>
  1429. | #endif
  1430. |
  1431. | #include <sys/dl.h>
  1432. configure:14195: result: no
  1433. configure:14195: checking for dlfcn.h
  1434. configure:14195: result: yes
  1435. configure:14195: checking for linux/sockios.h
  1436. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1437. configure:14195: $? = 0
  1438. configure:14195: result: yes
  1439. configure:14195: checking for sys/prctl.h
  1440. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1441. configure:14195: $? = 0
  1442. configure:14195: result: yes
  1443. configure:14195: checking for sys/filio.h
  1444. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1445. conftest.c:92:23: fatal error: sys/filio.h: No such file or directory
  1446. compilation terminated.
  1447. configure:14195: $? = 1
  1448. configure: failed program was:
  1449. | /* confdefs.h */
  1450. | #define PACKAGE_NAME "pulseaudio"
  1451. | #define PACKAGE_TARNAME "pulseaudio"
  1452. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1453. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1454. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1455. | #define PACKAGE_URL "http://pulseaudio.org/"
  1456. | #define PACKAGE "pulseaudio"
  1457. | #define VERSION "1.1-rebootstrapped"
  1458. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1459. | #define STDC_HEADERS 1
  1460. | #define HAVE_SYS_TYPES_H 1
  1461. | #define HAVE_SYS_STAT_H 1
  1462. | #define HAVE_STDLIB_H 1
  1463. | #define HAVE_STRING_H 1
  1464. | #define HAVE_MEMORY_H 1
  1465. | #define HAVE_STRINGS_H 1
  1466. | #define HAVE_INTTYPES_H 1
  1467. | #define HAVE_STDINT_H 1
  1468. | #define HAVE_UNISTD_H 1
  1469. | #define __EXTENSIONS__ 1
  1470. | #define _ALL_SOURCE 1
  1471. | #define _GNU_SOURCE 1
  1472. | #define _POSIX_PTHREAD_SEMANTICS 1
  1473. | #define _TANDEM_SOURCE 1
  1474. | #define GETTEXT_PACKAGE "pulseaudio"
  1475. | #define HAVE_LOCALE_H 1
  1476. | #define HAVE_LC_MESSAGES 1
  1477. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1478. | #define HAVE_GETTEXT 1
  1479. | #define HAVE_DCGETTEXT 1
  1480. | #define ENABLE_NLS 1
  1481. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1482. | #define HAVE_ATOMIC_BUILTINS 1
  1483. | #define HAVE_DLFCN_H 1
  1484. | #define LT_OBJDIR ".libs/"
  1485. | #define STDC_HEADERS 1
  1486. | #define HAVE_ARPA_INET_H 1
  1487. | #define HAVE_GLOB_H 1
  1488. | #define HAVE_GRP_H 1
  1489. | #define HAVE_NETDB_H 1
  1490. | #define HAVE_NETINET_IN_H 1
  1491. | #define HAVE_NETINET_IN_SYSTM_H 1
  1492. | #define HAVE_NETINET_TCP_H 1
  1493. | #define HAVE_POLL_H 1
  1494. | #define HAVE_PWD_H 1
  1495. | #define HAVE_SCHED_H 1
  1496. | #define HAVE_SYS_MMAN_H 1
  1497. | #define HAVE_SYS_SELECT_H 1
  1498. | #define HAVE_SYS_SOCKET_H 1
  1499. | #define HAVE_SYS_WAIT_H 1
  1500. | #define HAVE_SYS_UIO_H 1
  1501. | #define HAVE_SYSLOG_H 1
  1502. | #define HAVE_DLFCN_H 1
  1503. | #define HAVE_LINUX_SOCKIOS_H 1
  1504. | #define HAVE_SYS_PRCTL_H 1
  1505. | /* end confdefs.h. */
  1506. | #include <stdio.h>
  1507. | #ifdef HAVE_SYS_TYPES_H
  1508. | # include <sys/types.h>
  1509. | #endif
  1510. | #ifdef HAVE_SYS_STAT_H
  1511. | # include <sys/stat.h>
  1512. | #endif
  1513. | #ifdef STDC_HEADERS
  1514. | # include <stdlib.h>
  1515. | # include <stddef.h>
  1516. | #else
  1517. | # ifdef HAVE_STDLIB_H
  1518. | # include <stdlib.h>
  1519. | # endif
  1520. | #endif
  1521. | #ifdef HAVE_STRING_H
  1522. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1523. | # include <memory.h>
  1524. | # endif
  1525. | # include <string.h>
  1526. | #endif
  1527. | #ifdef HAVE_STRINGS_H
  1528. | # include <strings.h>
  1529. | #endif
  1530. | #ifdef HAVE_INTTYPES_H
  1531. | # include <inttypes.h>
  1532. | #endif
  1533. | #ifdef HAVE_STDINT_H
  1534. | # include <stdint.h>
  1535. | #endif
  1536. | #ifdef HAVE_UNISTD_H
  1537. | # include <unistd.h>
  1538. | #endif
  1539. |
  1540. | #include <sys/filio.h>
  1541. configure:14195: result: no
  1542. configure:14195: checking for windows.h
  1543. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1544. conftest.c:92:21: fatal error: windows.h: No such file or directory
  1545. compilation terminated.
  1546. configure:14195: $? = 1
  1547. configure: failed program was:
  1548. | /* confdefs.h */
  1549. | #define PACKAGE_NAME "pulseaudio"
  1550. | #define PACKAGE_TARNAME "pulseaudio"
  1551. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1552. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1553. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1554. | #define PACKAGE_URL "http://pulseaudio.org/"
  1555. | #define PACKAGE "pulseaudio"
  1556. | #define VERSION "1.1-rebootstrapped"
  1557. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1558. | #define STDC_HEADERS 1
  1559. | #define HAVE_SYS_TYPES_H 1
  1560. | #define HAVE_SYS_STAT_H 1
  1561. | #define HAVE_STDLIB_H 1
  1562. | #define HAVE_STRING_H 1
  1563. | #define HAVE_MEMORY_H 1
  1564. | #define HAVE_STRINGS_H 1
  1565. | #define HAVE_INTTYPES_H 1
  1566. | #define HAVE_STDINT_H 1
  1567. | #define HAVE_UNISTD_H 1
  1568. | #define __EXTENSIONS__ 1
  1569. | #define _ALL_SOURCE 1
  1570. | #define _GNU_SOURCE 1
  1571. | #define _POSIX_PTHREAD_SEMANTICS 1
  1572. | #define _TANDEM_SOURCE 1
  1573. | #define GETTEXT_PACKAGE "pulseaudio"
  1574. | #define HAVE_LOCALE_H 1
  1575. | #define HAVE_LC_MESSAGES 1
  1576. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1577. | #define HAVE_GETTEXT 1
  1578. | #define HAVE_DCGETTEXT 1
  1579. | #define ENABLE_NLS 1
  1580. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1581. | #define HAVE_ATOMIC_BUILTINS 1
  1582. | #define HAVE_DLFCN_H 1
  1583. | #define LT_OBJDIR ".libs/"
  1584. | #define STDC_HEADERS 1
  1585. | #define HAVE_ARPA_INET_H 1
  1586. | #define HAVE_GLOB_H 1
  1587. | #define HAVE_GRP_H 1
  1588. | #define HAVE_NETDB_H 1
  1589. | #define HAVE_NETINET_IN_H 1
  1590. | #define HAVE_NETINET_IN_SYSTM_H 1
  1591. | #define HAVE_NETINET_TCP_H 1
  1592. | #define HAVE_POLL_H 1
  1593. | #define HAVE_PWD_H 1
  1594. | #define HAVE_SCHED_H 1
  1595. | #define HAVE_SYS_MMAN_H 1
  1596. | #define HAVE_SYS_SELECT_H 1
  1597. | #define HAVE_SYS_SOCKET_H 1
  1598. | #define HAVE_SYS_WAIT_H 1
  1599. | #define HAVE_SYS_UIO_H 1
  1600. | #define HAVE_SYSLOG_H 1
  1601. | #define HAVE_DLFCN_H 1
  1602. | #define HAVE_LINUX_SOCKIOS_H 1
  1603. | #define HAVE_SYS_PRCTL_H 1
  1604. | /* end confdefs.h. */
  1605. | #include <stdio.h>
  1606. | #ifdef HAVE_SYS_TYPES_H
  1607. | # include <sys/types.h>
  1608. | #endif
  1609. | #ifdef HAVE_SYS_STAT_H
  1610. | # include <sys/stat.h>
  1611. | #endif
  1612. | #ifdef STDC_HEADERS
  1613. | # include <stdlib.h>
  1614. | # include <stddef.h>
  1615. | #else
  1616. | # ifdef HAVE_STDLIB_H
  1617. | # include <stdlib.h>
  1618. | # endif
  1619. | #endif
  1620. | #ifdef HAVE_STRING_H
  1621. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1622. | # include <memory.h>
  1623. | # endif
  1624. | # include <string.h>
  1625. | #endif
  1626. | #ifdef HAVE_STRINGS_H
  1627. | # include <strings.h>
  1628. | #endif
  1629. | #ifdef HAVE_INTTYPES_H
  1630. | # include <inttypes.h>
  1631. | #endif
  1632. | #ifdef HAVE_STDINT_H
  1633. | # include <stdint.h>
  1634. | #endif
  1635. | #ifdef HAVE_UNISTD_H
  1636. | # include <unistd.h>
  1637. | #endif
  1638. |
  1639. | #include <windows.h>
  1640. configure:14195: result: no
  1641. configure:14195: checking for winsock2.h
  1642. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1643. conftest.c:92:22: fatal error: winsock2.h: No such file or directory
  1644. compilation terminated.
  1645. configure:14195: $? = 1
  1646. configure: failed program was:
  1647. | /* confdefs.h */
  1648. | #define PACKAGE_NAME "pulseaudio"
  1649. | #define PACKAGE_TARNAME "pulseaudio"
  1650. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1651. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1652. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1653. | #define PACKAGE_URL "http://pulseaudio.org/"
  1654. | #define PACKAGE "pulseaudio"
  1655. | #define VERSION "1.1-rebootstrapped"
  1656. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1657. | #define STDC_HEADERS 1
  1658. | #define HAVE_SYS_TYPES_H 1
  1659. | #define HAVE_SYS_STAT_H 1
  1660. | #define HAVE_STDLIB_H 1
  1661. | #define HAVE_STRING_H 1
  1662. | #define HAVE_MEMORY_H 1
  1663. | #define HAVE_STRINGS_H 1
  1664. | #define HAVE_INTTYPES_H 1
  1665. | #define HAVE_STDINT_H 1
  1666. | #define HAVE_UNISTD_H 1
  1667. | #define __EXTENSIONS__ 1
  1668. | #define _ALL_SOURCE 1
  1669. | #define _GNU_SOURCE 1
  1670. | #define _POSIX_PTHREAD_SEMANTICS 1
  1671. | #define _TANDEM_SOURCE 1
  1672. | #define GETTEXT_PACKAGE "pulseaudio"
  1673. | #define HAVE_LOCALE_H 1
  1674. | #define HAVE_LC_MESSAGES 1
  1675. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1676. | #define HAVE_GETTEXT 1
  1677. | #define HAVE_DCGETTEXT 1
  1678. | #define ENABLE_NLS 1
  1679. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1680. | #define HAVE_ATOMIC_BUILTINS 1
  1681. | #define HAVE_DLFCN_H 1
  1682. | #define LT_OBJDIR ".libs/"
  1683. | #define STDC_HEADERS 1
  1684. | #define HAVE_ARPA_INET_H 1
  1685. | #define HAVE_GLOB_H 1
  1686. | #define HAVE_GRP_H 1
  1687. | #define HAVE_NETDB_H 1
  1688. | #define HAVE_NETINET_IN_H 1
  1689. | #define HAVE_NETINET_IN_SYSTM_H 1
  1690. | #define HAVE_NETINET_TCP_H 1
  1691. | #define HAVE_POLL_H 1
  1692. | #define HAVE_PWD_H 1
  1693. | #define HAVE_SCHED_H 1
  1694. | #define HAVE_SYS_MMAN_H 1
  1695. | #define HAVE_SYS_SELECT_H 1
  1696. | #define HAVE_SYS_SOCKET_H 1
  1697. | #define HAVE_SYS_WAIT_H 1
  1698. | #define HAVE_SYS_UIO_H 1
  1699. | #define HAVE_SYSLOG_H 1
  1700. | #define HAVE_DLFCN_H 1
  1701. | #define HAVE_LINUX_SOCKIOS_H 1
  1702. | #define HAVE_SYS_PRCTL_H 1
  1703. | /* end confdefs.h. */
  1704. | #include <stdio.h>
  1705. | #ifdef HAVE_SYS_TYPES_H
  1706. | # include <sys/types.h>
  1707. | #endif
  1708. | #ifdef HAVE_SYS_STAT_H
  1709. | # include <sys/stat.h>
  1710. | #endif
  1711. | #ifdef STDC_HEADERS
  1712. | # include <stdlib.h>
  1713. | # include <stddef.h>
  1714. | #else
  1715. | # ifdef HAVE_STDLIB_H
  1716. | # include <stdlib.h>
  1717. | # endif
  1718. | #endif
  1719. | #ifdef HAVE_STRING_H
  1720. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1721. | # include <memory.h>
  1722. | # endif
  1723. | # include <string.h>
  1724. | #endif
  1725. | #ifdef HAVE_STRINGS_H
  1726. | # include <strings.h>
  1727. | #endif
  1728. | #ifdef HAVE_INTTYPES_H
  1729. | # include <inttypes.h>
  1730. | #endif
  1731. | #ifdef HAVE_STDINT_H
  1732. | # include <stdint.h>
  1733. | #endif
  1734. | #ifdef HAVE_UNISTD_H
  1735. | # include <unistd.h>
  1736. | #endif
  1737. |
  1738. | #include <winsock2.h>
  1739. configure:14195: result: no
  1740. configure:14195: checking for ws2tcpip.h
  1741. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1742. conftest.c:92:22: fatal error: ws2tcpip.h: No such file or directory
  1743. compilation terminated.
  1744. configure:14195: $? = 1
  1745. configure: failed program was:
  1746. | /* confdefs.h */
  1747. | #define PACKAGE_NAME "pulseaudio"
  1748. | #define PACKAGE_TARNAME "pulseaudio"
  1749. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1750. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1751. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1752. | #define PACKAGE_URL "http://pulseaudio.org/"
  1753. | #define PACKAGE "pulseaudio"
  1754. | #define VERSION "1.1-rebootstrapped"
  1755. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1756. | #define STDC_HEADERS 1
  1757. | #define HAVE_SYS_TYPES_H 1
  1758. | #define HAVE_SYS_STAT_H 1
  1759. | #define HAVE_STDLIB_H 1
  1760. | #define HAVE_STRING_H 1
  1761. | #define HAVE_MEMORY_H 1
  1762. | #define HAVE_STRINGS_H 1
  1763. | #define HAVE_INTTYPES_H 1
  1764. | #define HAVE_STDINT_H 1
  1765. | #define HAVE_UNISTD_H 1
  1766. | #define __EXTENSIONS__ 1
  1767. | #define _ALL_SOURCE 1
  1768. | #define _GNU_SOURCE 1
  1769. | #define _POSIX_PTHREAD_SEMANTICS 1
  1770. | #define _TANDEM_SOURCE 1
  1771. | #define GETTEXT_PACKAGE "pulseaudio"
  1772. | #define HAVE_LOCALE_H 1
  1773. | #define HAVE_LC_MESSAGES 1
  1774. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1775. | #define HAVE_GETTEXT 1
  1776. | #define HAVE_DCGETTEXT 1
  1777. | #define ENABLE_NLS 1
  1778. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1779. | #define HAVE_ATOMIC_BUILTINS 1
  1780. | #define HAVE_DLFCN_H 1
  1781. | #define LT_OBJDIR ".libs/"
  1782. | #define STDC_HEADERS 1
  1783. | #define HAVE_ARPA_INET_H 1
  1784. | #define HAVE_GLOB_H 1
  1785. | #define HAVE_GRP_H 1
  1786. | #define HAVE_NETDB_H 1
  1787. | #define HAVE_NETINET_IN_H 1
  1788. | #define HAVE_NETINET_IN_SYSTM_H 1
  1789. | #define HAVE_NETINET_TCP_H 1
  1790. | #define HAVE_POLL_H 1
  1791. | #define HAVE_PWD_H 1
  1792. | #define HAVE_SCHED_H 1
  1793. | #define HAVE_SYS_MMAN_H 1
  1794. | #define HAVE_SYS_SELECT_H 1
  1795. | #define HAVE_SYS_SOCKET_H 1
  1796. | #define HAVE_SYS_WAIT_H 1
  1797. | #define HAVE_SYS_UIO_H 1
  1798. | #define HAVE_SYSLOG_H 1
  1799. | #define HAVE_DLFCN_H 1
  1800. | #define HAVE_LINUX_SOCKIOS_H 1
  1801. | #define HAVE_SYS_PRCTL_H 1
  1802. | /* end confdefs.h. */
  1803. | #include <stdio.h>
  1804. | #ifdef HAVE_SYS_TYPES_H
  1805. | # include <sys/types.h>
  1806. | #endif
  1807. | #ifdef HAVE_SYS_STAT_H
  1808. | # include <sys/stat.h>
  1809. | #endif
  1810. | #ifdef STDC_HEADERS
  1811. | # include <stdlib.h>
  1812. | # include <stddef.h>
  1813. | #else
  1814. | # ifdef HAVE_STDLIB_H
  1815. | # include <stdlib.h>
  1816. | # endif
  1817. | #endif
  1818. | #ifdef HAVE_STRING_H
  1819. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1820. | # include <memory.h>
  1821. | # endif
  1822. | # include <string.h>
  1823. | #endif
  1824. | #ifdef HAVE_STRINGS_H
  1825. | # include <strings.h>
  1826. | #endif
  1827. | #ifdef HAVE_INTTYPES_H
  1828. | # include <inttypes.h>
  1829. | #endif
  1830. | #ifdef HAVE_STDINT_H
  1831. | # include <stdint.h>
  1832. | #endif
  1833. | #ifdef HAVE_UNISTD_H
  1834. | # include <unistd.h>
  1835. | #endif
  1836. |
  1837. | #include <ws2tcpip.h>
  1838. configure:14195: result: no
  1839. configure:14195: checking for sys/atomic.h
  1840. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1841. conftest.c:92:24: fatal error: sys/atomic.h: No such file or directory
  1842. compilation terminated.
  1843. configure:14195: $? = 1
  1844. configure: failed program was:
  1845. | /* confdefs.h */
  1846. | #define PACKAGE_NAME "pulseaudio"
  1847. | #define PACKAGE_TARNAME "pulseaudio"
  1848. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1849. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1850. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1851. | #define PACKAGE_URL "http://pulseaudio.org/"
  1852. | #define PACKAGE "pulseaudio"
  1853. | #define VERSION "1.1-rebootstrapped"
  1854. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1855. | #define STDC_HEADERS 1
  1856. | #define HAVE_SYS_TYPES_H 1
  1857. | #define HAVE_SYS_STAT_H 1
  1858. | #define HAVE_STDLIB_H 1
  1859. | #define HAVE_STRING_H 1
  1860. | #define HAVE_MEMORY_H 1
  1861. | #define HAVE_STRINGS_H 1
  1862. | #define HAVE_INTTYPES_H 1
  1863. | #define HAVE_STDINT_H 1
  1864. | #define HAVE_UNISTD_H 1
  1865. | #define __EXTENSIONS__ 1
  1866. | #define _ALL_SOURCE 1
  1867. | #define _GNU_SOURCE 1
  1868. | #define _POSIX_PTHREAD_SEMANTICS 1
  1869. | #define _TANDEM_SOURCE 1
  1870. | #define GETTEXT_PACKAGE "pulseaudio"
  1871. | #define HAVE_LOCALE_H 1
  1872. | #define HAVE_LC_MESSAGES 1
  1873. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1874. | #define HAVE_GETTEXT 1
  1875. | #define HAVE_DCGETTEXT 1
  1876. | #define ENABLE_NLS 1
  1877. | #define PULSE_LOCALEDIR "/usr/share/locale"
  1878. | #define HAVE_ATOMIC_BUILTINS 1
  1879. | #define HAVE_DLFCN_H 1
  1880. | #define LT_OBJDIR ".libs/"
  1881. | #define STDC_HEADERS 1
  1882. | #define HAVE_ARPA_INET_H 1
  1883. | #define HAVE_GLOB_H 1
  1884. | #define HAVE_GRP_H 1
  1885. | #define HAVE_NETDB_H 1
  1886. | #define HAVE_NETINET_IN_H 1
  1887. | #define HAVE_NETINET_IN_SYSTM_H 1
  1888. | #define HAVE_NETINET_TCP_H 1
  1889. | #define HAVE_POLL_H 1
  1890. | #define HAVE_PWD_H 1
  1891. | #define HAVE_SCHED_H 1
  1892. | #define HAVE_SYS_MMAN_H 1
  1893. | #define HAVE_SYS_SELECT_H 1
  1894. | #define HAVE_SYS_SOCKET_H 1
  1895. | #define HAVE_SYS_WAIT_H 1
  1896. | #define HAVE_SYS_UIO_H 1
  1897. | #define HAVE_SYSLOG_H 1
  1898. | #define HAVE_DLFCN_H 1
  1899. | #define HAVE_LINUX_SOCKIOS_H 1
  1900. | #define HAVE_SYS_PRCTL_H 1
  1901. | /* end confdefs.h. */
  1902. | #include <stdio.h>
  1903. | #ifdef HAVE_SYS_TYPES_H
  1904. | # include <sys/types.h>
  1905. | #endif
  1906. | #ifdef HAVE_SYS_STAT_H
  1907. | # include <sys/stat.h>
  1908. | #endif
  1909. | #ifdef STDC_HEADERS
  1910. | # include <stdlib.h>
  1911. | # include <stddef.h>
  1912. | #else
  1913. | # ifdef HAVE_STDLIB_H
  1914. | # include <stdlib.h>
  1915. | # endif
  1916. | #endif
  1917. | #ifdef HAVE_STRING_H
  1918. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1919. | # include <memory.h>
  1920. | # endif
  1921. | # include <string.h>
  1922. | #endif
  1923. | #ifdef HAVE_STRINGS_H
  1924. | # include <strings.h>
  1925. | #endif
  1926. | #ifdef HAVE_INTTYPES_H
  1927. | # include <inttypes.h>
  1928. | #endif
  1929. | #ifdef HAVE_STDINT_H
  1930. | # include <stdint.h>
  1931. | #endif
  1932. | #ifdef HAVE_UNISTD_H
  1933. | # include <unistd.h>
  1934. | #endif
  1935. |
  1936. | #include <sys/atomic.h>
  1937. configure:14195: result: no
  1938. configure:14195: checking for sys/ioctl.h
  1939. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1940. configure:14195: $? = 0
  1941. configure:14195: result: yes
  1942. configure:14195: checking for byteswap.h
  1943. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1944. configure:14195: $? = 0
  1945. configure:14195: result: yes
  1946. configure:14195: checking for sys/syscall.h
  1947. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1948. configure:14195: $? = 0
  1949. configure:14195: result: yes
  1950. configure:14195: checking for sys/eventfd.h
  1951. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1952. configure:14195: $? = 0
  1953. configure:14195: result: yes
  1954. configure:14195: checking for execinfo.h
  1955. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1956. configure:14195: $? = 0
  1957. configure:14195: result: yes
  1958. configure:14195: checking for langinfo.h
  1959. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1960. configure:14195: $? = 0
  1961. configure:14195: result: yes
  1962. configure:14195: checking for regex.h
  1963. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1964. configure:14195: $? = 0
  1965. configure:14195: result: yes
  1966. configure:14195: checking for pcreposix.h
  1967. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1968. configure:14195: $? = 0
  1969. configure:14195: result: yes
  1970. configure:14195: checking for valgrind/memcheck.h
  1971. configure:14195: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  1972. conftest.c:100:31: fatal error: valgrind/memcheck.h: No such file or directory
  1973. compilation terminated.
  1974. configure:14195: $? = 1
  1975. configure: failed program was:
  1976. | /* confdefs.h */
  1977. | #define PACKAGE_NAME "pulseaudio"
  1978. | #define PACKAGE_TARNAME "pulseaudio"
  1979. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  1980. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  1981. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  1982. | #define PACKAGE_URL "http://pulseaudio.org/"
  1983. | #define PACKAGE "pulseaudio"
  1984. | #define VERSION "1.1-rebootstrapped"
  1985. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  1986. | #define STDC_HEADERS 1
  1987. | #define HAVE_SYS_TYPES_H 1
  1988. | #define HAVE_SYS_STAT_H 1
  1989. | #define HAVE_STDLIB_H 1
  1990. | #define HAVE_STRING_H 1
  1991. | #define HAVE_MEMORY_H 1
  1992. | #define HAVE_STRINGS_H 1
  1993. | #define HAVE_INTTYPES_H 1
  1994. | #define HAVE_STDINT_H 1
  1995. | #define HAVE_UNISTD_H 1
  1996. | #define __EXTENSIONS__ 1
  1997. | #define _ALL_SOURCE 1
  1998. | #define _GNU_SOURCE 1
  1999. | #define _POSIX_PTHREAD_SEMANTICS 1
  2000. | #define _TANDEM_SOURCE 1
  2001. | #define GETTEXT_PACKAGE "pulseaudio"
  2002. | #define HAVE_LOCALE_H 1
  2003. | #define HAVE_LC_MESSAGES 1
  2004. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2005. | #define HAVE_GETTEXT 1
  2006. | #define HAVE_DCGETTEXT 1
  2007. | #define ENABLE_NLS 1
  2008. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2009. | #define HAVE_ATOMIC_BUILTINS 1
  2010. | #define HAVE_DLFCN_H 1
  2011. | #define LT_OBJDIR ".libs/"
  2012. | #define STDC_HEADERS 1
  2013. | #define HAVE_ARPA_INET_H 1
  2014. | #define HAVE_GLOB_H 1
  2015. | #define HAVE_GRP_H 1
  2016. | #define HAVE_NETDB_H 1
  2017. | #define HAVE_NETINET_IN_H 1
  2018. | #define HAVE_NETINET_IN_SYSTM_H 1
  2019. | #define HAVE_NETINET_TCP_H 1
  2020. | #define HAVE_POLL_H 1
  2021. | #define HAVE_PWD_H 1
  2022. | #define HAVE_SCHED_H 1
  2023. | #define HAVE_SYS_MMAN_H 1
  2024. | #define HAVE_SYS_SELECT_H 1
  2025. | #define HAVE_SYS_SOCKET_H 1
  2026. | #define HAVE_SYS_WAIT_H 1
  2027. | #define HAVE_SYS_UIO_H 1
  2028. | #define HAVE_SYSLOG_H 1
  2029. | #define HAVE_DLFCN_H 1
  2030. | #define HAVE_LINUX_SOCKIOS_H 1
  2031. | #define HAVE_SYS_PRCTL_H 1
  2032. | #define HAVE_SYS_IOCTL_H 1
  2033. | #define HAVE_BYTESWAP_H 1
  2034. | #define HAVE_SYS_SYSCALL_H 1
  2035. | #define HAVE_SYS_EVENTFD_H 1
  2036. | #define HAVE_EXECINFO_H 1
  2037. | #define HAVE_LANGINFO_H 1
  2038. | #define HAVE_REGEX_H 1
  2039. | #define HAVE_PCREPOSIX_H 1
  2040. | /* end confdefs.h. */
  2041. | #include <stdio.h>
  2042. | #ifdef HAVE_SYS_TYPES_H
  2043. | # include <sys/types.h>
  2044. | #endif
  2045. | #ifdef HAVE_SYS_STAT_H
  2046. | # include <sys/stat.h>
  2047. | #endif
  2048. | #ifdef STDC_HEADERS
  2049. | # include <stdlib.h>
  2050. | # include <stddef.h>
  2051. | #else
  2052. | # ifdef HAVE_STDLIB_H
  2053. | # include <stdlib.h>
  2054. | # endif
  2055. | #endif
  2056. | #ifdef HAVE_STRING_H
  2057. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2058. | # include <memory.h>
  2059. | # endif
  2060. | # include <string.h>
  2061. | #endif
  2062. | #ifdef HAVE_STRINGS_H
  2063. | # include <strings.h>
  2064. | #endif
  2065. | #ifdef HAVE_INTTYPES_H
  2066. | # include <inttypes.h>
  2067. | #endif
  2068. | #ifdef HAVE_STDINT_H
  2069. | # include <stdint.h>
  2070. | #endif
  2071. | #ifdef HAVE_UNISTD_H
  2072. | # include <unistd.h>
  2073. | #endif
  2074. |
  2075. | #include <valgrind/memcheck.h>
  2076. configure:14195: result: no
  2077. configure:14247: checking for netinet/ip.h
  2078. configure:14247: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2079. configure:14247: $? = 0
  2080. configure:14247: result: yes
  2081. configure:14267: checking sys/resource.h usability
  2082. configure:14267: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2083. configure:14267: $? = 0
  2084. configure:14267: result: yes
  2085. configure:14267: checking sys/resource.h presence
  2086. configure:14267: gcc -std=gnu99 -E conftest.c
  2087. configure:14267: $? = 0
  2088. configure:14267: result: yes
  2089. configure:14267: checking for sys/resource.h
  2090. configure:14267: result: yes
  2091. configure:14282: checking sys/un.h usability
  2092. configure:14282: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2093. configure:14282: $? = 0
  2094. configure:14282: result: yes
  2095. configure:14282: checking sys/un.h presence
  2096. configure:14282: gcc -std=gnu99 -E conftest.c
  2097. configure:14282: $? = 0
  2098. configure:14282: result: yes
  2099. configure:14282: checking for sys/un.h
  2100. configure:14282: result: yes
  2101. configure:14307: checking linux/input.h usability
  2102. configure:14307: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2103. configure:14307: $? = 0
  2104. configure:14307: result: yes
  2105. configure:14307: checking linux/input.h presence
  2106. configure:14307: gcc -std=gnu99 -E conftest.c
  2107. configure:14307: $? = 0
  2108. configure:14307: result: yes
  2109. configure:14307: checking for linux/input.h
  2110. configure:14307: result: yes
  2111. configure:14379: checking for an ANSI C-conforming const
  2112. configure:14444: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2113. conftest.c: In function 'main':
  2114. conftest.c:99:10: warning: 't' is used uninitialized in this function [-Wuninitialized]
  2115. conftest.c:115:23: warning: 'b' may be used uninitialized in this function [-Wuninitialized]
  2116. configure:14444: $? = 0
  2117. configure:14451: result: yes
  2118. configure:14459: checking whether byte ordering is bigendian
  2119. configure:14474: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2120. conftest.c:71:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  2121. configure:14474: $? = 1
  2122. configure: failed program was:
  2123. | /* confdefs.h */
  2124. | #define PACKAGE_NAME "pulseaudio"
  2125. | #define PACKAGE_TARNAME "pulseaudio"
  2126. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  2127. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  2128. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  2129. | #define PACKAGE_URL "http://pulseaudio.org/"
  2130. | #define PACKAGE "pulseaudio"
  2131. | #define VERSION "1.1-rebootstrapped"
  2132. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  2133. | #define STDC_HEADERS 1
  2134. | #define HAVE_SYS_TYPES_H 1
  2135. | #define HAVE_SYS_STAT_H 1
  2136. | #define HAVE_STDLIB_H 1
  2137. | #define HAVE_STRING_H 1
  2138. | #define HAVE_MEMORY_H 1
  2139. | #define HAVE_STRINGS_H 1
  2140. | #define HAVE_INTTYPES_H 1
  2141. | #define HAVE_STDINT_H 1
  2142. | #define HAVE_UNISTD_H 1
  2143. | #define __EXTENSIONS__ 1
  2144. | #define _ALL_SOURCE 1
  2145. | #define _GNU_SOURCE 1
  2146. | #define _POSIX_PTHREAD_SEMANTICS 1
  2147. | #define _TANDEM_SOURCE 1
  2148. | #define GETTEXT_PACKAGE "pulseaudio"
  2149. | #define HAVE_LOCALE_H 1
  2150. | #define HAVE_LC_MESSAGES 1
  2151. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2152. | #define HAVE_GETTEXT 1
  2153. | #define HAVE_DCGETTEXT 1
  2154. | #define ENABLE_NLS 1
  2155. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2156. | #define HAVE_ATOMIC_BUILTINS 1
  2157. | #define HAVE_DLFCN_H 1
  2158. | #define LT_OBJDIR ".libs/"
  2159. | #define STDC_HEADERS 1
  2160. | #define HAVE_ARPA_INET_H 1
  2161. | #define HAVE_GLOB_H 1
  2162. | #define HAVE_GRP_H 1
  2163. | #define HAVE_NETDB_H 1
  2164. | #define HAVE_NETINET_IN_H 1
  2165. | #define HAVE_NETINET_IN_SYSTM_H 1
  2166. | #define HAVE_NETINET_TCP_H 1
  2167. | #define HAVE_POLL_H 1
  2168. | #define HAVE_PWD_H 1
  2169. | #define HAVE_SCHED_H 1
  2170. | #define HAVE_SYS_MMAN_H 1
  2171. | #define HAVE_SYS_SELECT_H 1
  2172. | #define HAVE_SYS_SOCKET_H 1
  2173. | #define HAVE_SYS_WAIT_H 1
  2174. | #define HAVE_SYS_UIO_H 1
  2175. | #define HAVE_SYSLOG_H 1
  2176. | #define HAVE_DLFCN_H 1
  2177. | #define HAVE_LINUX_SOCKIOS_H 1
  2178. | #define HAVE_SYS_PRCTL_H 1
  2179. | #define HAVE_SYS_IOCTL_H 1
  2180. | #define HAVE_BYTESWAP_H 1
  2181. | #define HAVE_SYS_SYSCALL_H 1
  2182. | #define HAVE_SYS_EVENTFD_H 1
  2183. | #define HAVE_EXECINFO_H 1
  2184. | #define HAVE_LANGINFO_H 1
  2185. | #define HAVE_REGEX_H 1
  2186. | #define HAVE_PCREPOSIX_H 1
  2187. | #define HAVE_NETINET_IP_H 1
  2188. | #define HAVE_SYS_RESOURCE_H 1
  2189. | #define HAVE_SYS_UN_H 1
  2190. | #define HAVE_LINUX_INPUT_H 1
  2191. | /* end confdefs.h. */
  2192. | #ifndef __APPLE_CC__
  2193. | not a universal capable compiler
  2194. | #endif
  2195. | typedef int dummy;
  2196. |
  2197. configure:14519: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2198. configure:14519: $? = 0
  2199. configure:14537: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2200. conftest.c: In function 'main':
  2201. conftest.c:77:4: error: 'not' undeclared (first use in this function)
  2202. conftest.c:77:4: note: each undeclared identifier is reported only once for each function it appears in
  2203. conftest.c:77:8: error: expected ';' before 'big'
  2204. configure:14537: $? = 1
  2205. configure: failed program was:
  2206. | /* confdefs.h */
  2207. | #define PACKAGE_NAME "pulseaudio"
  2208. | #define PACKAGE_TARNAME "pulseaudio"
  2209. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  2210. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  2211. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  2212. | #define PACKAGE_URL "http://pulseaudio.org/"
  2213. | #define PACKAGE "pulseaudio"
  2214. | #define VERSION "1.1-rebootstrapped"
  2215. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  2216. | #define STDC_HEADERS 1
  2217. | #define HAVE_SYS_TYPES_H 1
  2218. | #define HAVE_SYS_STAT_H 1
  2219. | #define HAVE_STDLIB_H 1
  2220. | #define HAVE_STRING_H 1
  2221. | #define HAVE_MEMORY_H 1
  2222. | #define HAVE_STRINGS_H 1
  2223. | #define HAVE_INTTYPES_H 1
  2224. | #define HAVE_STDINT_H 1
  2225. | #define HAVE_UNISTD_H 1
  2226. | #define __EXTENSIONS__ 1
  2227. | #define _ALL_SOURCE 1
  2228. | #define _GNU_SOURCE 1
  2229. | #define _POSIX_PTHREAD_SEMANTICS 1
  2230. | #define _TANDEM_SOURCE 1
  2231. | #define GETTEXT_PACKAGE "pulseaudio"
  2232. | #define HAVE_LOCALE_H 1
  2233. | #define HAVE_LC_MESSAGES 1
  2234. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2235. | #define HAVE_GETTEXT 1
  2236. | #define HAVE_DCGETTEXT 1
  2237. | #define ENABLE_NLS 1
  2238. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2239. | #define HAVE_ATOMIC_BUILTINS 1
  2240. | #define HAVE_DLFCN_H 1
  2241. | #define LT_OBJDIR ".libs/"
  2242. | #define STDC_HEADERS 1
  2243. | #define HAVE_ARPA_INET_H 1
  2244. | #define HAVE_GLOB_H 1
  2245. | #define HAVE_GRP_H 1
  2246. | #define HAVE_NETDB_H 1
  2247. | #define HAVE_NETINET_IN_H 1
  2248. | #define HAVE_NETINET_IN_SYSTM_H 1
  2249. | #define HAVE_NETINET_TCP_H 1
  2250. | #define HAVE_POLL_H 1
  2251. | #define HAVE_PWD_H 1
  2252. | #define HAVE_SCHED_H 1
  2253. | #define HAVE_SYS_MMAN_H 1
  2254. | #define HAVE_SYS_SELECT_H 1
  2255. | #define HAVE_SYS_SOCKET_H 1
  2256. | #define HAVE_SYS_WAIT_H 1
  2257. | #define HAVE_SYS_UIO_H 1
  2258. | #define HAVE_SYSLOG_H 1
  2259. | #define HAVE_DLFCN_H 1
  2260. | #define HAVE_LINUX_SOCKIOS_H 1
  2261. | #define HAVE_SYS_PRCTL_H 1
  2262. | #define HAVE_SYS_IOCTL_H 1
  2263. | #define HAVE_BYTESWAP_H 1
  2264. | #define HAVE_SYS_SYSCALL_H 1
  2265. | #define HAVE_SYS_EVENTFD_H 1
  2266. | #define HAVE_EXECINFO_H 1
  2267. | #define HAVE_LANGINFO_H 1
  2268. | #define HAVE_REGEX_H 1
  2269. | #define HAVE_PCREPOSIX_H 1
  2270. | #define HAVE_NETINET_IP_H 1
  2271. | #define HAVE_SYS_RESOURCE_H 1
  2272. | #define HAVE_SYS_UN_H 1
  2273. | #define HAVE_LINUX_INPUT_H 1
  2274. | /* end confdefs.h. */
  2275. | #include <sys/types.h>
  2276. | #include <sys/param.h>
  2277. |
  2278. | int
  2279. | main ()
  2280. | {
  2281. | #if BYTE_ORDER != BIG_ENDIAN
  2282. | not big endian
  2283. | #endif
  2284. |
  2285. | ;
  2286. | return 0;
  2287. | }
  2288. configure:14665: result: no
  2289. configure:14683: checking for pid_t
  2290. configure:14683: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2291. configure:14683: $? = 0
  2292. configure:14683: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2293. conftest.c: In function 'main':
  2294. conftest.c:106:20: error: expected expression before ')' token
  2295. configure:14683: $? = 1
  2296. configure: failed program was:
  2297. | /* confdefs.h */
  2298. | #define PACKAGE_NAME "pulseaudio"
  2299. | #define PACKAGE_TARNAME "pulseaudio"
  2300. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  2301. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  2302. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  2303. | #define PACKAGE_URL "http://pulseaudio.org/"
  2304. | #define PACKAGE "pulseaudio"
  2305. | #define VERSION "1.1-rebootstrapped"
  2306. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  2307. | #define STDC_HEADERS 1
  2308. | #define HAVE_SYS_TYPES_H 1
  2309. | #define HAVE_SYS_STAT_H 1
  2310. | #define HAVE_STDLIB_H 1
  2311. | #define HAVE_STRING_H 1
  2312. | #define HAVE_MEMORY_H 1
  2313. | #define HAVE_STRINGS_H 1
  2314. | #define HAVE_INTTYPES_H 1
  2315. | #define HAVE_STDINT_H 1
  2316. | #define HAVE_UNISTD_H 1
  2317. | #define __EXTENSIONS__ 1
  2318. | #define _ALL_SOURCE 1
  2319. | #define _GNU_SOURCE 1
  2320. | #define _POSIX_PTHREAD_SEMANTICS 1
  2321. | #define _TANDEM_SOURCE 1
  2322. | #define GETTEXT_PACKAGE "pulseaudio"
  2323. | #define HAVE_LOCALE_H 1
  2324. | #define HAVE_LC_MESSAGES 1
  2325. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2326. | #define HAVE_GETTEXT 1
  2327. | #define HAVE_DCGETTEXT 1
  2328. | #define ENABLE_NLS 1
  2329. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2330. | #define HAVE_ATOMIC_BUILTINS 1
  2331. | #define HAVE_DLFCN_H 1
  2332. | #define LT_OBJDIR ".libs/"
  2333. | #define STDC_HEADERS 1
  2334. | #define HAVE_ARPA_INET_H 1
  2335. | #define HAVE_GLOB_H 1
  2336. | #define HAVE_GRP_H 1
  2337. | #define HAVE_NETDB_H 1
  2338. | #define HAVE_NETINET_IN_H 1
  2339. | #define HAVE_NETINET_IN_SYSTM_H 1
  2340. | #define HAVE_NETINET_TCP_H 1
  2341. | #define HAVE_POLL_H 1
  2342. | #define HAVE_PWD_H 1
  2343. | #define HAVE_SCHED_H 1
  2344. | #define HAVE_SYS_MMAN_H 1
  2345. | #define HAVE_SYS_SELECT_H 1
  2346. | #define HAVE_SYS_SOCKET_H 1
  2347. | #define HAVE_SYS_WAIT_H 1
  2348. | #define HAVE_SYS_UIO_H 1
  2349. | #define HAVE_SYSLOG_H 1
  2350. | #define HAVE_DLFCN_H 1
  2351. | #define HAVE_LINUX_SOCKIOS_H 1
  2352. | #define HAVE_SYS_PRCTL_H 1
  2353. | #define HAVE_SYS_IOCTL_H 1
  2354. | #define HAVE_BYTESWAP_H 1
  2355. | #define HAVE_SYS_SYSCALL_H 1
  2356. | #define HAVE_SYS_EVENTFD_H 1
  2357. | #define HAVE_EXECINFO_H 1
  2358. | #define HAVE_LANGINFO_H 1
  2359. | #define HAVE_REGEX_H 1
  2360. | #define HAVE_PCREPOSIX_H 1
  2361. | #define HAVE_NETINET_IP_H 1
  2362. | #define HAVE_SYS_RESOURCE_H 1
  2363. | #define HAVE_SYS_UN_H 1
  2364. | #define HAVE_LINUX_INPUT_H 1
  2365. | /* end confdefs.h. */
  2366. | #include <stdio.h>
  2367. | #ifdef HAVE_SYS_TYPES_H
  2368. | # include <sys/types.h>
  2369. | #endif
  2370. | #ifdef HAVE_SYS_STAT_H
  2371. | # include <sys/stat.h>
  2372. | #endif
  2373. | #ifdef STDC_HEADERS
  2374. | # include <stdlib.h>
  2375. | # include <stddef.h>
  2376. | #else
  2377. | # ifdef HAVE_STDLIB_H
  2378. | # include <stdlib.h>
  2379. | # endif
  2380. | #endif
  2381. | #ifdef HAVE_STRING_H
  2382. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2383. | # include <memory.h>
  2384. | # endif
  2385. | # include <string.h>
  2386. | #endif
  2387. | #ifdef HAVE_STRINGS_H
  2388. | # include <strings.h>
  2389. | #endif
  2390. | #ifdef HAVE_INTTYPES_H
  2391. | # include <inttypes.h>
  2392. | #endif
  2393. | #ifdef HAVE_STDINT_H
  2394. | # include <stdint.h>
  2395. | #endif
  2396. | #ifdef HAVE_UNISTD_H
  2397. | # include <unistd.h>
  2398. | #endif
  2399. | int
  2400. | main ()
  2401. | {
  2402. | if (sizeof ((pid_t)))
  2403. | return 0;
  2404. | ;
  2405. | return 0;
  2406. | }
  2407. configure:14683: result: yes
  2408. configure:14694: checking for size_t
  2409. configure:14694: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2410. configure:14694: $? = 0
  2411. configure:14694: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2412. conftest.c: In function 'main':
  2413. conftest.c:106:21: error: expected expression before ')' token
  2414. configure:14694: $? = 1
  2415. configure: failed program was:
  2416. | /* confdefs.h */
  2417. | #define PACKAGE_NAME "pulseaudio"
  2418. | #define PACKAGE_TARNAME "pulseaudio"
  2419. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  2420. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  2421. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  2422. | #define PACKAGE_URL "http://pulseaudio.org/"
  2423. | #define PACKAGE "pulseaudio"
  2424. | #define VERSION "1.1-rebootstrapped"
  2425. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  2426. | #define STDC_HEADERS 1
  2427. | #define HAVE_SYS_TYPES_H 1
  2428. | #define HAVE_SYS_STAT_H 1
  2429. | #define HAVE_STDLIB_H 1
  2430. | #define HAVE_STRING_H 1
  2431. | #define HAVE_MEMORY_H 1
  2432. | #define HAVE_STRINGS_H 1
  2433. | #define HAVE_INTTYPES_H 1
  2434. | #define HAVE_STDINT_H 1
  2435. | #define HAVE_UNISTD_H 1
  2436. | #define __EXTENSIONS__ 1
  2437. | #define _ALL_SOURCE 1
  2438. | #define _GNU_SOURCE 1
  2439. | #define _POSIX_PTHREAD_SEMANTICS 1
  2440. | #define _TANDEM_SOURCE 1
  2441. | #define GETTEXT_PACKAGE "pulseaudio"
  2442. | #define HAVE_LOCALE_H 1
  2443. | #define HAVE_LC_MESSAGES 1
  2444. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2445. | #define HAVE_GETTEXT 1
  2446. | #define HAVE_DCGETTEXT 1
  2447. | #define ENABLE_NLS 1
  2448. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2449. | #define HAVE_ATOMIC_BUILTINS 1
  2450. | #define HAVE_DLFCN_H 1
  2451. | #define LT_OBJDIR ".libs/"
  2452. | #define STDC_HEADERS 1
  2453. | #define HAVE_ARPA_INET_H 1
  2454. | #define HAVE_GLOB_H 1
  2455. | #define HAVE_GRP_H 1
  2456. | #define HAVE_NETDB_H 1
  2457. | #define HAVE_NETINET_IN_H 1
  2458. | #define HAVE_NETINET_IN_SYSTM_H 1
  2459. | #define HAVE_NETINET_TCP_H 1
  2460. | #define HAVE_POLL_H 1
  2461. | #define HAVE_PWD_H 1
  2462. | #define HAVE_SCHED_H 1
  2463. | #define HAVE_SYS_MMAN_H 1
  2464. | #define HAVE_SYS_SELECT_H 1
  2465. | #define HAVE_SYS_SOCKET_H 1
  2466. | #define HAVE_SYS_WAIT_H 1
  2467. | #define HAVE_SYS_UIO_H 1
  2468. | #define HAVE_SYSLOG_H 1
  2469. | #define HAVE_DLFCN_H 1
  2470. | #define HAVE_LINUX_SOCKIOS_H 1
  2471. | #define HAVE_SYS_PRCTL_H 1
  2472. | #define HAVE_SYS_IOCTL_H 1
  2473. | #define HAVE_BYTESWAP_H 1
  2474. | #define HAVE_SYS_SYSCALL_H 1
  2475. | #define HAVE_SYS_EVENTFD_H 1
  2476. | #define HAVE_EXECINFO_H 1
  2477. | #define HAVE_LANGINFO_H 1
  2478. | #define HAVE_REGEX_H 1
  2479. | #define HAVE_PCREPOSIX_H 1
  2480. | #define HAVE_NETINET_IP_H 1
  2481. | #define HAVE_SYS_RESOURCE_H 1
  2482. | #define HAVE_SYS_UN_H 1
  2483. | #define HAVE_LINUX_INPUT_H 1
  2484. | /* end confdefs.h. */
  2485. | #include <stdio.h>
  2486. | #ifdef HAVE_SYS_TYPES_H
  2487. | # include <sys/types.h>
  2488. | #endif
  2489. | #ifdef HAVE_SYS_STAT_H
  2490. | # include <sys/stat.h>
  2491. | #endif
  2492. | #ifdef STDC_HEADERS
  2493. | # include <stdlib.h>
  2494. | # include <stddef.h>
  2495. | #else
  2496. | # ifdef HAVE_STDLIB_H
  2497. | # include <stdlib.h>
  2498. | # endif
  2499. | #endif
  2500. | #ifdef HAVE_STRING_H
  2501. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2502. | # include <memory.h>
  2503. | # endif
  2504. | # include <string.h>
  2505. | #endif
  2506. | #ifdef HAVE_STRINGS_H
  2507. | # include <strings.h>
  2508. | #endif
  2509. | #ifdef HAVE_INTTYPES_H
  2510. | # include <inttypes.h>
  2511. | #endif
  2512. | #ifdef HAVE_STDINT_H
  2513. | # include <stdint.h>
  2514. | #endif
  2515. | #ifdef HAVE_UNISTD_H
  2516. | # include <unistd.h>
  2517. | #endif
  2518. | int
  2519. | main ()
  2520. | {
  2521. | if (sizeof ((size_t)))
  2522. | return 0;
  2523. | ;
  2524. | return 0;
  2525. | }
  2526. configure:14694: result: yes
  2527. configure:14705: checking for ssize_t
  2528. configure:14705: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2529. configure:14705: $? = 0
  2530. configure:14705: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2531. conftest.c: In function 'main':
  2532. conftest.c:106:22: error: expected expression before ')' token
  2533. configure:14705: $? = 1
  2534. configure: failed program was:
  2535. | /* confdefs.h */
  2536. | #define PACKAGE_NAME "pulseaudio"
  2537. | #define PACKAGE_TARNAME "pulseaudio"
  2538. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  2539. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  2540. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  2541. | #define PACKAGE_URL "http://pulseaudio.org/"
  2542. | #define PACKAGE "pulseaudio"
  2543. | #define VERSION "1.1-rebootstrapped"
  2544. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  2545. | #define STDC_HEADERS 1
  2546. | #define HAVE_SYS_TYPES_H 1
  2547. | #define HAVE_SYS_STAT_H 1
  2548. | #define HAVE_STDLIB_H 1
  2549. | #define HAVE_STRING_H 1
  2550. | #define HAVE_MEMORY_H 1
  2551. | #define HAVE_STRINGS_H 1
  2552. | #define HAVE_INTTYPES_H 1
  2553. | #define HAVE_STDINT_H 1
  2554. | #define HAVE_UNISTD_H 1
  2555. | #define __EXTENSIONS__ 1
  2556. | #define _ALL_SOURCE 1
  2557. | #define _GNU_SOURCE 1
  2558. | #define _POSIX_PTHREAD_SEMANTICS 1
  2559. | #define _TANDEM_SOURCE 1
  2560. | #define GETTEXT_PACKAGE "pulseaudio"
  2561. | #define HAVE_LOCALE_H 1
  2562. | #define HAVE_LC_MESSAGES 1
  2563. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2564. | #define HAVE_GETTEXT 1
  2565. | #define HAVE_DCGETTEXT 1
  2566. | #define ENABLE_NLS 1
  2567. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2568. | #define HAVE_ATOMIC_BUILTINS 1
  2569. | #define HAVE_DLFCN_H 1
  2570. | #define LT_OBJDIR ".libs/"
  2571. | #define STDC_HEADERS 1
  2572. | #define HAVE_ARPA_INET_H 1
  2573. | #define HAVE_GLOB_H 1
  2574. | #define HAVE_GRP_H 1
  2575. | #define HAVE_NETDB_H 1
  2576. | #define HAVE_NETINET_IN_H 1
  2577. | #define HAVE_NETINET_IN_SYSTM_H 1
  2578. | #define HAVE_NETINET_TCP_H 1
  2579. | #define HAVE_POLL_H 1
  2580. | #define HAVE_PWD_H 1
  2581. | #define HAVE_SCHED_H 1
  2582. | #define HAVE_SYS_MMAN_H 1
  2583. | #define HAVE_SYS_SELECT_H 1
  2584. | #define HAVE_SYS_SOCKET_H 1
  2585. | #define HAVE_SYS_WAIT_H 1
  2586. | #define HAVE_SYS_UIO_H 1
  2587. | #define HAVE_SYSLOG_H 1
  2588. | #define HAVE_DLFCN_H 1
  2589. | #define HAVE_LINUX_SOCKIOS_H 1
  2590. | #define HAVE_SYS_PRCTL_H 1
  2591. | #define HAVE_SYS_IOCTL_H 1
  2592. | #define HAVE_BYTESWAP_H 1
  2593. | #define HAVE_SYS_SYSCALL_H 1
  2594. | #define HAVE_SYS_EVENTFD_H 1
  2595. | #define HAVE_EXECINFO_H 1
  2596. | #define HAVE_LANGINFO_H 1
  2597. | #define HAVE_REGEX_H 1
  2598. | #define HAVE_PCREPOSIX_H 1
  2599. | #define HAVE_NETINET_IP_H 1
  2600. | #define HAVE_SYS_RESOURCE_H 1
  2601. | #define HAVE_SYS_UN_H 1
  2602. | #define HAVE_LINUX_INPUT_H 1
  2603. | /* end confdefs.h. */
  2604. | #include <stdio.h>
  2605. | #ifdef HAVE_SYS_TYPES_H
  2606. | # include <sys/types.h>
  2607. | #endif
  2608. | #ifdef HAVE_SYS_STAT_H
  2609. | # include <sys/stat.h>
  2610. | #endif
  2611. | #ifdef STDC_HEADERS
  2612. | # include <stdlib.h>
  2613. | # include <stddef.h>
  2614. | #else
  2615. | # ifdef HAVE_STDLIB_H
  2616. | # include <stdlib.h>
  2617. | # endif
  2618. | #endif
  2619. | #ifdef HAVE_STRING_H
  2620. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2621. | # include <memory.h>
  2622. | # endif
  2623. | # include <string.h>
  2624. | #endif
  2625. | #ifdef HAVE_STRINGS_H
  2626. | # include <strings.h>
  2627. | #endif
  2628. | #ifdef HAVE_INTTYPES_H
  2629. | # include <inttypes.h>
  2630. | #endif
  2631. | #ifdef HAVE_STDINT_H
  2632. | # include <stdint.h>
  2633. | #endif
  2634. | #ifdef HAVE_UNISTD_H
  2635. | # include <unistd.h>
  2636. | #endif
  2637. | int
  2638. | main ()
  2639. | {
  2640. | if (sizeof ((ssize_t)))
  2641. | return 0;
  2642. | ;
  2643. | return 0;
  2644. | }
  2645. configure:14705: result: yes
  2646. configure:14719: checking for off_t
  2647. configure:14719: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2648. configure:14719: $? = 0
  2649. configure:14719: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2650. conftest.c: In function 'main':
  2651. conftest.c:107:20: error: expected expression before ')' token
  2652. configure:14719: $? = 1
  2653. configure: failed program was:
  2654. | /* confdefs.h */
  2655. | #define PACKAGE_NAME "pulseaudio"
  2656. | #define PACKAGE_TARNAME "pulseaudio"
  2657. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  2658. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  2659. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  2660. | #define PACKAGE_URL "http://pulseaudio.org/"
  2661. | #define PACKAGE "pulseaudio"
  2662. | #define VERSION "1.1-rebootstrapped"
  2663. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  2664. | #define STDC_HEADERS 1
  2665. | #define HAVE_SYS_TYPES_H 1
  2666. | #define HAVE_SYS_STAT_H 1
  2667. | #define HAVE_STDLIB_H 1
  2668. | #define HAVE_STRING_H 1
  2669. | #define HAVE_MEMORY_H 1
  2670. | #define HAVE_STRINGS_H 1
  2671. | #define HAVE_INTTYPES_H 1
  2672. | #define HAVE_STDINT_H 1
  2673. | #define HAVE_UNISTD_H 1
  2674. | #define __EXTENSIONS__ 1
  2675. | #define _ALL_SOURCE 1
  2676. | #define _GNU_SOURCE 1
  2677. | #define _POSIX_PTHREAD_SEMANTICS 1
  2678. | #define _TANDEM_SOURCE 1
  2679. | #define GETTEXT_PACKAGE "pulseaudio"
  2680. | #define HAVE_LOCALE_H 1
  2681. | #define HAVE_LC_MESSAGES 1
  2682. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2683. | #define HAVE_GETTEXT 1
  2684. | #define HAVE_DCGETTEXT 1
  2685. | #define ENABLE_NLS 1
  2686. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2687. | #define HAVE_ATOMIC_BUILTINS 1
  2688. | #define HAVE_DLFCN_H 1
  2689. | #define LT_OBJDIR ".libs/"
  2690. | #define STDC_HEADERS 1
  2691. | #define HAVE_ARPA_INET_H 1
  2692. | #define HAVE_GLOB_H 1
  2693. | #define HAVE_GRP_H 1
  2694. | #define HAVE_NETDB_H 1
  2695. | #define HAVE_NETINET_IN_H 1
  2696. | #define HAVE_NETINET_IN_SYSTM_H 1
  2697. | #define HAVE_NETINET_TCP_H 1
  2698. | #define HAVE_POLL_H 1
  2699. | #define HAVE_PWD_H 1
  2700. | #define HAVE_SCHED_H 1
  2701. | #define HAVE_SYS_MMAN_H 1
  2702. | #define HAVE_SYS_SELECT_H 1
  2703. | #define HAVE_SYS_SOCKET_H 1
  2704. | #define HAVE_SYS_WAIT_H 1
  2705. | #define HAVE_SYS_UIO_H 1
  2706. | #define HAVE_SYSLOG_H 1
  2707. | #define HAVE_DLFCN_H 1
  2708. | #define HAVE_LINUX_SOCKIOS_H 1
  2709. | #define HAVE_SYS_PRCTL_H 1
  2710. | #define HAVE_SYS_IOCTL_H 1
  2711. | #define HAVE_BYTESWAP_H 1
  2712. | #define HAVE_SYS_SYSCALL_H 1
  2713. | #define HAVE_SYS_EVENTFD_H 1
  2714. | #define HAVE_EXECINFO_H 1
  2715. | #define HAVE_LANGINFO_H 1
  2716. | #define HAVE_REGEX_H 1
  2717. | #define HAVE_PCREPOSIX_H 1
  2718. | #define HAVE_NETINET_IP_H 1
  2719. | #define HAVE_SYS_RESOURCE_H 1
  2720. | #define HAVE_SYS_UN_H 1
  2721. | #define HAVE_LINUX_INPUT_H 1
  2722. | #define HAVE_SSIZE_T 1
  2723. | /* end confdefs.h. */
  2724. | #include <stdio.h>
  2725. | #ifdef HAVE_SYS_TYPES_H
  2726. | # include <sys/types.h>
  2727. | #endif
  2728. | #ifdef HAVE_SYS_STAT_H
  2729. | # include <sys/stat.h>
  2730. | #endif
  2731. | #ifdef STDC_HEADERS
  2732. | # include <stdlib.h>
  2733. | # include <stddef.h>
  2734. | #else
  2735. | # ifdef HAVE_STDLIB_H
  2736. | # include <stdlib.h>
  2737. | # endif
  2738. | #endif
  2739. | #ifdef HAVE_STRING_H
  2740. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2741. | # include <memory.h>
  2742. | # endif
  2743. | # include <string.h>
  2744. | #endif
  2745. | #ifdef HAVE_STRINGS_H
  2746. | # include <strings.h>
  2747. | #endif
  2748. | #ifdef HAVE_INTTYPES_H
  2749. | # include <inttypes.h>
  2750. | #endif
  2751. | #ifdef HAVE_STDINT_H
  2752. | # include <stdint.h>
  2753. | #endif
  2754. | #ifdef HAVE_UNISTD_H
  2755. | # include <unistd.h>
  2756. | #endif
  2757. | int
  2758. | main ()
  2759. | {
  2760. | if (sizeof ((off_t)))
  2761. | return 0;
  2762. | ;
  2763. | return 0;
  2764. | }
  2765. configure:14719: result: yes
  2766. configure:14731: checking for uid_t in sys/types.h
  2767. configure:14750: result: yes
  2768. configure:14761: checking whether environ is declared
  2769. configure:14761: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2770. configure:14761: $? = 0
  2771. configure:14761: result: yes
  2772. configure:14775: checking for SIGXCPU defined in signal.h
  2773. configure:14797: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2774. conftest.c: In function 'main':
  2775. conftest.c:78:7: warning: unused variable 'ok' [-Wunused-variable]
  2776. configure:14797: $? = 0
  2777. configure:14804: result: yes
  2778. configure:14827: checking for INADDR_NONE defined in netinet/in.h
  2779. configure:14849: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2780. conftest.c: In function 'main':
  2781. conftest.c:79:7: warning: unused variable 'ok' [-Wunused-variable]
  2782. configure:14849: $? = 0
  2783. configure:14856: result: yes
  2784. configure:14904: checking whether gcc -std=gnu99 knows _Bool
  2785. configure:14920: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2786. conftest.c: In function 'main':
  2787. conftest.c:77:7: warning: unused variable 'b' [-Wunused-variable]
  2788. configure:14920: $? = 0
  2789. configure:14928: result: yes
  2790. configure:14941: checking for thread local storage (TLS) class
  2791. configure:14969: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2792. conftest.c: In function 'foo':
  2793. conftest.c:77:38: warning: unused variable 'bar' [-Wunused-variable]
  2794. conftest.c: At top level:
  2795. conftest.c:76:16: warning: 'foo' defined but not used [-Wunused-function]
  2796. conftest.c: In function 'foo':
  2797. conftest.c:76:16: warning: function might be possible candidate for attribute 'noreturn' [-Wmissing-noreturn]
  2798. configure:14969: $? = 0
  2799. configure:14981: result: __thread
  2800. configure:15169: checking for the pthreads library -lpthreads
  2801. configure:15207: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lpthreads >&5
  2802. /usr/bin/ld: cannot find -lpthreads
  2803. collect2: ld returned 1 exit status
  2804. configure:15207: $? = 1
  2805. configure: failed program was:
  2806. | /* confdefs.h */
  2807. | #define PACKAGE_NAME "pulseaudio"
  2808. | #define PACKAGE_TARNAME "pulseaudio"
  2809. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  2810. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  2811. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  2812. | #define PACKAGE_URL "http://pulseaudio.org/"
  2813. | #define PACKAGE "pulseaudio"
  2814. | #define VERSION "1.1-rebootstrapped"
  2815. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  2816. | #define STDC_HEADERS 1
  2817. | #define HAVE_SYS_TYPES_H 1
  2818. | #define HAVE_SYS_STAT_H 1
  2819. | #define HAVE_STDLIB_H 1
  2820. | #define HAVE_STRING_H 1
  2821. | #define HAVE_MEMORY_H 1
  2822. | #define HAVE_STRINGS_H 1
  2823. | #define HAVE_INTTYPES_H 1
  2824. | #define HAVE_STDINT_H 1
  2825. | #define HAVE_UNISTD_H 1
  2826. | #define __EXTENSIONS__ 1
  2827. | #define _ALL_SOURCE 1
  2828. | #define _GNU_SOURCE 1
  2829. | #define _POSIX_PTHREAD_SEMANTICS 1
  2830. | #define _TANDEM_SOURCE 1
  2831. | #define GETTEXT_PACKAGE "pulseaudio"
  2832. | #define HAVE_LOCALE_H 1
  2833. | #define HAVE_LC_MESSAGES 1
  2834. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2835. | #define HAVE_GETTEXT 1
  2836. | #define HAVE_DCGETTEXT 1
  2837. | #define ENABLE_NLS 1
  2838. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2839. | #define HAVE_ATOMIC_BUILTINS 1
  2840. | #define HAVE_DLFCN_H 1
  2841. | #define LT_OBJDIR ".libs/"
  2842. | #define STDC_HEADERS 1
  2843. | #define HAVE_ARPA_INET_H 1
  2844. | #define HAVE_GLOB_H 1
  2845. | #define HAVE_GRP_H 1
  2846. | #define HAVE_NETDB_H 1
  2847. | #define HAVE_NETINET_IN_H 1
  2848. | #define HAVE_NETINET_IN_SYSTM_H 1
  2849. | #define HAVE_NETINET_TCP_H 1
  2850. | #define HAVE_POLL_H 1
  2851. | #define HAVE_PWD_H 1
  2852. | #define HAVE_SCHED_H 1
  2853. | #define HAVE_SYS_MMAN_H 1
  2854. | #define HAVE_SYS_SELECT_H 1
  2855. | #define HAVE_SYS_SOCKET_H 1
  2856. | #define HAVE_SYS_WAIT_H 1
  2857. | #define HAVE_SYS_UIO_H 1
  2858. | #define HAVE_SYSLOG_H 1
  2859. | #define HAVE_DLFCN_H 1
  2860. | #define HAVE_LINUX_SOCKIOS_H 1
  2861. | #define HAVE_SYS_PRCTL_H 1
  2862. | #define HAVE_SYS_IOCTL_H 1
  2863. | #define HAVE_BYTESWAP_H 1
  2864. | #define HAVE_SYS_SYSCALL_H 1
  2865. | #define HAVE_SYS_EVENTFD_H 1
  2866. | #define HAVE_EXECINFO_H 1
  2867. | #define HAVE_LANGINFO_H 1
  2868. | #define HAVE_REGEX_H 1
  2869. | #define HAVE_PCREPOSIX_H 1
  2870. | #define HAVE_NETINET_IP_H 1
  2871. | #define HAVE_SYS_RESOURCE_H 1
  2872. | #define HAVE_SYS_UN_H 1
  2873. | #define HAVE_LINUX_INPUT_H 1
  2874. | #define HAVE_SSIZE_T 1
  2875. | #define HAVE_DECL_ENVIRON 1
  2876. | #define HAVE_SIGXCPU 1
  2877. | #define HAVE_STD_BOOL 1
  2878. | #define TLS __thread
  2879. | #define SUPPORT_TLS___THREAD 1
  2880. | /* end confdefs.h. */
  2881. | #include <pthread.h>
  2882. | static void routine(void *a) { a = 0; }
  2883. | static void *start_routine(void *a) { return a; }
  2884. | int
  2885. | main ()
  2886. | {
  2887. | pthread_t th; pthread_attr_t attr;
  2888. | pthread_create(&th, 0, start_routine, 0);
  2889. | pthread_join(th, 0);
  2890. | pthread_attr_init(&attr);
  2891. | pthread_cleanup_push(routine, 0);
  2892. | pthread_cleanup_pop(0) /* ; */
  2893. | ;
  2894. | return 0;
  2895. | }
  2896. configure:15216: result: no
  2897. configure:15114: checking whether pthreads work without any flags
  2898. configure:15207: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  2899. /tmp/ccFYj5g0.o: In function `main':
  2900. /home/xbmc/source/pulseaudio-1.1/conftest.c:83: undefined reference to `pthread_create'
  2901. /home/xbmc/source/pulseaudio-1.1/conftest.c:84: undefined reference to `pthread_join'
  2902. /home/xbmc/source/pulseaudio-1.1/conftest.c:86: undefined reference to `__pthread_register_cancel'
  2903. /home/xbmc/source/pulseaudio-1.1/conftest.c:87: undefined reference to `__pthread_unregister_cancel'
  2904. collect2: ld returned 1 exit status
  2905. configure:15207: $? = 1
  2906. configure: failed program was:
  2907. | /* confdefs.h */
  2908. | #define PACKAGE_NAME "pulseaudio"
  2909. | #define PACKAGE_TARNAME "pulseaudio"
  2910. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  2911. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  2912. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  2913. | #define PACKAGE_URL "http://pulseaudio.org/"
  2914. | #define PACKAGE "pulseaudio"
  2915. | #define VERSION "1.1-rebootstrapped"
  2916. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  2917. | #define STDC_HEADERS 1
  2918. | #define HAVE_SYS_TYPES_H 1
  2919. | #define HAVE_SYS_STAT_H 1
  2920. | #define HAVE_STDLIB_H 1
  2921. | #define HAVE_STRING_H 1
  2922. | #define HAVE_MEMORY_H 1
  2923. | #define HAVE_STRINGS_H 1
  2924. | #define HAVE_INTTYPES_H 1
  2925. | #define HAVE_STDINT_H 1
  2926. | #define HAVE_UNISTD_H 1
  2927. | #define __EXTENSIONS__ 1
  2928. | #define _ALL_SOURCE 1
  2929. | #define _GNU_SOURCE 1
  2930. | #define _POSIX_PTHREAD_SEMANTICS 1
  2931. | #define _TANDEM_SOURCE 1
  2932. | #define GETTEXT_PACKAGE "pulseaudio"
  2933. | #define HAVE_LOCALE_H 1
  2934. | #define HAVE_LC_MESSAGES 1
  2935. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  2936. | #define HAVE_GETTEXT 1
  2937. | #define HAVE_DCGETTEXT 1
  2938. | #define ENABLE_NLS 1
  2939. | #define PULSE_LOCALEDIR "/usr/share/locale"
  2940. | #define HAVE_ATOMIC_BUILTINS 1
  2941. | #define HAVE_DLFCN_H 1
  2942. | #define LT_OBJDIR ".libs/"
  2943. | #define STDC_HEADERS 1
  2944. | #define HAVE_ARPA_INET_H 1
  2945. | #define HAVE_GLOB_H 1
  2946. | #define HAVE_GRP_H 1
  2947. | #define HAVE_NETDB_H 1
  2948. | #define HAVE_NETINET_IN_H 1
  2949. | #define HAVE_NETINET_IN_SYSTM_H 1
  2950. | #define HAVE_NETINET_TCP_H 1
  2951. | #define HAVE_POLL_H 1
  2952. | #define HAVE_PWD_H 1
  2953. | #define HAVE_SCHED_H 1
  2954. | #define HAVE_SYS_MMAN_H 1
  2955. | #define HAVE_SYS_SELECT_H 1
  2956. | #define HAVE_SYS_SOCKET_H 1
  2957. | #define HAVE_SYS_WAIT_H 1
  2958. | #define HAVE_SYS_UIO_H 1
  2959. | #define HAVE_SYSLOG_H 1
  2960. | #define HAVE_DLFCN_H 1
  2961. | #define HAVE_LINUX_SOCKIOS_H 1
  2962. | #define HAVE_SYS_PRCTL_H 1
  2963. | #define HAVE_SYS_IOCTL_H 1
  2964. | #define HAVE_BYTESWAP_H 1
  2965. | #define HAVE_SYS_SYSCALL_H 1
  2966. | #define HAVE_SYS_EVENTFD_H 1
  2967. | #define HAVE_EXECINFO_H 1
  2968. | #define HAVE_LANGINFO_H 1
  2969. | #define HAVE_REGEX_H 1
  2970. | #define HAVE_PCREPOSIX_H 1
  2971. | #define HAVE_NETINET_IP_H 1
  2972. | #define HAVE_SYS_RESOURCE_H 1
  2973. | #define HAVE_SYS_UN_H 1
  2974. | #define HAVE_LINUX_INPUT_H 1
  2975. | #define HAVE_SSIZE_T 1
  2976. | #define HAVE_DECL_ENVIRON 1
  2977. | #define HAVE_SIGXCPU 1
  2978. | #define HAVE_STD_BOOL 1
  2979. | #define TLS __thread
  2980. | #define SUPPORT_TLS___THREAD 1
  2981. | /* end confdefs.h. */
  2982. | #include <pthread.h>
  2983. | static void routine(void *a) { a = 0; }
  2984. | static void *start_routine(void *a) { return a; }
  2985. | int
  2986. | main ()
  2987. | {
  2988. | pthread_t th; pthread_attr_t attr;
  2989. | pthread_create(&th, 0, start_routine, 0);
  2990. | pthread_join(th, 0);
  2991. | pthread_attr_init(&attr);
  2992. | pthread_cleanup_push(routine, 0);
  2993. | pthread_cleanup_pop(0) /* ; */
  2994. | ;
  2995. | return 0;
  2996. | }
  2997. configure:15216: result: no
  2998. configure:15119: checking whether pthreads work with -Kthread
  2999. configure:15207: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -Kthread conftest.c >&5
  3000. gcc: unrecognized option '-Kthread'
  3001. /tmp/ccdAbzp3.o: In function `main':
  3002. /home/xbmc/source/pulseaudio-1.1/conftest.c:83: undefined reference to `pthread_create'
  3003. /home/xbmc/source/pulseaudio-1.1/conftest.c:84: undefined reference to `pthread_join'
  3004. /home/xbmc/source/pulseaudio-1.1/conftest.c:86: undefined reference to `__pthread_register_cancel'
  3005. /home/xbmc/source/pulseaudio-1.1/conftest.c:87: undefined reference to `__pthread_unregister_cancel'
  3006. collect2: ld returned 1 exit status
  3007. configure:15207: $? = 1
  3008. configure: failed program was:
  3009. | /* confdefs.h */
  3010. | #define PACKAGE_NAME "pulseaudio"
  3011. | #define PACKAGE_TARNAME "pulseaudio"
  3012. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  3013. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  3014. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  3015. | #define PACKAGE_URL "http://pulseaudio.org/"
  3016. | #define PACKAGE "pulseaudio"
  3017. | #define VERSION "1.1-rebootstrapped"
  3018. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  3019. | #define STDC_HEADERS 1
  3020. | #define HAVE_SYS_TYPES_H 1
  3021. | #define HAVE_SYS_STAT_H 1
  3022. | #define HAVE_STDLIB_H 1
  3023. | #define HAVE_STRING_H 1
  3024. | #define HAVE_MEMORY_H 1
  3025. | #define HAVE_STRINGS_H 1
  3026. | #define HAVE_INTTYPES_H 1
  3027. | #define HAVE_STDINT_H 1
  3028. | #define HAVE_UNISTD_H 1
  3029. | #define __EXTENSIONS__ 1
  3030. | #define _ALL_SOURCE 1
  3031. | #define _GNU_SOURCE 1
  3032. | #define _POSIX_PTHREAD_SEMANTICS 1
  3033. | #define _TANDEM_SOURCE 1
  3034. | #define GETTEXT_PACKAGE "pulseaudio"
  3035. | #define HAVE_LOCALE_H 1
  3036. | #define HAVE_LC_MESSAGES 1
  3037. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3038. | #define HAVE_GETTEXT 1
  3039. | #define HAVE_DCGETTEXT 1
  3040. | #define ENABLE_NLS 1
  3041. | #define PULSE_LOCALEDIR "/usr/share/locale"
  3042. | #define HAVE_ATOMIC_BUILTINS 1
  3043. | #define HAVE_DLFCN_H 1
  3044. | #define LT_OBJDIR ".libs/"
  3045. | #define STDC_HEADERS 1
  3046. | #define HAVE_ARPA_INET_H 1
  3047. | #define HAVE_GLOB_H 1
  3048. | #define HAVE_GRP_H 1
  3049. | #define HAVE_NETDB_H 1
  3050. | #define HAVE_NETINET_IN_H 1
  3051. | #define HAVE_NETINET_IN_SYSTM_H 1
  3052. | #define HAVE_NETINET_TCP_H 1
  3053. | #define HAVE_POLL_H 1
  3054. | #define HAVE_PWD_H 1
  3055. | #define HAVE_SCHED_H 1
  3056. | #define HAVE_SYS_MMAN_H 1
  3057. | #define HAVE_SYS_SELECT_H 1
  3058. | #define HAVE_SYS_SOCKET_H 1
  3059. | #define HAVE_SYS_WAIT_H 1
  3060. | #define HAVE_SYS_UIO_H 1
  3061. | #define HAVE_SYSLOG_H 1
  3062. | #define HAVE_DLFCN_H 1
  3063. | #define HAVE_LINUX_SOCKIOS_H 1
  3064. | #define HAVE_SYS_PRCTL_H 1
  3065. | #define HAVE_SYS_IOCTL_H 1
  3066. | #define HAVE_BYTESWAP_H 1
  3067. | #define HAVE_SYS_SYSCALL_H 1
  3068. | #define HAVE_SYS_EVENTFD_H 1
  3069. | #define HAVE_EXECINFO_H 1
  3070. | #define HAVE_LANGINFO_H 1
  3071. | #define HAVE_REGEX_H 1
  3072. | #define HAVE_PCREPOSIX_H 1
  3073. | #define HAVE_NETINET_IP_H 1
  3074. | #define HAVE_SYS_RESOURCE_H 1
  3075. | #define HAVE_SYS_UN_H 1
  3076. | #define HAVE_LINUX_INPUT_H 1
  3077. | #define HAVE_SSIZE_T 1
  3078. | #define HAVE_DECL_ENVIRON 1
  3079. | #define HAVE_SIGXCPU 1
  3080. | #define HAVE_STD_BOOL 1
  3081. | #define TLS __thread
  3082. | #define SUPPORT_TLS___THREAD 1
  3083. | /* end confdefs.h. */
  3084. | #include <pthread.h>
  3085. | static void routine(void *a) { a = 0; }
  3086. | static void *start_routine(void *a) { return a; }
  3087. | int
  3088. | main ()
  3089. | {
  3090. | pthread_t th; pthread_attr_t attr;
  3091. | pthread_create(&th, 0, start_routine, 0);
  3092. | pthread_join(th, 0);
  3093. | pthread_attr_init(&attr);
  3094. | pthread_cleanup_push(routine, 0);
  3095. | pthread_cleanup_pop(0) /* ; */
  3096. | ;
  3097. | return 0;
  3098. | }
  3099. configure:15216: result: no
  3100. configure:15119: checking whether pthreads work with -kthread
  3101. configure:15207: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -kthread conftest.c >&5
  3102. gcc: unrecognized option '-kthread'
  3103. /tmp/ccCMBUQb.o: In function `main':
  3104. /home/xbmc/source/pulseaudio-1.1/conftest.c:83: undefined reference to `pthread_create'
  3105. /home/xbmc/source/pulseaudio-1.1/conftest.c:84: undefined reference to `pthread_join'
  3106. /home/xbmc/source/pulseaudio-1.1/conftest.c:86: undefined reference to `__pthread_register_cancel'
  3107. /home/xbmc/source/pulseaudio-1.1/conftest.c:87: undefined reference to `__pthread_unregister_cancel'
  3108. collect2: ld returned 1 exit status
  3109. configure:15207: $? = 1
  3110. configure: failed program was:
  3111. | /* confdefs.h */
  3112. | #define PACKAGE_NAME "pulseaudio"
  3113. | #define PACKAGE_TARNAME "pulseaudio"
  3114. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  3115. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  3116. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  3117. | #define PACKAGE_URL "http://pulseaudio.org/"
  3118. | #define PACKAGE "pulseaudio"
  3119. | #define VERSION "1.1-rebootstrapped"
  3120. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  3121. | #define STDC_HEADERS 1
  3122. | #define HAVE_SYS_TYPES_H 1
  3123. | #define HAVE_SYS_STAT_H 1
  3124. | #define HAVE_STDLIB_H 1
  3125. | #define HAVE_STRING_H 1
  3126. | #define HAVE_MEMORY_H 1
  3127. | #define HAVE_STRINGS_H 1
  3128. | #define HAVE_INTTYPES_H 1
  3129. | #define HAVE_STDINT_H 1
  3130. | #define HAVE_UNISTD_H 1
  3131. | #define __EXTENSIONS__ 1
  3132. | #define _ALL_SOURCE 1
  3133. | #define _GNU_SOURCE 1
  3134. | #define _POSIX_PTHREAD_SEMANTICS 1
  3135. | #define _TANDEM_SOURCE 1
  3136. | #define GETTEXT_PACKAGE "pulseaudio"
  3137. | #define HAVE_LOCALE_H 1
  3138. | #define HAVE_LC_MESSAGES 1
  3139. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3140. | #define HAVE_GETTEXT 1
  3141. | #define HAVE_DCGETTEXT 1
  3142. | #define ENABLE_NLS 1
  3143. | #define PULSE_LOCALEDIR "/usr/share/locale"
  3144. | #define HAVE_ATOMIC_BUILTINS 1
  3145. | #define HAVE_DLFCN_H 1
  3146. | #define LT_OBJDIR ".libs/"
  3147. | #define STDC_HEADERS 1
  3148. | #define HAVE_ARPA_INET_H 1
  3149. | #define HAVE_GLOB_H 1
  3150. | #define HAVE_GRP_H 1
  3151. | #define HAVE_NETDB_H 1
  3152. | #define HAVE_NETINET_IN_H 1
  3153. | #define HAVE_NETINET_IN_SYSTM_H 1
  3154. | #define HAVE_NETINET_TCP_H 1
  3155. | #define HAVE_POLL_H 1
  3156. | #define HAVE_PWD_H 1
  3157. | #define HAVE_SCHED_H 1
  3158. | #define HAVE_SYS_MMAN_H 1
  3159. | #define HAVE_SYS_SELECT_H 1
  3160. | #define HAVE_SYS_SOCKET_H 1
  3161. | #define HAVE_SYS_WAIT_H 1
  3162. | #define HAVE_SYS_UIO_H 1
  3163. | #define HAVE_SYSLOG_H 1
  3164. | #define HAVE_DLFCN_H 1
  3165. | #define HAVE_LINUX_SOCKIOS_H 1
  3166. | #define HAVE_SYS_PRCTL_H 1
  3167. | #define HAVE_SYS_IOCTL_H 1
  3168. | #define HAVE_BYTESWAP_H 1
  3169. | #define HAVE_SYS_SYSCALL_H 1
  3170. | #define HAVE_SYS_EVENTFD_H 1
  3171. | #define HAVE_EXECINFO_H 1
  3172. | #define HAVE_LANGINFO_H 1
  3173. | #define HAVE_REGEX_H 1
  3174. | #define HAVE_PCREPOSIX_H 1
  3175. | #define HAVE_NETINET_IP_H 1
  3176. | #define HAVE_SYS_RESOURCE_H 1
  3177. | #define HAVE_SYS_UN_H 1
  3178. | #define HAVE_LINUX_INPUT_H 1
  3179. | #define HAVE_SSIZE_T 1
  3180. | #define HAVE_DECL_ENVIRON 1
  3181. | #define HAVE_SIGXCPU 1
  3182. | #define HAVE_STD_BOOL 1
  3183. | #define TLS __thread
  3184. | #define SUPPORT_TLS___THREAD 1
  3185. | /* end confdefs.h. */
  3186. | #include <pthread.h>
  3187. | static void routine(void *a) { a = 0; }
  3188. | static void *start_routine(void *a) { return a; }
  3189. | int
  3190. | main ()
  3191. | {
  3192. | pthread_t th; pthread_attr_t attr;
  3193. | pthread_create(&th, 0, start_routine, 0);
  3194. | pthread_join(th, 0);
  3195. | pthread_attr_init(&attr);
  3196. | pthread_cleanup_push(routine, 0);
  3197. | pthread_cleanup_pop(0) /* ; */
  3198. | ;
  3199. | return 0;
  3200. | }
  3201. configure:15216: result: no
  3202. configure:15169: checking for the pthreads library -llthread
  3203. configure:15207: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -llthread >&5
  3204. /usr/bin/ld: cannot find -llthread
  3205. collect2: ld returned 1 exit status
  3206. configure:15207: $? = 1
  3207. configure: failed program was:
  3208. | /* confdefs.h */
  3209. | #define PACKAGE_NAME "pulseaudio"
  3210. | #define PACKAGE_TARNAME "pulseaudio"
  3211. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  3212. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  3213. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  3214. | #define PACKAGE_URL "http://pulseaudio.org/"
  3215. | #define PACKAGE "pulseaudio"
  3216. | #define VERSION "1.1-rebootstrapped"
  3217. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  3218. | #define STDC_HEADERS 1
  3219. | #define HAVE_SYS_TYPES_H 1
  3220. | #define HAVE_SYS_STAT_H 1
  3221. | #define HAVE_STDLIB_H 1
  3222. | #define HAVE_STRING_H 1
  3223. | #define HAVE_MEMORY_H 1
  3224. | #define HAVE_STRINGS_H 1
  3225. | #define HAVE_INTTYPES_H 1
  3226. | #define HAVE_STDINT_H 1
  3227. | #define HAVE_UNISTD_H 1
  3228. | #define __EXTENSIONS__ 1
  3229. | #define _ALL_SOURCE 1
  3230. | #define _GNU_SOURCE 1
  3231. | #define _POSIX_PTHREAD_SEMANTICS 1
  3232. | #define _TANDEM_SOURCE 1
  3233. | #define GETTEXT_PACKAGE "pulseaudio"
  3234. | #define HAVE_LOCALE_H 1
  3235. | #define HAVE_LC_MESSAGES 1
  3236. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3237. | #define HAVE_GETTEXT 1
  3238. | #define HAVE_DCGETTEXT 1
  3239. | #define ENABLE_NLS 1
  3240. | #define PULSE_LOCALEDIR "/usr/share/locale"
  3241. | #define HAVE_ATOMIC_BUILTINS 1
  3242. | #define HAVE_DLFCN_H 1
  3243. | #define LT_OBJDIR ".libs/"
  3244. | #define STDC_HEADERS 1
  3245. | #define HAVE_ARPA_INET_H 1
  3246. | #define HAVE_GLOB_H 1
  3247. | #define HAVE_GRP_H 1
  3248. | #define HAVE_NETDB_H 1
  3249. | #define HAVE_NETINET_IN_H 1
  3250. | #define HAVE_NETINET_IN_SYSTM_H 1
  3251. | #define HAVE_NETINET_TCP_H 1
  3252. | #define HAVE_POLL_H 1
  3253. | #define HAVE_PWD_H 1
  3254. | #define HAVE_SCHED_H 1
  3255. | #define HAVE_SYS_MMAN_H 1
  3256. | #define HAVE_SYS_SELECT_H 1
  3257. | #define HAVE_SYS_SOCKET_H 1
  3258. | #define HAVE_SYS_WAIT_H 1
  3259. | #define HAVE_SYS_UIO_H 1
  3260. | #define HAVE_SYSLOG_H 1
  3261. | #define HAVE_DLFCN_H 1
  3262. | #define HAVE_LINUX_SOCKIOS_H 1
  3263. | #define HAVE_SYS_PRCTL_H 1
  3264. | #define HAVE_SYS_IOCTL_H 1
  3265. | #define HAVE_BYTESWAP_H 1
  3266. | #define HAVE_SYS_SYSCALL_H 1
  3267. | #define HAVE_SYS_EVENTFD_H 1
  3268. | #define HAVE_EXECINFO_H 1
  3269. | #define HAVE_LANGINFO_H 1
  3270. | #define HAVE_REGEX_H 1
  3271. | #define HAVE_PCREPOSIX_H 1
  3272. | #define HAVE_NETINET_IP_H 1
  3273. | #define HAVE_SYS_RESOURCE_H 1
  3274. | #define HAVE_SYS_UN_H 1
  3275. | #define HAVE_LINUX_INPUT_H 1
  3276. | #define HAVE_SSIZE_T 1
  3277. | #define HAVE_DECL_ENVIRON 1
  3278. | #define HAVE_SIGXCPU 1
  3279. | #define HAVE_STD_BOOL 1
  3280. | #define TLS __thread
  3281. | #define SUPPORT_TLS___THREAD 1
  3282. | /* end confdefs.h. */
  3283. | #include <pthread.h>
  3284. | static void routine(void *a) { a = 0; }
  3285. | static void *start_routine(void *a) { return a; }
  3286. | int
  3287. | main ()
  3288. | {
  3289. | pthread_t th; pthread_attr_t attr;
  3290. | pthread_create(&th, 0, start_routine, 0);
  3291. | pthread_join(th, 0);
  3292. | pthread_attr_init(&attr);
  3293. | pthread_cleanup_push(routine, 0);
  3294. | pthread_cleanup_pop(0) /* ; */
  3295. | ;
  3296. | return 0;
  3297. | }
  3298. configure:15216: result: no
  3299. configure:15119: checking whether pthreads work with -pthread
  3300. configure:15207: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread conftest.c >&5
  3301. configure:15207: $? = 0
  3302. configure:15216: result: yes
  3303. configure:15235: checking for joinable pthread attribute
  3304. configure:15250: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread conftest.c >&5
  3305. configure:15250: $? = 0
  3306. configure:15256: result: PTHREAD_CREATE_JOINABLE
  3307. configure:15266: checking if more special flags are required for pthreads
  3308. configure:15273: result: no
  3309. configure:15279: checking for PTHREAD_PRIO_INHERIT
  3310. configure:15296: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread conftest.c >&5
  3311. conftest.c: In function 'main':
  3312. conftest.c:80:5: warning: unused variable 'i' [-Wunused-variable]
  3313. configure:15296: $? = 0
  3314. configure:15305: result: yes
  3315. configure:15401: checking for library containing pow
  3316. configure:15432: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  3317. conftest.c:86:6: warning: conflicting types for built-in function 'pow'
  3318. /tmp/ccnu8nyr.o: In function `main':
  3319. /home/xbmc/source/pulseaudio-1.1/conftest.c:90: undefined reference to `pow'
  3320. collect2: ld returned 1 exit status
  3321. configure:15432: $? = 1
  3322. configure: failed program was:
  3323. | /* confdefs.h */
  3324. | #define PACKAGE_NAME "pulseaudio"
  3325. | #define PACKAGE_TARNAME "pulseaudio"
  3326. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  3327. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  3328. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  3329. | #define PACKAGE_URL "http://pulseaudio.org/"
  3330. | #define PACKAGE "pulseaudio"
  3331. | #define VERSION "1.1-rebootstrapped"
  3332. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  3333. | #define STDC_HEADERS 1
  3334. | #define HAVE_SYS_TYPES_H 1
  3335. | #define HAVE_SYS_STAT_H 1
  3336. | #define HAVE_STDLIB_H 1
  3337. | #define HAVE_STRING_H 1
  3338. | #define HAVE_MEMORY_H 1
  3339. | #define HAVE_STRINGS_H 1
  3340. | #define HAVE_INTTYPES_H 1
  3341. | #define HAVE_STDINT_H 1
  3342. | #define HAVE_UNISTD_H 1
  3343. | #define __EXTENSIONS__ 1
  3344. | #define _ALL_SOURCE 1
  3345. | #define _GNU_SOURCE 1
  3346. | #define _POSIX_PTHREAD_SEMANTICS 1
  3347. | #define _TANDEM_SOURCE 1
  3348. | #define GETTEXT_PACKAGE "pulseaudio"
  3349. | #define HAVE_LOCALE_H 1
  3350. | #define HAVE_LC_MESSAGES 1
  3351. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3352. | #define HAVE_GETTEXT 1
  3353. | #define HAVE_DCGETTEXT 1
  3354. | #define ENABLE_NLS 1
  3355. | #define PULSE_LOCALEDIR "/usr/share/locale"
  3356. | #define HAVE_ATOMIC_BUILTINS 1
  3357. | #define HAVE_DLFCN_H 1
  3358. | #define LT_OBJDIR ".libs/"
  3359. | #define STDC_HEADERS 1
  3360. | #define HAVE_ARPA_INET_H 1
  3361. | #define HAVE_GLOB_H 1
  3362. | #define HAVE_GRP_H 1
  3363. | #define HAVE_NETDB_H 1
  3364. | #define HAVE_NETINET_IN_H 1
  3365. | #define HAVE_NETINET_IN_SYSTM_H 1
  3366. | #define HAVE_NETINET_TCP_H 1
  3367. | #define HAVE_POLL_H 1
  3368. | #define HAVE_PWD_H 1
  3369. | #define HAVE_SCHED_H 1
  3370. | #define HAVE_SYS_MMAN_H 1
  3371. | #define HAVE_SYS_SELECT_H 1
  3372. | #define HAVE_SYS_SOCKET_H 1
  3373. | #define HAVE_SYS_WAIT_H 1
  3374. | #define HAVE_SYS_UIO_H 1
  3375. | #define HAVE_SYSLOG_H 1
  3376. | #define HAVE_DLFCN_H 1
  3377. | #define HAVE_LINUX_SOCKIOS_H 1
  3378. | #define HAVE_SYS_PRCTL_H 1
  3379. | #define HAVE_SYS_IOCTL_H 1
  3380. | #define HAVE_BYTESWAP_H 1
  3381. | #define HAVE_SYS_SYSCALL_H 1
  3382. | #define HAVE_SYS_EVENTFD_H 1
  3383. | #define HAVE_EXECINFO_H 1
  3384. | #define HAVE_LANGINFO_H 1
  3385. | #define HAVE_REGEX_H 1
  3386. | #define HAVE_PCREPOSIX_H 1
  3387. | #define HAVE_NETINET_IP_H 1
  3388. | #define HAVE_SYS_RESOURCE_H 1
  3389. | #define HAVE_SYS_UN_H 1
  3390. | #define HAVE_LINUX_INPUT_H 1
  3391. | #define HAVE_SSIZE_T 1
  3392. | #define HAVE_DECL_ENVIRON 1
  3393. | #define HAVE_SIGXCPU 1
  3394. | #define HAVE_STD_BOOL 1
  3395. | #define TLS __thread
  3396. | #define SUPPORT_TLS___THREAD 1
  3397. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3398. | #define HAVE_PTHREAD 1
  3399. | #define _POSIX_PTHREAD_SEMANTICS 1
  3400. | /* end confdefs.h. */
  3401. |
  3402. | /* Override any GCC internal prototype to avoid an error.
  3403. | Use char because int might match the return type of a GCC
  3404. | builtin and then its argument prototype would still apply. */
  3405. | #ifdef __cplusplus
  3406. | extern "C"
  3407. | #endif
  3408. | char pow ();
  3409. | int
  3410. | main ()
  3411. | {
  3412. | return pow ();
  3413. | ;
  3414. | return 0;
  3415. | }
  3416. configure:15432: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  3417. conftest.c:86:6: warning: conflicting types for built-in function 'pow'
  3418. configure:15432: $? = 0
  3419. configure:15449: result: -lm
  3420. configure:15459: checking for library containing sched_setscheduler
  3421. configure:15490: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  3422. configure:15490: $? = 0
  3423. configure:15507: result: none required
  3424. configure:15515: checking for library containing dlopen
  3425. configure:15546: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lm >&5
  3426. /tmp/ccUBYG3I.o: In function `main':
  3427. /home/xbmc/source/pulseaudio-1.1/conftest.c:90: undefined reference to `dlopen'
  3428. collect2: ld returned 1 exit status
  3429. configure:15546: $? = 1
  3430. configure: failed program was:
  3431. | /* confdefs.h */
  3432. | #define PACKAGE_NAME "pulseaudio"
  3433. | #define PACKAGE_TARNAME "pulseaudio"
  3434. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  3435. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  3436. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  3437. | #define PACKAGE_URL "http://pulseaudio.org/"
  3438. | #define PACKAGE "pulseaudio"
  3439. | #define VERSION "1.1-rebootstrapped"
  3440. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  3441. | #define STDC_HEADERS 1
  3442. | #define HAVE_SYS_TYPES_H 1
  3443. | #define HAVE_SYS_STAT_H 1
  3444. | #define HAVE_STDLIB_H 1
  3445. | #define HAVE_STRING_H 1
  3446. | #define HAVE_MEMORY_H 1
  3447. | #define HAVE_STRINGS_H 1
  3448. | #define HAVE_INTTYPES_H 1
  3449. | #define HAVE_STDINT_H 1
  3450. | #define HAVE_UNISTD_H 1
  3451. | #define __EXTENSIONS__ 1
  3452. | #define _ALL_SOURCE 1
  3453. | #define _GNU_SOURCE 1
  3454. | #define _POSIX_PTHREAD_SEMANTICS 1
  3455. | #define _TANDEM_SOURCE 1
  3456. | #define GETTEXT_PACKAGE "pulseaudio"
  3457. | #define HAVE_LOCALE_H 1
  3458. | #define HAVE_LC_MESSAGES 1
  3459. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3460. | #define HAVE_GETTEXT 1
  3461. | #define HAVE_DCGETTEXT 1
  3462. | #define ENABLE_NLS 1
  3463. | #define PULSE_LOCALEDIR "/usr/share/locale"
  3464. | #define HAVE_ATOMIC_BUILTINS 1
  3465. | #define HAVE_DLFCN_H 1
  3466. | #define LT_OBJDIR ".libs/"
  3467. | #define STDC_HEADERS 1
  3468. | #define HAVE_ARPA_INET_H 1
  3469. | #define HAVE_GLOB_H 1
  3470. | #define HAVE_GRP_H 1
  3471. | #define HAVE_NETDB_H 1
  3472. | #define HAVE_NETINET_IN_H 1
  3473. | #define HAVE_NETINET_IN_SYSTM_H 1
  3474. | #define HAVE_NETINET_TCP_H 1
  3475. | #define HAVE_POLL_H 1
  3476. | #define HAVE_PWD_H 1
  3477. | #define HAVE_SCHED_H 1
  3478. | #define HAVE_SYS_MMAN_H 1
  3479. | #define HAVE_SYS_SELECT_H 1
  3480. | #define HAVE_SYS_SOCKET_H 1
  3481. | #define HAVE_SYS_WAIT_H 1
  3482. | #define HAVE_SYS_UIO_H 1
  3483. | #define HAVE_SYSLOG_H 1
  3484. | #define HAVE_DLFCN_H 1
  3485. | #define HAVE_LINUX_SOCKIOS_H 1
  3486. | #define HAVE_SYS_PRCTL_H 1
  3487. | #define HAVE_SYS_IOCTL_H 1
  3488. | #define HAVE_BYTESWAP_H 1
  3489. | #define HAVE_SYS_SYSCALL_H 1
  3490. | #define HAVE_SYS_EVENTFD_H 1
  3491. | #define HAVE_EXECINFO_H 1
  3492. | #define HAVE_LANGINFO_H 1
  3493. | #define HAVE_REGEX_H 1
  3494. | #define HAVE_PCREPOSIX_H 1
  3495. | #define HAVE_NETINET_IP_H 1
  3496. | #define HAVE_SYS_RESOURCE_H 1
  3497. | #define HAVE_SYS_UN_H 1
  3498. | #define HAVE_LINUX_INPUT_H 1
  3499. | #define HAVE_SSIZE_T 1
  3500. | #define HAVE_DECL_ENVIRON 1
  3501. | #define HAVE_SIGXCPU 1
  3502. | #define HAVE_STD_BOOL 1
  3503. | #define TLS __thread
  3504. | #define SUPPORT_TLS___THREAD 1
  3505. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3506. | #define HAVE_PTHREAD 1
  3507. | #define _POSIX_PTHREAD_SEMANTICS 1
  3508. | /* end confdefs.h. */
  3509. |
  3510. | /* Override any GCC internal prototype to avoid an error.
  3511. | Use char because int might match the return type of a GCC
  3512. | builtin and then its argument prototype would still apply. */
  3513. | #ifdef __cplusplus
  3514. | extern "C"
  3515. | #endif
  3516. | char dlopen ();
  3517. | int
  3518. | main ()
  3519. | {
  3520. | return dlopen ();
  3521. | ;
  3522. | return 0;
  3523. | }
  3524. configure:15546: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -ldl -lm >&5
  3525. configure:15546: $? = 0
  3526. configure:15563: result: -ldl
  3527. configure:15571: checking for library containing shm_open
  3528. configure:15602: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -ldl -lm >&5
  3529. /tmp/cc2PFJVS.o: In function `main':
  3530. /home/xbmc/source/pulseaudio-1.1/conftest.c:90: undefined reference to `shm_open'
  3531. collect2: ld returned 1 exit status
  3532. configure:15602: $? = 1
  3533. configure: failed program was:
  3534. | /* confdefs.h */
  3535. | #define PACKAGE_NAME "pulseaudio"
  3536. | #define PACKAGE_TARNAME "pulseaudio"
  3537. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  3538. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  3539. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  3540. | #define PACKAGE_URL "http://pulseaudio.org/"
  3541. | #define PACKAGE "pulseaudio"
  3542. | #define VERSION "1.1-rebootstrapped"
  3543. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  3544. | #define STDC_HEADERS 1
  3545. | #define HAVE_SYS_TYPES_H 1
  3546. | #define HAVE_SYS_STAT_H 1
  3547. | #define HAVE_STDLIB_H 1
  3548. | #define HAVE_STRING_H 1
  3549. | #define HAVE_MEMORY_H 1
  3550. | #define HAVE_STRINGS_H 1
  3551. | #define HAVE_INTTYPES_H 1
  3552. | #define HAVE_STDINT_H 1
  3553. | #define HAVE_UNISTD_H 1
  3554. | #define __EXTENSIONS__ 1
  3555. | #define _ALL_SOURCE 1
  3556. | #define _GNU_SOURCE 1
  3557. | #define _POSIX_PTHREAD_SEMANTICS 1
  3558. | #define _TANDEM_SOURCE 1
  3559. | #define GETTEXT_PACKAGE "pulseaudio"
  3560. | #define HAVE_LOCALE_H 1
  3561. | #define HAVE_LC_MESSAGES 1
  3562. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3563. | #define HAVE_GETTEXT 1
  3564. | #define HAVE_DCGETTEXT 1
  3565. | #define ENABLE_NLS 1
  3566. | #define PULSE_LOCALEDIR "/usr/share/locale"
  3567. | #define HAVE_ATOMIC_BUILTINS 1
  3568. | #define HAVE_DLFCN_H 1
  3569. | #define LT_OBJDIR ".libs/"
  3570. | #define STDC_HEADERS 1
  3571. | #define HAVE_ARPA_INET_H 1
  3572. | #define HAVE_GLOB_H 1
  3573. | #define HAVE_GRP_H 1
  3574. | #define HAVE_NETDB_H 1
  3575. | #define HAVE_NETINET_IN_H 1
  3576. | #define HAVE_NETINET_IN_SYSTM_H 1
  3577. | #define HAVE_NETINET_TCP_H 1
  3578. | #define HAVE_POLL_H 1
  3579. | #define HAVE_PWD_H 1
  3580. | #define HAVE_SCHED_H 1
  3581. | #define HAVE_SYS_MMAN_H 1
  3582. | #define HAVE_SYS_SELECT_H 1
  3583. | #define HAVE_SYS_SOCKET_H 1
  3584. | #define HAVE_SYS_WAIT_H 1
  3585. | #define HAVE_SYS_UIO_H 1
  3586. | #define HAVE_SYSLOG_H 1
  3587. | #define HAVE_DLFCN_H 1
  3588. | #define HAVE_LINUX_SOCKIOS_H 1
  3589. | #define HAVE_SYS_PRCTL_H 1
  3590. | #define HAVE_SYS_IOCTL_H 1
  3591. | #define HAVE_BYTESWAP_H 1
  3592. | #define HAVE_SYS_SYSCALL_H 1
  3593. | #define HAVE_SYS_EVENTFD_H 1
  3594. | #define HAVE_EXECINFO_H 1
  3595. | #define HAVE_LANGINFO_H 1
  3596. | #define HAVE_REGEX_H 1
  3597. | #define HAVE_PCREPOSIX_H 1
  3598. | #define HAVE_NETINET_IP_H 1
  3599. | #define HAVE_SYS_RESOURCE_H 1
  3600. | #define HAVE_SYS_UN_H 1
  3601. | #define HAVE_LINUX_INPUT_H 1
  3602. | #define HAVE_SSIZE_T 1
  3603. | #define HAVE_DECL_ENVIRON 1
  3604. | #define HAVE_SIGXCPU 1
  3605. | #define HAVE_STD_BOOL 1
  3606. | #define TLS __thread
  3607. | #define SUPPORT_TLS___THREAD 1
  3608. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3609. | #define HAVE_PTHREAD 1
  3610. | #define _POSIX_PTHREAD_SEMANTICS 1
  3611. | /* end confdefs.h. */
  3612. |
  3613. | /* Override any GCC internal prototype to avoid an error.
  3614. | Use char because int might match the return type of a GCC
  3615. | builtin and then its argument prototype would still apply. */
  3616. | #ifdef __cplusplus
  3617. | extern "C"
  3618. | #endif
  3619. | char shm_open ();
  3620. | int
  3621. | main ()
  3622. | {
  3623. | return shm_open ();
  3624. | ;
  3625. | return 0;
  3626. | }
  3627. configure:15602: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3628. configure:15602: $? = 0
  3629. configure:15619: result: -lrt
  3630. configure:15627: checking for library containing inet_ntop
  3631. configure:15658: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3632. configure:15658: $? = 0
  3633. configure:15675: result: none required
  3634. configure:15683: checking for library containing timer_create
  3635. configure:15714: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3636. configure:15714: $? = 0
  3637. configure:15731: result: none required
  3638. configure:15739: checking for library containing pthread_setaffinity_np
  3639. configure:15770: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3640. configure:15770: $? = 0
  3641. configure:15787: result: none required
  3642. configure:15795: checking for library containing pthread_getname_np
  3643. configure:15826: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3644. configure:15826: $? = 0
  3645. configure:15843: result: none required
  3646. configure:15851: checking for library containing pthread_setname_np
  3647. configure:15882: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3648. configure:15882: $? = 0
  3649. configure:15899: result: none required
  3650. configure:15909: checking for library containing connect
  3651. configure:15940: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3652. configure:15940: $? = 0
  3653. configure:15957: result: none required
  3654. configure:15965: checking for library containing backtrace
  3655. configure:15996: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3656. configure:15996: $? = 0
  3657. configure:16013: result: none required
  3658. configure:16055: checking for library containing regexec
  3659. configure:16086: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3660. configure:16086: $? = 0
  3661. configure:16103: result: none required
  3662. configure:16114: checking for getopt_long
  3663. configure:16114: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3664. configure:16114: $? = 0
  3665. configure:16114: result: yes
  3666. configure:16180: checking for lrintf
  3667. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3668. conftest.c:103:6: warning: conflicting types for built-in function 'lrintf'
  3669. configure:16180: $? = 0
  3670. configure:16180: result: yes
  3671. configure:16180: checking for strtof
  3672. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3673. configure:16180: $? = 0
  3674. configure:16180: result: yes
  3675. configure:16180: checking for chmod
  3676. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3677. configure:16180: $? = 0
  3678. configure:16180: result: yes
  3679. configure:16180: checking for chown
  3680. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3681. configure:16180: $? = 0
  3682. configure:16180: result: yes
  3683. configure:16180: checking for fstat
  3684. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3685. configure:16180: $? = 0
  3686. configure:16180: result: yes
  3687. configure:16180: checking for fchown
  3688. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3689. configure:16180: $? = 0
  3690. configure:16180: result: yes
  3691. configure:16180: checking for fchmod
  3692. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3693. configure:16180: $? = 0
  3694. configure:16180: result: yes
  3695. configure:16180: checking for clock_gettime
  3696. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3697. configure:16180: $? = 0
  3698. configure:16180: result: yes
  3699. configure:16180: checking for getaddrinfo
  3700. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3701. configure:16180: $? = 0
  3702. configure:16180: result: yes
  3703. configure:16180: checking for getgrgid_r
  3704. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3705. configure:16180: $? = 0
  3706. configure:16180: result: yes
  3707. configure:16180: checking for getgrnam_r
  3708. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3709. configure:16180: $? = 0
  3710. configure:16180: result: yes
  3711. configure:16180: checking for getpwnam_r
  3712. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3713. configure:16180: $? = 0
  3714. configure:16180: result: yes
  3715. configure:16180: checking for getpwuid_r
  3716. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3717. configure:16180: $? = 0
  3718. configure:16180: result: yes
  3719. configure:16180: checking for gettimeofday
  3720. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3721. configure:16180: $? = 0
  3722. configure:16180: result: yes
  3723. configure:16180: checking for getuid
  3724. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3725. configure:16180: $? = 0
  3726. configure:16180: result: yes
  3727. configure:16180: checking for mlock
  3728. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3729. configure:16180: $? = 0
  3730. configure:16180: result: yes
  3731. configure:16180: checking for nanosleep
  3732. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3733. configure:16180: $? = 0
  3734. configure:16180: result: yes
  3735. configure:16180: checking for pipe
  3736. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3737. configure:16180: $? = 0
  3738. configure:16180: result: yes
  3739. configure:16180: checking for posix_fadvise
  3740. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3741. configure:16180: $? = 0
  3742. configure:16180: result: yes
  3743. configure:16180: checking for posix_madvise
  3744. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3745. configure:16180: $? = 0
  3746. configure:16180: result: yes
  3747. configure:16180: checking for posix_memalign
  3748. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3749. configure:16180: $? = 0
  3750. configure:16180: result: yes
  3751. configure:16180: checking for setpgid
  3752. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3753. configure:16180: $? = 0
  3754. configure:16180: result: yes
  3755. configure:16180: checking for setsid
  3756. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3757. configure:16180: $? = 0
  3758. configure:16180: result: yes
  3759. configure:16180: checking for shm_open
  3760. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3761. configure:16180: $? = 0
  3762. configure:16180: result: yes
  3763. configure:16180: checking for sigaction
  3764. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3765. configure:16180: $? = 0
  3766. configure:16180: result: yes
  3767. configure:16180: checking for sleep
  3768. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3769. configure:16180: $? = 0
  3770. configure:16180: result: yes
  3771. configure:16180: checking for symlink
  3772. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3773. configure:16180: $? = 0
  3774. configure:16180: result: yes
  3775. configure:16180: checking for sysconf
  3776. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3777. configure:16180: $? = 0
  3778. configure:16180: result: yes
  3779. configure:16180: checking for uname
  3780. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3781. configure:16180: $? = 0
  3782. configure:16180: result: yes
  3783. configure:16180: checking for pthread_setaffinity_np
  3784. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3785. configure:16180: $? = 0
  3786. configure:16180: result: yes
  3787. configure:16180: checking for pthread_getname_np
  3788. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3789. configure:16180: $? = 0
  3790. configure:16180: result: yes
  3791. configure:16180: checking for pthread_setname_np
  3792. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3793. configure:16180: $? = 0
  3794. configure:16180: result: yes
  3795. configure:16180: checking for readlink
  3796. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3797. configure:16180: $? = 0
  3798. configure:16180: result: yes
  3799. configure:16180: checking for ctime_r
  3800. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3801. configure:16180: $? = 0
  3802. configure:16180: result: yes
  3803. configure:16180: checking for usleep
  3804. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3805. configure:16180: $? = 0
  3806. configure:16180: result: yes
  3807. configure:16180: checking for strerror_r
  3808. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3809. configure:16180: $? = 0
  3810. configure:16180: result: yes
  3811. configure:16180: checking for lstat
  3812. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3813. configure:16180: $? = 0
  3814. configure:16180: result: yes
  3815. configure:16180: checking for setresuid
  3816. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3817. configure:16180: $? = 0
  3818. configure:16180: result: yes
  3819. configure:16180: checking for setresgid
  3820. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3821. configure:16180: $? = 0
  3822. configure:16180: result: yes
  3823. configure:16180: checking for setreuid
  3824. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3825. configure:16180: $? = 0
  3826. configure:16180: result: yes
  3827. configure:16180: checking for setregid
  3828. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3829. configure:16180: $? = 0
  3830. configure:16180: result: yes
  3831. configure:16180: checking for seteuid
  3832. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3833. configure:16180: $? = 0
  3834. configure:16180: result: yes
  3835. configure:16180: checking for setegid
  3836. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3837. configure:16180: $? = 0
  3838. configure:16180: result: yes
  3839. configure:16180: checking for ppoll
  3840. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3841. configure:16180: $? = 0
  3842. configure:16180: result: yes
  3843. configure:16180: checking for strsignal
  3844. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3845. configure:16180: $? = 0
  3846. configure:16180: result: yes
  3847. configure:16180: checking for sig2str
  3848. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  3849. /tmp/ccG9pp3p.o: In function `main':
  3850. /home/xbmc/source/pulseaudio-1.1/conftest.c:159: undefined reference to `sig2str'
  3851. collect2: ld returned 1 exit status
  3852. configure:16180: $? = 1
  3853. configure: failed program was:
  3854. | /* confdefs.h */
  3855. | #define PACKAGE_NAME "pulseaudio"
  3856. | #define PACKAGE_TARNAME "pulseaudio"
  3857. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  3858. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  3859. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  3860. | #define PACKAGE_URL "http://pulseaudio.org/"
  3861. | #define PACKAGE "pulseaudio"
  3862. | #define VERSION "1.1-rebootstrapped"
  3863. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  3864. | #define STDC_HEADERS 1
  3865. | #define HAVE_SYS_TYPES_H 1
  3866. | #define HAVE_SYS_STAT_H 1
  3867. | #define HAVE_STDLIB_H 1
  3868. | #define HAVE_STRING_H 1
  3869. | #define HAVE_MEMORY_H 1
  3870. | #define HAVE_STRINGS_H 1
  3871. | #define HAVE_INTTYPES_H 1
  3872. | #define HAVE_STDINT_H 1
  3873. | #define HAVE_UNISTD_H 1
  3874. | #define __EXTENSIONS__ 1
  3875. | #define _ALL_SOURCE 1
  3876. | #define _GNU_SOURCE 1
  3877. | #define _POSIX_PTHREAD_SEMANTICS 1
  3878. | #define _TANDEM_SOURCE 1
  3879. | #define GETTEXT_PACKAGE "pulseaudio"
  3880. | #define HAVE_LOCALE_H 1
  3881. | #define HAVE_LC_MESSAGES 1
  3882. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  3883. | #define HAVE_GETTEXT 1
  3884. | #define HAVE_DCGETTEXT 1
  3885. | #define ENABLE_NLS 1
  3886. | #define PULSE_LOCALEDIR "/usr/share/locale"
  3887. | #define HAVE_ATOMIC_BUILTINS 1
  3888. | #define HAVE_DLFCN_H 1
  3889. | #define LT_OBJDIR ".libs/"
  3890. | #define STDC_HEADERS 1
  3891. | #define HAVE_ARPA_INET_H 1
  3892. | #define HAVE_GLOB_H 1
  3893. | #define HAVE_GRP_H 1
  3894. | #define HAVE_NETDB_H 1
  3895. | #define HAVE_NETINET_IN_H 1
  3896. | #define HAVE_NETINET_IN_SYSTM_H 1
  3897. | #define HAVE_NETINET_TCP_H 1
  3898. | #define HAVE_POLL_H 1
  3899. | #define HAVE_PWD_H 1
  3900. | #define HAVE_SCHED_H 1
  3901. | #define HAVE_SYS_MMAN_H 1
  3902. | #define HAVE_SYS_SELECT_H 1
  3903. | #define HAVE_SYS_SOCKET_H 1
  3904. | #define HAVE_SYS_WAIT_H 1
  3905. | #define HAVE_SYS_UIO_H 1
  3906. | #define HAVE_SYSLOG_H 1
  3907. | #define HAVE_DLFCN_H 1
  3908. | #define HAVE_LINUX_SOCKIOS_H 1
  3909. | #define HAVE_SYS_PRCTL_H 1
  3910. | #define HAVE_SYS_IOCTL_H 1
  3911. | #define HAVE_BYTESWAP_H 1
  3912. | #define HAVE_SYS_SYSCALL_H 1
  3913. | #define HAVE_SYS_EVENTFD_H 1
  3914. | #define HAVE_EXECINFO_H 1
  3915. | #define HAVE_LANGINFO_H 1
  3916. | #define HAVE_REGEX_H 1
  3917. | #define HAVE_PCREPOSIX_H 1
  3918. | #define HAVE_NETINET_IP_H 1
  3919. | #define HAVE_SYS_RESOURCE_H 1
  3920. | #define HAVE_SYS_UN_H 1
  3921. | #define HAVE_LINUX_INPUT_H 1
  3922. | #define HAVE_SSIZE_T 1
  3923. | #define HAVE_DECL_ENVIRON 1
  3924. | #define HAVE_SIGXCPU 1
  3925. | #define HAVE_STD_BOOL 1
  3926. | #define TLS __thread
  3927. | #define SUPPORT_TLS___THREAD 1
  3928. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  3929. | #define HAVE_PTHREAD 1
  3930. | #define _POSIX_PTHREAD_SEMANTICS 1
  3931. | #define HAVE_GETOPT_LONG 1
  3932. | #define HAVE_LRINTF 1
  3933. | #define HAVE_STRTOF 1
  3934. | #define HAVE_CHMOD 1
  3935. | #define HAVE_CHOWN 1
  3936. | #define HAVE_FSTAT 1
  3937. | #define HAVE_FCHOWN 1
  3938. | #define HAVE_FCHMOD 1
  3939. | #define HAVE_CLOCK_GETTIME 1
  3940. | #define HAVE_GETADDRINFO 1
  3941. | #define HAVE_GETGRGID_R 1
  3942. | #define HAVE_GETGRNAM_R 1
  3943. | #define HAVE_GETPWNAM_R 1
  3944. | #define HAVE_GETPWUID_R 1
  3945. | #define HAVE_GETTIMEOFDAY 1
  3946. | #define HAVE_GETUID 1
  3947. | #define HAVE_MLOCK 1
  3948. | #define HAVE_NANOSLEEP 1
  3949. | #define HAVE_PIPE 1
  3950. | #define HAVE_POSIX_FADVISE 1
  3951. | #define HAVE_POSIX_MADVISE 1
  3952. | #define HAVE_POSIX_MEMALIGN 1
  3953. | #define HAVE_SETPGID 1
  3954. | #define HAVE_SETSID 1
  3955. | #define HAVE_SHM_OPEN 1
  3956. | #define HAVE_SIGACTION 1
  3957. | #define HAVE_SLEEP 1
  3958. | #define HAVE_SYMLINK 1
  3959. | #define HAVE_SYSCONF 1
  3960. | #define HAVE_UNAME 1
  3961. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  3962. | #define HAVE_PTHREAD_GETNAME_NP 1
  3963. | #define HAVE_PTHREAD_SETNAME_NP 1
  3964. | #define HAVE_READLINK 1
  3965. | #define HAVE_CTIME_R 1
  3966. | #define HAVE_USLEEP 1
  3967. | #define HAVE_STRERROR_R 1
  3968. | #define HAVE_LSTAT 1
  3969. | #define HAVE_SETRESUID 1
  3970. | #define HAVE_SETRESGID 1
  3971. | #define HAVE_SETREUID 1
  3972. | #define HAVE_SETREGID 1
  3973. | #define HAVE_SETEUID 1
  3974. | #define HAVE_SETEGID 1
  3975. | #define HAVE_PPOLL 1
  3976. | #define HAVE_STRSIGNAL 1
  3977. | /* end confdefs.h. */
  3978. | /* Define sig2str to an innocuous variant, in case <limits.h> declares sig2str.
  3979. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3980. | #define sig2str innocuous_sig2str
  3981. |
  3982. | /* System header to define __stub macros and hopefully few prototypes,
  3983. | which can conflict with char sig2str (); below.
  3984. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3985. | <limits.h> exists even on freestanding compilers. */
  3986. |
  3987. | #ifdef __STDC__
  3988. | # include <limits.h>
  3989. | #else
  3990. | # include <assert.h>
  3991. | #endif
  3992. |
  3993. | #undef sig2str
  3994. |
  3995. | /* Override any GCC internal prototype to avoid an error.
  3996. | Use char because int might match the return type of a GCC
  3997. | builtin and then its argument prototype would still apply. */
  3998. | #ifdef __cplusplus
  3999. | extern "C"
  4000. | #endif
  4001. | char sig2str ();
  4002. | /* The GNU C library defines this for functions which it implements
  4003. | to always fail with ENOSYS. Some functions are actually named
  4004. | something starting with __ and the normal name is an alias. */
  4005. | #if defined __stub_sig2str || defined __stub___sig2str
  4006. | choke me
  4007. | #endif
  4008. |
  4009. | int
  4010. | main ()
  4011. | {
  4012. | return sig2str ();
  4013. | ;
  4014. | return 0;
  4015. | }
  4016. configure:16180: result: no
  4017. configure:16180: checking for strtof_l
  4018. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4019. configure:16180: $? = 0
  4020. configure:16180: result: yes
  4021. configure:16180: checking for pipe2
  4022. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4023. configure:16180: $? = 0
  4024. configure:16180: result: yes
  4025. configure:16180: checking for accept4
  4026. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4027. configure:16180: $? = 0
  4028. configure:16180: result: yes
  4029. configure:16180: checking for open64
  4030. configure:16180: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4031. configure:16180: $? = 0
  4032. configure:16180: result: yes
  4033. configure:16198: checking vfork.h usability
  4034. configure:16198: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  4035. conftest.c:162:19: fatal error: vfork.h: No such file or directory
  4036. compilation terminated.
  4037. configure:16198: $? = 1
  4038. configure: failed program was:
  4039. | /* confdefs.h */
  4040. | #define PACKAGE_NAME "pulseaudio"
  4041. | #define PACKAGE_TARNAME "pulseaudio"
  4042. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  4043. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  4044. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  4045. | #define PACKAGE_URL "http://pulseaudio.org/"
  4046. | #define PACKAGE "pulseaudio"
  4047. | #define VERSION "1.1-rebootstrapped"
  4048. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  4049. | #define STDC_HEADERS 1
  4050. | #define HAVE_SYS_TYPES_H 1
  4051. | #define HAVE_SYS_STAT_H 1
  4052. | #define HAVE_STDLIB_H 1
  4053. | #define HAVE_STRING_H 1
  4054. | #define HAVE_MEMORY_H 1
  4055. | #define HAVE_STRINGS_H 1
  4056. | #define HAVE_INTTYPES_H 1
  4057. | #define HAVE_STDINT_H 1
  4058. | #define HAVE_UNISTD_H 1
  4059. | #define __EXTENSIONS__ 1
  4060. | #define _ALL_SOURCE 1
  4061. | #define _GNU_SOURCE 1
  4062. | #define _POSIX_PTHREAD_SEMANTICS 1
  4063. | #define _TANDEM_SOURCE 1
  4064. | #define GETTEXT_PACKAGE "pulseaudio"
  4065. | #define HAVE_LOCALE_H 1
  4066. | #define HAVE_LC_MESSAGES 1
  4067. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4068. | #define HAVE_GETTEXT 1
  4069. | #define HAVE_DCGETTEXT 1
  4070. | #define ENABLE_NLS 1
  4071. | #define PULSE_LOCALEDIR "/usr/share/locale"
  4072. | #define HAVE_ATOMIC_BUILTINS 1
  4073. | #define HAVE_DLFCN_H 1
  4074. | #define LT_OBJDIR ".libs/"
  4075. | #define STDC_HEADERS 1
  4076. | #define HAVE_ARPA_INET_H 1
  4077. | #define HAVE_GLOB_H 1
  4078. | #define HAVE_GRP_H 1
  4079. | #define HAVE_NETDB_H 1
  4080. | #define HAVE_NETINET_IN_H 1
  4081. | #define HAVE_NETINET_IN_SYSTM_H 1
  4082. | #define HAVE_NETINET_TCP_H 1
  4083. | #define HAVE_POLL_H 1
  4084. | #define HAVE_PWD_H 1
  4085. | #define HAVE_SCHED_H 1
  4086. | #define HAVE_SYS_MMAN_H 1
  4087. | #define HAVE_SYS_SELECT_H 1
  4088. | #define HAVE_SYS_SOCKET_H 1
  4089. | #define HAVE_SYS_WAIT_H 1
  4090. | #define HAVE_SYS_UIO_H 1
  4091. | #define HAVE_SYSLOG_H 1
  4092. | #define HAVE_DLFCN_H 1
  4093. | #define HAVE_LINUX_SOCKIOS_H 1
  4094. | #define HAVE_SYS_PRCTL_H 1
  4095. | #define HAVE_SYS_IOCTL_H 1
  4096. | #define HAVE_BYTESWAP_H 1
  4097. | #define HAVE_SYS_SYSCALL_H 1
  4098. | #define HAVE_SYS_EVENTFD_H 1
  4099. | #define HAVE_EXECINFO_H 1
  4100. | #define HAVE_LANGINFO_H 1
  4101. | #define HAVE_REGEX_H 1
  4102. | #define HAVE_PCREPOSIX_H 1
  4103. | #define HAVE_NETINET_IP_H 1
  4104. | #define HAVE_SYS_RESOURCE_H 1
  4105. | #define HAVE_SYS_UN_H 1
  4106. | #define HAVE_LINUX_INPUT_H 1
  4107. | #define HAVE_SSIZE_T 1
  4108. | #define HAVE_DECL_ENVIRON 1
  4109. | #define HAVE_SIGXCPU 1
  4110. | #define HAVE_STD_BOOL 1
  4111. | #define TLS __thread
  4112. | #define SUPPORT_TLS___THREAD 1
  4113. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4114. | #define HAVE_PTHREAD 1
  4115. | #define _POSIX_PTHREAD_SEMANTICS 1
  4116. | #define HAVE_GETOPT_LONG 1
  4117. | #define HAVE_LRINTF 1
  4118. | #define HAVE_STRTOF 1
  4119. | #define HAVE_CHMOD 1
  4120. | #define HAVE_CHOWN 1
  4121. | #define HAVE_FSTAT 1
  4122. | #define HAVE_FCHOWN 1
  4123. | #define HAVE_FCHMOD 1
  4124. | #define HAVE_CLOCK_GETTIME 1
  4125. | #define HAVE_GETADDRINFO 1
  4126. | #define HAVE_GETGRGID_R 1
  4127. | #define HAVE_GETGRNAM_R 1
  4128. | #define HAVE_GETPWNAM_R 1
  4129. | #define HAVE_GETPWUID_R 1
  4130. | #define HAVE_GETTIMEOFDAY 1
  4131. | #define HAVE_GETUID 1
  4132. | #define HAVE_MLOCK 1
  4133. | #define HAVE_NANOSLEEP 1
  4134. | #define HAVE_PIPE 1
  4135. | #define HAVE_POSIX_FADVISE 1
  4136. | #define HAVE_POSIX_MADVISE 1
  4137. | #define HAVE_POSIX_MEMALIGN 1
  4138. | #define HAVE_SETPGID 1
  4139. | #define HAVE_SETSID 1
  4140. | #define HAVE_SHM_OPEN 1
  4141. | #define HAVE_SIGACTION 1
  4142. | #define HAVE_SLEEP 1
  4143. | #define HAVE_SYMLINK 1
  4144. | #define HAVE_SYSCONF 1
  4145. | #define HAVE_UNAME 1
  4146. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  4147. | #define HAVE_PTHREAD_GETNAME_NP 1
  4148. | #define HAVE_PTHREAD_SETNAME_NP 1
  4149. | #define HAVE_READLINK 1
  4150. | #define HAVE_CTIME_R 1
  4151. | #define HAVE_USLEEP 1
  4152. | #define HAVE_STRERROR_R 1
  4153. | #define HAVE_LSTAT 1
  4154. | #define HAVE_SETRESUID 1
  4155. | #define HAVE_SETRESGID 1
  4156. | #define HAVE_SETREUID 1
  4157. | #define HAVE_SETREGID 1
  4158. | #define HAVE_SETEUID 1
  4159. | #define HAVE_SETEGID 1
  4160. | #define HAVE_PPOLL 1
  4161. | #define HAVE_STRSIGNAL 1
  4162. | #define HAVE_STRTOF_L 1
  4163. | #define HAVE_PIPE2 1
  4164. | #define HAVE_ACCEPT4 1
  4165. | #define HAVE_OPEN64 1
  4166. | /* end confdefs.h. */
  4167. | #include <stdio.h>
  4168. | #ifdef HAVE_SYS_TYPES_H
  4169. | # include <sys/types.h>
  4170. | #endif
  4171. | #ifdef HAVE_SYS_STAT_H
  4172. | # include <sys/stat.h>
  4173. | #endif
  4174. | #ifdef STDC_HEADERS
  4175. | # include <stdlib.h>
  4176. | # include <stddef.h>
  4177. | #else
  4178. | # ifdef HAVE_STDLIB_H
  4179. | # include <stdlib.h>
  4180. | # endif
  4181. | #endif
  4182. | #ifdef HAVE_STRING_H
  4183. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4184. | # include <memory.h>
  4185. | # endif
  4186. | # include <string.h>
  4187. | #endif
  4188. | #ifdef HAVE_STRINGS_H
  4189. | # include <strings.h>
  4190. | #endif
  4191. | #ifdef HAVE_INTTYPES_H
  4192. | # include <inttypes.h>
  4193. | #endif
  4194. | #ifdef HAVE_STDINT_H
  4195. | # include <stdint.h>
  4196. | #endif
  4197. | #ifdef HAVE_UNISTD_H
  4198. | # include <unistd.h>
  4199. | #endif
  4200. | #include <vfork.h>
  4201. configure:16198: result: no
  4202. configure:16198: checking vfork.h presence
  4203. configure:16198: gcc -std=gnu99 -E conftest.c
  4204. conftest.c:129:19: fatal error: vfork.h: No such file or directory
  4205. compilation terminated.
  4206. configure:16198: $? = 1
  4207. configure: failed program was:
  4208. | /* confdefs.h */
  4209. | #define PACKAGE_NAME "pulseaudio"
  4210. | #define PACKAGE_TARNAME "pulseaudio"
  4211. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  4212. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  4213. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  4214. | #define PACKAGE_URL "http://pulseaudio.org/"
  4215. | #define PACKAGE "pulseaudio"
  4216. | #define VERSION "1.1-rebootstrapped"
  4217. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  4218. | #define STDC_HEADERS 1
  4219. | #define HAVE_SYS_TYPES_H 1
  4220. | #define HAVE_SYS_STAT_H 1
  4221. | #define HAVE_STDLIB_H 1
  4222. | #define HAVE_STRING_H 1
  4223. | #define HAVE_MEMORY_H 1
  4224. | #define HAVE_STRINGS_H 1
  4225. | #define HAVE_INTTYPES_H 1
  4226. | #define HAVE_STDINT_H 1
  4227. | #define HAVE_UNISTD_H 1
  4228. | #define __EXTENSIONS__ 1
  4229. | #define _ALL_SOURCE 1
  4230. | #define _GNU_SOURCE 1
  4231. | #define _POSIX_PTHREAD_SEMANTICS 1
  4232. | #define _TANDEM_SOURCE 1
  4233. | #define GETTEXT_PACKAGE "pulseaudio"
  4234. | #define HAVE_LOCALE_H 1
  4235. | #define HAVE_LC_MESSAGES 1
  4236. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4237. | #define HAVE_GETTEXT 1
  4238. | #define HAVE_DCGETTEXT 1
  4239. | #define ENABLE_NLS 1
  4240. | #define PULSE_LOCALEDIR "/usr/share/locale"
  4241. | #define HAVE_ATOMIC_BUILTINS 1
  4242. | #define HAVE_DLFCN_H 1
  4243. | #define LT_OBJDIR ".libs/"
  4244. | #define STDC_HEADERS 1
  4245. | #define HAVE_ARPA_INET_H 1
  4246. | #define HAVE_GLOB_H 1
  4247. | #define HAVE_GRP_H 1
  4248. | #define HAVE_NETDB_H 1
  4249. | #define HAVE_NETINET_IN_H 1
  4250. | #define HAVE_NETINET_IN_SYSTM_H 1
  4251. | #define HAVE_NETINET_TCP_H 1
  4252. | #define HAVE_POLL_H 1
  4253. | #define HAVE_PWD_H 1
  4254. | #define HAVE_SCHED_H 1
  4255. | #define HAVE_SYS_MMAN_H 1
  4256. | #define HAVE_SYS_SELECT_H 1
  4257. | #define HAVE_SYS_SOCKET_H 1
  4258. | #define HAVE_SYS_WAIT_H 1
  4259. | #define HAVE_SYS_UIO_H 1
  4260. | #define HAVE_SYSLOG_H 1
  4261. | #define HAVE_DLFCN_H 1
  4262. | #define HAVE_LINUX_SOCKIOS_H 1
  4263. | #define HAVE_SYS_PRCTL_H 1
  4264. | #define HAVE_SYS_IOCTL_H 1
  4265. | #define HAVE_BYTESWAP_H 1
  4266. | #define HAVE_SYS_SYSCALL_H 1
  4267. | #define HAVE_SYS_EVENTFD_H 1
  4268. | #define HAVE_EXECINFO_H 1
  4269. | #define HAVE_LANGINFO_H 1
  4270. | #define HAVE_REGEX_H 1
  4271. | #define HAVE_PCREPOSIX_H 1
  4272. | #define HAVE_NETINET_IP_H 1
  4273. | #define HAVE_SYS_RESOURCE_H 1
  4274. | #define HAVE_SYS_UN_H 1
  4275. | #define HAVE_LINUX_INPUT_H 1
  4276. | #define HAVE_SSIZE_T 1
  4277. | #define HAVE_DECL_ENVIRON 1
  4278. | #define HAVE_SIGXCPU 1
  4279. | #define HAVE_STD_BOOL 1
  4280. | #define TLS __thread
  4281. | #define SUPPORT_TLS___THREAD 1
  4282. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4283. | #define HAVE_PTHREAD 1
  4284. | #define _POSIX_PTHREAD_SEMANTICS 1
  4285. | #define HAVE_GETOPT_LONG 1
  4286. | #define HAVE_LRINTF 1
  4287. | #define HAVE_STRTOF 1
  4288. | #define HAVE_CHMOD 1
  4289. | #define HAVE_CHOWN 1
  4290. | #define HAVE_FSTAT 1
  4291. | #define HAVE_FCHOWN 1
  4292. | #define HAVE_FCHMOD 1
  4293. | #define HAVE_CLOCK_GETTIME 1
  4294. | #define HAVE_GETADDRINFO 1
  4295. | #define HAVE_GETGRGID_R 1
  4296. | #define HAVE_GETGRNAM_R 1
  4297. | #define HAVE_GETPWNAM_R 1
  4298. | #define HAVE_GETPWUID_R 1
  4299. | #define HAVE_GETTIMEOFDAY 1
  4300. | #define HAVE_GETUID 1
  4301. | #define HAVE_MLOCK 1
  4302. | #define HAVE_NANOSLEEP 1
  4303. | #define HAVE_PIPE 1
  4304. | #define HAVE_POSIX_FADVISE 1
  4305. | #define HAVE_POSIX_MADVISE 1
  4306. | #define HAVE_POSIX_MEMALIGN 1
  4307. | #define HAVE_SETPGID 1
  4308. | #define HAVE_SETSID 1
  4309. | #define HAVE_SHM_OPEN 1
  4310. | #define HAVE_SIGACTION 1
  4311. | #define HAVE_SLEEP 1
  4312. | #define HAVE_SYMLINK 1
  4313. | #define HAVE_SYSCONF 1
  4314. | #define HAVE_UNAME 1
  4315. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  4316. | #define HAVE_PTHREAD_GETNAME_NP 1
  4317. | #define HAVE_PTHREAD_SETNAME_NP 1
  4318. | #define HAVE_READLINK 1
  4319. | #define HAVE_CTIME_R 1
  4320. | #define HAVE_USLEEP 1
  4321. | #define HAVE_STRERROR_R 1
  4322. | #define HAVE_LSTAT 1
  4323. | #define HAVE_SETRESUID 1
  4324. | #define HAVE_SETRESGID 1
  4325. | #define HAVE_SETREUID 1
  4326. | #define HAVE_SETREGID 1
  4327. | #define HAVE_SETEUID 1
  4328. | #define HAVE_SETEGID 1
  4329. | #define HAVE_PPOLL 1
  4330. | #define HAVE_STRSIGNAL 1
  4331. | #define HAVE_STRTOF_L 1
  4332. | #define HAVE_PIPE2 1
  4333. | #define HAVE_ACCEPT4 1
  4334. | #define HAVE_OPEN64 1
  4335. | /* end confdefs.h. */
  4336. | #include <vfork.h>
  4337. configure:16198: result: no
  4338. configure:16198: checking for vfork.h
  4339. configure:16198: result: no
  4340. configure:16211: checking for fork
  4341. configure:16211: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4342. conftest.c:152:6: warning: conflicting types for built-in function 'fork'
  4343. configure:16211: $? = 0
  4344. configure:16211: result: yes
  4345. configure:16211: checking for vfork
  4346. configure:16211: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4347. configure:16211: $? = 0
  4348. configure:16211: result: yes
  4349. configure:16221: checking for working fork
  4350. configure:16243: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4351. configure:16243: $? = 0
  4352. configure:16243: ./conftest
  4353. configure:16243: $? = 0
  4354. configure:16253: result: yes
  4355. configure:16274: checking for working vfork
  4356. configure:16384: result: yes
  4357. configure:16409: checking type of array argument to getgroups
  4358. configure:16443: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4359. configure:16443: $? = 0
  4360. configure:16443: ./conftest
  4361. configure:16443: $? = 0
  4362. configure:16468: result: gid_t
  4363. configure:16476: checking for getgroups
  4364. configure:16476: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4365. configure:16476: $? = 0
  4366. configure:16476: result: yes
  4367. configure:16531: checking for working getgroups
  4368. configure:16551: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4369. configure:16551: $? = 0
  4370. configure:16551: ./conftest
  4371. configure:16551: $? = 0
  4372. configure:16562: result: yes
  4373. configure:16577: checking for sys/select.h
  4374. configure:16577: result: yes
  4375. configure:16577: checking for sys/socket.h
  4376. configure:16577: result: yes
  4377. configure:16587: checking types of arguments for select
  4378. configure:16615: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  4379. conftest.c: In function 'main':
  4380. conftest.c:180:12: warning: redundant redeclaration of 'select' [-Wredundant-decls]
  4381. /usr/include/sys/select.h:109:12: note: previous declaration of 'select' was here
  4382. configure:16615: $? = 0
  4383. configure:16626: result: int,fd_set *,struct timeval *
  4384. configure:16712: checking for mkfifo
  4385. configure:16712: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4386. configure:16712: $? = 0
  4387. configure:16712: result: yes
  4388. configure:16784: checking for working alloca.h
  4389. configure:16801: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4390. configure:16801: $? = 0
  4391. configure:16809: result: yes
  4392. configure:16817: checking for alloca
  4393. configure:16854: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4394. configure:16854: $? = 0
  4395. configure:16862: result: yes
  4396. configure:16974: checking for regexec
  4397. configure:16974: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4398. configure:16974: $? = 0
  4399. configure:16974: result: yes
  4400. configure:17002: checking for special C compiler options needed for large files
  4401. configure:17047: result: no
  4402. configure:17053: checking for _FILE_OFFSET_BITS value needed for large files
  4403. configure:17078: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  4404. configure:17078: $? = 0
  4405. configure:17110: result: no
  4406. configure:17245: checking for ld used by GCC
  4407. configure:17309: result: /usr/bin/ld -m elf_x86_64
  4408. configure:17316: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  4409. configure:17329: result: yes
  4410. configure:17336: checking for shared library run path origin
  4411. configure:17349: result: done
  4412. configure:17927: checking for iconv
  4413. configure:17949: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4414. configure:17949: $? = 0
  4415. configure:17981: result: yes
  4416. configure:17984: checking for working iconv
  4417. configure:18079: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4418. configure:18079: $? = 0
  4419. configure:18079: ./conftest
  4420. configure:18079: $? = 0
  4421. configure:18091: result: yes
  4422. configure:18119: checking for iconv declaration
  4423. configure:18148: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  4424. conftest.c:153:8: warning: redundant redeclaration of 'iconv' [-Wredundant-decls]
  4425. /usr/include/iconv.h:43:15: note: previous declaration of 'iconv' was here
  4426. configure:18148: $? = 0
  4427. configure:18159: result:
  4428. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  4429. configure:18181: checking for X11
  4430. configure:18188: $PKG_CONFIG --exists --print-errors " x11-xcb xcb >= 1.6 ice sm xtst "
  4431. configure:18191: $? = 0
  4432. configure:18204: $PKG_CONFIG --exists --print-errors " x11-xcb xcb >= 1.6 ice sm xtst "
  4433. configure:18207: $? = 0
  4434. configure:18244: result: yes
  4435. configure:18285: checking for library containing cap_init
  4436. configure:18316: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm >&5
  4437. /tmp/ccj4KI3b.o: In function `main':
  4438. /home/xbmc/source/pulseaudio-1.1/conftest.c:158: undefined reference to `cap_init'
  4439. collect2: ld returned 1 exit status
  4440. configure:18316: $? = 1
  4441. configure: failed program was:
  4442. | /* confdefs.h */
  4443. | #define PACKAGE_NAME "pulseaudio"
  4444. | #define PACKAGE_TARNAME "pulseaudio"
  4445. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  4446. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  4447. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  4448. | #define PACKAGE_URL "http://pulseaudio.org/"
  4449. | #define PACKAGE "pulseaudio"
  4450. | #define VERSION "1.1-rebootstrapped"
  4451. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  4452. | #define STDC_HEADERS 1
  4453. | #define HAVE_SYS_TYPES_H 1
  4454. | #define HAVE_SYS_STAT_H 1
  4455. | #define HAVE_STDLIB_H 1
  4456. | #define HAVE_STRING_H 1
  4457. | #define HAVE_MEMORY_H 1
  4458. | #define HAVE_STRINGS_H 1
  4459. | #define HAVE_INTTYPES_H 1
  4460. | #define HAVE_STDINT_H 1
  4461. | #define HAVE_UNISTD_H 1
  4462. | #define __EXTENSIONS__ 1
  4463. | #define _ALL_SOURCE 1
  4464. | #define _GNU_SOURCE 1
  4465. | #define _POSIX_PTHREAD_SEMANTICS 1
  4466. | #define _TANDEM_SOURCE 1
  4467. | #define GETTEXT_PACKAGE "pulseaudio"
  4468. | #define HAVE_LOCALE_H 1
  4469. | #define HAVE_LC_MESSAGES 1
  4470. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4471. | #define HAVE_GETTEXT 1
  4472. | #define HAVE_DCGETTEXT 1
  4473. | #define ENABLE_NLS 1
  4474. | #define PULSE_LOCALEDIR "/usr/share/locale"
  4475. | #define HAVE_ATOMIC_BUILTINS 1
  4476. | #define HAVE_DLFCN_H 1
  4477. | #define LT_OBJDIR ".libs/"
  4478. | #define STDC_HEADERS 1
  4479. | #define HAVE_ARPA_INET_H 1
  4480. | #define HAVE_GLOB_H 1
  4481. | #define HAVE_GRP_H 1
  4482. | #define HAVE_NETDB_H 1
  4483. | #define HAVE_NETINET_IN_H 1
  4484. | #define HAVE_NETINET_IN_SYSTM_H 1
  4485. | #define HAVE_NETINET_TCP_H 1
  4486. | #define HAVE_POLL_H 1
  4487. | #define HAVE_PWD_H 1
  4488. | #define HAVE_SCHED_H 1
  4489. | #define HAVE_SYS_MMAN_H 1
  4490. | #define HAVE_SYS_SELECT_H 1
  4491. | #define HAVE_SYS_SOCKET_H 1
  4492. | #define HAVE_SYS_WAIT_H 1
  4493. | #define HAVE_SYS_UIO_H 1
  4494. | #define HAVE_SYSLOG_H 1
  4495. | #define HAVE_DLFCN_H 1
  4496. | #define HAVE_LINUX_SOCKIOS_H 1
  4497. | #define HAVE_SYS_PRCTL_H 1
  4498. | #define HAVE_SYS_IOCTL_H 1
  4499. | #define HAVE_BYTESWAP_H 1
  4500. | #define HAVE_SYS_SYSCALL_H 1
  4501. | #define HAVE_SYS_EVENTFD_H 1
  4502. | #define HAVE_EXECINFO_H 1
  4503. | #define HAVE_LANGINFO_H 1
  4504. | #define HAVE_REGEX_H 1
  4505. | #define HAVE_PCREPOSIX_H 1
  4506. | #define HAVE_NETINET_IP_H 1
  4507. | #define HAVE_SYS_RESOURCE_H 1
  4508. | #define HAVE_SYS_UN_H 1
  4509. | #define HAVE_LINUX_INPUT_H 1
  4510. | #define HAVE_SSIZE_T 1
  4511. | #define HAVE_DECL_ENVIRON 1
  4512. | #define HAVE_SIGXCPU 1
  4513. | #define HAVE_STD_BOOL 1
  4514. | #define TLS __thread
  4515. | #define SUPPORT_TLS___THREAD 1
  4516. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4517. | #define HAVE_PTHREAD 1
  4518. | #define _POSIX_PTHREAD_SEMANTICS 1
  4519. | #define HAVE_GETOPT_LONG 1
  4520. | #define HAVE_LRINTF 1
  4521. | #define HAVE_STRTOF 1
  4522. | #define HAVE_CHMOD 1
  4523. | #define HAVE_CHOWN 1
  4524. | #define HAVE_FSTAT 1
  4525. | #define HAVE_FCHOWN 1
  4526. | #define HAVE_FCHMOD 1
  4527. | #define HAVE_CLOCK_GETTIME 1
  4528. | #define HAVE_GETADDRINFO 1
  4529. | #define HAVE_GETGRGID_R 1
  4530. | #define HAVE_GETGRNAM_R 1
  4531. | #define HAVE_GETPWNAM_R 1
  4532. | #define HAVE_GETPWUID_R 1
  4533. | #define HAVE_GETTIMEOFDAY 1
  4534. | #define HAVE_GETUID 1
  4535. | #define HAVE_MLOCK 1
  4536. | #define HAVE_NANOSLEEP 1
  4537. | #define HAVE_PIPE 1
  4538. | #define HAVE_POSIX_FADVISE 1
  4539. | #define HAVE_POSIX_MADVISE 1
  4540. | #define HAVE_POSIX_MEMALIGN 1
  4541. | #define HAVE_SETPGID 1
  4542. | #define HAVE_SETSID 1
  4543. | #define HAVE_SHM_OPEN 1
  4544. | #define HAVE_SIGACTION 1
  4545. | #define HAVE_SLEEP 1
  4546. | #define HAVE_SYMLINK 1
  4547. | #define HAVE_SYSCONF 1
  4548. | #define HAVE_UNAME 1
  4549. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  4550. | #define HAVE_PTHREAD_GETNAME_NP 1
  4551. | #define HAVE_PTHREAD_SETNAME_NP 1
  4552. | #define HAVE_READLINK 1
  4553. | #define HAVE_CTIME_R 1
  4554. | #define HAVE_USLEEP 1
  4555. | #define HAVE_STRERROR_R 1
  4556. | #define HAVE_LSTAT 1
  4557. | #define HAVE_SETRESUID 1
  4558. | #define HAVE_SETRESGID 1
  4559. | #define HAVE_SETREUID 1
  4560. | #define HAVE_SETREGID 1
  4561. | #define HAVE_SETEUID 1
  4562. | #define HAVE_SETEGID 1
  4563. | #define HAVE_PPOLL 1
  4564. | #define HAVE_STRSIGNAL 1
  4565. | #define HAVE_STRTOF_L 1
  4566. | #define HAVE_PIPE2 1
  4567. | #define HAVE_ACCEPT4 1
  4568. | #define HAVE_OPEN64 1
  4569. | #define HAVE_FORK 1
  4570. | #define HAVE_VFORK 1
  4571. | #define HAVE_WORKING_VFORK 1
  4572. | #define HAVE_WORKING_FORK 1
  4573. | #define GETGROUPS_T gid_t
  4574. | #define HAVE_GETGROUPS 1
  4575. | #define HAVE_SYS_SELECT_H 1
  4576. | #define HAVE_SYS_SOCKET_H 1
  4577. | #define SELECT_TYPE_ARG1 int
  4578. | #define SELECT_TYPE_ARG234 (fd_set *)
  4579. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4580. | #define HAVE_MKFIFO 1
  4581. | #define HAVE_ALLOCA_H 1
  4582. | #define HAVE_ALLOCA 1
  4583. | #define HAVE_REGEXEC 1
  4584. | #define HAVE_ICONV 1
  4585. | #define ICONV_CONST
  4586. | #define HAVE_X11 1
  4587. | /* end confdefs.h. */
  4588. |
  4589. | /* Override any GCC internal prototype to avoid an error.
  4590. | Use char because int might match the return type of a GCC
  4591. | builtin and then its argument prototype would still apply. */
  4592. | #ifdef __cplusplus
  4593. | extern "C"
  4594. | #endif
  4595. | char cap_init ();
  4596. | int
  4597. | main ()
  4598. | {
  4599. | return cap_init ();
  4600. | ;
  4601. | return 0;
  4602. | }
  4603. configure:18316: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lcap -lrt -ldl -lm >&5
  4604. /usr/bin/ld: cannot find -lcap
  4605. collect2: ld returned 1 exit status
  4606. configure:18316: $? = 1
  4607. configure: failed program was:
  4608. | /* confdefs.h */
  4609. | #define PACKAGE_NAME "pulseaudio"
  4610. | #define PACKAGE_TARNAME "pulseaudio"
  4611. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  4612. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  4613. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  4614. | #define PACKAGE_URL "http://pulseaudio.org/"
  4615. | #define PACKAGE "pulseaudio"
  4616. | #define VERSION "1.1-rebootstrapped"
  4617. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  4618. | #define STDC_HEADERS 1
  4619. | #define HAVE_SYS_TYPES_H 1
  4620. | #define HAVE_SYS_STAT_H 1
  4621. | #define HAVE_STDLIB_H 1
  4622. | #define HAVE_STRING_H 1
  4623. | #define HAVE_MEMORY_H 1
  4624. | #define HAVE_STRINGS_H 1
  4625. | #define HAVE_INTTYPES_H 1
  4626. | #define HAVE_STDINT_H 1
  4627. | #define HAVE_UNISTD_H 1
  4628. | #define __EXTENSIONS__ 1
  4629. | #define _ALL_SOURCE 1
  4630. | #define _GNU_SOURCE 1
  4631. | #define _POSIX_PTHREAD_SEMANTICS 1
  4632. | #define _TANDEM_SOURCE 1
  4633. | #define GETTEXT_PACKAGE "pulseaudio"
  4634. | #define HAVE_LOCALE_H 1
  4635. | #define HAVE_LC_MESSAGES 1
  4636. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4637. | #define HAVE_GETTEXT 1
  4638. | #define HAVE_DCGETTEXT 1
  4639. | #define ENABLE_NLS 1
  4640. | #define PULSE_LOCALEDIR "/usr/share/locale"
  4641. | #define HAVE_ATOMIC_BUILTINS 1
  4642. | #define HAVE_DLFCN_H 1
  4643. | #define LT_OBJDIR ".libs/"
  4644. | #define STDC_HEADERS 1
  4645. | #define HAVE_ARPA_INET_H 1
  4646. | #define HAVE_GLOB_H 1
  4647. | #define HAVE_GRP_H 1
  4648. | #define HAVE_NETDB_H 1
  4649. | #define HAVE_NETINET_IN_H 1
  4650. | #define HAVE_NETINET_IN_SYSTM_H 1
  4651. | #define HAVE_NETINET_TCP_H 1
  4652. | #define HAVE_POLL_H 1
  4653. | #define HAVE_PWD_H 1
  4654. | #define HAVE_SCHED_H 1
  4655. | #define HAVE_SYS_MMAN_H 1
  4656. | #define HAVE_SYS_SELECT_H 1
  4657. | #define HAVE_SYS_SOCKET_H 1
  4658. | #define HAVE_SYS_WAIT_H 1
  4659. | #define HAVE_SYS_UIO_H 1
  4660. | #define HAVE_SYSLOG_H 1
  4661. | #define HAVE_DLFCN_H 1
  4662. | #define HAVE_LINUX_SOCKIOS_H 1
  4663. | #define HAVE_SYS_PRCTL_H 1
  4664. | #define HAVE_SYS_IOCTL_H 1
  4665. | #define HAVE_BYTESWAP_H 1
  4666. | #define HAVE_SYS_SYSCALL_H 1
  4667. | #define HAVE_SYS_EVENTFD_H 1
  4668. | #define HAVE_EXECINFO_H 1
  4669. | #define HAVE_LANGINFO_H 1
  4670. | #define HAVE_REGEX_H 1
  4671. | #define HAVE_PCREPOSIX_H 1
  4672. | #define HAVE_NETINET_IP_H 1
  4673. | #define HAVE_SYS_RESOURCE_H 1
  4674. | #define HAVE_SYS_UN_H 1
  4675. | #define HAVE_LINUX_INPUT_H 1
  4676. | #define HAVE_SSIZE_T 1
  4677. | #define HAVE_DECL_ENVIRON 1
  4678. | #define HAVE_SIGXCPU 1
  4679. | #define HAVE_STD_BOOL 1
  4680. | #define TLS __thread
  4681. | #define SUPPORT_TLS___THREAD 1
  4682. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4683. | #define HAVE_PTHREAD 1
  4684. | #define _POSIX_PTHREAD_SEMANTICS 1
  4685. | #define HAVE_GETOPT_LONG 1
  4686. | #define HAVE_LRINTF 1
  4687. | #define HAVE_STRTOF 1
  4688. | #define HAVE_CHMOD 1
  4689. | #define HAVE_CHOWN 1
  4690. | #define HAVE_FSTAT 1
  4691. | #define HAVE_FCHOWN 1
  4692. | #define HAVE_FCHMOD 1
  4693. | #define HAVE_CLOCK_GETTIME 1
  4694. | #define HAVE_GETADDRINFO 1
  4695. | #define HAVE_GETGRGID_R 1
  4696. | #define HAVE_GETGRNAM_R 1
  4697. | #define HAVE_GETPWNAM_R 1
  4698. | #define HAVE_GETPWUID_R 1
  4699. | #define HAVE_GETTIMEOFDAY 1
  4700. | #define HAVE_GETUID 1
  4701. | #define HAVE_MLOCK 1
  4702. | #define HAVE_NANOSLEEP 1
  4703. | #define HAVE_PIPE 1
  4704. | #define HAVE_POSIX_FADVISE 1
  4705. | #define HAVE_POSIX_MADVISE 1
  4706. | #define HAVE_POSIX_MEMALIGN 1
  4707. | #define HAVE_SETPGID 1
  4708. | #define HAVE_SETSID 1
  4709. | #define HAVE_SHM_OPEN 1
  4710. | #define HAVE_SIGACTION 1
  4711. | #define HAVE_SLEEP 1
  4712. | #define HAVE_SYMLINK 1
  4713. | #define HAVE_SYSCONF 1
  4714. | #define HAVE_UNAME 1
  4715. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  4716. | #define HAVE_PTHREAD_GETNAME_NP 1
  4717. | #define HAVE_PTHREAD_SETNAME_NP 1
  4718. | #define HAVE_READLINK 1
  4719. | #define HAVE_CTIME_R 1
  4720. | #define HAVE_USLEEP 1
  4721. | #define HAVE_STRERROR_R 1
  4722. | #define HAVE_LSTAT 1
  4723. | #define HAVE_SETRESUID 1
  4724. | #define HAVE_SETRESGID 1
  4725. | #define HAVE_SETREUID 1
  4726. | #define HAVE_SETREGID 1
  4727. | #define HAVE_SETEUID 1
  4728. | #define HAVE_SETEGID 1
  4729. | #define HAVE_PPOLL 1
  4730. | #define HAVE_STRSIGNAL 1
  4731. | #define HAVE_STRTOF_L 1
  4732. | #define HAVE_PIPE2 1
  4733. | #define HAVE_ACCEPT4 1
  4734. | #define HAVE_OPEN64 1
  4735. | #define HAVE_FORK 1
  4736. | #define HAVE_VFORK 1
  4737. | #define HAVE_WORKING_VFORK 1
  4738. | #define HAVE_WORKING_FORK 1
  4739. | #define GETGROUPS_T gid_t
  4740. | #define HAVE_GETGROUPS 1
  4741. | #define HAVE_SYS_SELECT_H 1
  4742. | #define HAVE_SYS_SOCKET_H 1
  4743. | #define SELECT_TYPE_ARG1 int
  4744. | #define SELECT_TYPE_ARG234 (fd_set *)
  4745. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4746. | #define HAVE_MKFIFO 1
  4747. | #define HAVE_ALLOCA_H 1
  4748. | #define HAVE_ALLOCA 1
  4749. | #define HAVE_REGEXEC 1
  4750. | #define HAVE_ICONV 1
  4751. | #define ICONV_CONST
  4752. | #define HAVE_X11 1
  4753. | /* end confdefs.h. */
  4754. |
  4755. | /* Override any GCC internal prototype to avoid an error.
  4756. | Use char because int might match the return type of a GCC
  4757. | builtin and then its argument prototype would still apply. */
  4758. | #ifdef __cplusplus
  4759. | extern "C"
  4760. | #endif
  4761. | char cap_init ();
  4762. | int
  4763. | main ()
  4764. | {
  4765. | return cap_init ();
  4766. | ;
  4767. | return 0;
  4768. | }
  4769. configure:18333: result: no
  4770. configure:18348: checking sys/capability.h usability
  4771. configure:18348: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  4772. conftest.c:180:28: fatal error: sys/capability.h: No such file or directory
  4773. compilation terminated.
  4774. configure:18348: $? = 1
  4775. configure: failed program was:
  4776. | /* confdefs.h */
  4777. | #define PACKAGE_NAME "pulseaudio"
  4778. | #define PACKAGE_TARNAME "pulseaudio"
  4779. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  4780. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  4781. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  4782. | #define PACKAGE_URL "http://pulseaudio.org/"
  4783. | #define PACKAGE "pulseaudio"
  4784. | #define VERSION "1.1-rebootstrapped"
  4785. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  4786. | #define STDC_HEADERS 1
  4787. | #define HAVE_SYS_TYPES_H 1
  4788. | #define HAVE_SYS_STAT_H 1
  4789. | #define HAVE_STDLIB_H 1
  4790. | #define HAVE_STRING_H 1
  4791. | #define HAVE_MEMORY_H 1
  4792. | #define HAVE_STRINGS_H 1
  4793. | #define HAVE_INTTYPES_H 1
  4794. | #define HAVE_STDINT_H 1
  4795. | #define HAVE_UNISTD_H 1
  4796. | #define __EXTENSIONS__ 1
  4797. | #define _ALL_SOURCE 1
  4798. | #define _GNU_SOURCE 1
  4799. | #define _POSIX_PTHREAD_SEMANTICS 1
  4800. | #define _TANDEM_SOURCE 1
  4801. | #define GETTEXT_PACKAGE "pulseaudio"
  4802. | #define HAVE_LOCALE_H 1
  4803. | #define HAVE_LC_MESSAGES 1
  4804. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4805. | #define HAVE_GETTEXT 1
  4806. | #define HAVE_DCGETTEXT 1
  4807. | #define ENABLE_NLS 1
  4808. | #define PULSE_LOCALEDIR "/usr/share/locale"
  4809. | #define HAVE_ATOMIC_BUILTINS 1
  4810. | #define HAVE_DLFCN_H 1
  4811. | #define LT_OBJDIR ".libs/"
  4812. | #define STDC_HEADERS 1
  4813. | #define HAVE_ARPA_INET_H 1
  4814. | #define HAVE_GLOB_H 1
  4815. | #define HAVE_GRP_H 1
  4816. | #define HAVE_NETDB_H 1
  4817. | #define HAVE_NETINET_IN_H 1
  4818. | #define HAVE_NETINET_IN_SYSTM_H 1
  4819. | #define HAVE_NETINET_TCP_H 1
  4820. | #define HAVE_POLL_H 1
  4821. | #define HAVE_PWD_H 1
  4822. | #define HAVE_SCHED_H 1
  4823. | #define HAVE_SYS_MMAN_H 1
  4824. | #define HAVE_SYS_SELECT_H 1
  4825. | #define HAVE_SYS_SOCKET_H 1
  4826. | #define HAVE_SYS_WAIT_H 1
  4827. | #define HAVE_SYS_UIO_H 1
  4828. | #define HAVE_SYSLOG_H 1
  4829. | #define HAVE_DLFCN_H 1
  4830. | #define HAVE_LINUX_SOCKIOS_H 1
  4831. | #define HAVE_SYS_PRCTL_H 1
  4832. | #define HAVE_SYS_IOCTL_H 1
  4833. | #define HAVE_BYTESWAP_H 1
  4834. | #define HAVE_SYS_SYSCALL_H 1
  4835. | #define HAVE_SYS_EVENTFD_H 1
  4836. | #define HAVE_EXECINFO_H 1
  4837. | #define HAVE_LANGINFO_H 1
  4838. | #define HAVE_REGEX_H 1
  4839. | #define HAVE_PCREPOSIX_H 1
  4840. | #define HAVE_NETINET_IP_H 1
  4841. | #define HAVE_SYS_RESOURCE_H 1
  4842. | #define HAVE_SYS_UN_H 1
  4843. | #define HAVE_LINUX_INPUT_H 1
  4844. | #define HAVE_SSIZE_T 1
  4845. | #define HAVE_DECL_ENVIRON 1
  4846. | #define HAVE_SIGXCPU 1
  4847. | #define HAVE_STD_BOOL 1
  4848. | #define TLS __thread
  4849. | #define SUPPORT_TLS___THREAD 1
  4850. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  4851. | #define HAVE_PTHREAD 1
  4852. | #define _POSIX_PTHREAD_SEMANTICS 1
  4853. | #define HAVE_GETOPT_LONG 1
  4854. | #define HAVE_LRINTF 1
  4855. | #define HAVE_STRTOF 1
  4856. | #define HAVE_CHMOD 1
  4857. | #define HAVE_CHOWN 1
  4858. | #define HAVE_FSTAT 1
  4859. | #define HAVE_FCHOWN 1
  4860. | #define HAVE_FCHMOD 1
  4861. | #define HAVE_CLOCK_GETTIME 1
  4862. | #define HAVE_GETADDRINFO 1
  4863. | #define HAVE_GETGRGID_R 1
  4864. | #define HAVE_GETGRNAM_R 1
  4865. | #define HAVE_GETPWNAM_R 1
  4866. | #define HAVE_GETPWUID_R 1
  4867. | #define HAVE_GETTIMEOFDAY 1
  4868. | #define HAVE_GETUID 1
  4869. | #define HAVE_MLOCK 1
  4870. | #define HAVE_NANOSLEEP 1
  4871. | #define HAVE_PIPE 1
  4872. | #define HAVE_POSIX_FADVISE 1
  4873. | #define HAVE_POSIX_MADVISE 1
  4874. | #define HAVE_POSIX_MEMALIGN 1
  4875. | #define HAVE_SETPGID 1
  4876. | #define HAVE_SETSID 1
  4877. | #define HAVE_SHM_OPEN 1
  4878. | #define HAVE_SIGACTION 1
  4879. | #define HAVE_SLEEP 1
  4880. | #define HAVE_SYMLINK 1
  4881. | #define HAVE_SYSCONF 1
  4882. | #define HAVE_UNAME 1
  4883. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  4884. | #define HAVE_PTHREAD_GETNAME_NP 1
  4885. | #define HAVE_PTHREAD_SETNAME_NP 1
  4886. | #define HAVE_READLINK 1
  4887. | #define HAVE_CTIME_R 1
  4888. | #define HAVE_USLEEP 1
  4889. | #define HAVE_STRERROR_R 1
  4890. | #define HAVE_LSTAT 1
  4891. | #define HAVE_SETRESUID 1
  4892. | #define HAVE_SETRESGID 1
  4893. | #define HAVE_SETREUID 1
  4894. | #define HAVE_SETREGID 1
  4895. | #define HAVE_SETEUID 1
  4896. | #define HAVE_SETEGID 1
  4897. | #define HAVE_PPOLL 1
  4898. | #define HAVE_STRSIGNAL 1
  4899. | #define HAVE_STRTOF_L 1
  4900. | #define HAVE_PIPE2 1
  4901. | #define HAVE_ACCEPT4 1
  4902. | #define HAVE_OPEN64 1
  4903. | #define HAVE_FORK 1
  4904. | #define HAVE_VFORK 1
  4905. | #define HAVE_WORKING_VFORK 1
  4906. | #define HAVE_WORKING_FORK 1
  4907. | #define GETGROUPS_T gid_t
  4908. | #define HAVE_GETGROUPS 1
  4909. | #define HAVE_SYS_SELECT_H 1
  4910. | #define HAVE_SYS_SOCKET_H 1
  4911. | #define SELECT_TYPE_ARG1 int
  4912. | #define SELECT_TYPE_ARG234 (fd_set *)
  4913. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4914. | #define HAVE_MKFIFO 1
  4915. | #define HAVE_ALLOCA_H 1
  4916. | #define HAVE_ALLOCA 1
  4917. | #define HAVE_REGEXEC 1
  4918. | #define HAVE_ICONV 1
  4919. | #define ICONV_CONST
  4920. | #define HAVE_X11 1
  4921. | /* end confdefs.h. */
  4922. | #include <stdio.h>
  4923. | #ifdef HAVE_SYS_TYPES_H
  4924. | # include <sys/types.h>
  4925. | #endif
  4926. | #ifdef HAVE_SYS_STAT_H
  4927. | # include <sys/stat.h>
  4928. | #endif
  4929. | #ifdef STDC_HEADERS
  4930. | # include <stdlib.h>
  4931. | # include <stddef.h>
  4932. | #else
  4933. | # ifdef HAVE_STDLIB_H
  4934. | # include <stdlib.h>
  4935. | # endif
  4936. | #endif
  4937. | #ifdef HAVE_STRING_H
  4938. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4939. | # include <memory.h>
  4940. | # endif
  4941. | # include <string.h>
  4942. | #endif
  4943. | #ifdef HAVE_STRINGS_H
  4944. | # include <strings.h>
  4945. | #endif
  4946. | #ifdef HAVE_INTTYPES_H
  4947. | # include <inttypes.h>
  4948. | #endif
  4949. | #ifdef HAVE_STDINT_H
  4950. | # include <stdint.h>
  4951. | #endif
  4952. | #ifdef HAVE_UNISTD_H
  4953. | # include <unistd.h>
  4954. | #endif
  4955. | #include <sys/capability.h>
  4956. configure:18348: result: no
  4957. configure:18348: checking sys/capability.h presence
  4958. configure:18348: gcc -std=gnu99 -E conftest.c
  4959. conftest.c:147:28: fatal error: sys/capability.h: No such file or directory
  4960. compilation terminated.
  4961. configure:18348: $? = 1
  4962. configure: failed program was:
  4963. | /* confdefs.h */
  4964. | #define PACKAGE_NAME "pulseaudio"
  4965. | #define PACKAGE_TARNAME "pulseaudio"
  4966. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  4967. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  4968. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  4969. | #define PACKAGE_URL "http://pulseaudio.org/"
  4970. | #define PACKAGE "pulseaudio"
  4971. | #define VERSION "1.1-rebootstrapped"
  4972. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  4973. | #define STDC_HEADERS 1
  4974. | #define HAVE_SYS_TYPES_H 1
  4975. | #define HAVE_SYS_STAT_H 1
  4976. | #define HAVE_STDLIB_H 1
  4977. | #define HAVE_STRING_H 1
  4978. | #define HAVE_MEMORY_H 1
  4979. | #define HAVE_STRINGS_H 1
  4980. | #define HAVE_INTTYPES_H 1
  4981. | #define HAVE_STDINT_H 1
  4982. | #define HAVE_UNISTD_H 1
  4983. | #define __EXTENSIONS__ 1
  4984. | #define _ALL_SOURCE 1
  4985. | #define _GNU_SOURCE 1
  4986. | #define _POSIX_PTHREAD_SEMANTICS 1
  4987. | #define _TANDEM_SOURCE 1
  4988. | #define GETTEXT_PACKAGE "pulseaudio"
  4989. | #define HAVE_LOCALE_H 1
  4990. | #define HAVE_LC_MESSAGES 1
  4991. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  4992. | #define HAVE_GETTEXT 1
  4993. | #define HAVE_DCGETTEXT 1
  4994. | #define ENABLE_NLS 1
  4995. | #define PULSE_LOCALEDIR "/usr/share/locale"
  4996. | #define HAVE_ATOMIC_BUILTINS 1
  4997. | #define HAVE_DLFCN_H 1
  4998. | #define LT_OBJDIR ".libs/"
  4999. | #define STDC_HEADERS 1
  5000. | #define HAVE_ARPA_INET_H 1
  5001. | #define HAVE_GLOB_H 1
  5002. | #define HAVE_GRP_H 1
  5003. | #define HAVE_NETDB_H 1
  5004. | #define HAVE_NETINET_IN_H 1
  5005. | #define HAVE_NETINET_IN_SYSTM_H 1
  5006. | #define HAVE_NETINET_TCP_H 1
  5007. | #define HAVE_POLL_H 1
  5008. | #define HAVE_PWD_H 1
  5009. | #define HAVE_SCHED_H 1
  5010. | #define HAVE_SYS_MMAN_H 1
  5011. | #define HAVE_SYS_SELECT_H 1
  5012. | #define HAVE_SYS_SOCKET_H 1
  5013. | #define HAVE_SYS_WAIT_H 1
  5014. | #define HAVE_SYS_UIO_H 1
  5015. | #define HAVE_SYSLOG_H 1
  5016. | #define HAVE_DLFCN_H 1
  5017. | #define HAVE_LINUX_SOCKIOS_H 1
  5018. | #define HAVE_SYS_PRCTL_H 1
  5019. | #define HAVE_SYS_IOCTL_H 1
  5020. | #define HAVE_BYTESWAP_H 1
  5021. | #define HAVE_SYS_SYSCALL_H 1
  5022. | #define HAVE_SYS_EVENTFD_H 1
  5023. | #define HAVE_EXECINFO_H 1
  5024. | #define HAVE_LANGINFO_H 1
  5025. | #define HAVE_REGEX_H 1
  5026. | #define HAVE_PCREPOSIX_H 1
  5027. | #define HAVE_NETINET_IP_H 1
  5028. | #define HAVE_SYS_RESOURCE_H 1
  5029. | #define HAVE_SYS_UN_H 1
  5030. | #define HAVE_LINUX_INPUT_H 1
  5031. | #define HAVE_SSIZE_T 1
  5032. | #define HAVE_DECL_ENVIRON 1
  5033. | #define HAVE_SIGXCPU 1
  5034. | #define HAVE_STD_BOOL 1
  5035. | #define TLS __thread
  5036. | #define SUPPORT_TLS___THREAD 1
  5037. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5038. | #define HAVE_PTHREAD 1
  5039. | #define _POSIX_PTHREAD_SEMANTICS 1
  5040. | #define HAVE_GETOPT_LONG 1
  5041. | #define HAVE_LRINTF 1
  5042. | #define HAVE_STRTOF 1
  5043. | #define HAVE_CHMOD 1
  5044. | #define HAVE_CHOWN 1
  5045. | #define HAVE_FSTAT 1
  5046. | #define HAVE_FCHOWN 1
  5047. | #define HAVE_FCHMOD 1
  5048. | #define HAVE_CLOCK_GETTIME 1
  5049. | #define HAVE_GETADDRINFO 1
  5050. | #define HAVE_GETGRGID_R 1
  5051. | #define HAVE_GETGRNAM_R 1
  5052. | #define HAVE_GETPWNAM_R 1
  5053. | #define HAVE_GETPWUID_R 1
  5054. | #define HAVE_GETTIMEOFDAY 1
  5055. | #define HAVE_GETUID 1
  5056. | #define HAVE_MLOCK 1
  5057. | #define HAVE_NANOSLEEP 1
  5058. | #define HAVE_PIPE 1
  5059. | #define HAVE_POSIX_FADVISE 1
  5060. | #define HAVE_POSIX_MADVISE 1
  5061. | #define HAVE_POSIX_MEMALIGN 1
  5062. | #define HAVE_SETPGID 1
  5063. | #define HAVE_SETSID 1
  5064. | #define HAVE_SHM_OPEN 1
  5065. | #define HAVE_SIGACTION 1
  5066. | #define HAVE_SLEEP 1
  5067. | #define HAVE_SYMLINK 1
  5068. | #define HAVE_SYSCONF 1
  5069. | #define HAVE_UNAME 1
  5070. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  5071. | #define HAVE_PTHREAD_GETNAME_NP 1
  5072. | #define HAVE_PTHREAD_SETNAME_NP 1
  5073. | #define HAVE_READLINK 1
  5074. | #define HAVE_CTIME_R 1
  5075. | #define HAVE_USLEEP 1
  5076. | #define HAVE_STRERROR_R 1
  5077. | #define HAVE_LSTAT 1
  5078. | #define HAVE_SETRESUID 1
  5079. | #define HAVE_SETRESGID 1
  5080. | #define HAVE_SETREUID 1
  5081. | #define HAVE_SETREGID 1
  5082. | #define HAVE_SETEUID 1
  5083. | #define HAVE_SETEGID 1
  5084. | #define HAVE_PPOLL 1
  5085. | #define HAVE_STRSIGNAL 1
  5086. | #define HAVE_STRTOF_L 1
  5087. | #define HAVE_PIPE2 1
  5088. | #define HAVE_ACCEPT4 1
  5089. | #define HAVE_OPEN64 1
  5090. | #define HAVE_FORK 1
  5091. | #define HAVE_VFORK 1
  5092. | #define HAVE_WORKING_VFORK 1
  5093. | #define HAVE_WORKING_FORK 1
  5094. | #define GETGROUPS_T gid_t
  5095. | #define HAVE_GETGROUPS 1
  5096. | #define HAVE_SYS_SELECT_H 1
  5097. | #define HAVE_SYS_SOCKET_H 1
  5098. | #define SELECT_TYPE_ARG1 int
  5099. | #define SELECT_TYPE_ARG234 (fd_set *)
  5100. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5101. | #define HAVE_MKFIFO 1
  5102. | #define HAVE_ALLOCA_H 1
  5103. | #define HAVE_ALLOCA 1
  5104. | #define HAVE_REGEXEC 1
  5105. | #define HAVE_ICONV 1
  5106. | #define ICONV_CONST
  5107. | #define HAVE_X11 1
  5108. | /* end confdefs.h. */
  5109. | #include <sys/capability.h>
  5110. configure:18348: result: no
  5111. configure:18348: checking for sys/capability.h
  5112. configure:18348: result: no
  5113. configure:18375: checking for LIBJSON
  5114. configure:18382: $PKG_CONFIG --exists --print-errors " json >= 0.9 "
  5115. configure:18385: $? = 0
  5116. configure:18398: $PKG_CONFIG --exists --print-errors " json >= 0.9 "
  5117. configure:18401: $? = 0
  5118. configure:18458: result: yes
  5119. configure:18469: checking for LIBSNDFILE
  5120. configure:18476: $PKG_CONFIG --exists --print-errors " sndfile >= 1.0.20 "
  5121. configure:18479: $? = 0
  5122. configure:18492: $PKG_CONFIG --exists --print-errors " sndfile >= 1.0.20 "
  5123. configure:18495: $? = 0
  5124. configure:18552: result: yes
  5125. configure:18561: checking for LIBSPEEX
  5126. configure:18568: $PKG_CONFIG --exists --print-errors " speexdsp >= 1.2 "
  5127. configure:18571: $? = 0
  5128. configure:18584: $PKG_CONFIG --exists --print-errors " speexdsp >= 1.2 "
  5129. configure:18587: $? = 0
  5130. configure:18644: result: yes
  5131. configure:18653: checking whether we need libatomic_ops
  5132. configure:18678: result: no
  5133. configure:18693: checking for LIBSAMPLERATE
  5134. configure:18700: $PKG_CONFIG --exists --print-errors " samplerate >= 0.1.0 "
  5135. configure:18703: $? = 0
  5136. configure:18716: $PKG_CONFIG --exists --print-errors " samplerate >= 0.1.0 "
  5137. configure:18719: $? = 0
  5138. configure:18756: result: yes
  5139. configure:18799: checking for TDB
  5140. configure:18806: $PKG_CONFIG --exists --print-errors " tdb "
  5141. configure:18809: $? = 0
  5142. configure:18822: $PKG_CONFIG --exists --print-errors " tdb "
  5143. configure:18825: $? = 0
  5144. configure:18862: result: yes
  5145. configure:19036: checking sys/soundcard.h usability
  5146. configure:19036: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  5147. configure:19036: $? = 0
  5148. configure:19036: result: yes
  5149. configure:19036: checking sys/soundcard.h presence
  5150. configure:19036: gcc -std=gnu99 -E conftest.c
  5151. configure:19036: $? = 0
  5152. configure:19036: result: yes
  5153. configure:19036: checking for sys/soundcard.h
  5154. configure:19036: result: yes
  5155. configure:19115: checking CoreAudio/CoreAudio.h usability
  5156. configure:19115: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  5157. conftest.c:185:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory
  5158. compilation terminated.
  5159. configure:19115: $? = 1
  5160. configure: failed program was:
  5161. | /* confdefs.h */
  5162. | #define PACKAGE_NAME "pulseaudio"
  5163. | #define PACKAGE_TARNAME "pulseaudio"
  5164. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  5165. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  5166. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  5167. | #define PACKAGE_URL "http://pulseaudio.org/"
  5168. | #define PACKAGE "pulseaudio"
  5169. | #define VERSION "1.1-rebootstrapped"
  5170. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  5171. | #define STDC_HEADERS 1
  5172. | #define HAVE_SYS_TYPES_H 1
  5173. | #define HAVE_SYS_STAT_H 1
  5174. | #define HAVE_STDLIB_H 1
  5175. | #define HAVE_STRING_H 1
  5176. | #define HAVE_MEMORY_H 1
  5177. | #define HAVE_STRINGS_H 1
  5178. | #define HAVE_INTTYPES_H 1
  5179. | #define HAVE_STDINT_H 1
  5180. | #define HAVE_UNISTD_H 1
  5181. | #define __EXTENSIONS__ 1
  5182. | #define _ALL_SOURCE 1
  5183. | #define _GNU_SOURCE 1
  5184. | #define _POSIX_PTHREAD_SEMANTICS 1
  5185. | #define _TANDEM_SOURCE 1
  5186. | #define GETTEXT_PACKAGE "pulseaudio"
  5187. | #define HAVE_LOCALE_H 1
  5188. | #define HAVE_LC_MESSAGES 1
  5189. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5190. | #define HAVE_GETTEXT 1
  5191. | #define HAVE_DCGETTEXT 1
  5192. | #define ENABLE_NLS 1
  5193. | #define PULSE_LOCALEDIR "/usr/share/locale"
  5194. | #define HAVE_ATOMIC_BUILTINS 1
  5195. | #define HAVE_DLFCN_H 1
  5196. | #define LT_OBJDIR ".libs/"
  5197. | #define STDC_HEADERS 1
  5198. | #define HAVE_ARPA_INET_H 1
  5199. | #define HAVE_GLOB_H 1
  5200. | #define HAVE_GRP_H 1
  5201. | #define HAVE_NETDB_H 1
  5202. | #define HAVE_NETINET_IN_H 1
  5203. | #define HAVE_NETINET_IN_SYSTM_H 1
  5204. | #define HAVE_NETINET_TCP_H 1
  5205. | #define HAVE_POLL_H 1
  5206. | #define HAVE_PWD_H 1
  5207. | #define HAVE_SCHED_H 1
  5208. | #define HAVE_SYS_MMAN_H 1
  5209. | #define HAVE_SYS_SELECT_H 1
  5210. | #define HAVE_SYS_SOCKET_H 1
  5211. | #define HAVE_SYS_WAIT_H 1
  5212. | #define HAVE_SYS_UIO_H 1
  5213. | #define HAVE_SYSLOG_H 1
  5214. | #define HAVE_DLFCN_H 1
  5215. | #define HAVE_LINUX_SOCKIOS_H 1
  5216. | #define HAVE_SYS_PRCTL_H 1
  5217. | #define HAVE_SYS_IOCTL_H 1
  5218. | #define HAVE_BYTESWAP_H 1
  5219. | #define HAVE_SYS_SYSCALL_H 1
  5220. | #define HAVE_SYS_EVENTFD_H 1
  5221. | #define HAVE_EXECINFO_H 1
  5222. | #define HAVE_LANGINFO_H 1
  5223. | #define HAVE_REGEX_H 1
  5224. | #define HAVE_PCREPOSIX_H 1
  5225. | #define HAVE_NETINET_IP_H 1
  5226. | #define HAVE_SYS_RESOURCE_H 1
  5227. | #define HAVE_SYS_UN_H 1
  5228. | #define HAVE_LINUX_INPUT_H 1
  5229. | #define HAVE_SSIZE_T 1
  5230. | #define HAVE_DECL_ENVIRON 1
  5231. | #define HAVE_SIGXCPU 1
  5232. | #define HAVE_STD_BOOL 1
  5233. | #define TLS __thread
  5234. | #define SUPPORT_TLS___THREAD 1
  5235. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5236. | #define HAVE_PTHREAD 1
  5237. | #define _POSIX_PTHREAD_SEMANTICS 1
  5238. | #define HAVE_GETOPT_LONG 1
  5239. | #define HAVE_LRINTF 1
  5240. | #define HAVE_STRTOF 1
  5241. | #define HAVE_CHMOD 1
  5242. | #define HAVE_CHOWN 1
  5243. | #define HAVE_FSTAT 1
  5244. | #define HAVE_FCHOWN 1
  5245. | #define HAVE_FCHMOD 1
  5246. | #define HAVE_CLOCK_GETTIME 1
  5247. | #define HAVE_GETADDRINFO 1
  5248. | #define HAVE_GETGRGID_R 1
  5249. | #define HAVE_GETGRNAM_R 1
  5250. | #define HAVE_GETPWNAM_R 1
  5251. | #define HAVE_GETPWUID_R 1
  5252. | #define HAVE_GETTIMEOFDAY 1
  5253. | #define HAVE_GETUID 1
  5254. | #define HAVE_MLOCK 1
  5255. | #define HAVE_NANOSLEEP 1
  5256. | #define HAVE_PIPE 1
  5257. | #define HAVE_POSIX_FADVISE 1
  5258. | #define HAVE_POSIX_MADVISE 1
  5259. | #define HAVE_POSIX_MEMALIGN 1
  5260. | #define HAVE_SETPGID 1
  5261. | #define HAVE_SETSID 1
  5262. | #define HAVE_SHM_OPEN 1
  5263. | #define HAVE_SIGACTION 1
  5264. | #define HAVE_SLEEP 1
  5265. | #define HAVE_SYMLINK 1
  5266. | #define HAVE_SYSCONF 1
  5267. | #define HAVE_UNAME 1
  5268. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  5269. | #define HAVE_PTHREAD_GETNAME_NP 1
  5270. | #define HAVE_PTHREAD_SETNAME_NP 1
  5271. | #define HAVE_READLINK 1
  5272. | #define HAVE_CTIME_R 1
  5273. | #define HAVE_USLEEP 1
  5274. | #define HAVE_STRERROR_R 1
  5275. | #define HAVE_LSTAT 1
  5276. | #define HAVE_SETRESUID 1
  5277. | #define HAVE_SETRESGID 1
  5278. | #define HAVE_SETREUID 1
  5279. | #define HAVE_SETREGID 1
  5280. | #define HAVE_SETEUID 1
  5281. | #define HAVE_SETEGID 1
  5282. | #define HAVE_PPOLL 1
  5283. | #define HAVE_STRSIGNAL 1
  5284. | #define HAVE_STRTOF_L 1
  5285. | #define HAVE_PIPE2 1
  5286. | #define HAVE_ACCEPT4 1
  5287. | #define HAVE_OPEN64 1
  5288. | #define HAVE_FORK 1
  5289. | #define HAVE_VFORK 1
  5290. | #define HAVE_WORKING_VFORK 1
  5291. | #define HAVE_WORKING_FORK 1
  5292. | #define GETGROUPS_T gid_t
  5293. | #define HAVE_GETGROUPS 1
  5294. | #define HAVE_SYS_SELECT_H 1
  5295. | #define HAVE_SYS_SOCKET_H 1
  5296. | #define SELECT_TYPE_ARG1 int
  5297. | #define SELECT_TYPE_ARG234 (fd_set *)
  5298. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5299. | #define HAVE_MKFIFO 1
  5300. | #define HAVE_ALLOCA_H 1
  5301. | #define HAVE_ALLOCA 1
  5302. | #define HAVE_REGEXEC 1
  5303. | #define HAVE_ICONV 1
  5304. | #define ICONV_CONST
  5305. | #define HAVE_X11 1
  5306. | #define HAVE_LIBSAMPLERATE 1
  5307. | #define HAVE_TDB 1
  5308. | #define HAVE_SYS_SOUNDCARD_H 1
  5309. | #define HAVE_OSS_OUTPUT 1
  5310. | #define HAVE_OSS_WRAPPER 1
  5311. | /* end confdefs.h. */
  5312. | #include <stdio.h>
  5313. | #ifdef HAVE_SYS_TYPES_H
  5314. | # include <sys/types.h>
  5315. | #endif
  5316. | #ifdef HAVE_SYS_STAT_H
  5317. | # include <sys/stat.h>
  5318. | #endif
  5319. | #ifdef STDC_HEADERS
  5320. | # include <stdlib.h>
  5321. | # include <stddef.h>
  5322. | #else
  5323. | # ifdef HAVE_STDLIB_H
  5324. | # include <stdlib.h>
  5325. | # endif
  5326. | #endif
  5327. | #ifdef HAVE_STRING_H
  5328. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5329. | # include <memory.h>
  5330. | # endif
  5331. | # include <string.h>
  5332. | #endif
  5333. | #ifdef HAVE_STRINGS_H
  5334. | # include <strings.h>
  5335. | #endif
  5336. | #ifdef HAVE_INTTYPES_H
  5337. | # include <inttypes.h>
  5338. | #endif
  5339. | #ifdef HAVE_STDINT_H
  5340. | # include <stdint.h>
  5341. | #endif
  5342. | #ifdef HAVE_UNISTD_H
  5343. | # include <unistd.h>
  5344. | #endif
  5345. | #include <CoreAudio/CoreAudio.h>
  5346. configure:19115: result: no
  5347. configure:19115: checking CoreAudio/CoreAudio.h presence
  5348. configure:19115: gcc -std=gnu99 -E conftest.c
  5349. conftest.c:152:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory
  5350. compilation terminated.
  5351. configure:19115: $? = 1
  5352. configure: failed program was:
  5353. | /* confdefs.h */
  5354. | #define PACKAGE_NAME "pulseaudio"
  5355. | #define PACKAGE_TARNAME "pulseaudio"
  5356. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  5357. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  5358. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  5359. | #define PACKAGE_URL "http://pulseaudio.org/"
  5360. | #define PACKAGE "pulseaudio"
  5361. | #define VERSION "1.1-rebootstrapped"
  5362. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  5363. | #define STDC_HEADERS 1
  5364. | #define HAVE_SYS_TYPES_H 1
  5365. | #define HAVE_SYS_STAT_H 1
  5366. | #define HAVE_STDLIB_H 1
  5367. | #define HAVE_STRING_H 1
  5368. | #define HAVE_MEMORY_H 1
  5369. | #define HAVE_STRINGS_H 1
  5370. | #define HAVE_INTTYPES_H 1
  5371. | #define HAVE_STDINT_H 1
  5372. | #define HAVE_UNISTD_H 1
  5373. | #define __EXTENSIONS__ 1
  5374. | #define _ALL_SOURCE 1
  5375. | #define _GNU_SOURCE 1
  5376. | #define _POSIX_PTHREAD_SEMANTICS 1
  5377. | #define _TANDEM_SOURCE 1
  5378. | #define GETTEXT_PACKAGE "pulseaudio"
  5379. | #define HAVE_LOCALE_H 1
  5380. | #define HAVE_LC_MESSAGES 1
  5381. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5382. | #define HAVE_GETTEXT 1
  5383. | #define HAVE_DCGETTEXT 1
  5384. | #define ENABLE_NLS 1
  5385. | #define PULSE_LOCALEDIR "/usr/share/locale"
  5386. | #define HAVE_ATOMIC_BUILTINS 1
  5387. | #define HAVE_DLFCN_H 1
  5388. | #define LT_OBJDIR ".libs/"
  5389. | #define STDC_HEADERS 1
  5390. | #define HAVE_ARPA_INET_H 1
  5391. | #define HAVE_GLOB_H 1
  5392. | #define HAVE_GRP_H 1
  5393. | #define HAVE_NETDB_H 1
  5394. | #define HAVE_NETINET_IN_H 1
  5395. | #define HAVE_NETINET_IN_SYSTM_H 1
  5396. | #define HAVE_NETINET_TCP_H 1
  5397. | #define HAVE_POLL_H 1
  5398. | #define HAVE_PWD_H 1
  5399. | #define HAVE_SCHED_H 1
  5400. | #define HAVE_SYS_MMAN_H 1
  5401. | #define HAVE_SYS_SELECT_H 1
  5402. | #define HAVE_SYS_SOCKET_H 1
  5403. | #define HAVE_SYS_WAIT_H 1
  5404. | #define HAVE_SYS_UIO_H 1
  5405. | #define HAVE_SYSLOG_H 1
  5406. | #define HAVE_DLFCN_H 1
  5407. | #define HAVE_LINUX_SOCKIOS_H 1
  5408. | #define HAVE_SYS_PRCTL_H 1
  5409. | #define HAVE_SYS_IOCTL_H 1
  5410. | #define HAVE_BYTESWAP_H 1
  5411. | #define HAVE_SYS_SYSCALL_H 1
  5412. | #define HAVE_SYS_EVENTFD_H 1
  5413. | #define HAVE_EXECINFO_H 1
  5414. | #define HAVE_LANGINFO_H 1
  5415. | #define HAVE_REGEX_H 1
  5416. | #define HAVE_PCREPOSIX_H 1
  5417. | #define HAVE_NETINET_IP_H 1
  5418. | #define HAVE_SYS_RESOURCE_H 1
  5419. | #define HAVE_SYS_UN_H 1
  5420. | #define HAVE_LINUX_INPUT_H 1
  5421. | #define HAVE_SSIZE_T 1
  5422. | #define HAVE_DECL_ENVIRON 1
  5423. | #define HAVE_SIGXCPU 1
  5424. | #define HAVE_STD_BOOL 1
  5425. | #define TLS __thread
  5426. | #define SUPPORT_TLS___THREAD 1
  5427. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5428. | #define HAVE_PTHREAD 1
  5429. | #define _POSIX_PTHREAD_SEMANTICS 1
  5430. | #define HAVE_GETOPT_LONG 1
  5431. | #define HAVE_LRINTF 1
  5432. | #define HAVE_STRTOF 1
  5433. | #define HAVE_CHMOD 1
  5434. | #define HAVE_CHOWN 1
  5435. | #define HAVE_FSTAT 1
  5436. | #define HAVE_FCHOWN 1
  5437. | #define HAVE_FCHMOD 1
  5438. | #define HAVE_CLOCK_GETTIME 1
  5439. | #define HAVE_GETADDRINFO 1
  5440. | #define HAVE_GETGRGID_R 1
  5441. | #define HAVE_GETGRNAM_R 1
  5442. | #define HAVE_GETPWNAM_R 1
  5443. | #define HAVE_GETPWUID_R 1
  5444. | #define HAVE_GETTIMEOFDAY 1
  5445. | #define HAVE_GETUID 1
  5446. | #define HAVE_MLOCK 1
  5447. | #define HAVE_NANOSLEEP 1
  5448. | #define HAVE_PIPE 1
  5449. | #define HAVE_POSIX_FADVISE 1
  5450. | #define HAVE_POSIX_MADVISE 1
  5451. | #define HAVE_POSIX_MEMALIGN 1
  5452. | #define HAVE_SETPGID 1
  5453. | #define HAVE_SETSID 1
  5454. | #define HAVE_SHM_OPEN 1
  5455. | #define HAVE_SIGACTION 1
  5456. | #define HAVE_SLEEP 1
  5457. | #define HAVE_SYMLINK 1
  5458. | #define HAVE_SYSCONF 1
  5459. | #define HAVE_UNAME 1
  5460. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  5461. | #define HAVE_PTHREAD_GETNAME_NP 1
  5462. | #define HAVE_PTHREAD_SETNAME_NP 1
  5463. | #define HAVE_READLINK 1
  5464. | #define HAVE_CTIME_R 1
  5465. | #define HAVE_USLEEP 1
  5466. | #define HAVE_STRERROR_R 1
  5467. | #define HAVE_LSTAT 1
  5468. | #define HAVE_SETRESUID 1
  5469. | #define HAVE_SETRESGID 1
  5470. | #define HAVE_SETREUID 1
  5471. | #define HAVE_SETREGID 1
  5472. | #define HAVE_SETEUID 1
  5473. | #define HAVE_SETEGID 1
  5474. | #define HAVE_PPOLL 1
  5475. | #define HAVE_STRSIGNAL 1
  5476. | #define HAVE_STRTOF_L 1
  5477. | #define HAVE_PIPE2 1
  5478. | #define HAVE_ACCEPT4 1
  5479. | #define HAVE_OPEN64 1
  5480. | #define HAVE_FORK 1
  5481. | #define HAVE_VFORK 1
  5482. | #define HAVE_WORKING_VFORK 1
  5483. | #define HAVE_WORKING_FORK 1
  5484. | #define GETGROUPS_T gid_t
  5485. | #define HAVE_GETGROUPS 1
  5486. | #define HAVE_SYS_SELECT_H 1
  5487. | #define HAVE_SYS_SOCKET_H 1
  5488. | #define SELECT_TYPE_ARG1 int
  5489. | #define SELECT_TYPE_ARG234 (fd_set *)
  5490. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5491. | #define HAVE_MKFIFO 1
  5492. | #define HAVE_ALLOCA_H 1
  5493. | #define HAVE_ALLOCA 1
  5494. | #define HAVE_REGEXEC 1
  5495. | #define HAVE_ICONV 1
  5496. | #define ICONV_CONST
  5497. | #define HAVE_X11 1
  5498. | #define HAVE_LIBSAMPLERATE 1
  5499. | #define HAVE_TDB 1
  5500. | #define HAVE_SYS_SOUNDCARD_H 1
  5501. | #define HAVE_OSS_OUTPUT 1
  5502. | #define HAVE_OSS_WRAPPER 1
  5503. | /* end confdefs.h. */
  5504. | #include <CoreAudio/CoreAudio.h>
  5505. configure:19115: result: no
  5506. configure:19115: checking for CoreAudio/CoreAudio.h
  5507. configure:19115: result: no
  5508. configure:19155: checking for ASOUNDLIB
  5509. configure:19162: $PKG_CONFIG --exists --print-errors " alsa >= 1.0.19 "
  5510. configure:19165: $? = 0
  5511. configure:19178: $PKG_CONFIG --exists --print-errors " alsa >= 1.0.19 "
  5512. configure:19181: $? = 0
  5513. configure:19218: result: yes
  5514. configure:19258: checking sys/audio.h usability
  5515. configure:19258: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  5516. conftest.c:186:23: fatal error: sys/audio.h: No such file or directory
  5517. compilation terminated.
  5518. configure:19258: $? = 1
  5519. configure: failed program was:
  5520. | /* confdefs.h */
  5521. | #define PACKAGE_NAME "pulseaudio"
  5522. | #define PACKAGE_TARNAME "pulseaudio"
  5523. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  5524. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  5525. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  5526. | #define PACKAGE_URL "http://pulseaudio.org/"
  5527. | #define PACKAGE "pulseaudio"
  5528. | #define VERSION "1.1-rebootstrapped"
  5529. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  5530. | #define STDC_HEADERS 1
  5531. | #define HAVE_SYS_TYPES_H 1
  5532. | #define HAVE_SYS_STAT_H 1
  5533. | #define HAVE_STDLIB_H 1
  5534. | #define HAVE_STRING_H 1
  5535. | #define HAVE_MEMORY_H 1
  5536. | #define HAVE_STRINGS_H 1
  5537. | #define HAVE_INTTYPES_H 1
  5538. | #define HAVE_STDINT_H 1
  5539. | #define HAVE_UNISTD_H 1
  5540. | #define __EXTENSIONS__ 1
  5541. | #define _ALL_SOURCE 1
  5542. | #define _GNU_SOURCE 1
  5543. | #define _POSIX_PTHREAD_SEMANTICS 1
  5544. | #define _TANDEM_SOURCE 1
  5545. | #define GETTEXT_PACKAGE "pulseaudio"
  5546. | #define HAVE_LOCALE_H 1
  5547. | #define HAVE_LC_MESSAGES 1
  5548. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5549. | #define HAVE_GETTEXT 1
  5550. | #define HAVE_DCGETTEXT 1
  5551. | #define ENABLE_NLS 1
  5552. | #define PULSE_LOCALEDIR "/usr/share/locale"
  5553. | #define HAVE_ATOMIC_BUILTINS 1
  5554. | #define HAVE_DLFCN_H 1
  5555. | #define LT_OBJDIR ".libs/"
  5556. | #define STDC_HEADERS 1
  5557. | #define HAVE_ARPA_INET_H 1
  5558. | #define HAVE_GLOB_H 1
  5559. | #define HAVE_GRP_H 1
  5560. | #define HAVE_NETDB_H 1
  5561. | #define HAVE_NETINET_IN_H 1
  5562. | #define HAVE_NETINET_IN_SYSTM_H 1
  5563. | #define HAVE_NETINET_TCP_H 1
  5564. | #define HAVE_POLL_H 1
  5565. | #define HAVE_PWD_H 1
  5566. | #define HAVE_SCHED_H 1
  5567. | #define HAVE_SYS_MMAN_H 1
  5568. | #define HAVE_SYS_SELECT_H 1
  5569. | #define HAVE_SYS_SOCKET_H 1
  5570. | #define HAVE_SYS_WAIT_H 1
  5571. | #define HAVE_SYS_UIO_H 1
  5572. | #define HAVE_SYSLOG_H 1
  5573. | #define HAVE_DLFCN_H 1
  5574. | #define HAVE_LINUX_SOCKIOS_H 1
  5575. | #define HAVE_SYS_PRCTL_H 1
  5576. | #define HAVE_SYS_IOCTL_H 1
  5577. | #define HAVE_BYTESWAP_H 1
  5578. | #define HAVE_SYS_SYSCALL_H 1
  5579. | #define HAVE_SYS_EVENTFD_H 1
  5580. | #define HAVE_EXECINFO_H 1
  5581. | #define HAVE_LANGINFO_H 1
  5582. | #define HAVE_REGEX_H 1
  5583. | #define HAVE_PCREPOSIX_H 1
  5584. | #define HAVE_NETINET_IP_H 1
  5585. | #define HAVE_SYS_RESOURCE_H 1
  5586. | #define HAVE_SYS_UN_H 1
  5587. | #define HAVE_LINUX_INPUT_H 1
  5588. | #define HAVE_SSIZE_T 1
  5589. | #define HAVE_DECL_ENVIRON 1
  5590. | #define HAVE_SIGXCPU 1
  5591. | #define HAVE_STD_BOOL 1
  5592. | #define TLS __thread
  5593. | #define SUPPORT_TLS___THREAD 1
  5594. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5595. | #define HAVE_PTHREAD 1
  5596. | #define _POSIX_PTHREAD_SEMANTICS 1
  5597. | #define HAVE_GETOPT_LONG 1
  5598. | #define HAVE_LRINTF 1
  5599. | #define HAVE_STRTOF 1
  5600. | #define HAVE_CHMOD 1
  5601. | #define HAVE_CHOWN 1
  5602. | #define HAVE_FSTAT 1
  5603. | #define HAVE_FCHOWN 1
  5604. | #define HAVE_FCHMOD 1
  5605. | #define HAVE_CLOCK_GETTIME 1
  5606. | #define HAVE_GETADDRINFO 1
  5607. | #define HAVE_GETGRGID_R 1
  5608. | #define HAVE_GETGRNAM_R 1
  5609. | #define HAVE_GETPWNAM_R 1
  5610. | #define HAVE_GETPWUID_R 1
  5611. | #define HAVE_GETTIMEOFDAY 1
  5612. | #define HAVE_GETUID 1
  5613. | #define HAVE_MLOCK 1
  5614. | #define HAVE_NANOSLEEP 1
  5615. | #define HAVE_PIPE 1
  5616. | #define HAVE_POSIX_FADVISE 1
  5617. | #define HAVE_POSIX_MADVISE 1
  5618. | #define HAVE_POSIX_MEMALIGN 1
  5619. | #define HAVE_SETPGID 1
  5620. | #define HAVE_SETSID 1
  5621. | #define HAVE_SHM_OPEN 1
  5622. | #define HAVE_SIGACTION 1
  5623. | #define HAVE_SLEEP 1
  5624. | #define HAVE_SYMLINK 1
  5625. | #define HAVE_SYSCONF 1
  5626. | #define HAVE_UNAME 1
  5627. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  5628. | #define HAVE_PTHREAD_GETNAME_NP 1
  5629. | #define HAVE_PTHREAD_SETNAME_NP 1
  5630. | #define HAVE_READLINK 1
  5631. | #define HAVE_CTIME_R 1
  5632. | #define HAVE_USLEEP 1
  5633. | #define HAVE_STRERROR_R 1
  5634. | #define HAVE_LSTAT 1
  5635. | #define HAVE_SETRESUID 1
  5636. | #define HAVE_SETRESGID 1
  5637. | #define HAVE_SETREUID 1
  5638. | #define HAVE_SETREGID 1
  5639. | #define HAVE_SETEUID 1
  5640. | #define HAVE_SETEGID 1
  5641. | #define HAVE_PPOLL 1
  5642. | #define HAVE_STRSIGNAL 1
  5643. | #define HAVE_STRTOF_L 1
  5644. | #define HAVE_PIPE2 1
  5645. | #define HAVE_ACCEPT4 1
  5646. | #define HAVE_OPEN64 1
  5647. | #define HAVE_FORK 1
  5648. | #define HAVE_VFORK 1
  5649. | #define HAVE_WORKING_VFORK 1
  5650. | #define HAVE_WORKING_FORK 1
  5651. | #define GETGROUPS_T gid_t
  5652. | #define HAVE_GETGROUPS 1
  5653. | #define HAVE_SYS_SELECT_H 1
  5654. | #define HAVE_SYS_SOCKET_H 1
  5655. | #define SELECT_TYPE_ARG1 int
  5656. | #define SELECT_TYPE_ARG234 (fd_set *)
  5657. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5658. | #define HAVE_MKFIFO 1
  5659. | #define HAVE_ALLOCA_H 1
  5660. | #define HAVE_ALLOCA 1
  5661. | #define HAVE_REGEXEC 1
  5662. | #define HAVE_ICONV 1
  5663. | #define ICONV_CONST
  5664. | #define HAVE_X11 1
  5665. | #define HAVE_LIBSAMPLERATE 1
  5666. | #define HAVE_TDB 1
  5667. | #define HAVE_SYS_SOUNDCARD_H 1
  5668. | #define HAVE_OSS_OUTPUT 1
  5669. | #define HAVE_OSS_WRAPPER 1
  5670. | #define HAVE_ALSA 1
  5671. | /* end confdefs.h. */
  5672. | #include <stdio.h>
  5673. | #ifdef HAVE_SYS_TYPES_H
  5674. | # include <sys/types.h>
  5675. | #endif
  5676. | #ifdef HAVE_SYS_STAT_H
  5677. | # include <sys/stat.h>
  5678. | #endif
  5679. | #ifdef STDC_HEADERS
  5680. | # include <stdlib.h>
  5681. | # include <stddef.h>
  5682. | #else
  5683. | # ifdef HAVE_STDLIB_H
  5684. | # include <stdlib.h>
  5685. | # endif
  5686. | #endif
  5687. | #ifdef HAVE_STRING_H
  5688. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5689. | # include <memory.h>
  5690. | # endif
  5691. | # include <string.h>
  5692. | #endif
  5693. | #ifdef HAVE_STRINGS_H
  5694. | # include <strings.h>
  5695. | #endif
  5696. | #ifdef HAVE_INTTYPES_H
  5697. | # include <inttypes.h>
  5698. | #endif
  5699. | #ifdef HAVE_STDINT_H
  5700. | # include <stdint.h>
  5701. | #endif
  5702. | #ifdef HAVE_UNISTD_H
  5703. | # include <unistd.h>
  5704. | #endif
  5705. | #include <sys/audio.h>
  5706. configure:19258: result: no
  5707. configure:19258: checking sys/audio.h presence
  5708. configure:19258: gcc -std=gnu99 -E conftest.c
  5709. conftest.c:153:23: fatal error: sys/audio.h: No such file or directory
  5710. compilation terminated.
  5711. configure:19258: $? = 1
  5712. configure: failed program was:
  5713. | /* confdefs.h */
  5714. | #define PACKAGE_NAME "pulseaudio"
  5715. | #define PACKAGE_TARNAME "pulseaudio"
  5716. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  5717. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  5718. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  5719. | #define PACKAGE_URL "http://pulseaudio.org/"
  5720. | #define PACKAGE "pulseaudio"
  5721. | #define VERSION "1.1-rebootstrapped"
  5722. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  5723. | #define STDC_HEADERS 1
  5724. | #define HAVE_SYS_TYPES_H 1
  5725. | #define HAVE_SYS_STAT_H 1
  5726. | #define HAVE_STDLIB_H 1
  5727. | #define HAVE_STRING_H 1
  5728. | #define HAVE_MEMORY_H 1
  5729. | #define HAVE_STRINGS_H 1
  5730. | #define HAVE_INTTYPES_H 1
  5731. | #define HAVE_STDINT_H 1
  5732. | #define HAVE_UNISTD_H 1
  5733. | #define __EXTENSIONS__ 1
  5734. | #define _ALL_SOURCE 1
  5735. | #define _GNU_SOURCE 1
  5736. | #define _POSIX_PTHREAD_SEMANTICS 1
  5737. | #define _TANDEM_SOURCE 1
  5738. | #define GETTEXT_PACKAGE "pulseaudio"
  5739. | #define HAVE_LOCALE_H 1
  5740. | #define HAVE_LC_MESSAGES 1
  5741. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5742. | #define HAVE_GETTEXT 1
  5743. | #define HAVE_DCGETTEXT 1
  5744. | #define ENABLE_NLS 1
  5745. | #define PULSE_LOCALEDIR "/usr/share/locale"
  5746. | #define HAVE_ATOMIC_BUILTINS 1
  5747. | #define HAVE_DLFCN_H 1
  5748. | #define LT_OBJDIR ".libs/"
  5749. | #define STDC_HEADERS 1
  5750. | #define HAVE_ARPA_INET_H 1
  5751. | #define HAVE_GLOB_H 1
  5752. | #define HAVE_GRP_H 1
  5753. | #define HAVE_NETDB_H 1
  5754. | #define HAVE_NETINET_IN_H 1
  5755. | #define HAVE_NETINET_IN_SYSTM_H 1
  5756. | #define HAVE_NETINET_TCP_H 1
  5757. | #define HAVE_POLL_H 1
  5758. | #define HAVE_PWD_H 1
  5759. | #define HAVE_SCHED_H 1
  5760. | #define HAVE_SYS_MMAN_H 1
  5761. | #define HAVE_SYS_SELECT_H 1
  5762. | #define HAVE_SYS_SOCKET_H 1
  5763. | #define HAVE_SYS_WAIT_H 1
  5764. | #define HAVE_SYS_UIO_H 1
  5765. | #define HAVE_SYSLOG_H 1
  5766. | #define HAVE_DLFCN_H 1
  5767. | #define HAVE_LINUX_SOCKIOS_H 1
  5768. | #define HAVE_SYS_PRCTL_H 1
  5769. | #define HAVE_SYS_IOCTL_H 1
  5770. | #define HAVE_BYTESWAP_H 1
  5771. | #define HAVE_SYS_SYSCALL_H 1
  5772. | #define HAVE_SYS_EVENTFD_H 1
  5773. | #define HAVE_EXECINFO_H 1
  5774. | #define HAVE_LANGINFO_H 1
  5775. | #define HAVE_REGEX_H 1
  5776. | #define HAVE_PCREPOSIX_H 1
  5777. | #define HAVE_NETINET_IP_H 1
  5778. | #define HAVE_SYS_RESOURCE_H 1
  5779. | #define HAVE_SYS_UN_H 1
  5780. | #define HAVE_LINUX_INPUT_H 1
  5781. | #define HAVE_SSIZE_T 1
  5782. | #define HAVE_DECL_ENVIRON 1
  5783. | #define HAVE_SIGXCPU 1
  5784. | #define HAVE_STD_BOOL 1
  5785. | #define TLS __thread
  5786. | #define SUPPORT_TLS___THREAD 1
  5787. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5788. | #define HAVE_PTHREAD 1
  5789. | #define _POSIX_PTHREAD_SEMANTICS 1
  5790. | #define HAVE_GETOPT_LONG 1
  5791. | #define HAVE_LRINTF 1
  5792. | #define HAVE_STRTOF 1
  5793. | #define HAVE_CHMOD 1
  5794. | #define HAVE_CHOWN 1
  5795. | #define HAVE_FSTAT 1
  5796. | #define HAVE_FCHOWN 1
  5797. | #define HAVE_FCHMOD 1
  5798. | #define HAVE_CLOCK_GETTIME 1
  5799. | #define HAVE_GETADDRINFO 1
  5800. | #define HAVE_GETGRGID_R 1
  5801. | #define HAVE_GETGRNAM_R 1
  5802. | #define HAVE_GETPWNAM_R 1
  5803. | #define HAVE_GETPWUID_R 1
  5804. | #define HAVE_GETTIMEOFDAY 1
  5805. | #define HAVE_GETUID 1
  5806. | #define HAVE_MLOCK 1
  5807. | #define HAVE_NANOSLEEP 1
  5808. | #define HAVE_PIPE 1
  5809. | #define HAVE_POSIX_FADVISE 1
  5810. | #define HAVE_POSIX_MADVISE 1
  5811. | #define HAVE_POSIX_MEMALIGN 1
  5812. | #define HAVE_SETPGID 1
  5813. | #define HAVE_SETSID 1
  5814. | #define HAVE_SHM_OPEN 1
  5815. | #define HAVE_SIGACTION 1
  5816. | #define HAVE_SLEEP 1
  5817. | #define HAVE_SYMLINK 1
  5818. | #define HAVE_SYSCONF 1
  5819. | #define HAVE_UNAME 1
  5820. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  5821. | #define HAVE_PTHREAD_GETNAME_NP 1
  5822. | #define HAVE_PTHREAD_SETNAME_NP 1
  5823. | #define HAVE_READLINK 1
  5824. | #define HAVE_CTIME_R 1
  5825. | #define HAVE_USLEEP 1
  5826. | #define HAVE_STRERROR_R 1
  5827. | #define HAVE_LSTAT 1
  5828. | #define HAVE_SETRESUID 1
  5829. | #define HAVE_SETRESGID 1
  5830. | #define HAVE_SETREUID 1
  5831. | #define HAVE_SETREGID 1
  5832. | #define HAVE_SETEUID 1
  5833. | #define HAVE_SETEGID 1
  5834. | #define HAVE_PPOLL 1
  5835. | #define HAVE_STRSIGNAL 1
  5836. | #define HAVE_STRTOF_L 1
  5837. | #define HAVE_PIPE2 1
  5838. | #define HAVE_ACCEPT4 1
  5839. | #define HAVE_OPEN64 1
  5840. | #define HAVE_FORK 1
  5841. | #define HAVE_VFORK 1
  5842. | #define HAVE_WORKING_VFORK 1
  5843. | #define HAVE_WORKING_FORK 1
  5844. | #define GETGROUPS_T gid_t
  5845. | #define HAVE_GETGROUPS 1
  5846. | #define HAVE_SYS_SELECT_H 1
  5847. | #define HAVE_SYS_SOCKET_H 1
  5848. | #define SELECT_TYPE_ARG1 int
  5849. | #define SELECT_TYPE_ARG234 (fd_set *)
  5850. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5851. | #define HAVE_MKFIFO 1
  5852. | #define HAVE_ALLOCA_H 1
  5853. | #define HAVE_ALLOCA 1
  5854. | #define HAVE_REGEXEC 1
  5855. | #define HAVE_ICONV 1
  5856. | #define ICONV_CONST
  5857. | #define HAVE_X11 1
  5858. | #define HAVE_LIBSAMPLERATE 1
  5859. | #define HAVE_TDB 1
  5860. | #define HAVE_SYS_SOUNDCARD_H 1
  5861. | #define HAVE_OSS_OUTPUT 1
  5862. | #define HAVE_OSS_WRAPPER 1
  5863. | #define HAVE_ALSA 1
  5864. | /* end confdefs.h. */
  5865. | #include <sys/audio.h>
  5866. configure:19258: result: no
  5867. configure:19258: checking for sys/audio.h
  5868. configure:19258: result: no
  5869. configure:19303: checking for mmsystem.h
  5870. configure:19303: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  5871. conftest.c:153:21: fatal error: windows.h: No such file or directory
  5872. compilation terminated.
  5873. configure:19303: $? = 1
  5874. configure: failed program was:
  5875. | /* confdefs.h */
  5876. | #define PACKAGE_NAME "pulseaudio"
  5877. | #define PACKAGE_TARNAME "pulseaudio"
  5878. | #define PACKAGE_VERSION "1.1-rebootstrapped"
  5879. | #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  5880. | #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  5881. | #define PACKAGE_URL "http://pulseaudio.org/"
  5882. | #define PACKAGE "pulseaudio"
  5883. | #define VERSION "1.1-rebootstrapped"
  5884. | #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  5885. | #define STDC_HEADERS 1
  5886. | #define HAVE_SYS_TYPES_H 1
  5887. | #define HAVE_SYS_STAT_H 1
  5888. | #define HAVE_STDLIB_H 1
  5889. | #define HAVE_STRING_H 1
  5890. | #define HAVE_MEMORY_H 1
  5891. | #define HAVE_STRINGS_H 1
  5892. | #define HAVE_INTTYPES_H 1
  5893. | #define HAVE_STDINT_H 1
  5894. | #define HAVE_UNISTD_H 1
  5895. | #define __EXTENSIONS__ 1
  5896. | #define _ALL_SOURCE 1
  5897. | #define _GNU_SOURCE 1
  5898. | #define _POSIX_PTHREAD_SEMANTICS 1
  5899. | #define _TANDEM_SOURCE 1
  5900. | #define GETTEXT_PACKAGE "pulseaudio"
  5901. | #define HAVE_LOCALE_H 1
  5902. | #define HAVE_LC_MESSAGES 1
  5903. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  5904. | #define HAVE_GETTEXT 1
  5905. | #define HAVE_DCGETTEXT 1
  5906. | #define ENABLE_NLS 1
  5907. | #define PULSE_LOCALEDIR "/usr/share/locale"
  5908. | #define HAVE_ATOMIC_BUILTINS 1
  5909. | #define HAVE_DLFCN_H 1
  5910. | #define LT_OBJDIR ".libs/"
  5911. | #define STDC_HEADERS 1
  5912. | #define HAVE_ARPA_INET_H 1
  5913. | #define HAVE_GLOB_H 1
  5914. | #define HAVE_GRP_H 1
  5915. | #define HAVE_NETDB_H 1
  5916. | #define HAVE_NETINET_IN_H 1
  5917. | #define HAVE_NETINET_IN_SYSTM_H 1
  5918. | #define HAVE_NETINET_TCP_H 1
  5919. | #define HAVE_POLL_H 1
  5920. | #define HAVE_PWD_H 1
  5921. | #define HAVE_SCHED_H 1
  5922. | #define HAVE_SYS_MMAN_H 1
  5923. | #define HAVE_SYS_SELECT_H 1
  5924. | #define HAVE_SYS_SOCKET_H 1
  5925. | #define HAVE_SYS_WAIT_H 1
  5926. | #define HAVE_SYS_UIO_H 1
  5927. | #define HAVE_SYSLOG_H 1
  5928. | #define HAVE_DLFCN_H 1
  5929. | #define HAVE_LINUX_SOCKIOS_H 1
  5930. | #define HAVE_SYS_PRCTL_H 1
  5931. | #define HAVE_SYS_IOCTL_H 1
  5932. | #define HAVE_BYTESWAP_H 1
  5933. | #define HAVE_SYS_SYSCALL_H 1
  5934. | #define HAVE_SYS_EVENTFD_H 1
  5935. | #define HAVE_EXECINFO_H 1
  5936. | #define HAVE_LANGINFO_H 1
  5937. | #define HAVE_REGEX_H 1
  5938. | #define HAVE_PCREPOSIX_H 1
  5939. | #define HAVE_NETINET_IP_H 1
  5940. | #define HAVE_SYS_RESOURCE_H 1
  5941. | #define HAVE_SYS_UN_H 1
  5942. | #define HAVE_LINUX_INPUT_H 1
  5943. | #define HAVE_SSIZE_T 1
  5944. | #define HAVE_DECL_ENVIRON 1
  5945. | #define HAVE_SIGXCPU 1
  5946. | #define HAVE_STD_BOOL 1
  5947. | #define TLS __thread
  5948. | #define SUPPORT_TLS___THREAD 1
  5949. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5950. | #define HAVE_PTHREAD 1
  5951. | #define _POSIX_PTHREAD_SEMANTICS 1
  5952. | #define HAVE_GETOPT_LONG 1
  5953. | #define HAVE_LRINTF 1
  5954. | #define HAVE_STRTOF 1
  5955. | #define HAVE_CHMOD 1
  5956. | #define HAVE_CHOWN 1
  5957. | #define HAVE_FSTAT 1
  5958. | #define HAVE_FCHOWN 1
  5959. | #define HAVE_FCHMOD 1
  5960. | #define HAVE_CLOCK_GETTIME 1
  5961. | #define HAVE_GETADDRINFO 1
  5962. | #define HAVE_GETGRGID_R 1
  5963. | #define HAVE_GETGRNAM_R 1
  5964. | #define HAVE_GETPWNAM_R 1
  5965. | #define HAVE_GETPWUID_R 1
  5966. | #define HAVE_GETTIMEOFDAY 1
  5967. | #define HAVE_GETUID 1
  5968. | #define HAVE_MLOCK 1
  5969. | #define HAVE_NANOSLEEP 1
  5970. | #define HAVE_PIPE 1
  5971. | #define HAVE_POSIX_FADVISE 1
  5972. | #define HAVE_POSIX_MADVISE 1
  5973. | #define HAVE_POSIX_MEMALIGN 1
  5974. | #define HAVE_SETPGID 1
  5975. | #define HAVE_SETSID 1
  5976. | #define HAVE_SHM_OPEN 1
  5977. | #define HAVE_SIGACTION 1
  5978. | #define HAVE_SLEEP 1
  5979. | #define HAVE_SYMLINK 1
  5980. | #define HAVE_SYSCONF 1
  5981. | #define HAVE_UNAME 1
  5982. | #define HAVE_PTHREAD_SETAFFINITY_NP 1
  5983. | #define HAVE_PTHREAD_GETNAME_NP 1
  5984. | #define HAVE_PTHREAD_SETNAME_NP 1
  5985. | #define HAVE_READLINK 1
  5986. | #define HAVE_CTIME_R 1
  5987. | #define HAVE_USLEEP 1
  5988. | #define HAVE_STRERROR_R 1
  5989. | #define HAVE_LSTAT 1
  5990. | #define HAVE_SETRESUID 1
  5991. | #define HAVE_SETRESGID 1
  5992. | #define HAVE_SETREUID 1
  5993. | #define HAVE_SETREGID 1
  5994. | #define HAVE_SETEUID 1
  5995. | #define HAVE_SETEGID 1
  5996. | #define HAVE_PPOLL 1
  5997. | #define HAVE_STRSIGNAL 1
  5998. | #define HAVE_STRTOF_L 1
  5999. | #define HAVE_PIPE2 1
  6000. | #define HAVE_ACCEPT4 1
  6001. | #define HAVE_OPEN64 1
  6002. | #define HAVE_FORK 1
  6003. | #define HAVE_VFORK 1
  6004. | #define HAVE_WORKING_VFORK 1
  6005. | #define HAVE_WORKING_FORK 1
  6006. | #define GETGROUPS_T gid_t
  6007. | #define HAVE_GETGROUPS 1
  6008. | #define HAVE_SYS_SELECT_H 1
  6009. | #define HAVE_SYS_SOCKET_H 1
  6010. | #define SELECT_TYPE_ARG1 int
  6011. | #define SELECT_TYPE_ARG234 (fd_set *)
  6012. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6013. | #define HAVE_MKFIFO 1
  6014. | #define HAVE_ALLOCA_H 1
  6015. | #define HAVE_ALLOCA 1
  6016. | #define HAVE_REGEXEC 1
  6017. | #define HAVE_ICONV 1
  6018. | #define ICONV_CONST
  6019. | #define HAVE_X11 1
  6020. | #define HAVE_LIBSAMPLERATE 1
  6021. | #define HAVE_TDB 1
  6022. | #define HAVE_SYS_SOUNDCARD_H 1
  6023. | #define HAVE_OSS_OUTPUT 1
  6024. | #define HAVE_OSS_WRAPPER 1
  6025. | #define HAVE_ALSA 1
  6026. | /* end confdefs.h. */
  6027. | #include <windows.h>
  6028. |
  6029. | #include <mmsystem.h>
  6030. configure:19303: result: no
  6031. configure:19350: checking for GLIB20
  6032. configure:19357: $PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 "
  6033. configure:19360: $? = 0
  6034. configure:19373: $PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 "
  6035. configure:19376: $? = 0
  6036. configure:19413: result: yes
  6037. configure:19453: checking for GTK20
  6038. configure:19460: $PKG_CONFIG --exists --print-errors " gtk+-2.0 >= 2.4.0 "
  6039. configure:19463: $? = 0
  6040. configure:19476: $PKG_CONFIG --exists --print-errors " gtk+-2.0 >= 2.4.0 "
  6041. configure:19479: $? = 0
  6042. configure:19516: result: yes
  6043. configure:19555: checking for GCONF
  6044. configure:19562: $PKG_CONFIG --exists --print-errors " gconf-2.0 >= 2.4.0 gobject-2.0 "
  6045. configure:19565: $? = 0
  6046. configure:19578: $PKG_CONFIG --exists --print-errors " gconf-2.0 >= 2.4.0 gobject-2.0 "
  6047. configure:19581: $? = 0
  6048. configure:19618: result: yes
  6049. configure:19652: checking for AVAHI
  6050. configure:19659: $PKG_CONFIG --exists --print-errors " avahi-client >= 0.6.0 "
  6051. configure:19662: $? = 0
  6052. configure:19675: $PKG_CONFIG --exists --print-errors " avahi-client >= 0.6.0 "
  6053. configure:19678: $? = 0
  6054. configure:19715: result: yes
  6055. configure:19750: checking for JACK
  6056. configure:19757: $PKG_CONFIG --exists --print-errors " jack >= 0.117.0 "
  6057. configure:19760: $? = 0
  6058. configure:19773: $PKG_CONFIG --exists --print-errors " jack >= 0.117.0 "
  6059. configure:19776: $? = 0
  6060. configure:19813: result: yes
  6061. configure:19847: checking for LIBASYNCNS
  6062. configure:19854: $PKG_CONFIG --exists --print-errors " libasyncns >= 0.1 "
  6063. Package libasyncns was not found in the pkg-config search path.
  6064. Perhaps you should add the directory containing `libasyncns.pc'
  6065. to the PKG_CONFIG_PATH environment variable
  6066. No package 'libasyncns' found
  6067. configure:19857: $? = 1
  6068. configure:19870: $PKG_CONFIG --exists --print-errors " libasyncns >= 0.1 "
  6069. Package libasyncns was not found in the pkg-config search path.
  6070. Perhaps you should add the directory containing `libasyncns.pc'
  6071. to the PKG_CONFIG_PATH environment variable
  6072. No package 'libasyncns' found
  6073. configure:19873: $? = 1
  6074. configure:19886: result: no
  6075. No package 'libasyncns' found
  6076. configure:19952: checking for tcpwrap library and headers
  6077. configure:19969: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -lrt -ldl -lm -lwrap >&5
  6078. conftest.c: In function 'main':
  6079. conftest.c:163:1: warning: 'req' is used uninitialized in this function [-Wuninitialized]
  6080. configure:19969: $? = 0
  6081. configure:19974: result: yes
  6082. configure:20014: checking lirc/lirc_client.h usability
  6083. configure:20014: gcc -std=gnu99 -c -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c >&5
  6084. configure:20014: $? = 0
  6085. configure:20014: result: yes
  6086. configure:20014: checking lirc/lirc_client.h presence
  6087. configure:20014: gcc -std=gnu99 -E conftest.c
  6088. configure:20014: $? = 0
  6089. configure:20014: result: yes
  6090. configure:20014: checking for lirc/lirc_client.h
  6091. configure:20014: result: yes
  6092. configure:20022: checking for lirc_init in -llirc_client
  6093. configure:20047: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option conftest.c -llirc_client -lrt -ldl -lm >&5
  6094. configure:20047: $? = 0
  6095. configure:20056: result: yes
  6096. configure:20095: checking for DBUS
  6097. configure:20102: $PKG_CONFIG --exists --print-errors " dbus-1 >= 1.3.0 "
  6098. configure:20105: $? = 0
  6099. configure:20118: $PKG_CONFIG --exists --print-errors " dbus-1 >= 1.3.0 "
  6100. configure:20121: $? = 0
  6101. configure:20158: result: yes
  6102. configure:20176: checking for dbus_watch_get_unix_fd
  6103. configure:20176: gcc -std=gnu99 -o conftest -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include conftest.c -lrt -ldl -lm -L/usr/lib/x86_64-linux-gnu -ldbus-1 -lpthread -lrt >&5
  6104. configure:20176: $? = 0
  6105. configure:20176: result: yes
  6106. configure:20237: checking for HAL
  6107. configure:20244: $PKG_CONFIG --exists --print-errors " hal >= 0.5.11 "
  6108. configure:20247: $? = 0
  6109. configure:20260: $PKG_CONFIG --exists --print-errors " hal >= 0.5.11 "
  6110. configure:20263: $? = 0
  6111. configure:20300: result: yes
  6112. configure:20343: checking for BLUEZ
  6113. configure:20350: $PKG_CONFIG --exists --print-errors " bluez >= 3.0 "
  6114. configure:20353: $? = 0
  6115. configure:20366: $PKG_CONFIG --exists --print-errors " bluez >= 3.0 "
  6116. configure:20369: $? = 0
  6117. configure:20406: result: yes
  6118. configure:20444: checking for UDEV
  6119. configure:20451: $PKG_CONFIG --exists --print-errors " libudev >= 143 "
  6120. configure:20454: $? = 0
  6121. configure:20467: $PKG_CONFIG --exists --print-errors " libudev >= 143 "
  6122. configure:20470: $? = 0
  6123. configure:20507: result: yes
  6124. configure:20603: checking for OPENSSL
  6125. configure:20610: $PKG_CONFIG --exists --print-errors " openssl > 0.9 "
  6126. configure:20613: $? = 0
  6127. configure:20626: $PKG_CONFIG --exists --print-errors " openssl > 0.9 "
  6128. configure:20629: $? = 0
  6129. configure:20666: result: yes
  6130. configure:20706: checking for FFTW
  6131. configure:20713: $PKG_CONFIG --exists --print-errors " fftw3f "
  6132. Package fftw3f was not found in the pkg-config search path.
  6133. Perhaps you should add the directory containing `fftw3f.pc'
  6134. to the PKG_CONFIG_PATH environment variable
  6135. No package 'fftw3f' found
  6136. configure:20716: $? = 1
  6137. configure:20729: $PKG_CONFIG --exists --print-errors " fftw3f "
  6138. Package fftw3f was not found in the pkg-config search path.
  6139. Perhaps you should add the directory containing `fftw3f.pc'
  6140. to the PKG_CONFIG_PATH environment variable
  6141. No package 'fftw3f' found
  6142. configure:20732: $? = 1
  6143. configure:20745: result: no
  6144. No package 'fftw3f' found
  6145. configure:20811: checking for ORC
  6146. configure:20818: $PKG_CONFIG --exists --print-errors "orc-0.4 >= $ORC_REQ"
  6147. Package orc-0.4 was not found in the pkg-config search path.
  6148. Perhaps you should add the directory containing `orc-0.4.pc'
  6149. to the PKG_CONFIG_PATH environment variable
  6150. No package 'orc-0.4' found
  6151. configure:20821: $? = 1
  6152. configure:20834: $PKG_CONFIG --exists --print-errors "orc-0.4 >= $ORC_REQ"
  6153. Package orc-0.4 was not found in the pkg-config search path.
  6154. Perhaps you should add the directory containing `orc-0.4.pc'
  6155. to the PKG_CONFIG_PATH environment variable
  6156. No package 'orc-0.4' found
  6157. configure:20837: $? = 1
  6158. configure:20850: result: no
  6159. No package 'orc-0.4' found
  6160. configure:21693: creating ./config.status
  6161.  
  6162. ## ---------------------- ##
  6163. ## Running config.status. ##
  6164. ## ---------------------- ##
  6165.  
  6166. This file was extended by pulseaudio config.status 1.1-rebootstrapped, which was
  6167. generated by GNU Autoconf 2.67. Invocation command line was
  6168.  
  6169. CONFIG_FILES =
  6170. CONFIG_HEADERS =
  6171. CONFIG_LINKS =
  6172. CONFIG_COMMANDS =
  6173. $ ./config.status
  6174.  
  6175. on xbmc-eden
  6176.  
  6177. config.status:1523: creating Makefile
  6178. config.status:1523: creating src/Makefile
  6179. config.status:1523: creating man/Makefile
  6180. config.status:1523: creating libpulse.pc
  6181. config.status:1523: creating libpulse-simple.pc
  6182. config.status:1523: creating libpulse-mainloop-glib.pc
  6183. config.status:1523: creating doxygen/Makefile
  6184. config.status:1523: creating doxygen/doxygen.conf
  6185. config.status:1523: creating src/pulse/version.h
  6186. config.status:1523: creating po/Makefile.in
  6187. config.status:1523: creating man/pulseaudio.1.xml
  6188. config.status:1523: creating man/esdcompat.1.xml
  6189. config.status:1523: creating man/pax11publish.1.xml
  6190. config.status:1523: creating man/paplay.1.xml
  6191. config.status:1523: creating man/pacat.1.xml
  6192. config.status:1523: creating man/pacmd.1.xml
  6193. config.status:1523: creating man/pactl.1.xml
  6194. config.status:1523: creating man/pasuspender.1.xml
  6195. config.status:1523: creating man/padsp.1.xml
  6196. config.status:1523: creating man/pulse-daemon.conf.5.xml
  6197. config.status:1523: creating man/pulse-client.conf.5.xml
  6198. config.status:1523: creating man/default.pa.5.xml
  6199. config.status:1523: creating man/start-pulseaudio-kde.1.xml
  6200. config.status:1523: creating man/start-pulseaudio-x11.1.xml
  6201. config.status:1523: creating src/esdcompat
  6202. config.status:1523: creating src/start-pulseaudio-x11
  6203. config.status:1523: creating src/start-pulseaudio-kde
  6204. config.status:1523: creating src/client.conf
  6205. config.status:1523: creating src/daemon.conf
  6206. config.status:1523: creating src/default.pa
  6207. config.status:1523: creating src/system.pa
  6208. config.status:1523: creating PulseAudioConfig.cmake
  6209. config.status:1523: creating PulseAudioConfigVersion.cmake
  6210. config.status:1523: creating config.h
  6211. config.status:1703: config.h is unchanged
  6212. config.status:1751: executing depfiles commands
  6213. config.status:1751: executing default-1 commands
  6214. config.status:1751: executing libtool commands
  6215. config.status:1751: executing po/stamp-it commands
  6216.  
  6217. ## ---------------- ##
  6218. ## Cache variables. ##
  6219. ## ---------------- ##
  6220.  
  6221. ac_cv_build=x86_64-unknown-linux-gnu
  6222. ac_cv_c_bigendian=no
  6223. ac_cv_c_compiler_gnu=yes
  6224. ac_cv_c_const=yes
  6225. ac_cv_defined_INADDR_NONE_netinet_in_h=yes
  6226. ac_cv_defined_SIGXCPU_signal_h=yes
  6227. ac_cv_env_ASOUNDLIB_CFLAGS_set=
  6228. ac_cv_env_ASOUNDLIB_CFLAGS_value=
  6229. ac_cv_env_ASOUNDLIB_LIBS_set=
  6230. ac_cv_env_ASOUNDLIB_LIBS_value=
  6231. ac_cv_env_AVAHI_CFLAGS_set=
  6232. ac_cv_env_AVAHI_CFLAGS_value=
  6233. ac_cv_env_AVAHI_LIBS_set=
  6234. ac_cv_env_AVAHI_LIBS_value=
  6235. ac_cv_env_BLUEZ_CFLAGS_set=
  6236. ac_cv_env_BLUEZ_CFLAGS_value=
  6237. ac_cv_env_BLUEZ_LIBS_set=
  6238. ac_cv_env_BLUEZ_LIBS_value=
  6239. ac_cv_env_CC_set=
  6240. ac_cv_env_CC_value=
  6241. ac_cv_env_CFLAGS_set=set
  6242. ac_cv_env_CFLAGS_value=' -g -O0'
  6243. ac_cv_env_CPPFLAGS_set=
  6244. ac_cv_env_CPPFLAGS_value=
  6245. ac_cv_env_CPP_set=
  6246. ac_cv_env_CPP_value=
  6247. ac_cv_env_DBUS_CFLAGS_set=
  6248. ac_cv_env_DBUS_CFLAGS_value=
  6249. ac_cv_env_DBUS_LIBS_set=
  6250. ac_cv_env_DBUS_LIBS_value=
  6251. ac_cv_env_FFTW_CFLAGS_set=
  6252. ac_cv_env_FFTW_CFLAGS_value=
  6253. ac_cv_env_FFTW_LIBS_set=
  6254. ac_cv_env_FFTW_LIBS_value=
  6255. ac_cv_env_GCONF_CFLAGS_set=
  6256. ac_cv_env_GCONF_CFLAGS_value=
  6257. ac_cv_env_GCONF_LIBS_set=
  6258. ac_cv_env_GCONF_LIBS_value=
  6259. ac_cv_env_GLIB20_CFLAGS_set=
  6260. ac_cv_env_GLIB20_CFLAGS_value=
  6261. ac_cv_env_GLIB20_LIBS_set=
  6262. ac_cv_env_GLIB20_LIBS_value=
  6263. ac_cv_env_GTK20_CFLAGS_set=
  6264. ac_cv_env_GTK20_CFLAGS_value=
  6265. ac_cv_env_GTK20_LIBS_set=
  6266. ac_cv_env_GTK20_LIBS_value=
  6267. ac_cv_env_HAL_CFLAGS_set=
  6268. ac_cv_env_HAL_CFLAGS_value=
  6269. ac_cv_env_HAL_LIBS_set=
  6270. ac_cv_env_HAL_LIBS_value=
  6271. ac_cv_env_JACK_CFLAGS_set=
  6272. ac_cv_env_JACK_CFLAGS_value=
  6273. ac_cv_env_JACK_LIBS_set=
  6274. ac_cv_env_JACK_LIBS_value=
  6275. ac_cv_env_LDFLAGS_set=
  6276. ac_cv_env_LDFLAGS_value=
  6277. ac_cv_env_LIBASYNCNS_CFLAGS_set=
  6278. ac_cv_env_LIBASYNCNS_CFLAGS_value=
  6279. ac_cv_env_LIBASYNCNS_LIBS_set=
  6280. ac_cv_env_LIBASYNCNS_LIBS_value=
  6281. ac_cv_env_LIBJSON_CFLAGS_set=
  6282. ac_cv_env_LIBJSON_CFLAGS_value=
  6283. ac_cv_env_LIBJSON_LIBS_set=
  6284. ac_cv_env_LIBJSON_LIBS_value=
  6285. ac_cv_env_LIBSAMPLERATE_CFLAGS_set=
  6286. ac_cv_env_LIBSAMPLERATE_CFLAGS_value=
  6287. ac_cv_env_LIBSAMPLERATE_LIBS_set=
  6288. ac_cv_env_LIBSAMPLERATE_LIBS_value=
  6289. ac_cv_env_LIBSNDFILE_CFLAGS_set=
  6290. ac_cv_env_LIBSNDFILE_CFLAGS_value=
  6291. ac_cv_env_LIBSNDFILE_LIBS_set=
  6292. ac_cv_env_LIBSNDFILE_LIBS_value=
  6293. ac_cv_env_LIBSPEEX_CFLAGS_set=
  6294. ac_cv_env_LIBSPEEX_CFLAGS_value=
  6295. ac_cv_env_LIBSPEEX_LIBS_set=
  6296. ac_cv_env_LIBSPEEX_LIBS_value=
  6297. ac_cv_env_LIBS_set=
  6298. ac_cv_env_LIBS_value=
  6299. ac_cv_env_OPENSSL_CFLAGS_set=
  6300. ac_cv_env_OPENSSL_CFLAGS_value=
  6301. ac_cv_env_OPENSSL_LIBS_set=
  6302. ac_cv_env_OPENSSL_LIBS_value=
  6303. ac_cv_env_ORC_CFLAGS_set=
  6304. ac_cv_env_ORC_CFLAGS_value=
  6305. ac_cv_env_ORC_LIBS_set=
  6306. ac_cv_env_ORC_LIBS_value=
  6307. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  6308. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  6309. ac_cv_env_PKG_CONFIG_PATH_set=
  6310. ac_cv_env_PKG_CONFIG_PATH_value=
  6311. ac_cv_env_PKG_CONFIG_set=
  6312. ac_cv_env_PKG_CONFIG_value=
  6313. ac_cv_env_TDB_CFLAGS_set=
  6314. ac_cv_env_TDB_CFLAGS_value=
  6315. ac_cv_env_TDB_LIBS_set=
  6316. ac_cv_env_TDB_LIBS_value=
  6317. ac_cv_env_UDEV_CFLAGS_set=
  6318. ac_cv_env_UDEV_CFLAGS_value=
  6319. ac_cv_env_UDEV_LIBS_set=
  6320. ac_cv_env_UDEV_LIBS_value=
  6321. ac_cv_env_X11_CFLAGS_set=
  6322. ac_cv_env_X11_CFLAGS_value=
  6323. ac_cv_env_X11_LIBS_set=
  6324. ac_cv_env_X11_LIBS_value=
  6325. ac_cv_env_build_alias_set=
  6326. ac_cv_env_build_alias_value=
  6327. ac_cv_env_host_alias_set=
  6328. ac_cv_env_host_alias_value=
  6329. ac_cv_env_target_alias_set=
  6330. ac_cv_env_target_alias_value=
  6331. ac_cv_func_accept4=yes
  6332. ac_cv_func_alloca_works=yes
  6333. ac_cv_func_bind_textdomain_codeset=yes
  6334. ac_cv_func_chmod=yes
  6335. ac_cv_func_chown=yes
  6336. ac_cv_func_clock_gettime=yes
  6337. ac_cv_func_ctime_r=yes
  6338. ac_cv_func_dbus_watch_get_unix_fd=yes
  6339. ac_cv_func_dcgettext=yes
  6340. ac_cv_func_dlopen=no
  6341. ac_cv_func_fchmod=yes
  6342. ac_cv_func_fchown=yes
  6343. ac_cv_func_fork=yes
  6344. ac_cv_func_fork_works=yes
  6345. ac_cv_func_fstat=yes
  6346. ac_cv_func_getaddrinfo=yes
  6347. ac_cv_func_getgrgid_r=yes
  6348. ac_cv_func_getgrnam_r=yes
  6349. ac_cv_func_getgroups=yes
  6350. ac_cv_func_getgroups_works=yes
  6351. ac_cv_func_getopt_long=yes
  6352. ac_cv_func_getpwnam_r=yes
  6353. ac_cv_func_getpwuid_r=yes
  6354. ac_cv_func_gettimeofday=yes
  6355. ac_cv_func_getuid=yes
  6356. ac_cv_func_lrintf=yes
  6357. ac_cv_func_lstat=yes
  6358. ac_cv_func_mkfifo=yes
  6359. ac_cv_func_mlock=yes
  6360. ac_cv_func_nanosleep=yes
  6361. ac_cv_func_open64=yes
  6362. ac_cv_func_pipe2=yes
  6363. ac_cv_func_pipe=yes
  6364. ac_cv_func_posix_fadvise=yes
  6365. ac_cv_func_posix_madvise=yes
  6366. ac_cv_func_posix_memalign=yes
  6367. ac_cv_func_ppoll=yes
  6368. ac_cv_func_pthread_getname_np=yes
  6369. ac_cv_func_pthread_setaffinity_np=yes
  6370. ac_cv_func_pthread_setname_np=yes
  6371. ac_cv_func_readlink=yes
  6372. ac_cv_func_regexec=yes
  6373. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  6374. ac_cv_func_setegid=yes
  6375. ac_cv_func_seteuid=yes
  6376. ac_cv_func_setpgid=yes
  6377. ac_cv_func_setregid=yes
  6378. ac_cv_func_setresgid=yes
  6379. ac_cv_func_setresuid=yes
  6380. ac_cv_func_setreuid=yes
  6381. ac_cv_func_setsid=yes
  6382. ac_cv_func_shl_load=no
  6383. ac_cv_func_shm_open=yes
  6384. ac_cv_func_sig2str=no
  6385. ac_cv_func_sigaction=yes
  6386. ac_cv_func_sleep=yes
  6387. ac_cv_func_strerror_r=yes
  6388. ac_cv_func_strsignal=yes
  6389. ac_cv_func_strtof=yes
  6390. ac_cv_func_strtof_l=yes
  6391. ac_cv_func_symlink=yes
  6392. ac_cv_func_sysconf=yes
  6393. ac_cv_func_uname=yes
  6394. ac_cv_func_usleep=yes
  6395. ac_cv_func_vfork=yes
  6396. ac_cv_func_vfork_works=yes
  6397. ac_cv_have_decl_environ=yes
  6398. ac_cv_header_CoreAudio_CoreAudio_h=no
  6399. ac_cv_header_arpa_inet_h=yes
  6400. ac_cv_header_byteswap_h=yes
  6401. ac_cv_header_dlfcn_h=yes
  6402. ac_cv_header_execinfo_h=yes
  6403. ac_cv_header_glob_h=yes
  6404. ac_cv_header_grp_h=yes
  6405. ac_cv_header_inttypes_h=yes
  6406. ac_cv_header_langinfo_h=yes
  6407. ac_cv_header_libintl_h=yes
  6408. ac_cv_header_linux_input_h=yes
  6409. ac_cv_header_linux_sockios_h=yes
  6410. ac_cv_header_lirc_lirc_client_h=yes
  6411. ac_cv_header_locale_h=yes
  6412. ac_cv_header_ltdl_h=yes
  6413. ac_cv_header_memory_h=yes
  6414. ac_cv_header_minix_config_h=no
  6415. ac_cv_header_mmsystem_h=no
  6416. ac_cv_header_netdb_h=yes
  6417. ac_cv_header_netinet_in_h=yes
  6418. ac_cv_header_netinet_in_systm_h=yes
  6419. ac_cv_header_netinet_ip_h=yes
  6420. ac_cv_header_netinet_tcp_h=yes
  6421. ac_cv_header_pcreposix_h=yes
  6422. ac_cv_header_poll_h=yes
  6423. ac_cv_header_pwd_h=yes
  6424. ac_cv_header_regex_h=yes
  6425. ac_cv_header_sched_h=yes
  6426. ac_cv_header_stdc=yes
  6427. ac_cv_header_stdint_h=yes
  6428. ac_cv_header_stdlib_h=yes
  6429. ac_cv_header_string_h=yes
  6430. ac_cv_header_strings_h=yes
  6431. ac_cv_header_sys_atomic_h=no
  6432. ac_cv_header_sys_audio_h=no
  6433. ac_cv_header_sys_capability_h=no
  6434. ac_cv_header_sys_dl_h=no
  6435. ac_cv_header_sys_eventfd_h=yes
  6436. ac_cv_header_sys_filio_h=no
  6437. ac_cv_header_sys_ioctl_h=yes
  6438. ac_cv_header_sys_mman_h=yes
  6439. ac_cv_header_sys_prctl_h=yes
  6440. ac_cv_header_sys_resource_h=yes
  6441. ac_cv_header_sys_select_h=yes
  6442. ac_cv_header_sys_socket_h=yes
  6443. ac_cv_header_sys_soundcard_h=yes
  6444. ac_cv_header_sys_stat_h=yes
  6445. ac_cv_header_sys_syscall_h=yes
  6446. ac_cv_header_sys_types_h=yes
  6447. ac_cv_header_sys_uio_h=yes
  6448. ac_cv_header_sys_un_h=yes
  6449. ac_cv_header_sys_wait_h=yes
  6450. ac_cv_header_syslog_h=yes
  6451. ac_cv_header_unistd_h=yes
  6452. ac_cv_header_valgrind_memcheck_h=no
  6453. ac_cv_header_vfork_h=no
  6454. ac_cv_header_windows_h=no
  6455. ac_cv_header_winsock2_h=no
  6456. ac_cv_header_ws2tcpip_h=no
  6457. ac_cv_host=x86_64-unknown-linux-gnu
  6458. ac_cv_lib_dl_dlopen=yes
  6459. ac_cv_lib_dld_shl_load=no
  6460. ac_cv_lib_lirc_client_lirc_init=yes
  6461. ac_cv_lib_ltdl_lt_dladvise_init=yes
  6462. ac_cv_objext=o
  6463. ac_cv_path_EGREP='/bin/grep -E'
  6464. ac_cv_path_FGREP='/bin/grep -F'
  6465. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  6466. ac_cv_path_GREP=/bin/grep
  6467. ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
  6468. ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
  6469. ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  6470. ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
  6471. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  6472. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  6473. ac_cv_path_SED=/bin/sed
  6474. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  6475. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  6476. ac_cv_path_install='/usr/bin/install -c'
  6477. ac_cv_path_mkdir=/bin/mkdir
  6478. ac_cv_prog_AWK=gawk
  6479. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  6480. ac_cv_prog_M4=m4
  6481. ac_cv_prog_STOW=no
  6482. ac_cv_prog_ac_ct_AR=ar
  6483. ac_cv_prog_ac_ct_CC=gcc
  6484. ac_cv_prog_ac_ct_OBJDUMP=objdump
  6485. ac_cv_prog_ac_ct_RANLIB=ranlib
  6486. ac_cv_prog_ac_ct_STRIP=strip
  6487. ac_cv_prog_cc_c89=
  6488. ac_cv_prog_cc_c99=-std=gnu99
  6489. ac_cv_prog_cc_g=yes
  6490. ac_cv_prog_cc_gcc_c_o=yes
  6491. ac_cv_prog_gcc_traditional=no
  6492. ac_cv_prog_make_make_set=yes
  6493. ac_cv_safe_to_define___extensions__=yes
  6494. ac_cv_search_backtrace='none required'
  6495. ac_cv_search_cap_init=no
  6496. ac_cv_search_connect='none required'
  6497. ac_cv_search_dlopen=-ldl
  6498. ac_cv_search_inet_ntop='none required'
  6499. ac_cv_search_pow=-lm
  6500. ac_cv_search_pthread_getname_np='none required'
  6501. ac_cv_search_pthread_setaffinity_np='none required'
  6502. ac_cv_search_pthread_setname_np='none required'
  6503. ac_cv_search_regexec='none required'
  6504. ac_cv_search_sched_setscheduler='none required'
  6505. ac_cv_search_shm_open=-lrt
  6506. ac_cv_search_timer_create='none required'
  6507. ac_cv_sys_file_offset_bits=no
  6508. ac_cv_sys_largefile_CC=no
  6509. ac_cv_tls=__thread
  6510. ac_cv_type_getgroups=gid_t
  6511. ac_cv_type_off_t=yes
  6512. ac_cv_type_pid_t=yes
  6513. ac_cv_type_size_t=yes
  6514. ac_cv_type_ssize_t=yes
  6515. ac_cv_type_uid_t=yes
  6516. ac_cv_working_alloca_h=yes
  6517. acl_cv_hardcode_direct=no
  6518. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  6519. acl_cv_hardcode_libdir_separator=
  6520. acl_cv_hardcode_minus_L=no
  6521. acl_cv_libext=a
  6522. acl_cv_libname_spec='lib$name'
  6523. acl_cv_library_names_spec='$libname$shrext'
  6524. acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
  6525. acl_cv_prog_gnu_ld=yes
  6526. acl_cv_rpath=done
  6527. acl_cv_shlibext=so
  6528. acl_cv_wl=-Wl,
  6529. am_cv_CC_dependencies_compiler_type=gcc3
  6530. am_cv_func_iconv=yes
  6531. am_cv_func_iconv_works=yes
  6532. am_cv_lib_iconv=no
  6533. am_cv_prog_tar_ustar=gnutar
  6534. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  6535. am_cv_proto_iconv_arg1=
  6536. am_cv_val_LC_MESSAGES=yes
  6537. ax_cv_PTHREAD_PRIO_INHERIT=yes
  6538. ax_cv_check_cflags__pedantic__Werror__W=yes
  6539. ax_cv_check_cflags__pedantic__Werror__Wall=yes
  6540. ax_cv_check_cflags__pedantic__Werror__Wcast_align=yes
  6541. ax_cv_check_cflags__pedantic__Werror__Wdeclaration_after_statement=yes
  6542. ax_cv_check_cflags__pedantic__Werror__Wendif_labels=yes
  6543. ax_cv_check_cflags__pedantic__Werror__Wextra=yes
  6544. ax_cv_check_cflags__pedantic__Werror__Wfloat_equal=yes
  6545. ax_cv_check_cflags__pedantic__Werror__Wformat_2=yes
  6546. ax_cv_check_cflags__pedantic__Werror__Wformat_nonliteral=yes
  6547. ax_cv_check_cflags__pedantic__Werror__Wformat_security=yes
  6548. ax_cv_check_cflags__pedantic__Werror__Winit_self=yes
  6549. ax_cv_check_cflags__pedantic__Werror__Wlogical_op=yes
  6550. ax_cv_check_cflags__pedantic__Werror__Wmissing_declarations=yes
  6551. ax_cv_check_cflags__pedantic__Werror__Wmissing_include_dirs=yes
  6552. ax_cv_check_cflags__pedantic__Werror__Wmissing_noreturn=yes
  6553. ax_cv_check_cflags__pedantic__Werror__Wmissing_prototypes=yes
  6554. ax_cv_check_cflags__pedantic__Werror__Wno_long_long=yes
  6555. ax_cv_check_cflags__pedantic__Werror__Wno_overlength_strings=yes
  6556. ax_cv_check_cflags__pedantic__Werror__Wno_unused_parameter=yes
  6557. ax_cv_check_cflags__pedantic__Werror__Wold_style_definition=no
  6558. ax_cv_check_cflags__pedantic__Werror__Wp__D_FORTIFY_SOURCE_2=yes
  6559. ax_cv_check_cflags__pedantic__Werror__Wpointer_arith=yes
  6560. ax_cv_check_cflags__pedantic__Werror__Wredundant_decls=yes
  6561. ax_cv_check_cflags__pedantic__Werror__Wshadow=yes
  6562. ax_cv_check_cflags__pedantic__Werror__Wsign_compare=yes
  6563. ax_cv_check_cflags__pedantic__Werror__Wstrict_aliasing=yes
  6564. ax_cv_check_cflags__pedantic__Werror__Wstrict_prototypes=no
  6565. ax_cv_check_cflags__pedantic__Werror__Wundef=yes
  6566. ax_cv_check_cflags__pedantic__Werror__Wunsafe_loop_optimizations=yes
  6567. ax_cv_check_cflags__pedantic__Werror__Wvla=yes
  6568. ax_cv_check_cflags__pedantic__Werror__Wwrite_strings=yes
  6569. ax_cv_check_cflags__pedantic__Werror__fdiagnostics_show_option=yes
  6570. ax_cv_check_cflags__pedantic__Werror__ffast_math=yes
  6571. ax_cv_check_cflags__pedantic__Werror__fno_common=yes
  6572. ax_cv_check_cflags__pedantic__Werror__pipe=yes
  6573. ax_cv_check_ldflags___Wl___no_undefined=yes
  6574. ax_cv_check_ldflags___Wl__version_script___src_map_file=yes
  6575. ax_cv_check_ldflags___Wl__z_nodelete=yes
  6576. ax_cv_check_ldflags___Wl__z_now=yes
  6577. gt_cv_func_dgettext_libc=yes
  6578. gt_cv_func_dgettext_libintl=no
  6579. gt_cv_func_ngettext_libc=yes
  6580. gt_cv_have_gettext=yes
  6581. lt_cv_deplibs_check_method=pass_all
  6582. lt_cv_dlopen=dlopen
  6583. lt_cv_dlopen_libs=-ldl
  6584. lt_cv_dlopen_self=yes
  6585. lt_cv_dlopen_self_static=no
  6586. lt_cv_file_magic_cmd='$MAGIC_CMD'
  6587. lt_cv_file_magic_test_file=
  6588. lt_cv_ld_reload_flag=-r
  6589. lt_cv_nm_interface='BSD nm'
  6590. lt_cv_objdir=.libs
  6591. lt_cv_path_LD=/usr/bin/ld
  6592. lt_cv_path_NM='/usr/bin/nm -B'
  6593. lt_cv_prog_compiler_c_o=yes
  6594. lt_cv_prog_compiler_pic_works=yes
  6595. lt_cv_prog_compiler_rtti_exceptions=no
  6596. lt_cv_prog_compiler_static_works=yes
  6597. lt_cv_prog_gnu_ld=yes
  6598. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  6599. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  6600. 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'\'''
  6601. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  6602. lt_cv_sys_max_cmd_len=1572864
  6603. pkg_cv_ASOUNDLIB_CFLAGS='-I/usr/include/alsa '
  6604. pkg_cv_ASOUNDLIB_LIBS='-lasound '
  6605. pkg_cv_AVAHI_CFLAGS='-D_REENTRANT '
  6606. pkg_cv_AVAHI_LIBS='-L/usr/lib/x86_64-linux-gnu -lavahi-common -lavahi-client '
  6607. pkg_cv_BLUEZ_CFLAGS=' '
  6608. pkg_cv_BLUEZ_LIBS='-lbluetooth '
  6609. pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include '
  6610. pkg_cv_DBUS_LIBS='-L/usr/lib/x86_64-linux-gnu -ldbus-1 -lpthread -lrt '
  6611. pkg_cv_GCONF_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 '
  6612. pkg_cv_GCONF_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgconf-2 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  6613. pkg_cv_GLIB20_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
  6614. pkg_cv_GLIB20_LIBS='-L/usr/lib/x86_64-linux-gnu -lglib-2.0 '
  6615. pkg_cv_GTK20_CFLAGS='-pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 '
  6616. pkg_cv_GTK20_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  6617. pkg_cv_HAL_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/hal '
  6618. pkg_cv_HAL_LIBS='-L/usr/lib/x86_64-linux-gnu -lhal -ldbus-1 -lpthread -lrt '
  6619. pkg_cv_JACK_CFLAGS=' '
  6620. pkg_cv_JACK_LIBS='-ljack -lpthread -lrt '
  6621. pkg_cv_LIBJSON_CFLAGS='-I/usr/local/include/json '
  6622. pkg_cv_LIBJSON_LIBS='-L/usr/local/lib -ljson '
  6623. pkg_cv_LIBSAMPLERATE_CFLAGS=' '
  6624. pkg_cv_LIBSAMPLERATE_LIBS='-lsamplerate '
  6625. pkg_cv_LIBSNDFILE_CFLAGS=' '
  6626. pkg_cv_LIBSNDFILE_LIBS='-lsndfile '
  6627. pkg_cv_LIBSPEEX_CFLAGS=' '
  6628. pkg_cv_LIBSPEEX_LIBS='-lspeexdsp '
  6629. pkg_cv_OPENSSL_CFLAGS=' '
  6630. pkg_cv_OPENSSL_LIBS='-lssl -lcrypto '
  6631. pkg_cv_TDB_CFLAGS=' '
  6632. pkg_cv_TDB_LIBS='-ltdb '
  6633. pkg_cv_UDEV_CFLAGS=' '
  6634. pkg_cv_UDEV_LIBS='-L/usr/lib/x86_64-linux-gnu -ludev -lrt '
  6635. pkg_cv_X11_CFLAGS=' '
  6636. pkg_cv_X11_LIBS='-L/usr/lib/x86_64-linux-gnu -lX11-xcb -lX11 -lxcb -lICE -lSM -lXtst '
  6637. pulseaudio_cv__Bool=yes
  6638. pulseaudio_cv_sync_bool_compare_and_swap=yes
  6639.  
  6640. ## ----------------- ##
  6641. ## Output variables. ##
  6642. ## ----------------- ##
  6643.  
  6644. ACLOCAL='${SHELL} /home/xbmc/source/pulseaudio-1.1/missing --run aclocal-1.11'
  6645. ALLOCA=''
  6646. ALL_LINGUAS=''
  6647. AMDEPBACKSLASH='\'
  6648. AMDEP_FALSE='#'
  6649. AMDEP_TRUE=''
  6650. AMTAR='${SHELL} /home/xbmc/source/pulseaudio-1.1/missing --run tar'
  6651. AM_BACKSLASH='\'
  6652. AM_DEFAULT_VERBOSITY='0'
  6653. AR='ar'
  6654. AS='as'
  6655. ASOUNDLIB_CFLAGS='-I/usr/include/alsa '
  6656. ASOUNDLIB_LIBS='-lasound '
  6657. AUTOCONF='${SHELL} /home/xbmc/source/pulseaudio-1.1/missing --run autoconf'
  6658. AUTOHEADER='${SHELL} /home/xbmc/source/pulseaudio-1.1/missing --run autoheader'
  6659. AUTOMAKE='${SHELL} /home/xbmc/source/pulseaudio-1.1/missing --run automake-1.11'
  6660. AVAHI_CFLAGS='-D_REENTRANT '
  6661. AVAHI_LIBS='-L/usr/lib/x86_64-linux-gnu -lavahi-common -lavahi-client '
  6662. AWK='gawk'
  6663. BLUEZ_CFLAGS=' '
  6664. BLUEZ_LIBS='-lbluetooth '
  6665. BUILD_MANPAGES_FALSE='#'
  6666. BUILD_MANPAGES_TRUE=''
  6667. BUILD_TESTS_DEFAULT_FALSE='#'
  6668. BUILD_TESTS_DEFAULT_TRUE=''
  6669. CATALOGS=''
  6670. CATOBJEXT='.gmo'
  6671. CC='gcc -std=gnu99'
  6672. CCDEPMODE='depmode=gcc3'
  6673. CFLAGS=' -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option'
  6674. CPP='gcc -std=gnu99 -E'
  6675. CPPFLAGS=''
  6676. CYGPATH_W='echo'
  6677. DATADIRNAME='share'
  6678. DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include '
  6679. DBUS_LIBS='-L/usr/lib/x86_64-linux-gnu -ldbus-1 -lpthread -lrt '
  6680. DEFS='-DHAVE_CONFIG_H'
  6681. DEPDIR='.deps'
  6682. DLLTOOL='dlltool'
  6683. DSYMUTIL=''
  6684. DUMPBIN=''
  6685. ECHO_C=''
  6686. ECHO_N='-n'
  6687. ECHO_T=''
  6688. EGREP='/bin/grep -E'
  6689. EXEEXT=''
  6690. FFTW_CFLAGS=''
  6691. FFTW_LIBS=''
  6692. FGREP='/bin/grep -F'
  6693. FORCE_PREOPEN_FALSE='#'
  6694. FORCE_PREOPEN_TRUE=''
  6695. GCONF_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 '
  6696. GCONF_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgconf-2 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  6697. GDBM_CFLAGS=''
  6698. GDBM_LIBS=''
  6699. GETTEXT_PACKAGE='pulseaudio'
  6700. GLIB20_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
  6701. GLIB20_LIBS='-L/usr/lib/x86_64-linux-gnu -lglib-2.0 '
  6702. GMOFILES=''
  6703. GMSGFMT='/usr/bin/msgfmt'
  6704. GREP='/bin/grep'
  6705. GTK20_CFLAGS='-pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 '
  6706. GTK20_LIBS='-pthread -L/usr/lib/x86_64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  6707. HAL_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/hal '
  6708. HAL_LIBS='-L/usr/lib/x86_64-linux-gnu -lhal -ldbus-1 -lpthread -lrt '
  6709. HAVE_AF_UNIX='1'
  6710. HAVE_AF_UNIX_FALSE='#'
  6711. HAVE_AF_UNIX_TRUE=''
  6712. HAVE_ALSA='1'
  6713. HAVE_ALSA_FALSE='#'
  6714. HAVE_ALSA_TRUE=''
  6715. HAVE_AVAHI='1'
  6716. HAVE_AVAHI_FALSE='#'
  6717. HAVE_AVAHI_TRUE=''
  6718. HAVE_BLUEZ='1'
  6719. HAVE_BLUEZ_FALSE='#'
  6720. HAVE_BLUEZ_TRUE=''
  6721. HAVE_BONJOUR_FALSE=''
  6722. HAVE_BONJOUR_TRUE='#'
  6723. HAVE_COREAUDIO_FALSE=''
  6724. HAVE_COREAUDIO_TRUE='#'
  6725. HAVE_DBUS='1'
  6726. HAVE_DBUS_FALSE='#'
  6727. HAVE_DBUS_TRUE=''
  6728. HAVE_EVDEV_FALSE='#'
  6729. HAVE_EVDEV_TRUE=''
  6730. HAVE_FFTW_FALSE=''
  6731. HAVE_FFTW_TRUE='#'
  6732. HAVE_GCONF_FALSE='#'
  6733. HAVE_GCONF_TRUE=''
  6734. HAVE_GDBM_FALSE=''
  6735. HAVE_GDBM_TRUE='#'
  6736. HAVE_GLIB20='1'
  6737. HAVE_GLIB20_FALSE='#'
  6738. HAVE_GLIB20_TRUE=''
  6739. HAVE_GTK20_FALSE='#'
  6740. HAVE_GTK20_TRUE=''
  6741. HAVE_HAL='1'
  6742. HAVE_HAL_COMPAT_FALSE=''
  6743. HAVE_HAL_COMPAT_TRUE='#'
  6744. HAVE_HAL_FALSE='#'
  6745. HAVE_HAL_TRUE=''
  6746. HAVE_JACK_FALSE='#'
  6747. HAVE_JACK_TRUE=''
  6748. HAVE_LIBASYNCNS_FALSE=''
  6749. HAVE_LIBASYNCNS_TRUE='#'
  6750. HAVE_LIBSAMPLERATE_FALSE='#'
  6751. HAVE_LIBSAMPLERATE_TRUE=''
  6752. HAVE_LIRC_FALSE='#'
  6753. HAVE_LIRC_TRUE=''
  6754. HAVE_MKFIFO='1'
  6755. HAVE_MKFIFO_FALSE='#'
  6756. HAVE_MKFIFO_TRUE=''
  6757. HAVE_OPENSSL_FALSE='#'
  6758. HAVE_OPENSSL_TRUE=''
  6759. HAVE_ORCC_FALSE=''
  6760. HAVE_ORCC_TRUE='#'
  6761. HAVE_ORC_FALSE=''
  6762. HAVE_ORC_TRUE='#'
  6763. HAVE_OSS_OUTPUT='1'
  6764. HAVE_OSS_OUTPUT_FALSE='#'
  6765. HAVE_OSS_OUTPUT_TRUE=''
  6766. HAVE_OSS_WRAPPER_FALSE='#'
  6767. HAVE_OSS_WRAPPER_TRUE=''
  6768. HAVE_REGEX_FALSE='#'
  6769. HAVE_REGEX_TRUE=''
  6770. HAVE_SIGXCPU_FALSE='#'
  6771. HAVE_SIGXCPU_TRUE=''
  6772. HAVE_SIMPLEDB_FALSE=''
  6773. HAVE_SIMPLEDB_TRUE='#'
  6774. HAVE_SOLARIS_FALSE=''
  6775. HAVE_SOLARIS_TRUE='#'
  6776. HAVE_SYS_RESOURCE_H='1'
  6777. HAVE_TDB_FALSE='#'
  6778. HAVE_TDB_TRUE=''
  6779. HAVE_UDEV='1'
  6780. HAVE_UDEV_FALSE='#'
  6781. HAVE_UDEV_TRUE=''
  6782. HAVE_WAVEOUT='0'
  6783. HAVE_WAVEOUT_FALSE=''
  6784. HAVE_WAVEOUT_TRUE='#'
  6785. HAVE_X11='1'
  6786. HAVE_X11_FALSE='#'
  6787. HAVE_X11_TRUE=''
  6788. IMMEDIATE_LDFLAGS='-Wl,-z,now'
  6789. INSTALL_DATA='${INSTALL} -m 644'
  6790. INSTALL_PROGRAM='${INSTALL}'
  6791. INSTALL_SCRIPT='${INSTALL}'
  6792. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  6793. INSTOBJEXT='.mo'
  6794. INTLLIBS=''
  6795. INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6796. INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6797. INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6798. INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
  6799. INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6800. INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6801. INTLTOOL_MERGE='/usr/bin/intltool-merge'
  6802. INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
  6803. INTLTOOL_PERL='/usr/bin/perl'
  6804. INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6805. INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6806. INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6807. INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6808. INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6809. INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6810. INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6811. INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6812. INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6813. INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6814. INTLTOOL_UPDATE='/usr/bin/intltool-update'
  6815. INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6816. INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
  6817. INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  6818. JACK_CFLAGS=' '
  6819. JACK_LIBS='-ljack -lpthread -lrt '
  6820. LD='/usr/bin/ld -m elf_x86_64'
  6821. LDFLAGS=''
  6822. LIBASYNCNS_CFLAGS=''
  6823. LIBASYNCNS_LIBS=''
  6824. LIBICONV=''
  6825. LIBJSON_CFLAGS='-I/usr/local/include/json '
  6826. LIBJSON_LIBS='-L/usr/local/lib -ljson '
  6827. LIBLTDL='-lltdl'
  6828. LIBOBJS=''
  6829. LIBPULSE_BROWSE_VERSION_INFO='1:1:1'
  6830. LIBPULSE_MAINLOOP_GLIB_VERSION_INFO='0:4:0'
  6831. LIBPULSE_SIMPLE_VERSION_INFO='0:3:0'
  6832. LIBPULSE_VERSION_INFO='13:5:13'
  6833. LIBS='-lrt -ldl -lm '
  6834. LIBSAMPLERATE_CFLAGS=' '
  6835. LIBSAMPLERATE_LIBS='-lsamplerate '
  6836. LIBSNDFILE_CFLAGS=' '
  6837. LIBSNDFILE_LIBS='-lsndfile '
  6838. LIBSPEEX_CFLAGS=' '
  6839. LIBSPEEX_LIBS='-lspeexdsp '
  6840. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  6841. LIBWRAP_LIBS='-lwrap'
  6842. LIPO=''
  6843. LIRC_CFLAGS=''
  6844. LIRC_LIBS='-llirc_client'
  6845. LN_S='ln -s'
  6846. LTLIBICONV=''
  6847. LTLIBOBJS=''
  6848. M4='m4'
  6849. MAKEINFO='${SHELL} /home/xbmc/source/pulseaudio-1.1/missing --run makeinfo'
  6850. MKDIR_P='/bin/mkdir -p'
  6851. MKINSTALLDIRS='./mkinstalldirs'
  6852. MSGFMT='/usr/bin/msgfmt'
  6853. MSGFMT_OPTS='-c'
  6854. MSGMERGE='/usr/bin/msgmerge'
  6855. NM='/usr/bin/nm -B'
  6856. NMEDIT=''
  6857. NODELETE_LDFLAGS='-Wl,-z,nodelete'
  6858. NOUNDEFINED_LDFLAGS='-Wl,--no-undefined'
  6859. OBJDUMP='objdump'
  6860. OBJEXT='o'
  6861. OPENSSL_CFLAGS=' '
  6862. OPENSSL_LIBS='-lssl -lcrypto '
  6863. ORCC=''
  6864. ORCC_FLAGS=''
  6865. ORC_CFLAGS=''
  6866. ORC_LIBS=''
  6867. OS_IS_DARWIN_FALSE=''
  6868. OS_IS_DARWIN_TRUE='#'
  6869. OS_IS_WIN32='0'
  6870. OS_IS_WIN32_FALSE=''
  6871. OS_IS_WIN32_TRUE='#'
  6872. OTOOL64=''
  6873. OTOOL=''
  6874. PACKAGE='pulseaudio'
  6875. PACKAGE_BUGREPORT='mzchyfrnhqvb (at) 0pointer (dot) net'
  6876. PACKAGE_NAME='pulseaudio'
  6877. PACKAGE_STRING='pulseaudio 1.1-rebootstrapped'
  6878. PACKAGE_TARNAME='pulseaudio'
  6879. PACKAGE_URL='http://pulseaudio.org/'
  6880. PACKAGE_VERSION='1.1-rebootstrapped'
  6881. PACTL_BINARY='/usr/bin/pactl'
  6882. PATH_SEPARATOR=':'
  6883. PA_ACCESS_GROUP='pulse-access'
  6884. PA_API_VERSION='12'
  6885. PA_BINARY='/usr/bin/pulseaudio'
  6886. PA_DEFAULT_CONFIG_DIR='/etc/pulse'
  6887. PA_DLSEARCHPATH='/usr/lib/pulse-1.1/modules'
  6888. PA_INCDIR='/usr/include'
  6889. PA_LIBDIR='/usr/lib'
  6890. PA_MACHINE_ID='/var/lib/dbus/machine-id'
  6891. PA_MAJOR='1'
  6892. PA_MAJORMINOR='1.1'
  6893. PA_MINOR='1'
  6894. PA_PROTOCOL_VERSION='23'
  6895. PA_SOEXT='.so'
  6896. PA_SYSTEM_CONFIG_PATH='/var/lib/pulse'
  6897. PA_SYSTEM_GROUP='pulse'
  6898. PA_SYSTEM_RUNTIME_PATH='/var/run/pulse'
  6899. PA_SYSTEM_STATE_PATH='/var/lib/pulse'
  6900. PA_SYSTEM_USER='pulse'
  6901. PKG_CONFIG='/usr/bin/pkg-config'
  6902. PKG_CONFIG_LIBDIR=''
  6903. PKG_CONFIG_PATH=''
  6904. POFILES=''
  6905. POSUB='po'
  6906. PO_IN_DATADIR_FALSE=''
  6907. PO_IN_DATADIR_TRUE=''
  6908. PREOPEN_MODS='all'
  6909. PREOPEN_MODS_FALSE=''
  6910. PREOPEN_MODS_TRUE='#'
  6911. PTHREAD_CC='gcc -std=gnu99'
  6912. PTHREAD_CFLAGS='-pthread'
  6913. PTHREAD_LIBS=''
  6914. PULSE_LOCALEDIR='/usr/share/locale'
  6915. RANLIB='ranlib'
  6916. SED='/bin/sed'
  6917. SET_MAKE=''
  6918. SHELL='/bin/bash'
  6919. STATIC_BINS_FALSE=''
  6920. STATIC_BINS_TRUE='#'
  6921. STOW='no'
  6922. STRIP='strip'
  6923. TDB_CFLAGS=' '
  6924. TDB_LIBS='-ltdb '
  6925. UDEV_CFLAGS=' '
  6926. UDEV_LIBS='-L/usr/lib/x86_64-linux-gnu -ludev -lrt '
  6927. USE_NLS='yes'
  6928. VERSION='1.1-rebootstrapped'
  6929. VERSIONING_LDFLAGS='-Wl,-version-script=$(srcdir)/map-file'
  6930. X11_CFLAGS=' '
  6931. X11_LIBS='-L/usr/lib/x86_64-linux-gnu -lX11-xcb -lX11 -lxcb -lICE -lSM -lXtst '
  6932. XGETTEXT='/usr/bin/xgettext'
  6933. ac_ct_CC='gcc'
  6934. ac_ct_DUMPBIN=''
  6935. am__EXEEXT_FALSE=''
  6936. am__EXEEXT_TRUE='#'
  6937. am__fastdepCC_FALSE='#'
  6938. am__fastdepCC_TRUE=''
  6939. am__include='include'
  6940. am__isrc=''
  6941. am__leading_dot='.'
  6942. am__quote=''
  6943. am__tar='tar --format=ustar -chf - "$$tardir"'
  6944. am__untar='tar -xf -'
  6945. ax_pthread_config=''
  6946. bindir='${exec_prefix}/bin'
  6947. build='x86_64-unknown-linux-gnu'
  6948. build_alias=''
  6949. build_cpu='x86_64'
  6950. build_os='linux-gnu'
  6951. build_vendor='unknown'
  6952. datadir='${datarootdir}'
  6953. datarootdir='${prefix}/share'
  6954. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6955. dvidir='${docdir}'
  6956. exec_prefix='${prefix}'
  6957. host='x86_64-unknown-linux-gnu'
  6958. host_alias=''
  6959. host_cpu='x86_64'
  6960. host_os='linux-gnu'
  6961. host_vendor='unknown'
  6962. htmldir='${docdir}'
  6963. includedir='${prefix}/include'
  6964. infodir='${datarootdir}/info'
  6965. install_sh='${SHELL} /home/xbmc/source/pulseaudio-1.1/install-sh'
  6966. libdir='${exec_prefix}/lib'
  6967. libexecdir='${exec_prefix}/libexec'
  6968. localedir='${datarootdir}/locale'
  6969. localstatedir='/var'
  6970. lt_ECHO='echo'
  6971. mandir='${datarootdir}/man'
  6972. mkdir_p='/bin/mkdir -p'
  6973. modlibexecdir='${exec_prefix}/lib/pulse-1.1/modules'
  6974. oldincludedir='/usr/include'
  6975. pdfdir='${docdir}'
  6976. prefix='/usr'
  6977. program_transform_name='s,x,x,'
  6978. psdir='${docdir}'
  6979. pulseconfdir='/etc/pulse'
  6980. sbindir='${exec_prefix}/sbin'
  6981. sharedstatedir='${prefix}/com'
  6982. sysconfdir='/etc'
  6983. target_alias=''
  6984. udevrulesdir='/lib/udev/rules.d'
  6985.  
  6986. ## ----------- ##
  6987. ## confdefs.h. ##
  6988. ## ----------- ##
  6989.  
  6990. /* confdefs.h */
  6991. #define PACKAGE_NAME "pulseaudio"
  6992. #define PACKAGE_TARNAME "pulseaudio"
  6993. #define PACKAGE_VERSION "1.1-rebootstrapped"
  6994. #define PACKAGE_STRING "pulseaudio 1.1-rebootstrapped"
  6995. #define PACKAGE_BUGREPORT "mzchyfrnhqvb (at) 0pointer (dot) net"
  6996. #define PACKAGE_URL "http://pulseaudio.org/"
  6997. #define PACKAGE "pulseaudio"
  6998. #define VERSION "1.1-rebootstrapped"
  6999. #define CANONICAL_HOST "x86_64-unknown-linux-gnu"
  7000. #define STDC_HEADERS 1
  7001. #define HAVE_SYS_TYPES_H 1
  7002. #define HAVE_SYS_STAT_H 1
  7003. #define HAVE_STDLIB_H 1
  7004. #define HAVE_STRING_H 1
  7005. #define HAVE_MEMORY_H 1
  7006. #define HAVE_STRINGS_H 1
  7007. #define HAVE_INTTYPES_H 1
  7008. #define HAVE_STDINT_H 1
  7009. #define HAVE_UNISTD_H 1
  7010. #define __EXTENSIONS__ 1
  7011. #define _ALL_SOURCE 1
  7012. #define _GNU_SOURCE 1
  7013. #define _POSIX_PTHREAD_SEMANTICS 1
  7014. #define _TANDEM_SOURCE 1
  7015. #define GETTEXT_PACKAGE "pulseaudio"
  7016. #define HAVE_LOCALE_H 1
  7017. #define HAVE_LC_MESSAGES 1
  7018. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  7019. #define HAVE_GETTEXT 1
  7020. #define HAVE_DCGETTEXT 1
  7021. #define ENABLE_NLS 1
  7022. #define PULSE_LOCALEDIR "/usr/share/locale"
  7023. #define HAVE_ATOMIC_BUILTINS 1
  7024. #define HAVE_DLFCN_H 1
  7025. #define LT_OBJDIR ".libs/"
  7026. #define STDC_HEADERS 1
  7027. #define HAVE_ARPA_INET_H 1
  7028. #define HAVE_GLOB_H 1
  7029. #define HAVE_GRP_H 1
  7030. #define HAVE_NETDB_H 1
  7031. #define HAVE_NETINET_IN_H 1
  7032. #define HAVE_NETINET_IN_SYSTM_H 1
  7033. #define HAVE_NETINET_TCP_H 1
  7034. #define HAVE_POLL_H 1
  7035. #define HAVE_PWD_H 1
  7036. #define HAVE_SCHED_H 1
  7037. #define HAVE_SYS_MMAN_H 1
  7038. #define HAVE_SYS_SELECT_H 1
  7039. #define HAVE_SYS_SOCKET_H 1
  7040. #define HAVE_SYS_WAIT_H 1
  7041. #define HAVE_SYS_UIO_H 1
  7042. #define HAVE_SYSLOG_H 1
  7043. #define HAVE_DLFCN_H 1
  7044. #define HAVE_LINUX_SOCKIOS_H 1
  7045. #define HAVE_SYS_PRCTL_H 1
  7046. #define HAVE_SYS_IOCTL_H 1
  7047. #define HAVE_BYTESWAP_H 1
  7048. #define HAVE_SYS_SYSCALL_H 1
  7049. #define HAVE_SYS_EVENTFD_H 1
  7050. #define HAVE_EXECINFO_H 1
  7051. #define HAVE_LANGINFO_H 1
  7052. #define HAVE_REGEX_H 1
  7053. #define HAVE_PCREPOSIX_H 1
  7054. #define HAVE_NETINET_IP_H 1
  7055. #define HAVE_SYS_RESOURCE_H 1
  7056. #define HAVE_SYS_UN_H 1
  7057. #define HAVE_LINUX_INPUT_H 1
  7058. #define HAVE_SSIZE_T 1
  7059. #define HAVE_DECL_ENVIRON 1
  7060. #define HAVE_SIGXCPU 1
  7061. #define HAVE_STD_BOOL 1
  7062. #define TLS __thread
  7063. #define SUPPORT_TLS___THREAD 1
  7064. #define HAVE_PTHREAD_PRIO_INHERIT 1
  7065. #define HAVE_PTHREAD 1
  7066. #define _POSIX_PTHREAD_SEMANTICS 1
  7067. #define HAVE_GETOPT_LONG 1
  7068. #define HAVE_LRINTF 1
  7069. #define HAVE_STRTOF 1
  7070. #define HAVE_CHMOD 1
  7071. #define HAVE_CHOWN 1
  7072. #define HAVE_FSTAT 1
  7073. #define HAVE_FCHOWN 1
  7074. #define HAVE_FCHMOD 1
  7075. #define HAVE_CLOCK_GETTIME 1
  7076. #define HAVE_GETADDRINFO 1
  7077. #define HAVE_GETGRGID_R 1
  7078. #define HAVE_GETGRNAM_R 1
  7079. #define HAVE_GETPWNAM_R 1
  7080. #define HAVE_GETPWUID_R 1
  7081. #define HAVE_GETTIMEOFDAY 1
  7082. #define HAVE_GETUID 1
  7083. #define HAVE_MLOCK 1
  7084. #define HAVE_NANOSLEEP 1
  7085. #define HAVE_PIPE 1
  7086. #define HAVE_POSIX_FADVISE 1
  7087. #define HAVE_POSIX_MADVISE 1
  7088. #define HAVE_POSIX_MEMALIGN 1
  7089. #define HAVE_SETPGID 1
  7090. #define HAVE_SETSID 1
  7091. #define HAVE_SHM_OPEN 1
  7092. #define HAVE_SIGACTION 1
  7093. #define HAVE_SLEEP 1
  7094. #define HAVE_SYMLINK 1
  7095. #define HAVE_SYSCONF 1
  7096. #define HAVE_UNAME 1
  7097. #define HAVE_PTHREAD_SETAFFINITY_NP 1
  7098. #define HAVE_PTHREAD_GETNAME_NP 1
  7099. #define HAVE_PTHREAD_SETNAME_NP 1
  7100. #define HAVE_READLINK 1
  7101. #define HAVE_CTIME_R 1
  7102. #define HAVE_USLEEP 1
  7103. #define HAVE_STRERROR_R 1
  7104. #define HAVE_LSTAT 1
  7105. #define HAVE_SETRESUID 1
  7106. #define HAVE_SETRESGID 1
  7107. #define HAVE_SETREUID 1
  7108. #define HAVE_SETREGID 1
  7109. #define HAVE_SETEUID 1
  7110. #define HAVE_SETEGID 1
  7111. #define HAVE_PPOLL 1
  7112. #define HAVE_STRSIGNAL 1
  7113. #define HAVE_STRTOF_L 1
  7114. #define HAVE_PIPE2 1
  7115. #define HAVE_ACCEPT4 1
  7116. #define HAVE_OPEN64 1
  7117. #define HAVE_FORK 1
  7118. #define HAVE_VFORK 1
  7119. #define HAVE_WORKING_VFORK 1
  7120. #define HAVE_WORKING_FORK 1
  7121. #define GETGROUPS_T gid_t
  7122. #define HAVE_GETGROUPS 1
  7123. #define HAVE_SYS_SELECT_H 1
  7124. #define HAVE_SYS_SOCKET_H 1
  7125. #define SELECT_TYPE_ARG1 int
  7126. #define SELECT_TYPE_ARG234 (fd_set *)
  7127. #define SELECT_TYPE_ARG5 (struct timeval *)
  7128. #define HAVE_MKFIFO 1
  7129. #define HAVE_ALLOCA_H 1
  7130. #define HAVE_ALLOCA 1
  7131. #define HAVE_REGEXEC 1
  7132. #define HAVE_ICONV 1
  7133. #define ICONV_CONST
  7134. #define HAVE_X11 1
  7135. #define HAVE_LIBSAMPLERATE 1
  7136. #define HAVE_TDB 1
  7137. #define HAVE_SYS_SOUNDCARD_H 1
  7138. #define HAVE_OSS_OUTPUT 1
  7139. #define HAVE_OSS_WRAPPER 1
  7140. #define HAVE_ALSA 1
  7141. #define HAVE_GLIB 1
  7142. #define HAVE_GTK 1
  7143. #define HAVE_LIBWRAP /**/
  7144. #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
  7145. #define HAVE_DBUS 1
  7146. #define PA_MACHINE_ID "/var/lib/dbus/machine-id"
  7147. #define HAVE_HAL 1
  7148. #define HAVE_UDEV 1
  7149. #define HAVE_IPV6 1
  7150. #define HAVE_OPENSSL 1
  7151. #define DISABLE_ORC 1
  7152. #define PA_SYSTEM_USER "pulse"
  7153. #define PA_SYSTEM_GROUP "pulse"
  7154. #define PA_ACCESS_GROUP "pulse-access"
  7155. #define USE_PER_USER_ESOUND_SOCKET 1
  7156. #define PA_SYSTEM_RUNTIME_PATH "/var/run/pulse"
  7157. #define PA_SYSTEM_CONFIG_PATH "/var/lib/pulse"
  7158. #define PA_SYSTEM_STATE_PATH "/var/lib/pulse"
  7159. #define PA_BINARY "/usr/bin/pulseaudio"
  7160. #define PACTL_BINARY "/usr/bin/pactl"
  7161. #define PA_DEFAULT_CONFIG_DIR "/etc/pulse"
  7162. #define PA_BUILDDIR "/home/xbmc/source/pulseaudio-1.1/src"
  7163. #define PA_CFLAGS " -g -O0 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option"
  7164. #define ENABLE_LEGACY_RUNTIME_DIR 1
  7165. #define ENABLE_LEGACY_DATABASE_ENTRY_FORMAT 1
  7166. #define WIBBLE 1
  7167. #define PA_DLSEARCHPATH "/usr/lib/pulse-1.1/modules"
  7168. #define PA_LIBDIR "/usr/lib"
  7169. #define PA_INCDIR "/usr/include"
  7170.  
  7171. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement