Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 342.86 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 util-linux configure 2.29.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/tools --without-python --disable-makeinstall-chown --without-systemdsystemunitdir PKG_CONFIG=
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = x86_64
  15. uname -r = 4.8.0-36-generic
  16. uname -s = Linux
  17. uname -v = #36~16.04.1-Ubuntu SMP Sun Feb 5 09:39:57 UTC 2017
  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: /tools/bin
  31. PATH: /bin
  32. PATH: /usr/bin
  33.  
  34.  
  35. ## ----------- ##
  36. ## Core tests. ##
  37. ## ----------- ##
  38.  
  39. configure:3220: checking for gcc
  40. configure:3236: found /tools/bin/gcc
  41. configure:3247: result: gcc
  42. configure:3476: checking for C compiler version
  43. configure:3485: gcc --version >&5
  44. gcc (GCC) 6.3.0
  45. Copyright (C) 2016 Free Software Foundation, Inc.
  46. This is free software; see the source for copying conditions. There is NO
  47. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  48.  
  49. configure:3496: $? = 0
  50. configure:3485: gcc -v >&5
  51. Using built-in specs.
  52. COLLECT_GCC=gcc
  53. COLLECT_LTO_WRAPPER=/mnt/lfs/tools/bin/../libexec/gcc/x86_64-pc-linux-gnu/6.3.0/lto-wrapper
  54. Target: x86_64-pc-linux-gnu
  55. Configured with: ../configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-bootstrap --disable-libgomp
  56. Thread model: posix
  57. gcc version 6.3.0 (GCC)
  58. configure:3496: $? = 0
  59. configure:3485: gcc -V >&5
  60. gcc: error: unrecognized command line option '-V'
  61. gcc: fatal error: no input files
  62. compilation terminated.
  63. configure:3496: $? = 1
  64. configure:3485: gcc -qversion >&5
  65. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  66. gcc: fatal error: no input files
  67. compilation terminated.
  68. configure:3496: $? = 1
  69. configure:3516: checking whether the C compiler works
  70. configure:3538: gcc conftest.c >&5
  71. configure:3542: $? = 0
  72. configure:3590: result: yes
  73. configure:3593: checking for C compiler default output file name
  74. configure:3595: result: a.out
  75. configure:3601: checking for suffix of executables
  76. configure:3608: gcc -o conftest conftest.c >&5
  77. configure:3612: $? = 0
  78. configure:3634: result:
  79. configure:3656: checking whether we are cross compiling
  80. configure:3664: gcc -o conftest conftest.c >&5
  81. configure:3668: $? = 0
  82. configure:3675: ./conftest
  83. configure:3679: $? = 0
  84. configure:3694: result: no
  85. configure:3699: checking for suffix of object files
  86. configure:3721: gcc -c conftest.c >&5
  87. configure:3725: $? = 0
  88. configure:3746: result: o
  89. configure:3750: checking whether we are using the GNU C compiler
  90. configure:3769: gcc -c conftest.c >&5
  91. configure:3769: $? = 0
  92. configure:3778: result: yes
  93. configure:3787: checking whether gcc accepts -g
  94. configure:3807: gcc -c -g conftest.c >&5
  95. configure:3807: $? = 0
  96. configure:3848: result: yes
  97. configure:3865: checking for gcc option to accept ISO C89
  98. configure:3928: gcc -c -g -O2 conftest.c >&5
  99. configure:3928: $? = 0
  100. configure:3941: result: none needed
  101. configure:3966: checking whether gcc understands -c and -o together
  102. configure:3988: gcc -c conftest.c -o conftest2.o
  103. configure:3991: $? = 0
  104. configure:3988: gcc -c conftest.c -o conftest2.o
  105. configure:3991: $? = 0
  106. configure:4003: result: yes
  107. configure:4026: checking how to run the C preprocessor
  108. configure:4057: gcc -E conftest.c
  109. configure:4057: $? = 0
  110. configure:4071: gcc -E conftest.c
  111. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  112. #include <ac_nonexistent.h>
  113. ^
  114. compilation terminated.
  115. configure:4071: $? = 1
  116. configure: failed program was:
  117. | /* confdefs.h */
  118. | #define PACKAGE_NAME "util-linux"
  119. | #define PACKAGE_TARNAME "util-linux"
  120. | #define PACKAGE_VERSION "2.29.1"
  121. | #define PACKAGE_STRING "util-linux 2.29.1"
  122. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  123. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  124. | /* end confdefs.h. */
  125. | #include <ac_nonexistent.h>
  126. configure:4096: result: gcc -E
  127. configure:4116: gcc -E conftest.c
  128. configure:4116: $? = 0
  129. configure:4130: gcc -E conftest.c
  130. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  131. #include <ac_nonexistent.h>
  132. ^
  133. compilation terminated.
  134. configure:4130: $? = 1
  135. configure: failed program was:
  136. | /* confdefs.h */
  137. | #define PACKAGE_NAME "util-linux"
  138. | #define PACKAGE_TARNAME "util-linux"
  139. | #define PACKAGE_VERSION "2.29.1"
  140. | #define PACKAGE_STRING "util-linux 2.29.1"
  141. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  142. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  143. | /* end confdefs.h. */
  144. | #include <ac_nonexistent.h>
  145. configure:4159: checking for grep that handles long lines and -e
  146. configure:4217: result: /tools/bin/grep
  147. configure:4222: checking for egrep
  148. configure:4284: result: /tools/bin/grep -E
  149. configure:4289: checking for ANSI C header files
  150. configure:4309: gcc -c -g -O2 conftest.c >&5
  151. configure:4309: $? = 0
  152. configure:4382: gcc -o conftest -g -O2 conftest.c >&5
  153. configure:4382: $? = 0
  154. configure:4382: ./conftest
  155. configure:4382: $? = 0
  156. configure:4393: result: yes
  157. configure:4406: checking for sys/types.h
  158. configure:4406: gcc -c -g -O2 conftest.c >&5
  159. configure:4406: $? = 0
  160. configure:4406: result: yes
  161. configure:4406: checking for sys/stat.h
  162. configure:4406: gcc -c -g -O2 conftest.c >&5
  163. configure:4406: $? = 0
  164. configure:4406: result: yes
  165. configure:4406: checking for stdlib.h
  166. configure:4406: gcc -c -g -O2 conftest.c >&5
  167. configure:4406: $? = 0
  168. configure:4406: result: yes
  169. configure:4406: checking for string.h
  170. configure:4406: gcc -c -g -O2 conftest.c >&5
  171. configure:4406: $? = 0
  172. configure:4406: result: yes
  173. configure:4406: checking for memory.h
  174. configure:4406: gcc -c -g -O2 conftest.c >&5
  175. configure:4406: $? = 0
  176. configure:4406: result: yes
  177. configure:4406: checking for strings.h
  178. configure:4406: gcc -c -g -O2 conftest.c >&5
  179. configure:4406: $? = 0
  180. configure:4406: result: yes
  181. configure:4406: checking for inttypes.h
  182. configure:4406: gcc -c -g -O2 conftest.c >&5
  183. configure:4406: $? = 0
  184. configure:4406: result: yes
  185. configure:4406: checking for stdint.h
  186. configure:4406: gcc -c -g -O2 conftest.c >&5
  187. configure:4406: $? = 0
  188. configure:4406: result: yes
  189. configure:4406: checking for unistd.h
  190. configure:4406: gcc -c -g -O2 conftest.c >&5
  191. configure:4406: $? = 0
  192. configure:4406: result: yes
  193. configure:4419: checking minix/config.h usability
  194. configure:4419: gcc -c -g -O2 conftest.c >&5
  195. conftest.c:52:26: fatal error: minix/config.h: No such file or directory
  196. #include <minix/config.h>
  197. ^
  198. compilation terminated.
  199. configure:4419: $? = 1
  200. configure: failed program was:
  201. | /* confdefs.h */
  202. | #define PACKAGE_NAME "util-linux"
  203. | #define PACKAGE_TARNAME "util-linux"
  204. | #define PACKAGE_VERSION "2.29.1"
  205. | #define PACKAGE_STRING "util-linux 2.29.1"
  206. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  207. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  208. | #define STDC_HEADERS 1
  209. | #define HAVE_SYS_TYPES_H 1
  210. | #define HAVE_SYS_STAT_H 1
  211. | #define HAVE_STDLIB_H 1
  212. | #define HAVE_STRING_H 1
  213. | #define HAVE_MEMORY_H 1
  214. | #define HAVE_STRINGS_H 1
  215. | #define HAVE_INTTYPES_H 1
  216. | #define HAVE_STDINT_H 1
  217. | #define HAVE_UNISTD_H 1
  218. | /* end confdefs.h. */
  219. | #include <stdio.h>
  220. | #ifdef HAVE_SYS_TYPES_H
  221. | # include <sys/types.h>
  222. | #endif
  223. | #ifdef HAVE_SYS_STAT_H
  224. | # include <sys/stat.h>
  225. | #endif
  226. | #ifdef STDC_HEADERS
  227. | # include <stdlib.h>
  228. | # include <stddef.h>
  229. | #else
  230. | # ifdef HAVE_STDLIB_H
  231. | # include <stdlib.h>
  232. | # endif
  233. | #endif
  234. | #ifdef HAVE_STRING_H
  235. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  236. | # include <memory.h>
  237. | # endif
  238. | # include <string.h>
  239. | #endif
  240. | #ifdef HAVE_STRINGS_H
  241. | # include <strings.h>
  242. | #endif
  243. | #ifdef HAVE_INTTYPES_H
  244. | # include <inttypes.h>
  245. | #endif
  246. | #ifdef HAVE_STDINT_H
  247. | # include <stdint.h>
  248. | #endif
  249. | #ifdef HAVE_UNISTD_H
  250. | # include <unistd.h>
  251. | #endif
  252. | #include <minix/config.h>
  253. configure:4419: result: no
  254. configure:4419: checking minix/config.h presence
  255. configure:4419: gcc -E conftest.c
  256. conftest.c:19:26: fatal error: minix/config.h: No such file or directory
  257. #include <minix/config.h>
  258. ^
  259. compilation terminated.
  260. configure:4419: $? = 1
  261. configure: failed program was:
  262. | /* confdefs.h */
  263. | #define PACKAGE_NAME "util-linux"
  264. | #define PACKAGE_TARNAME "util-linux"
  265. | #define PACKAGE_VERSION "2.29.1"
  266. | #define PACKAGE_STRING "util-linux 2.29.1"
  267. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  268. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  269. | #define STDC_HEADERS 1
  270. | #define HAVE_SYS_TYPES_H 1
  271. | #define HAVE_SYS_STAT_H 1
  272. | #define HAVE_STDLIB_H 1
  273. | #define HAVE_STRING_H 1
  274. | #define HAVE_MEMORY_H 1
  275. | #define HAVE_STRINGS_H 1
  276. | #define HAVE_INTTYPES_H 1
  277. | #define HAVE_STDINT_H 1
  278. | #define HAVE_UNISTD_H 1
  279. | /* end confdefs.h. */
  280. | #include <minix/config.h>
  281. configure:4419: result: no
  282. configure:4419: checking for minix/config.h
  283. configure:4419: result: no
  284. configure:4440: checking whether it is safe to define __EXTENSIONS__
  285. configure:4458: gcc -c -g -O2 conftest.c >&5
  286. configure:4458: $? = 0
  287. configure:4465: result: yes
  288. configure:4495: checking for a BSD-compatible install
  289. configure:4563: result: /tools/bin/install -c
  290. configure:4574: checking whether build environment is sane
  291. configure:4629: result: yes
  292. configure:4777: checking for a thread-safe mkdir -p
  293. configure:4816: result: /tools/bin/mkdir -p
  294. configure:4823: checking for gawk
  295. configure:4839: found /tools/bin/gawk
  296. configure:4850: result: gawk
  297. configure:4861: checking whether make sets $(MAKE)
  298. configure:4883: result: yes
  299. configure:4913: checking for style of include used by make
  300. configure:4941: result: GNU
  301. configure:4975: checking whether make supports nested variables
  302. configure:4992: result: yes
  303. configure:5071: checking how to create a pax tar archive
  304. configure:5082: tar --version
  305. tar (GNU tar) 1.29
  306. Copyright (C) 2015 Free Software Foundation, Inc.
  307. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  308. This is free software: you are free to change and redistribute it.
  309. There is NO WARRANTY, to the extent permitted by law.
  310.  
  311. Written by John Gilmore and Jay Fenlason.
  312. configure:5085: $? = 0
  313. configure:5125: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
  314. configure:5128: $? = 0
  315. configure:5132: tar -xf - <conftest.tar
  316. configure:5135: $? = 0
  317. configure:5137: cat conftest.dir/file
  318. GrepMe
  319. configure:5140: $? = 0
  320. configure:5153: result: gnutar
  321. configure:5162: checking dependency style of gcc
  322. configure:5273: result: gcc3
  323. configure:5343: checking whether make supports nested variables
  324. configure:5360: result: yes
  325. configure:5480: checking for gcc option to accept ISO C99
  326. configure:5629: gcc -c -g -O2 conftest.c >&5
  327. configure:5629: $? = 0
  328. configure:5642: result: none needed
  329. configure:5750: checking for gcc option to accept ISO Standard C
  330. configure:5761: result: none needed
  331. configure:5772: checking build system type
  332. configure:5786: result: x86_64-unknown-linux-gnu
  333. configure:5806: checking host system type
  334. configure:5819: result: x86_64-unknown-linux-gnu
  335. configure:5839: checking for an ANSI C-conforming const
  336. configure:5905: gcc -c -g -O2 conftest.c >&5
  337. configure:5905: $? = 0
  338. configure:5912: result: yes
  339. configure:5920: checking for working volatile
  340. configure:5939: gcc -c -g -O2 conftest.c >&5
  341. configure:5939: $? = 0
  342. configure:5946: result: yes
  343. configure:5954: checking whether byte ordering is bigendian
  344. configure:5969: gcc -c -g -O2 conftest.c >&5
  345. conftest.c:27:9: error: unknown type name 'not'
  346. not a universal capable compiler
  347. ^~~
  348. conftest.c:27:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  349. not a universal capable compiler
  350. ^~~~~~~~~
  351. conftest.c:27:15: error: unknown type name 'universal'
  352. configure:5969: $? = 1
  353. configure: failed program was:
  354. | /* confdefs.h */
  355. | #define PACKAGE_NAME "util-linux"
  356. | #define PACKAGE_TARNAME "util-linux"
  357. | #define PACKAGE_VERSION "2.29.1"
  358. | #define PACKAGE_STRING "util-linux 2.29.1"
  359. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  360. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  361. | #define STDC_HEADERS 1
  362. | #define HAVE_SYS_TYPES_H 1
  363. | #define HAVE_SYS_STAT_H 1
  364. | #define HAVE_STDLIB_H 1
  365. | #define HAVE_STRING_H 1
  366. | #define HAVE_MEMORY_H 1
  367. | #define HAVE_STRINGS_H 1
  368. | #define HAVE_INTTYPES_H 1
  369. | #define HAVE_STDINT_H 1
  370. | #define HAVE_UNISTD_H 1
  371. | #define __EXTENSIONS__ 1
  372. | #define _ALL_SOURCE 1
  373. | #define _GNU_SOURCE 1
  374. | #define _POSIX_PTHREAD_SEMANTICS 1
  375. | #define _TANDEM_SOURCE 1
  376. | #define PACKAGE "util-linux"
  377. | #define VERSION "2.29.1"
  378. | /* end confdefs.h. */
  379. | #ifndef __APPLE_CC__
  380. | not a universal capable compiler
  381. | #endif
  382. | typedef int dummy;
  383. |
  384. configure:6014: gcc -c -g -O2 conftest.c >&5
  385. configure:6014: $? = 0
  386. configure:6032: gcc -c -g -O2 conftest.c >&5
  387. conftest.c: In function 'main':
  388. conftest.c:33:4: error: unknown type name 'not'
  389. not big endian
  390. ^~~
  391. conftest.c:33:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  392. not big endian
  393. ^~~~~~
  394. configure:6032: $? = 1
  395. configure: failed program was:
  396. | /* confdefs.h */
  397. | #define PACKAGE_NAME "util-linux"
  398. | #define PACKAGE_TARNAME "util-linux"
  399. | #define PACKAGE_VERSION "2.29.1"
  400. | #define PACKAGE_STRING "util-linux 2.29.1"
  401. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  402. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  403. | #define STDC_HEADERS 1
  404. | #define HAVE_SYS_TYPES_H 1
  405. | #define HAVE_SYS_STAT_H 1
  406. | #define HAVE_STDLIB_H 1
  407. | #define HAVE_STRING_H 1
  408. | #define HAVE_MEMORY_H 1
  409. | #define HAVE_STRINGS_H 1
  410. | #define HAVE_INTTYPES_H 1
  411. | #define HAVE_STDINT_H 1
  412. | #define HAVE_UNISTD_H 1
  413. | #define __EXTENSIONS__ 1
  414. | #define _ALL_SOURCE 1
  415. | #define _GNU_SOURCE 1
  416. | #define _POSIX_PTHREAD_SEMANTICS 1
  417. | #define _TANDEM_SOURCE 1
  418. | #define PACKAGE "util-linux"
  419. | #define VERSION "2.29.1"
  420. | /* end confdefs.h. */
  421. | #include <sys/types.h>
  422. | #include <sys/param.h>
  423. |
  424. | int
  425. | main ()
  426. | {
  427. | #if BYTE_ORDER != BIG_ENDIAN
  428. | not big endian
  429. | #endif
  430. |
  431. | ;
  432. | return 0;
  433. | }
  434. configure:6160: result: no
  435. configure:6181: checking whether compiler handles -fno-common
  436. configure:6205: gcc -E -Werror -fno-common conftest.c
  437. configure:6205: $? = 0
  438. configure:6217: result: yes
  439. configure:6225: checking whether compiler handles -Wall
  440. configure:6249: gcc -E -Werror -Wall conftest.c
  441. configure:6249: $? = 0
  442. configure:6261: result: yes
  443. configure:6269: checking whether compiler handles -Werror=sequence-point
  444. configure:6293: gcc -E -Werror -Werror=sequence-point conftest.c
  445. configure:6293: $? = 0
  446. configure:6305: result: yes
  447. configure:6313: checking whether compiler handles -Wextra
  448. configure:6337: gcc -E -Werror -Wextra conftest.c
  449. configure:6337: $? = 0
  450. configure:6349: result: yes
  451. configure:6357: checking whether compiler handles -Wextra-semi
  452. configure:6381: gcc -E -Werror -Wextra-semi conftest.c
  453. gcc: error: unrecognized command line option '-Wextra-semi'; did you mean '-Wextra'?
  454. configure:6381: $? = 1
  455. configure: failed program was:
  456. | /* confdefs.h */
  457. | #define PACKAGE_NAME "util-linux"
  458. | #define PACKAGE_TARNAME "util-linux"
  459. | #define PACKAGE_VERSION "2.29.1"
  460. | #define PACKAGE_STRING "util-linux 2.29.1"
  461. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  462. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  463. | #define STDC_HEADERS 1
  464. | #define HAVE_SYS_TYPES_H 1
  465. | #define HAVE_SYS_STAT_H 1
  466. | #define HAVE_STDLIB_H 1
  467. | #define HAVE_STRING_H 1
  468. | #define HAVE_MEMORY_H 1
  469. | #define HAVE_STRINGS_H 1
  470. | #define HAVE_INTTYPES_H 1
  471. | #define HAVE_STDINT_H 1
  472. | #define HAVE_UNISTD_H 1
  473. | #define __EXTENSIONS__ 1
  474. | #define _ALL_SOURCE 1
  475. | #define _GNU_SOURCE 1
  476. | #define _POSIX_PTHREAD_SEMANTICS 1
  477. | #define _TANDEM_SOURCE 1
  478. | #define PACKAGE "util-linux"
  479. | #define VERSION "2.29.1"
  480. | /* end confdefs.h. */
  481. |
  482. | int
  483. | main ()
  484. | {
  485. |
  486. | ;
  487. | return 0;
  488. | }
  489. configure:6393: result: no
  490. configure:6401: checking whether compiler handles -Wembedded-directive
  491. configure:6425: gcc -E -Werror -Wembedded-directive conftest.c
  492. gcc: error: unrecognized command line option '-Wembedded-directive'
  493. configure:6425: $? = 1
  494. configure: failed program was:
  495. | /* confdefs.h */
  496. | #define PACKAGE_NAME "util-linux"
  497. | #define PACKAGE_TARNAME "util-linux"
  498. | #define PACKAGE_VERSION "2.29.1"
  499. | #define PACKAGE_STRING "util-linux 2.29.1"
  500. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  501. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  502. | #define STDC_HEADERS 1
  503. | #define HAVE_SYS_TYPES_H 1
  504. | #define HAVE_SYS_STAT_H 1
  505. | #define HAVE_STDLIB_H 1
  506. | #define HAVE_STRING_H 1
  507. | #define HAVE_MEMORY_H 1
  508. | #define HAVE_STRINGS_H 1
  509. | #define HAVE_INTTYPES_H 1
  510. | #define HAVE_STDINT_H 1
  511. | #define HAVE_UNISTD_H 1
  512. | #define __EXTENSIONS__ 1
  513. | #define _ALL_SOURCE 1
  514. | #define _GNU_SOURCE 1
  515. | #define _POSIX_PTHREAD_SEMANTICS 1
  516. | #define _TANDEM_SOURCE 1
  517. | #define PACKAGE "util-linux"
  518. | #define VERSION "2.29.1"
  519. | /* end confdefs.h. */
  520. |
  521. | int
  522. | main ()
  523. | {
  524. |
  525. | ;
  526. | return 0;
  527. | }
  528. configure:6437: result: no
  529. configure:6445: checking whether compiler handles -Wmissing-declarations
  530. configure:6469: gcc -E -Werror -Wmissing-declarations conftest.c
  531. configure:6469: $? = 0
  532. configure:6481: result: yes
  533. configure:6489: checking whether compiler handles -Wmissing-parameter-type
  534. configure:6513: gcc -E -Werror -Wmissing-parameter-type conftest.c
  535. configure:6513: $? = 0
  536. configure:6525: result: yes
  537. configure:6533: checking whether compiler handles -Wmissing-prototypes
  538. configure:6557: gcc -E -Werror -Wmissing-prototypes conftest.c
  539. configure:6557: $? = 0
  540. configure:6569: result: yes
  541. configure:6577: checking whether compiler handles -Wno-missing-field-initializers
  542. configure:6601: gcc -E -Werror -Wno-missing-field-initializers conftest.c
  543. configure:6601: $? = 0
  544. configure:6613: result: yes
  545. configure:6621: checking whether compiler handles -Wredundant-decls
  546. configure:6645: gcc -E -Werror -Wredundant-decls conftest.c
  547. configure:6645: $? = 0
  548. configure:6657: result: yes
  549. configure:6665: checking whether compiler handles -Wsign-compare
  550. configure:6689: gcc -E -Werror -Wsign-compare conftest.c
  551. configure:6689: $? = 0
  552. configure:6701: result: yes
  553. configure:6709: checking whether compiler handles -Wtype-limits
  554. configure:6733: gcc -E -Werror -Wtype-limits conftest.c
  555. configure:6733: $? = 0
  556. configure:6745: result: yes
  557. configure:6753: checking whether compiler handles -Wuninitialized
  558. configure:6777: gcc -E -Werror -Wuninitialized conftest.c
  559. configure:6777: $? = 0
  560. configure:6789: result: yes
  561. configure:6797: checking whether compiler handles -Wunused-but-set-parameter
  562. configure:6821: gcc -E -Werror -Wunused-but-set-parameter conftest.c
  563. configure:6821: $? = 0
  564. configure:6833: result: yes
  565. configure:6841: checking whether compiler handles -Wunused-but-set-variable
  566. configure:6865: gcc -E -Werror -Wunused-but-set-variable conftest.c
  567. configure:6865: $? = 0
  568. configure:6877: result: yes
  569. configure:6885: checking whether compiler handles -Wunused-parameter
  570. configure:6909: gcc -E -Werror -Wunused-parameter conftest.c
  571. configure:6909: $? = 0
  572. configure:6921: result: yes
  573. configure:6929: checking whether compiler handles -Wunused-result
  574. configure:6953: gcc -E -Werror -Wunused-result conftest.c
  575. configure:6953: $? = 0
  576. configure:6965: result: yes
  577. configure:6973: checking whether compiler handles -Wunused-variable
  578. configure:6997: gcc -E -Werror -Wunused-variable conftest.c
  579. configure:6997: $? = 0
  580. configure:7009: result: yes
  581. configure:7017: checking whether compiler handles -Wnested-externs
  582. configure:7041: gcc -E -Werror -Wnested-externs conftest.c
  583. configure:7041: $? = 0
  584. configure:7053: result: yes
  585. configure:7061: checking whether compiler handles -Wpointer-arith
  586. configure:7085: gcc -E -Werror -Wpointer-arith conftest.c
  587. configure:7085: $? = 0
  588. configure:7097: result: yes
  589. configure:7105: checking whether compiler handles -Wstrict-prototypes
  590. configure:7129: gcc -E -Werror -Wstrict-prototypes conftest.c
  591. configure:7129: $? = 0
  592. configure:7141: result: yes
  593. configure:7149: checking whether compiler handles -Wformat-security
  594. configure:7173: gcc -E -Werror -Wformat-security conftest.c
  595. cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
  596. cc1: all warnings being treated as errors
  597. configure:7173: $? = 1
  598. configure: failed program was:
  599. | /* confdefs.h */
  600. | #define PACKAGE_NAME "util-linux"
  601. | #define PACKAGE_TARNAME "util-linux"
  602. | #define PACKAGE_VERSION "2.29.1"
  603. | #define PACKAGE_STRING "util-linux 2.29.1"
  604. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  605. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  606. | #define STDC_HEADERS 1
  607. | #define HAVE_SYS_TYPES_H 1
  608. | #define HAVE_SYS_STAT_H 1
  609. | #define HAVE_STDLIB_H 1
  610. | #define HAVE_STRING_H 1
  611. | #define HAVE_MEMORY_H 1
  612. | #define HAVE_STRINGS_H 1
  613. | #define HAVE_INTTYPES_H 1
  614. | #define HAVE_STDINT_H 1
  615. | #define HAVE_UNISTD_H 1
  616. | #define __EXTENSIONS__ 1
  617. | #define _ALL_SOURCE 1
  618. | #define _GNU_SOURCE 1
  619. | #define _POSIX_PTHREAD_SEMANTICS 1
  620. | #define _TANDEM_SOURCE 1
  621. | #define PACKAGE "util-linux"
  622. | #define VERSION "2.29.1"
  623. | /* end confdefs.h. */
  624. |
  625. | int
  626. | main ()
  627. | {
  628. |
  629. | ;
  630. | return 0;
  631. | }
  632. configure:7185: result: no
  633. configure:7193: checking whether compiler handles -Wimplicit-function-declaration
  634. configure:7217: gcc -E -Werror -Wimplicit-function-declaration conftest.c
  635. configure:7217: $? = 0
  636. configure:7229: result: yes
  637. configure:7239: checking whether compiler handles -Wno-clobbered
  638. configure:7263: gcc -E -Werror -Wno-clobbered conftest.c
  639. configure:7263: $? = 0
  640. configure:7275: result: yes
  641. configure:7284: checking whether compiler handles -Wno-unused-parameter
  642. configure:7308: gcc -E -Werror -Wno-unused-parameter conftest.c
  643. configure:7308: $? = 0
  644. configure:7320: result: yes
  645. configure:7374: checking how to print strings
  646. configure:7401: result: printf
  647. configure:7422: checking for a sed that does not truncate output
  648. configure:7486: result: /tools/bin/sed
  649. configure:7504: checking for fgrep
  650. configure:7566: result: /tools/bin/grep -F
  651. configure:7601: checking for ld used by gcc
  652. configure:7668: result: /usr/bin/ld
  653. configure:7675: checking if the linker (/usr/bin/ld) is GNU ld
  654. configure:7690: result: yes
  655. configure:7702: checking for BSD- or MS-compatible name lister (nm)
  656. configure:7756: result: /usr/bin/nm -B
  657. configure:7886: checking the name lister (/usr/bin/nm -B) interface
  658. configure:7893: gcc -c -g -O2 conftest.c >&5
  659. configure:7896: /usr/bin/nm -B "conftest.o"
  660. configure:7899: output
  661. 0000000000000000 B some_variable
  662. configure:7906: result: BSD nm
  663. configure:7909: checking whether ln -s works
  664. configure:7913: result: yes
  665. configure:7921: checking the maximum length of command line arguments
  666. configure:8052: result: 1572864
  667. configure:8100: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  668. configure:8140: result: func_convert_file_noop
  669. configure:8147: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  670. configure:8167: result: func_convert_file_noop
  671. configure:8174: checking for /usr/bin/ld option to reload object files
  672. configure:8181: result: -r
  673. configure:8255: checking for objdump
  674. configure:8271: found /usr/bin/objdump
  675. configure:8282: result: objdump
  676. configure:8314: checking how to recognize dependent libraries
  677. configure:8514: result: pass_all
  678. configure:8599: checking for dlltool
  679. configure:8629: result: no
  680. configure:8659: checking how to associate runtime and link libraries
  681. configure:8686: result: printf %s\n
  682. configure:8746: checking for ar
  683. configure:8762: found /usr/bin/ar
  684. configure:8773: result: ar
  685. configure:8810: checking for archiver @FILE support
  686. configure:8827: gcc -c -g -O2 conftest.c >&5
  687. configure:8827: $? = 0
  688. configure:8830: ar cru libconftest.a @conftest.lst >&5
  689. ar: `u' modifier ignored since `D' is the default (see `U')
  690. configure:8833: $? = 0
  691. configure:8838: ar cru libconftest.a @conftest.lst >&5
  692. ar: `u' modifier ignored since `D' is the default (see `U')
  693. ar: conftest.o: No such file or directory
  694. configure:8841: $? = 1
  695. configure:8853: result: @
  696. configure:8911: checking for strip
  697. configure:8927: found /usr/bin/strip
  698. configure:8938: result: strip
  699. configure:9010: checking for ranlib
  700. configure:9026: found /usr/bin/ranlib
  701. configure:9037: result: ranlib
  702. configure:9139: checking command to parse /usr/bin/nm -B output from gcc object
  703. configure:9292: gcc -c -g -O2 conftest.c >&5
  704. configure:9295: $? = 0
  705. configure:9299: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  706. configure:9302: $? = 0
  707. configure:9368: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  708. configure:9371: $? = 0
  709. configure:9409: result: ok
  710. configure:9456: checking for sysroot
  711. configure:9486: result: no
  712. configure:9493: checking for a working dd
  713. configure:9531: result: /tools/bin/dd
  714. configure:9535: checking how to truncate binary pipes
  715. configure:9550: result: /tools/bin/dd bs=4096 count=1
  716. configure:9686: gcc -c -g -O2 conftest.c >&5
  717. configure:9689: $? = 0
  718. configure:9879: checking for mt
  719. configure:9895: found /bin/mt
  720. configure:9906: result: mt
  721. configure:9929: checking if mt is a manifest tool
  722. configure:9935: mt '-?'
  723. configure:9943: result: no
  724. configure:10617: checking for dlfcn.h
  725. configure:10617: gcc -c -g -O2 conftest.c >&5
  726. configure:10617: $? = 0
  727. configure:10617: result: yes
  728. configure:10873: checking for objdir
  729. configure:10888: result: .libs
  730. configure:11152: checking if gcc supports -fno-rtti -fno-exceptions
  731. configure:11170: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  732. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  733. configure:11174: $? = 0
  734. configure:11187: result: no
  735. configure:11545: checking for gcc option to produce PIC
  736. configure:11552: result: -fPIC -DPIC
  737. configure:11560: checking if gcc PIC flag -fPIC -DPIC works
  738. configure:11578: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  739. configure:11582: $? = 0
  740. configure:11595: result: yes
  741. configure:11624: checking if gcc static flag -static works
  742. configure:11652: result: yes
  743. configure:11667: checking if gcc supports -c -o file.o
  744. configure:11688: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  745. configure:11692: $? = 0
  746. configure:11714: result: yes
  747. configure:11722: checking if gcc supports -c -o file.o
  748. configure:11769: result: yes
  749. configure:11802: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  750. configure:13061: result: yes
  751. configure:13098: checking whether -lc should be explicitly linked in
  752. configure:13106: gcc -c -g -O2 conftest.c >&5
  753. configure:13109: $? = 0
  754. configure:13124: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /tools/bin/grep -lc \>/dev/null 2\>\&1
  755. configure:13127: $? = 0
  756. configure:13141: result: no
  757. configure:13301: checking dynamic linker characteristics
  758. configure:13882: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  759. configure:13882: $? = 0
  760. configure:14122: result: GNU/Linux ld.so
  761. configure:14244: checking how to hardcode library paths into programs
  762. configure:14269: result: immediate
  763. configure:14817: checking whether stripping libraries is possible
  764. configure:14822: result: yes
  765. configure:14857: checking if libtool supports shared libraries
  766. configure:14859: result: yes
  767. configure:14862: checking whether to build shared libraries
  768. configure:14887: result: yes
  769. configure:14890: checking whether to build static libraries
  770. configure:14894: result: yes
  771. configure:14947: checking linker version script flag
  772. configure:14980: gcc -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c >&5
  773. configure:14980: $? = 0
  774. configure:15070: gcc -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c >&5
  775. /usr/bin/ld:conftest.map:3: syntax error in VERSION script
  776. collect2: error: ld returned 1 exit status
  777. configure:15070: $? = 1
  778. configure: failed program was:
  779. | /* confdefs.h */
  780. | #define PACKAGE_NAME "util-linux"
  781. | #define PACKAGE_TARNAME "util-linux"
  782. | #define PACKAGE_VERSION "2.29.1"
  783. | #define PACKAGE_STRING "util-linux 2.29.1"
  784. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  785. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  786. | #define STDC_HEADERS 1
  787. | #define HAVE_SYS_TYPES_H 1
  788. | #define HAVE_SYS_STAT_H 1
  789. | #define HAVE_STDLIB_H 1
  790. | #define HAVE_STRING_H 1
  791. | #define HAVE_MEMORY_H 1
  792. | #define HAVE_STRINGS_H 1
  793. | #define HAVE_INTTYPES_H 1
  794. | #define HAVE_STDINT_H 1
  795. | #define HAVE_UNISTD_H 1
  796. | #define __EXTENSIONS__ 1
  797. | #define _ALL_SOURCE 1
  798. | #define _GNU_SOURCE 1
  799. | #define _POSIX_PTHREAD_SEMANTICS 1
  800. | #define _TANDEM_SOURCE 1
  801. | #define PACKAGE "util-linux"
  802. | #define VERSION "2.29.1"
  803. | #define HAVE_DLFCN_H 1
  804. | #define LT_OBJDIR ".libs/"
  805. | /* end confdefs.h. */
  806. | int show, hide;
  807. | int
  808. | main ()
  809. | {
  810. |
  811. | ;
  812. | return 0;
  813. | }
  814. configure:15088: result: --version-script
  815. configure:15095: checking if version scripts can use complex wildcards
  816. configure:15128: gcc -o conftest -g -O2 -Wl,--version-script,conftest.map conftest.c >&5
  817. configure:15128: $? = 0
  818. configure:15145: result: yes
  819. configure:15349: checking whether to build gtk-doc documentation
  820. configure:15351: result: no
  821. configure:15358: checking for gtkdoc-check
  822. configure:15391: result: no
  823. configure:15419: checking for xsltproc
  824. configure:15452: result: no
  825. configure:15638: checking for special C compiler options needed for large files
  826. configure:15683: result: no
  827. configure:15689: checking for _FILE_OFFSET_BITS value needed for large files
  828. configure:15714: gcc -c -g -O2 conftest.c >&5
  829. configure:15714: $? = 0
  830. configure:15746: result: no
  831. configure:15832: checking whether to enable assertions
  832. configure:15850: result: yes
  833. configure:15856: checking whether NLS is requested
  834. configure:15865: result: yes
  835. configure:15905: checking for msgfmt
  836. configure: trying /tools/bin/msgfmt...
  837. 0 translated messages.
  838. configure:15937: result: /tools/bin/msgfmt
  839. configure:15946: checking for gmsgfmt
  840. configure:15977: result: /tools/bin/msgfmt
  841. configure:16027: checking for xgettext
  842. configure: trying /tools/bin/xgettext...
  843. /tools/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
  844. configure:16059: result: /tools/bin/xgettext
  845. configure:16104: checking for msgmerge
  846. configure: trying /tools/bin/msgmerge...
  847. configure:16135: result: /tools/bin/msgmerge
  848. configure:16193: checking for ld used by gcc
  849. configure:16260: result: /usr/bin/ld -m elf_x86_64
  850. configure:16267: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  851. configure:16282: result: yes
  852. configure:16289: checking for shared library run path origin
  853. configure:16302: result: done
  854. configure:16874: checking for CFPreferencesCopyAppValue
  855. configure:16892: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  856. conftest.c:28:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  857. #include <CoreFoundation/CFPreferences.h>
  858. ^
  859. compilation terminated.
  860. configure:16892: $? = 1
  861. configure: failed program was:
  862. | /* confdefs.h */
  863. | #define PACKAGE_NAME "util-linux"
  864. | #define PACKAGE_TARNAME "util-linux"
  865. | #define PACKAGE_VERSION "2.29.1"
  866. | #define PACKAGE_STRING "util-linux 2.29.1"
  867. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  868. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  869. | #define STDC_HEADERS 1
  870. | #define HAVE_SYS_TYPES_H 1
  871. | #define HAVE_SYS_STAT_H 1
  872. | #define HAVE_STDLIB_H 1
  873. | #define HAVE_STRING_H 1
  874. | #define HAVE_MEMORY_H 1
  875. | #define HAVE_STRINGS_H 1
  876. | #define HAVE_INTTYPES_H 1
  877. | #define HAVE_STDINT_H 1
  878. | #define HAVE_UNISTD_H 1
  879. | #define __EXTENSIONS__ 1
  880. | #define _ALL_SOURCE 1
  881. | #define _GNU_SOURCE 1
  882. | #define _POSIX_PTHREAD_SEMANTICS 1
  883. | #define _TANDEM_SOURCE 1
  884. | #define PACKAGE "util-linux"
  885. | #define VERSION "2.29.1"
  886. | #define HAVE_DLFCN_H 1
  887. | #define LT_OBJDIR ".libs/"
  888. | /* end confdefs.h. */
  889. | #include <CoreFoundation/CFPreferences.h>
  890. | int
  891. | main ()
  892. | {
  893. | CFPreferencesCopyAppValue(NULL, NULL)
  894. | ;
  895. | return 0;
  896. | }
  897. configure:16901: result: no
  898. configure:16908: checking for CFLocaleCopyCurrent
  899. configure:16926: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  900. conftest.c:28:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  901. #include <CoreFoundation/CFLocale.h>
  902. ^
  903. compilation terminated.
  904. configure:16926: $? = 1
  905. configure: failed program was:
  906. | /* confdefs.h */
  907. | #define PACKAGE_NAME "util-linux"
  908. | #define PACKAGE_TARNAME "util-linux"
  909. | #define PACKAGE_VERSION "2.29.1"
  910. | #define PACKAGE_STRING "util-linux 2.29.1"
  911. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  912. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  913. | #define STDC_HEADERS 1
  914. | #define HAVE_SYS_TYPES_H 1
  915. | #define HAVE_SYS_STAT_H 1
  916. | #define HAVE_STDLIB_H 1
  917. | #define HAVE_STRING_H 1
  918. | #define HAVE_MEMORY_H 1
  919. | #define HAVE_STRINGS_H 1
  920. | #define HAVE_INTTYPES_H 1
  921. | #define HAVE_STDINT_H 1
  922. | #define HAVE_UNISTD_H 1
  923. | #define __EXTENSIONS__ 1
  924. | #define _ALL_SOURCE 1
  925. | #define _GNU_SOURCE 1
  926. | #define _POSIX_PTHREAD_SEMANTICS 1
  927. | #define _TANDEM_SOURCE 1
  928. | #define PACKAGE "util-linux"
  929. | #define VERSION "2.29.1"
  930. | #define HAVE_DLFCN_H 1
  931. | #define LT_OBJDIR ".libs/"
  932. | /* end confdefs.h. */
  933. | #include <CoreFoundation/CFLocale.h>
  934. | int
  935. | main ()
  936. | {
  937. | CFLocaleCopyCurrent();
  938. | ;
  939. | return 0;
  940. | }
  941. configure:16935: result: no
  942. configure:16984: checking for GNU gettext in libc
  943. configure:17008: gcc -o conftest -g -O2 conftest.c >&5
  944. configure:17008: $? = 0
  945. configure:17017: result: yes
  946. configure:17845: checking whether to use NLS
  947. configure:17847: result: yes
  948. configure:17850: checking where the gettext function comes from
  949. configure:17861: result: libc
  950. configure:17932: checking for linux/compiler.h
  951. configure:17932: gcc -c -g -O2 conftest.c >&5
  952. conftest.c:37:28: fatal error: linux/compiler.h: No such file or directory
  953. #include <linux/compiler.h>
  954. ^
  955. compilation terminated.
  956. configure:17932: $? = 1
  957. configure: failed program was:
  958. | /* confdefs.h */
  959. | #define PACKAGE_NAME "util-linux"
  960. | #define PACKAGE_TARNAME "util-linux"
  961. | #define PACKAGE_VERSION "2.29.1"
  962. | #define PACKAGE_STRING "util-linux 2.29.1"
  963. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  964. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  965. | #define STDC_HEADERS 1
  966. | #define HAVE_SYS_TYPES_H 1
  967. | #define HAVE_SYS_STAT_H 1
  968. | #define HAVE_STDLIB_H 1
  969. | #define HAVE_STRING_H 1
  970. | #define HAVE_MEMORY_H 1
  971. | #define HAVE_STRINGS_H 1
  972. | #define HAVE_INTTYPES_H 1
  973. | #define HAVE_STDINT_H 1
  974. | #define HAVE_UNISTD_H 1
  975. | #define __EXTENSIONS__ 1
  976. | #define _ALL_SOURCE 1
  977. | #define _GNU_SOURCE 1
  978. | #define _POSIX_PTHREAD_SEMANTICS 1
  979. | #define _TANDEM_SOURCE 1
  980. | #define PACKAGE "util-linux"
  981. | #define VERSION "2.29.1"
  982. | #define HAVE_DLFCN_H 1
  983. | #define LT_OBJDIR ".libs/"
  984. | #define ENABLE_NLS 1
  985. | #define HAVE_GETTEXT 1
  986. | #define HAVE_DCGETTEXT 1
  987. | /* end confdefs.h. */
  988. |
  989. | #ifdef HAVE_LINUX_COMPILER_H
  990. | #include <linux/compiler.h>
  991. | #endif
  992. |
  993. |
  994. | #include <linux/compiler.h>
  995. configure:17932: result: no
  996. configure:17932: checking for linux/blkpg.h
  997. configure:17932: gcc -c -g -O2 conftest.c >&5
  998. configure:17932: $? = 0
  999. configure:17932: result: yes
  1000. configure:17932: checking for linux/major.h
  1001. configure:17932: gcc -c -g -O2 conftest.c >&5
  1002. configure:17932: $? = 0
  1003. configure:17932: result: yes
  1004. configure:18007: checking asm/io.h usability
  1005. configure:18007: gcc -c -g -O2 conftest.c >&5
  1006. conftest.c:66:20: fatal error: asm/io.h: No such file or directory
  1007. #include <asm/io.h>
  1008. ^
  1009. compilation terminated.
  1010. configure:18007: $? = 1
  1011. configure: failed program was:
  1012. | /* confdefs.h */
  1013. | #define PACKAGE_NAME "util-linux"
  1014. | #define PACKAGE_TARNAME "util-linux"
  1015. | #define PACKAGE_VERSION "2.29.1"
  1016. | #define PACKAGE_STRING "util-linux 2.29.1"
  1017. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1018. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  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 PACKAGE "util-linux"
  1035. | #define VERSION "2.29.1"
  1036. | #define HAVE_DLFCN_H 1
  1037. | #define LT_OBJDIR ".libs/"
  1038. | #define ENABLE_NLS 1
  1039. | #define HAVE_GETTEXT 1
  1040. | #define HAVE_DCGETTEXT 1
  1041. | #define HAVE_LINUX_BLKPG_H 1
  1042. | #define HAVE_LINUX_MAJOR_H 1
  1043. | /* end confdefs.h. */
  1044. | #include <stdio.h>
  1045. | #ifdef HAVE_SYS_TYPES_H
  1046. | # include <sys/types.h>
  1047. | #endif
  1048. | #ifdef HAVE_SYS_STAT_H
  1049. | # include <sys/stat.h>
  1050. | #endif
  1051. | #ifdef STDC_HEADERS
  1052. | # include <stdlib.h>
  1053. | # include <stddef.h>
  1054. | #else
  1055. | # ifdef HAVE_STDLIB_H
  1056. | # include <stdlib.h>
  1057. | # endif
  1058. | #endif
  1059. | #ifdef HAVE_STRING_H
  1060. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1061. | # include <memory.h>
  1062. | # endif
  1063. | # include <string.h>
  1064. | #endif
  1065. | #ifdef HAVE_STRINGS_H
  1066. | # include <strings.h>
  1067. | #endif
  1068. | #ifdef HAVE_INTTYPES_H
  1069. | # include <inttypes.h>
  1070. | #endif
  1071. | #ifdef HAVE_STDINT_H
  1072. | # include <stdint.h>
  1073. | #endif
  1074. | #ifdef HAVE_UNISTD_H
  1075. | # include <unistd.h>
  1076. | #endif
  1077. | #include <asm/io.h>
  1078. configure:18007: result: no
  1079. configure:18007: checking asm/io.h presence
  1080. configure:18007: gcc -E conftest.c
  1081. conftest.c:33:20: fatal error: asm/io.h: No such file or directory
  1082. #include <asm/io.h>
  1083. ^
  1084. compilation terminated.
  1085. configure:18007: $? = 1
  1086. configure: failed program was:
  1087. | /* confdefs.h */
  1088. | #define PACKAGE_NAME "util-linux"
  1089. | #define PACKAGE_TARNAME "util-linux"
  1090. | #define PACKAGE_VERSION "2.29.1"
  1091. | #define PACKAGE_STRING "util-linux 2.29.1"
  1092. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1093. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1094. | #define STDC_HEADERS 1
  1095. | #define HAVE_SYS_TYPES_H 1
  1096. | #define HAVE_SYS_STAT_H 1
  1097. | #define HAVE_STDLIB_H 1
  1098. | #define HAVE_STRING_H 1
  1099. | #define HAVE_MEMORY_H 1
  1100. | #define HAVE_STRINGS_H 1
  1101. | #define HAVE_INTTYPES_H 1
  1102. | #define HAVE_STDINT_H 1
  1103. | #define HAVE_UNISTD_H 1
  1104. | #define __EXTENSIONS__ 1
  1105. | #define _ALL_SOURCE 1
  1106. | #define _GNU_SOURCE 1
  1107. | #define _POSIX_PTHREAD_SEMANTICS 1
  1108. | #define _TANDEM_SOURCE 1
  1109. | #define PACKAGE "util-linux"
  1110. | #define VERSION "2.29.1"
  1111. | #define HAVE_DLFCN_H 1
  1112. | #define LT_OBJDIR ".libs/"
  1113. | #define ENABLE_NLS 1
  1114. | #define HAVE_GETTEXT 1
  1115. | #define HAVE_DCGETTEXT 1
  1116. | #define HAVE_LINUX_BLKPG_H 1
  1117. | #define HAVE_LINUX_MAJOR_H 1
  1118. | /* end confdefs.h. */
  1119. | #include <asm/io.h>
  1120. configure:18007: result: no
  1121. configure:18007: checking for asm/io.h
  1122. configure:18007: result: no
  1123. configure:18007: checking err.h usability
  1124. configure:18007: gcc -c -g -O2 conftest.c >&5
  1125. configure:18007: $? = 0
  1126. configure:18007: result: yes
  1127. configure:18007: checking err.h presence
  1128. configure:18007: gcc -E conftest.c
  1129. configure:18007: $? = 0
  1130. configure:18007: result: yes
  1131. configure:18007: checking for err.h
  1132. configure:18007: result: yes
  1133. configure:18007: checking errno.h usability
  1134. configure:18007: gcc -c -g -O2 conftest.c >&5
  1135. configure:18007: $? = 0
  1136. configure:18007: result: yes
  1137. configure:18007: checking errno.h presence
  1138. configure:18007: gcc -E conftest.c
  1139. configure:18007: $? = 0
  1140. configure:18007: result: yes
  1141. configure:18007: checking for errno.h
  1142. configure:18007: result: yes
  1143. configure:18007: checking fcntl.h usability
  1144. configure:18007: gcc -c -g -O2 conftest.c >&5
  1145. configure:18007: $? = 0
  1146. configure:18007: result: yes
  1147. configure:18007: checking fcntl.h presence
  1148. configure:18007: gcc -E conftest.c
  1149. configure:18007: $? = 0
  1150. configure:18007: result: yes
  1151. configure:18007: checking for fcntl.h
  1152. configure:18007: result: yes
  1153. configure:18007: checking getopt.h usability
  1154. configure:18007: gcc -c -g -O2 conftest.c >&5
  1155. configure:18007: $? = 0
  1156. configure:18007: result: yes
  1157. configure:18007: checking getopt.h presence
  1158. configure:18007: gcc -E conftest.c
  1159. configure:18007: $? = 0
  1160. configure:18007: result: yes
  1161. configure:18007: checking for getopt.h
  1162. configure:18007: result: yes
  1163. configure:18007: checking for inttypes.h
  1164. configure:18007: result: yes
  1165. configure:18007: checking linux/btrfs.h usability
  1166. configure:18007: gcc -c -g -O2 conftest.c >&5
  1167. configure:18007: $? = 0
  1168. configure:18007: result: yes
  1169. configure:18007: checking linux/btrfs.h presence
  1170. configure:18007: gcc -E conftest.c
  1171. configure:18007: $? = 0
  1172. configure:18007: result: yes
  1173. configure:18007: checking for linux/btrfs.h
  1174. configure:18007: result: yes
  1175. configure:18007: checking linux/cdrom.h usability
  1176. configure:18007: gcc -c -g -O2 conftest.c >&5
  1177. configure:18007: $? = 0
  1178. configure:18007: result: yes
  1179. configure:18007: checking linux/cdrom.h presence
  1180. configure:18007: gcc -E conftest.c
  1181. configure:18007: $? = 0
  1182. configure:18007: result: yes
  1183. configure:18007: checking for linux/cdrom.h
  1184. configure:18007: result: yes
  1185. configure:18007: checking linux/falloc.h usability
  1186. configure:18007: gcc -c -g -O2 conftest.c >&5
  1187. configure:18007: $? = 0
  1188. configure:18007: result: yes
  1189. configure:18007: checking linux/falloc.h presence
  1190. configure:18007: gcc -E conftest.c
  1191. configure:18007: $? = 0
  1192. configure:18007: result: yes
  1193. configure:18007: checking for linux/falloc.h
  1194. configure:18007: result: yes
  1195. configure:18007: checking linux/watchdog.h usability
  1196. configure:18007: gcc -c -g -O2 conftest.c >&5
  1197. configure:18007: $? = 0
  1198. configure:18007: result: yes
  1199. configure:18007: checking linux/watchdog.h presence
  1200. configure:18007: gcc -E conftest.c
  1201. configure:18007: $? = 0
  1202. configure:18007: result: yes
  1203. configure:18007: checking for linux/watchdog.h
  1204. configure:18007: result: yes
  1205. configure:18007: checking linux/fd.h usability
  1206. configure:18007: gcc -c -g -O2 conftest.c >&5
  1207. configure:18007: $? = 0
  1208. configure:18007: result: yes
  1209. configure:18007: checking linux/fd.h presence
  1210. configure:18007: gcc -E conftest.c
  1211. configure:18007: $? = 0
  1212. configure:18007: result: yes
  1213. configure:18007: checking for linux/fd.h
  1214. configure:18007: result: yes
  1215. configure:18007: checking linux/raw.h usability
  1216. configure:18007: gcc -c -g -O2 conftest.c >&5
  1217. configure:18007: $? = 0
  1218. configure:18007: result: yes
  1219. configure:18007: checking linux/raw.h presence
  1220. configure:18007: gcc -E conftest.c
  1221. configure:18007: $? = 0
  1222. configure:18007: result: yes
  1223. configure:18007: checking for linux/raw.h
  1224. configure:18007: result: yes
  1225. configure:18007: checking linux/tiocl.h usability
  1226. configure:18007: gcc -c -g -O2 conftest.c >&5
  1227. configure:18007: $? = 0
  1228. configure:18007: result: yes
  1229. configure:18007: checking linux/tiocl.h presence
  1230. configure:18007: gcc -E conftest.c
  1231. configure:18007: $? = 0
  1232. configure:18007: result: yes
  1233. configure:18007: checking for linux/tiocl.h
  1234. configure:18007: result: yes
  1235. configure:18007: checking linux/version.h usability
  1236. configure:18007: gcc -c -g -O2 conftest.c >&5
  1237. configure:18007: $? = 0
  1238. configure:18007: result: yes
  1239. configure:18007: checking linux/version.h presence
  1240. configure:18007: gcc -E conftest.c
  1241. configure:18007: $? = 0
  1242. configure:18007: result: yes
  1243. configure:18007: checking for linux/version.h
  1244. configure:18007: result: yes
  1245. configure:18007: checking linux/securebits.h usability
  1246. configure:18007: gcc -c -g -O2 conftest.c >&5
  1247. configure:18007: $? = 0
  1248. configure:18007: result: yes
  1249. configure:18007: checking linux/securebits.h presence
  1250. configure:18007: gcc -E conftest.c
  1251. configure:18007: $? = 0
  1252. configure:18007: result: yes
  1253. configure:18007: checking for linux/securebits.h
  1254. configure:18007: result: yes
  1255. configure:18007: checking locale.h usability
  1256. configure:18007: gcc -c -g -O2 conftest.c >&5
  1257. configure:18007: $? = 0
  1258. configure:18007: result: yes
  1259. configure:18007: checking locale.h presence
  1260. configure:18007: gcc -E conftest.c
  1261. configure:18007: $? = 0
  1262. configure:18007: result: yes
  1263. configure:18007: checking for locale.h
  1264. configure:18007: result: yes
  1265. configure:18007: checking mntent.h usability
  1266. configure:18007: gcc -c -g -O2 conftest.c >&5
  1267. configure:18007: $? = 0
  1268. configure:18007: result: yes
  1269. configure:18007: checking mntent.h presence
  1270. configure:18007: gcc -E conftest.c
  1271. configure:18007: $? = 0
  1272. configure:18007: result: yes
  1273. configure:18007: checking for mntent.h
  1274. configure:18007: result: yes
  1275. configure:18007: checking net/if.h usability
  1276. configure:18007: gcc -c -g -O2 conftest.c >&5
  1277. configure:18007: $? = 0
  1278. configure:18007: result: yes
  1279. configure:18007: checking net/if.h presence
  1280. configure:18007: gcc -E conftest.c
  1281. configure:18007: $? = 0
  1282. configure:18007: result: yes
  1283. configure:18007: checking for net/if.h
  1284. configure:18007: result: yes
  1285. configure:18007: checking net/if_dl.h usability
  1286. configure:18007: gcc -c -g -O2 conftest.c >&5
  1287. conftest.c:83:23: fatal error: net/if_dl.h: No such file or directory
  1288. #include <net/if_dl.h>
  1289. ^
  1290. compilation terminated.
  1291. configure:18007: $? = 1
  1292. configure: failed program was:
  1293. | /* confdefs.h */
  1294. | #define PACKAGE_NAME "util-linux"
  1295. | #define PACKAGE_TARNAME "util-linux"
  1296. | #define PACKAGE_VERSION "2.29.1"
  1297. | #define PACKAGE_STRING "util-linux 2.29.1"
  1298. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1299. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1300. | #define STDC_HEADERS 1
  1301. | #define HAVE_SYS_TYPES_H 1
  1302. | #define HAVE_SYS_STAT_H 1
  1303. | #define HAVE_STDLIB_H 1
  1304. | #define HAVE_STRING_H 1
  1305. | #define HAVE_MEMORY_H 1
  1306. | #define HAVE_STRINGS_H 1
  1307. | #define HAVE_INTTYPES_H 1
  1308. | #define HAVE_STDINT_H 1
  1309. | #define HAVE_UNISTD_H 1
  1310. | #define __EXTENSIONS__ 1
  1311. | #define _ALL_SOURCE 1
  1312. | #define _GNU_SOURCE 1
  1313. | #define _POSIX_PTHREAD_SEMANTICS 1
  1314. | #define _TANDEM_SOURCE 1
  1315. | #define PACKAGE "util-linux"
  1316. | #define VERSION "2.29.1"
  1317. | #define HAVE_DLFCN_H 1
  1318. | #define LT_OBJDIR ".libs/"
  1319. | #define ENABLE_NLS 1
  1320. | #define HAVE_GETTEXT 1
  1321. | #define HAVE_DCGETTEXT 1
  1322. | #define HAVE_LINUX_BLKPG_H 1
  1323. | #define HAVE_LINUX_MAJOR_H 1
  1324. | #define HAVE_ERR_H 1
  1325. | #define HAVE_ERRNO_H 1
  1326. | #define HAVE_FCNTL_H 1
  1327. | #define HAVE_GETOPT_H 1
  1328. | #define HAVE_INTTYPES_H 1
  1329. | #define HAVE_LINUX_BTRFS_H 1
  1330. | #define HAVE_LINUX_CDROM_H 1
  1331. | #define HAVE_LINUX_FALLOC_H 1
  1332. | #define HAVE_LINUX_WATCHDOG_H 1
  1333. | #define HAVE_LINUX_FD_H 1
  1334. | #define HAVE_LINUX_RAW_H 1
  1335. | #define HAVE_LINUX_TIOCL_H 1
  1336. | #define HAVE_LINUX_VERSION_H 1
  1337. | #define HAVE_LINUX_SECUREBITS_H 1
  1338. | #define HAVE_LOCALE_H 1
  1339. | #define HAVE_MNTENT_H 1
  1340. | #define HAVE_NET_IF_H 1
  1341. | /* end confdefs.h. */
  1342. | #include <stdio.h>
  1343. | #ifdef HAVE_SYS_TYPES_H
  1344. | # include <sys/types.h>
  1345. | #endif
  1346. | #ifdef HAVE_SYS_STAT_H
  1347. | # include <sys/stat.h>
  1348. | #endif
  1349. | #ifdef STDC_HEADERS
  1350. | # include <stdlib.h>
  1351. | # include <stddef.h>
  1352. | #else
  1353. | # ifdef HAVE_STDLIB_H
  1354. | # include <stdlib.h>
  1355. | # endif
  1356. | #endif
  1357. | #ifdef HAVE_STRING_H
  1358. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1359. | # include <memory.h>
  1360. | # endif
  1361. | # include <string.h>
  1362. | #endif
  1363. | #ifdef HAVE_STRINGS_H
  1364. | # include <strings.h>
  1365. | #endif
  1366. | #ifdef HAVE_INTTYPES_H
  1367. | # include <inttypes.h>
  1368. | #endif
  1369. | #ifdef HAVE_STDINT_H
  1370. | # include <stdint.h>
  1371. | #endif
  1372. | #ifdef HAVE_UNISTD_H
  1373. | # include <unistd.h>
  1374. | #endif
  1375. | #include <net/if_dl.h>
  1376. configure:18007: result: no
  1377. configure:18007: checking net/if_dl.h presence
  1378. configure:18007: gcc -E conftest.c
  1379. conftest.c:50:23: fatal error: net/if_dl.h: No such file or directory
  1380. #include <net/if_dl.h>
  1381. ^
  1382. compilation terminated.
  1383. configure:18007: $? = 1
  1384. configure: failed program was:
  1385. | /* confdefs.h */
  1386. | #define PACKAGE_NAME "util-linux"
  1387. | #define PACKAGE_TARNAME "util-linux"
  1388. | #define PACKAGE_VERSION "2.29.1"
  1389. | #define PACKAGE_STRING "util-linux 2.29.1"
  1390. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1391. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1392. | #define STDC_HEADERS 1
  1393. | #define HAVE_SYS_TYPES_H 1
  1394. | #define HAVE_SYS_STAT_H 1
  1395. | #define HAVE_STDLIB_H 1
  1396. | #define HAVE_STRING_H 1
  1397. | #define HAVE_MEMORY_H 1
  1398. | #define HAVE_STRINGS_H 1
  1399. | #define HAVE_INTTYPES_H 1
  1400. | #define HAVE_STDINT_H 1
  1401. | #define HAVE_UNISTD_H 1
  1402. | #define __EXTENSIONS__ 1
  1403. | #define _ALL_SOURCE 1
  1404. | #define _GNU_SOURCE 1
  1405. | #define _POSIX_PTHREAD_SEMANTICS 1
  1406. | #define _TANDEM_SOURCE 1
  1407. | #define PACKAGE "util-linux"
  1408. | #define VERSION "2.29.1"
  1409. | #define HAVE_DLFCN_H 1
  1410. | #define LT_OBJDIR ".libs/"
  1411. | #define ENABLE_NLS 1
  1412. | #define HAVE_GETTEXT 1
  1413. | #define HAVE_DCGETTEXT 1
  1414. | #define HAVE_LINUX_BLKPG_H 1
  1415. | #define HAVE_LINUX_MAJOR_H 1
  1416. | #define HAVE_ERR_H 1
  1417. | #define HAVE_ERRNO_H 1
  1418. | #define HAVE_FCNTL_H 1
  1419. | #define HAVE_GETOPT_H 1
  1420. | #define HAVE_INTTYPES_H 1
  1421. | #define HAVE_LINUX_BTRFS_H 1
  1422. | #define HAVE_LINUX_CDROM_H 1
  1423. | #define HAVE_LINUX_FALLOC_H 1
  1424. | #define HAVE_LINUX_WATCHDOG_H 1
  1425. | #define HAVE_LINUX_FD_H 1
  1426. | #define HAVE_LINUX_RAW_H 1
  1427. | #define HAVE_LINUX_TIOCL_H 1
  1428. | #define HAVE_LINUX_VERSION_H 1
  1429. | #define HAVE_LINUX_SECUREBITS_H 1
  1430. | #define HAVE_LOCALE_H 1
  1431. | #define HAVE_MNTENT_H 1
  1432. | #define HAVE_NET_IF_H 1
  1433. | /* end confdefs.h. */
  1434. | #include <net/if_dl.h>
  1435. configure:18007: result: no
  1436. configure:18007: checking for net/if_dl.h
  1437. configure:18007: result: no
  1438. configure:18007: checking netinet/in.h usability
  1439. configure:18007: gcc -c -g -O2 conftest.c >&5
  1440. configure:18007: $? = 0
  1441. configure:18007: result: yes
  1442. configure:18007: checking netinet/in.h presence
  1443. configure:18007: gcc -E conftest.c
  1444. configure:18007: $? = 0
  1445. configure:18007: result: yes
  1446. configure:18007: checking for netinet/in.h
  1447. configure:18007: result: yes
  1448. configure:18007: checking paths.h usability
  1449. configure:18007: gcc -c -g -O2 conftest.c >&5
  1450. configure:18007: $? = 0
  1451. configure:18007: result: yes
  1452. configure:18007: checking paths.h presence
  1453. configure:18007: gcc -E conftest.c
  1454. configure:18007: $? = 0
  1455. configure:18007: result: yes
  1456. configure:18007: checking for paths.h
  1457. configure:18007: result: yes
  1458. configure:18007: checking pty.h usability
  1459. configure:18007: gcc -c -g -O2 conftest.c >&5
  1460. configure:18007: $? = 0
  1461. configure:18007: result: yes
  1462. configure:18007: checking pty.h presence
  1463. configure:18007: gcc -E conftest.c
  1464. configure:18007: $? = 0
  1465. configure:18007: result: yes
  1466. configure:18007: checking for pty.h
  1467. configure:18007: result: yes
  1468. configure:18007: checking security/pam_appl.h usability
  1469. configure:18007: gcc -c -g -O2 conftest.c >&5
  1470. conftest.c:86:31: fatal error: security/pam_appl.h: No such file or directory
  1471. #include <security/pam_appl.h>
  1472. ^
  1473. compilation terminated.
  1474. configure:18007: $? = 1
  1475. configure: failed program was:
  1476. | /* confdefs.h */
  1477. | #define PACKAGE_NAME "util-linux"
  1478. | #define PACKAGE_TARNAME "util-linux"
  1479. | #define PACKAGE_VERSION "2.29.1"
  1480. | #define PACKAGE_STRING "util-linux 2.29.1"
  1481. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1482. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1483. | #define STDC_HEADERS 1
  1484. | #define HAVE_SYS_TYPES_H 1
  1485. | #define HAVE_SYS_STAT_H 1
  1486. | #define HAVE_STDLIB_H 1
  1487. | #define HAVE_STRING_H 1
  1488. | #define HAVE_MEMORY_H 1
  1489. | #define HAVE_STRINGS_H 1
  1490. | #define HAVE_INTTYPES_H 1
  1491. | #define HAVE_STDINT_H 1
  1492. | #define HAVE_UNISTD_H 1
  1493. | #define __EXTENSIONS__ 1
  1494. | #define _ALL_SOURCE 1
  1495. | #define _GNU_SOURCE 1
  1496. | #define _POSIX_PTHREAD_SEMANTICS 1
  1497. | #define _TANDEM_SOURCE 1
  1498. | #define PACKAGE "util-linux"
  1499. | #define VERSION "2.29.1"
  1500. | #define HAVE_DLFCN_H 1
  1501. | #define LT_OBJDIR ".libs/"
  1502. | #define ENABLE_NLS 1
  1503. | #define HAVE_GETTEXT 1
  1504. | #define HAVE_DCGETTEXT 1
  1505. | #define HAVE_LINUX_BLKPG_H 1
  1506. | #define HAVE_LINUX_MAJOR_H 1
  1507. | #define HAVE_ERR_H 1
  1508. | #define HAVE_ERRNO_H 1
  1509. | #define HAVE_FCNTL_H 1
  1510. | #define HAVE_GETOPT_H 1
  1511. | #define HAVE_INTTYPES_H 1
  1512. | #define HAVE_LINUX_BTRFS_H 1
  1513. | #define HAVE_LINUX_CDROM_H 1
  1514. | #define HAVE_LINUX_FALLOC_H 1
  1515. | #define HAVE_LINUX_WATCHDOG_H 1
  1516. | #define HAVE_LINUX_FD_H 1
  1517. | #define HAVE_LINUX_RAW_H 1
  1518. | #define HAVE_LINUX_TIOCL_H 1
  1519. | #define HAVE_LINUX_VERSION_H 1
  1520. | #define HAVE_LINUX_SECUREBITS_H 1
  1521. | #define HAVE_LOCALE_H 1
  1522. | #define HAVE_MNTENT_H 1
  1523. | #define HAVE_NET_IF_H 1
  1524. | #define HAVE_NETINET_IN_H 1
  1525. | #define HAVE_PATHS_H 1
  1526. | #define HAVE_PTY_H 1
  1527. | /* end confdefs.h. */
  1528. | #include <stdio.h>
  1529. | #ifdef HAVE_SYS_TYPES_H
  1530. | # include <sys/types.h>
  1531. | #endif
  1532. | #ifdef HAVE_SYS_STAT_H
  1533. | # include <sys/stat.h>
  1534. | #endif
  1535. | #ifdef STDC_HEADERS
  1536. | # include <stdlib.h>
  1537. | # include <stddef.h>
  1538. | #else
  1539. | # ifdef HAVE_STDLIB_H
  1540. | # include <stdlib.h>
  1541. | # endif
  1542. | #endif
  1543. | #ifdef HAVE_STRING_H
  1544. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1545. | # include <memory.h>
  1546. | # endif
  1547. | # include <string.h>
  1548. | #endif
  1549. | #ifdef HAVE_STRINGS_H
  1550. | # include <strings.h>
  1551. | #endif
  1552. | #ifdef HAVE_INTTYPES_H
  1553. | # include <inttypes.h>
  1554. | #endif
  1555. | #ifdef HAVE_STDINT_H
  1556. | # include <stdint.h>
  1557. | #endif
  1558. | #ifdef HAVE_UNISTD_H
  1559. | # include <unistd.h>
  1560. | #endif
  1561. | #include <security/pam_appl.h>
  1562. configure:18007: result: no
  1563. configure:18007: checking security/pam_appl.h presence
  1564. configure:18007: gcc -E conftest.c
  1565. conftest.c:53:31: fatal error: security/pam_appl.h: No such file or directory
  1566. #include <security/pam_appl.h>
  1567. ^
  1568. compilation terminated.
  1569. configure:18007: $? = 1
  1570. configure: failed program was:
  1571. | /* confdefs.h */
  1572. | #define PACKAGE_NAME "util-linux"
  1573. | #define PACKAGE_TARNAME "util-linux"
  1574. | #define PACKAGE_VERSION "2.29.1"
  1575. | #define PACKAGE_STRING "util-linux 2.29.1"
  1576. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1577. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1578. | #define STDC_HEADERS 1
  1579. | #define HAVE_SYS_TYPES_H 1
  1580. | #define HAVE_SYS_STAT_H 1
  1581. | #define HAVE_STDLIB_H 1
  1582. | #define HAVE_STRING_H 1
  1583. | #define HAVE_MEMORY_H 1
  1584. | #define HAVE_STRINGS_H 1
  1585. | #define HAVE_INTTYPES_H 1
  1586. | #define HAVE_STDINT_H 1
  1587. | #define HAVE_UNISTD_H 1
  1588. | #define __EXTENSIONS__ 1
  1589. | #define _ALL_SOURCE 1
  1590. | #define _GNU_SOURCE 1
  1591. | #define _POSIX_PTHREAD_SEMANTICS 1
  1592. | #define _TANDEM_SOURCE 1
  1593. | #define PACKAGE "util-linux"
  1594. | #define VERSION "2.29.1"
  1595. | #define HAVE_DLFCN_H 1
  1596. | #define LT_OBJDIR ".libs/"
  1597. | #define ENABLE_NLS 1
  1598. | #define HAVE_GETTEXT 1
  1599. | #define HAVE_DCGETTEXT 1
  1600. | #define HAVE_LINUX_BLKPG_H 1
  1601. | #define HAVE_LINUX_MAJOR_H 1
  1602. | #define HAVE_ERR_H 1
  1603. | #define HAVE_ERRNO_H 1
  1604. | #define HAVE_FCNTL_H 1
  1605. | #define HAVE_GETOPT_H 1
  1606. | #define HAVE_INTTYPES_H 1
  1607. | #define HAVE_LINUX_BTRFS_H 1
  1608. | #define HAVE_LINUX_CDROM_H 1
  1609. | #define HAVE_LINUX_FALLOC_H 1
  1610. | #define HAVE_LINUX_WATCHDOG_H 1
  1611. | #define HAVE_LINUX_FD_H 1
  1612. | #define HAVE_LINUX_RAW_H 1
  1613. | #define HAVE_LINUX_TIOCL_H 1
  1614. | #define HAVE_LINUX_VERSION_H 1
  1615. | #define HAVE_LINUX_SECUREBITS_H 1
  1616. | #define HAVE_LOCALE_H 1
  1617. | #define HAVE_MNTENT_H 1
  1618. | #define HAVE_NET_IF_H 1
  1619. | #define HAVE_NETINET_IN_H 1
  1620. | #define HAVE_PATHS_H 1
  1621. | #define HAVE_PTY_H 1
  1622. | /* end confdefs.h. */
  1623. | #include <security/pam_appl.h>
  1624. configure:18007: result: no
  1625. configure:18007: checking for security/pam_appl.h
  1626. configure:18007: result: no
  1627. configure:18007: checking for stdint.h
  1628. configure:18007: result: yes
  1629. configure:18007: checking stdio_ext.h usability
  1630. configure:18007: gcc -c -g -O2 conftest.c >&5
  1631. configure:18007: $? = 0
  1632. configure:18007: result: yes
  1633. configure:18007: checking stdio_ext.h presence
  1634. configure:18007: gcc -E conftest.c
  1635. configure:18007: $? = 0
  1636. configure:18007: result: yes
  1637. configure:18007: checking for stdio_ext.h
  1638. configure:18007: result: yes
  1639. configure:18007: checking for stdlib.h
  1640. configure:18007: result: yes
  1641. configure:18007: checking endian.h usability
  1642. configure:18007: gcc -c -g -O2 conftest.c >&5
  1643. configure:18007: $? = 0
  1644. configure:18007: result: yes
  1645. configure:18007: checking endian.h presence
  1646. configure:18007: gcc -E conftest.c
  1647. configure:18007: $? = 0
  1648. configure:18007: result: yes
  1649. configure:18007: checking for endian.h
  1650. configure:18007: result: yes
  1651. configure:18007: checking byteswap.h usability
  1652. configure:18007: gcc -c -g -O2 conftest.c >&5
  1653. configure:18007: $? = 0
  1654. configure:18007: result: yes
  1655. configure:18007: checking byteswap.h presence
  1656. configure:18007: gcc -E conftest.c
  1657. configure:18007: $? = 0
  1658. configure:18007: result: yes
  1659. configure:18007: checking for byteswap.h
  1660. configure:18007: result: yes
  1661. configure:18007: checking sys/endian.h usability
  1662. configure:18007: gcc -c -g -O2 conftest.c >&5
  1663. conftest.c:91:24: fatal error: sys/endian.h: No such file or directory
  1664. #include <sys/endian.h>
  1665. ^
  1666. compilation terminated.
  1667. configure:18007: $? = 1
  1668. configure: failed program was:
  1669. | /* confdefs.h */
  1670. | #define PACKAGE_NAME "util-linux"
  1671. | #define PACKAGE_TARNAME "util-linux"
  1672. | #define PACKAGE_VERSION "2.29.1"
  1673. | #define PACKAGE_STRING "util-linux 2.29.1"
  1674. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1675. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1676. | #define STDC_HEADERS 1
  1677. | #define HAVE_SYS_TYPES_H 1
  1678. | #define HAVE_SYS_STAT_H 1
  1679. | #define HAVE_STDLIB_H 1
  1680. | #define HAVE_STRING_H 1
  1681. | #define HAVE_MEMORY_H 1
  1682. | #define HAVE_STRINGS_H 1
  1683. | #define HAVE_INTTYPES_H 1
  1684. | #define HAVE_STDINT_H 1
  1685. | #define HAVE_UNISTD_H 1
  1686. | #define __EXTENSIONS__ 1
  1687. | #define _ALL_SOURCE 1
  1688. | #define _GNU_SOURCE 1
  1689. | #define _POSIX_PTHREAD_SEMANTICS 1
  1690. | #define _TANDEM_SOURCE 1
  1691. | #define PACKAGE "util-linux"
  1692. | #define VERSION "2.29.1"
  1693. | #define HAVE_DLFCN_H 1
  1694. | #define LT_OBJDIR ".libs/"
  1695. | #define ENABLE_NLS 1
  1696. | #define HAVE_GETTEXT 1
  1697. | #define HAVE_DCGETTEXT 1
  1698. | #define HAVE_LINUX_BLKPG_H 1
  1699. | #define HAVE_LINUX_MAJOR_H 1
  1700. | #define HAVE_ERR_H 1
  1701. | #define HAVE_ERRNO_H 1
  1702. | #define HAVE_FCNTL_H 1
  1703. | #define HAVE_GETOPT_H 1
  1704. | #define HAVE_INTTYPES_H 1
  1705. | #define HAVE_LINUX_BTRFS_H 1
  1706. | #define HAVE_LINUX_CDROM_H 1
  1707. | #define HAVE_LINUX_FALLOC_H 1
  1708. | #define HAVE_LINUX_WATCHDOG_H 1
  1709. | #define HAVE_LINUX_FD_H 1
  1710. | #define HAVE_LINUX_RAW_H 1
  1711. | #define HAVE_LINUX_TIOCL_H 1
  1712. | #define HAVE_LINUX_VERSION_H 1
  1713. | #define HAVE_LINUX_SECUREBITS_H 1
  1714. | #define HAVE_LOCALE_H 1
  1715. | #define HAVE_MNTENT_H 1
  1716. | #define HAVE_NET_IF_H 1
  1717. | #define HAVE_NETINET_IN_H 1
  1718. | #define HAVE_PATHS_H 1
  1719. | #define HAVE_PTY_H 1
  1720. | #define HAVE_STDINT_H 1
  1721. | #define HAVE_STDIO_EXT_H 1
  1722. | #define HAVE_STDLIB_H 1
  1723. | #define HAVE_ENDIAN_H 1
  1724. | #define HAVE_BYTESWAP_H 1
  1725. | /* end confdefs.h. */
  1726. | #include <stdio.h>
  1727. | #ifdef HAVE_SYS_TYPES_H
  1728. | # include <sys/types.h>
  1729. | #endif
  1730. | #ifdef HAVE_SYS_STAT_H
  1731. | # include <sys/stat.h>
  1732. | #endif
  1733. | #ifdef STDC_HEADERS
  1734. | # include <stdlib.h>
  1735. | # include <stddef.h>
  1736. | #else
  1737. | # ifdef HAVE_STDLIB_H
  1738. | # include <stdlib.h>
  1739. | # endif
  1740. | #endif
  1741. | #ifdef HAVE_STRING_H
  1742. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1743. | # include <memory.h>
  1744. | # endif
  1745. | # include <string.h>
  1746. | #endif
  1747. | #ifdef HAVE_STRINGS_H
  1748. | # include <strings.h>
  1749. | #endif
  1750. | #ifdef HAVE_INTTYPES_H
  1751. | # include <inttypes.h>
  1752. | #endif
  1753. | #ifdef HAVE_STDINT_H
  1754. | # include <stdint.h>
  1755. | #endif
  1756. | #ifdef HAVE_UNISTD_H
  1757. | # include <unistd.h>
  1758. | #endif
  1759. | #include <sys/endian.h>
  1760. configure:18007: result: no
  1761. configure:18007: checking sys/endian.h presence
  1762. configure:18007: gcc -E conftest.c
  1763. conftest.c:58:24: fatal error: sys/endian.h: No such file or directory
  1764. #include <sys/endian.h>
  1765. ^
  1766. compilation terminated.
  1767. configure:18007: $? = 1
  1768. configure: failed program was:
  1769. | /* confdefs.h */
  1770. | #define PACKAGE_NAME "util-linux"
  1771. | #define PACKAGE_TARNAME "util-linux"
  1772. | #define PACKAGE_VERSION "2.29.1"
  1773. | #define PACKAGE_STRING "util-linux 2.29.1"
  1774. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1775. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1776. | #define STDC_HEADERS 1
  1777. | #define HAVE_SYS_TYPES_H 1
  1778. | #define HAVE_SYS_STAT_H 1
  1779. | #define HAVE_STDLIB_H 1
  1780. | #define HAVE_STRING_H 1
  1781. | #define HAVE_MEMORY_H 1
  1782. | #define HAVE_STRINGS_H 1
  1783. | #define HAVE_INTTYPES_H 1
  1784. | #define HAVE_STDINT_H 1
  1785. | #define HAVE_UNISTD_H 1
  1786. | #define __EXTENSIONS__ 1
  1787. | #define _ALL_SOURCE 1
  1788. | #define _GNU_SOURCE 1
  1789. | #define _POSIX_PTHREAD_SEMANTICS 1
  1790. | #define _TANDEM_SOURCE 1
  1791. | #define PACKAGE "util-linux"
  1792. | #define VERSION "2.29.1"
  1793. | #define HAVE_DLFCN_H 1
  1794. | #define LT_OBJDIR ".libs/"
  1795. | #define ENABLE_NLS 1
  1796. | #define HAVE_GETTEXT 1
  1797. | #define HAVE_DCGETTEXT 1
  1798. | #define HAVE_LINUX_BLKPG_H 1
  1799. | #define HAVE_LINUX_MAJOR_H 1
  1800. | #define HAVE_ERR_H 1
  1801. | #define HAVE_ERRNO_H 1
  1802. | #define HAVE_FCNTL_H 1
  1803. | #define HAVE_GETOPT_H 1
  1804. | #define HAVE_INTTYPES_H 1
  1805. | #define HAVE_LINUX_BTRFS_H 1
  1806. | #define HAVE_LINUX_CDROM_H 1
  1807. | #define HAVE_LINUX_FALLOC_H 1
  1808. | #define HAVE_LINUX_WATCHDOG_H 1
  1809. | #define HAVE_LINUX_FD_H 1
  1810. | #define HAVE_LINUX_RAW_H 1
  1811. | #define HAVE_LINUX_TIOCL_H 1
  1812. | #define HAVE_LINUX_VERSION_H 1
  1813. | #define HAVE_LINUX_SECUREBITS_H 1
  1814. | #define HAVE_LOCALE_H 1
  1815. | #define HAVE_MNTENT_H 1
  1816. | #define HAVE_NET_IF_H 1
  1817. | #define HAVE_NETINET_IN_H 1
  1818. | #define HAVE_PATHS_H 1
  1819. | #define HAVE_PTY_H 1
  1820. | #define HAVE_STDINT_H 1
  1821. | #define HAVE_STDIO_EXT_H 1
  1822. | #define HAVE_STDLIB_H 1
  1823. | #define HAVE_ENDIAN_H 1
  1824. | #define HAVE_BYTESWAP_H 1
  1825. | /* end confdefs.h. */
  1826. | #include <sys/endian.h>
  1827. configure:18007: result: no
  1828. configure:18007: checking for sys/endian.h
  1829. configure:18007: result: no
  1830. configure:18007: checking sys/disk.h usability
  1831. configure:18007: gcc -c -g -O2 conftest.c >&5
  1832. conftest.c:91:22: fatal error: sys/disk.h: No such file or directory
  1833. #include <sys/disk.h>
  1834. ^
  1835. compilation terminated.
  1836. configure:18007: $? = 1
  1837. configure: failed program was:
  1838. | /* confdefs.h */
  1839. | #define PACKAGE_NAME "util-linux"
  1840. | #define PACKAGE_TARNAME "util-linux"
  1841. | #define PACKAGE_VERSION "2.29.1"
  1842. | #define PACKAGE_STRING "util-linux 2.29.1"
  1843. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1844. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1845. | #define STDC_HEADERS 1
  1846. | #define HAVE_SYS_TYPES_H 1
  1847. | #define HAVE_SYS_STAT_H 1
  1848. | #define HAVE_STDLIB_H 1
  1849. | #define HAVE_STRING_H 1
  1850. | #define HAVE_MEMORY_H 1
  1851. | #define HAVE_STRINGS_H 1
  1852. | #define HAVE_INTTYPES_H 1
  1853. | #define HAVE_STDINT_H 1
  1854. | #define HAVE_UNISTD_H 1
  1855. | #define __EXTENSIONS__ 1
  1856. | #define _ALL_SOURCE 1
  1857. | #define _GNU_SOURCE 1
  1858. | #define _POSIX_PTHREAD_SEMANTICS 1
  1859. | #define _TANDEM_SOURCE 1
  1860. | #define PACKAGE "util-linux"
  1861. | #define VERSION "2.29.1"
  1862. | #define HAVE_DLFCN_H 1
  1863. | #define LT_OBJDIR ".libs/"
  1864. | #define ENABLE_NLS 1
  1865. | #define HAVE_GETTEXT 1
  1866. | #define HAVE_DCGETTEXT 1
  1867. | #define HAVE_LINUX_BLKPG_H 1
  1868. | #define HAVE_LINUX_MAJOR_H 1
  1869. | #define HAVE_ERR_H 1
  1870. | #define HAVE_ERRNO_H 1
  1871. | #define HAVE_FCNTL_H 1
  1872. | #define HAVE_GETOPT_H 1
  1873. | #define HAVE_INTTYPES_H 1
  1874. | #define HAVE_LINUX_BTRFS_H 1
  1875. | #define HAVE_LINUX_CDROM_H 1
  1876. | #define HAVE_LINUX_FALLOC_H 1
  1877. | #define HAVE_LINUX_WATCHDOG_H 1
  1878. | #define HAVE_LINUX_FD_H 1
  1879. | #define HAVE_LINUX_RAW_H 1
  1880. | #define HAVE_LINUX_TIOCL_H 1
  1881. | #define HAVE_LINUX_VERSION_H 1
  1882. | #define HAVE_LINUX_SECUREBITS_H 1
  1883. | #define HAVE_LOCALE_H 1
  1884. | #define HAVE_MNTENT_H 1
  1885. | #define HAVE_NET_IF_H 1
  1886. | #define HAVE_NETINET_IN_H 1
  1887. | #define HAVE_PATHS_H 1
  1888. | #define HAVE_PTY_H 1
  1889. | #define HAVE_STDINT_H 1
  1890. | #define HAVE_STDIO_EXT_H 1
  1891. | #define HAVE_STDLIB_H 1
  1892. | #define HAVE_ENDIAN_H 1
  1893. | #define HAVE_BYTESWAP_H 1
  1894. | /* end confdefs.h. */
  1895. | #include <stdio.h>
  1896. | #ifdef HAVE_SYS_TYPES_H
  1897. | # include <sys/types.h>
  1898. | #endif
  1899. | #ifdef HAVE_SYS_STAT_H
  1900. | # include <sys/stat.h>
  1901. | #endif
  1902. | #ifdef STDC_HEADERS
  1903. | # include <stdlib.h>
  1904. | # include <stddef.h>
  1905. | #else
  1906. | # ifdef HAVE_STDLIB_H
  1907. | # include <stdlib.h>
  1908. | # endif
  1909. | #endif
  1910. | #ifdef HAVE_STRING_H
  1911. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1912. | # include <memory.h>
  1913. | # endif
  1914. | # include <string.h>
  1915. | #endif
  1916. | #ifdef HAVE_STRINGS_H
  1917. | # include <strings.h>
  1918. | #endif
  1919. | #ifdef HAVE_INTTYPES_H
  1920. | # include <inttypes.h>
  1921. | #endif
  1922. | #ifdef HAVE_STDINT_H
  1923. | # include <stdint.h>
  1924. | #endif
  1925. | #ifdef HAVE_UNISTD_H
  1926. | # include <unistd.h>
  1927. | #endif
  1928. | #include <sys/disk.h>
  1929. configure:18007: result: no
  1930. configure:18007: checking sys/disk.h presence
  1931. configure:18007: gcc -E conftest.c
  1932. conftest.c:58:22: fatal error: sys/disk.h: No such file or directory
  1933. #include <sys/disk.h>
  1934. ^
  1935. compilation terminated.
  1936. configure:18007: $? = 1
  1937. configure: failed program was:
  1938. | /* confdefs.h */
  1939. | #define PACKAGE_NAME "util-linux"
  1940. | #define PACKAGE_TARNAME "util-linux"
  1941. | #define PACKAGE_VERSION "2.29.1"
  1942. | #define PACKAGE_STRING "util-linux 2.29.1"
  1943. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  1944. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  1945. | #define STDC_HEADERS 1
  1946. | #define HAVE_SYS_TYPES_H 1
  1947. | #define HAVE_SYS_STAT_H 1
  1948. | #define HAVE_STDLIB_H 1
  1949. | #define HAVE_STRING_H 1
  1950. | #define HAVE_MEMORY_H 1
  1951. | #define HAVE_STRINGS_H 1
  1952. | #define HAVE_INTTYPES_H 1
  1953. | #define HAVE_STDINT_H 1
  1954. | #define HAVE_UNISTD_H 1
  1955. | #define __EXTENSIONS__ 1
  1956. | #define _ALL_SOURCE 1
  1957. | #define _GNU_SOURCE 1
  1958. | #define _POSIX_PTHREAD_SEMANTICS 1
  1959. | #define _TANDEM_SOURCE 1
  1960. | #define PACKAGE "util-linux"
  1961. | #define VERSION "2.29.1"
  1962. | #define HAVE_DLFCN_H 1
  1963. | #define LT_OBJDIR ".libs/"
  1964. | #define ENABLE_NLS 1
  1965. | #define HAVE_GETTEXT 1
  1966. | #define HAVE_DCGETTEXT 1
  1967. | #define HAVE_LINUX_BLKPG_H 1
  1968. | #define HAVE_LINUX_MAJOR_H 1
  1969. | #define HAVE_ERR_H 1
  1970. | #define HAVE_ERRNO_H 1
  1971. | #define HAVE_FCNTL_H 1
  1972. | #define HAVE_GETOPT_H 1
  1973. | #define HAVE_INTTYPES_H 1
  1974. | #define HAVE_LINUX_BTRFS_H 1
  1975. | #define HAVE_LINUX_CDROM_H 1
  1976. | #define HAVE_LINUX_FALLOC_H 1
  1977. | #define HAVE_LINUX_WATCHDOG_H 1
  1978. | #define HAVE_LINUX_FD_H 1
  1979. | #define HAVE_LINUX_RAW_H 1
  1980. | #define HAVE_LINUX_TIOCL_H 1
  1981. | #define HAVE_LINUX_VERSION_H 1
  1982. | #define HAVE_LINUX_SECUREBITS_H 1
  1983. | #define HAVE_LOCALE_H 1
  1984. | #define HAVE_MNTENT_H 1
  1985. | #define HAVE_NET_IF_H 1
  1986. | #define HAVE_NETINET_IN_H 1
  1987. | #define HAVE_PATHS_H 1
  1988. | #define HAVE_PTY_H 1
  1989. | #define HAVE_STDINT_H 1
  1990. | #define HAVE_STDIO_EXT_H 1
  1991. | #define HAVE_STDLIB_H 1
  1992. | #define HAVE_ENDIAN_H 1
  1993. | #define HAVE_BYTESWAP_H 1
  1994. | /* end confdefs.h. */
  1995. | #include <sys/disk.h>
  1996. configure:18007: result: no
  1997. configure:18007: checking for sys/disk.h
  1998. configure:18007: result: no
  1999. configure:18007: checking sys/disklabel.h usability
  2000. configure:18007: gcc -c -g -O2 conftest.c >&5
  2001. conftest.c:91:27: fatal error: sys/disklabel.h: No such file or directory
  2002. #include <sys/disklabel.h>
  2003. ^
  2004. compilation terminated.
  2005. configure:18007: $? = 1
  2006. configure: failed program was:
  2007. | /* confdefs.h */
  2008. | #define PACKAGE_NAME "util-linux"
  2009. | #define PACKAGE_TARNAME "util-linux"
  2010. | #define PACKAGE_VERSION "2.29.1"
  2011. | #define PACKAGE_STRING "util-linux 2.29.1"
  2012. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2013. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2014. | #define STDC_HEADERS 1
  2015. | #define HAVE_SYS_TYPES_H 1
  2016. | #define HAVE_SYS_STAT_H 1
  2017. | #define HAVE_STDLIB_H 1
  2018. | #define HAVE_STRING_H 1
  2019. | #define HAVE_MEMORY_H 1
  2020. | #define HAVE_STRINGS_H 1
  2021. | #define HAVE_INTTYPES_H 1
  2022. | #define HAVE_STDINT_H 1
  2023. | #define HAVE_UNISTD_H 1
  2024. | #define __EXTENSIONS__ 1
  2025. | #define _ALL_SOURCE 1
  2026. | #define _GNU_SOURCE 1
  2027. | #define _POSIX_PTHREAD_SEMANTICS 1
  2028. | #define _TANDEM_SOURCE 1
  2029. | #define PACKAGE "util-linux"
  2030. | #define VERSION "2.29.1"
  2031. | #define HAVE_DLFCN_H 1
  2032. | #define LT_OBJDIR ".libs/"
  2033. | #define ENABLE_NLS 1
  2034. | #define HAVE_GETTEXT 1
  2035. | #define HAVE_DCGETTEXT 1
  2036. | #define HAVE_LINUX_BLKPG_H 1
  2037. | #define HAVE_LINUX_MAJOR_H 1
  2038. | #define HAVE_ERR_H 1
  2039. | #define HAVE_ERRNO_H 1
  2040. | #define HAVE_FCNTL_H 1
  2041. | #define HAVE_GETOPT_H 1
  2042. | #define HAVE_INTTYPES_H 1
  2043. | #define HAVE_LINUX_BTRFS_H 1
  2044. | #define HAVE_LINUX_CDROM_H 1
  2045. | #define HAVE_LINUX_FALLOC_H 1
  2046. | #define HAVE_LINUX_WATCHDOG_H 1
  2047. | #define HAVE_LINUX_FD_H 1
  2048. | #define HAVE_LINUX_RAW_H 1
  2049. | #define HAVE_LINUX_TIOCL_H 1
  2050. | #define HAVE_LINUX_VERSION_H 1
  2051. | #define HAVE_LINUX_SECUREBITS_H 1
  2052. | #define HAVE_LOCALE_H 1
  2053. | #define HAVE_MNTENT_H 1
  2054. | #define HAVE_NET_IF_H 1
  2055. | #define HAVE_NETINET_IN_H 1
  2056. | #define HAVE_PATHS_H 1
  2057. | #define HAVE_PTY_H 1
  2058. | #define HAVE_STDINT_H 1
  2059. | #define HAVE_STDIO_EXT_H 1
  2060. | #define HAVE_STDLIB_H 1
  2061. | #define HAVE_ENDIAN_H 1
  2062. | #define HAVE_BYTESWAP_H 1
  2063. | /* end confdefs.h. */
  2064. | #include <stdio.h>
  2065. | #ifdef HAVE_SYS_TYPES_H
  2066. | # include <sys/types.h>
  2067. | #endif
  2068. | #ifdef HAVE_SYS_STAT_H
  2069. | # include <sys/stat.h>
  2070. | #endif
  2071. | #ifdef STDC_HEADERS
  2072. | # include <stdlib.h>
  2073. | # include <stddef.h>
  2074. | #else
  2075. | # ifdef HAVE_STDLIB_H
  2076. | # include <stdlib.h>
  2077. | # endif
  2078. | #endif
  2079. | #ifdef HAVE_STRING_H
  2080. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2081. | # include <memory.h>
  2082. | # endif
  2083. | # include <string.h>
  2084. | #endif
  2085. | #ifdef HAVE_STRINGS_H
  2086. | # include <strings.h>
  2087. | #endif
  2088. | #ifdef HAVE_INTTYPES_H
  2089. | # include <inttypes.h>
  2090. | #endif
  2091. | #ifdef HAVE_STDINT_H
  2092. | # include <stdint.h>
  2093. | #endif
  2094. | #ifdef HAVE_UNISTD_H
  2095. | # include <unistd.h>
  2096. | #endif
  2097. | #include <sys/disklabel.h>
  2098. configure:18007: result: no
  2099. configure:18007: checking sys/disklabel.h presence
  2100. configure:18007: gcc -E conftest.c
  2101. conftest.c:58:27: fatal error: sys/disklabel.h: No such file or directory
  2102. #include <sys/disklabel.h>
  2103. ^
  2104. compilation terminated.
  2105. configure:18007: $? = 1
  2106. configure: failed program was:
  2107. | /* confdefs.h */
  2108. | #define PACKAGE_NAME "util-linux"
  2109. | #define PACKAGE_TARNAME "util-linux"
  2110. | #define PACKAGE_VERSION "2.29.1"
  2111. | #define PACKAGE_STRING "util-linux 2.29.1"
  2112. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2113. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2114. | #define STDC_HEADERS 1
  2115. | #define HAVE_SYS_TYPES_H 1
  2116. | #define HAVE_SYS_STAT_H 1
  2117. | #define HAVE_STDLIB_H 1
  2118. | #define HAVE_STRING_H 1
  2119. | #define HAVE_MEMORY_H 1
  2120. | #define HAVE_STRINGS_H 1
  2121. | #define HAVE_INTTYPES_H 1
  2122. | #define HAVE_STDINT_H 1
  2123. | #define HAVE_UNISTD_H 1
  2124. | #define __EXTENSIONS__ 1
  2125. | #define _ALL_SOURCE 1
  2126. | #define _GNU_SOURCE 1
  2127. | #define _POSIX_PTHREAD_SEMANTICS 1
  2128. | #define _TANDEM_SOURCE 1
  2129. | #define PACKAGE "util-linux"
  2130. | #define VERSION "2.29.1"
  2131. | #define HAVE_DLFCN_H 1
  2132. | #define LT_OBJDIR ".libs/"
  2133. | #define ENABLE_NLS 1
  2134. | #define HAVE_GETTEXT 1
  2135. | #define HAVE_DCGETTEXT 1
  2136. | #define HAVE_LINUX_BLKPG_H 1
  2137. | #define HAVE_LINUX_MAJOR_H 1
  2138. | #define HAVE_ERR_H 1
  2139. | #define HAVE_ERRNO_H 1
  2140. | #define HAVE_FCNTL_H 1
  2141. | #define HAVE_GETOPT_H 1
  2142. | #define HAVE_INTTYPES_H 1
  2143. | #define HAVE_LINUX_BTRFS_H 1
  2144. | #define HAVE_LINUX_CDROM_H 1
  2145. | #define HAVE_LINUX_FALLOC_H 1
  2146. | #define HAVE_LINUX_WATCHDOG_H 1
  2147. | #define HAVE_LINUX_FD_H 1
  2148. | #define HAVE_LINUX_RAW_H 1
  2149. | #define HAVE_LINUX_TIOCL_H 1
  2150. | #define HAVE_LINUX_VERSION_H 1
  2151. | #define HAVE_LINUX_SECUREBITS_H 1
  2152. | #define HAVE_LOCALE_H 1
  2153. | #define HAVE_MNTENT_H 1
  2154. | #define HAVE_NET_IF_H 1
  2155. | #define HAVE_NETINET_IN_H 1
  2156. | #define HAVE_PATHS_H 1
  2157. | #define HAVE_PTY_H 1
  2158. | #define HAVE_STDINT_H 1
  2159. | #define HAVE_STDIO_EXT_H 1
  2160. | #define HAVE_STDLIB_H 1
  2161. | #define HAVE_ENDIAN_H 1
  2162. | #define HAVE_BYTESWAP_H 1
  2163. | /* end confdefs.h. */
  2164. | #include <sys/disklabel.h>
  2165. configure:18007: result: no
  2166. configure:18007: checking for sys/disklabel.h
  2167. configure:18007: result: no
  2168. configure:18007: checking sys/file.h usability
  2169. configure:18007: gcc -c -g -O2 conftest.c >&5
  2170. configure:18007: $? = 0
  2171. configure:18007: result: yes
  2172. configure:18007: checking sys/file.h presence
  2173. configure:18007: gcc -E conftest.c
  2174. configure:18007: $? = 0
  2175. configure:18007: result: yes
  2176. configure:18007: checking for sys/file.h
  2177. configure:18007: result: yes
  2178. configure:18007: checking sys/io.h usability
  2179. configure:18007: gcc -c -g -O2 conftest.c >&5
  2180. configure:18007: $? = 0
  2181. configure:18007: result: yes
  2182. configure:18007: checking sys/io.h presence
  2183. configure:18007: gcc -E conftest.c
  2184. configure:18007: $? = 0
  2185. configure:18007: result: yes
  2186. configure:18007: checking for sys/io.h
  2187. configure:18007: result: yes
  2188. configure:18007: checking sys/ioccom.h usability
  2189. configure:18007: gcc -c -g -O2 conftest.c >&5
  2190. conftest.c:93:24: fatal error: sys/ioccom.h: No such file or directory
  2191. #include <sys/ioccom.h>
  2192. ^
  2193. compilation terminated.
  2194. configure:18007: $? = 1
  2195. configure: failed program was:
  2196. | /* confdefs.h */
  2197. | #define PACKAGE_NAME "util-linux"
  2198. | #define PACKAGE_TARNAME "util-linux"
  2199. | #define PACKAGE_VERSION "2.29.1"
  2200. | #define PACKAGE_STRING "util-linux 2.29.1"
  2201. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2202. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2203. | #define STDC_HEADERS 1
  2204. | #define HAVE_SYS_TYPES_H 1
  2205. | #define HAVE_SYS_STAT_H 1
  2206. | #define HAVE_STDLIB_H 1
  2207. | #define HAVE_STRING_H 1
  2208. | #define HAVE_MEMORY_H 1
  2209. | #define HAVE_STRINGS_H 1
  2210. | #define HAVE_INTTYPES_H 1
  2211. | #define HAVE_STDINT_H 1
  2212. | #define HAVE_UNISTD_H 1
  2213. | #define __EXTENSIONS__ 1
  2214. | #define _ALL_SOURCE 1
  2215. | #define _GNU_SOURCE 1
  2216. | #define _POSIX_PTHREAD_SEMANTICS 1
  2217. | #define _TANDEM_SOURCE 1
  2218. | #define PACKAGE "util-linux"
  2219. | #define VERSION "2.29.1"
  2220. | #define HAVE_DLFCN_H 1
  2221. | #define LT_OBJDIR ".libs/"
  2222. | #define ENABLE_NLS 1
  2223. | #define HAVE_GETTEXT 1
  2224. | #define HAVE_DCGETTEXT 1
  2225. | #define HAVE_LINUX_BLKPG_H 1
  2226. | #define HAVE_LINUX_MAJOR_H 1
  2227. | #define HAVE_ERR_H 1
  2228. | #define HAVE_ERRNO_H 1
  2229. | #define HAVE_FCNTL_H 1
  2230. | #define HAVE_GETOPT_H 1
  2231. | #define HAVE_INTTYPES_H 1
  2232. | #define HAVE_LINUX_BTRFS_H 1
  2233. | #define HAVE_LINUX_CDROM_H 1
  2234. | #define HAVE_LINUX_FALLOC_H 1
  2235. | #define HAVE_LINUX_WATCHDOG_H 1
  2236. | #define HAVE_LINUX_FD_H 1
  2237. | #define HAVE_LINUX_RAW_H 1
  2238. | #define HAVE_LINUX_TIOCL_H 1
  2239. | #define HAVE_LINUX_VERSION_H 1
  2240. | #define HAVE_LINUX_SECUREBITS_H 1
  2241. | #define HAVE_LOCALE_H 1
  2242. | #define HAVE_MNTENT_H 1
  2243. | #define HAVE_NET_IF_H 1
  2244. | #define HAVE_NETINET_IN_H 1
  2245. | #define HAVE_PATHS_H 1
  2246. | #define HAVE_PTY_H 1
  2247. | #define HAVE_STDINT_H 1
  2248. | #define HAVE_STDIO_EXT_H 1
  2249. | #define HAVE_STDLIB_H 1
  2250. | #define HAVE_ENDIAN_H 1
  2251. | #define HAVE_BYTESWAP_H 1
  2252. | #define HAVE_SYS_FILE_H 1
  2253. | #define HAVE_SYS_IO_H 1
  2254. | /* end confdefs.h. */
  2255. | #include <stdio.h>
  2256. | #ifdef HAVE_SYS_TYPES_H
  2257. | # include <sys/types.h>
  2258. | #endif
  2259. | #ifdef HAVE_SYS_STAT_H
  2260. | # include <sys/stat.h>
  2261. | #endif
  2262. | #ifdef STDC_HEADERS
  2263. | # include <stdlib.h>
  2264. | # include <stddef.h>
  2265. | #else
  2266. | # ifdef HAVE_STDLIB_H
  2267. | # include <stdlib.h>
  2268. | # endif
  2269. | #endif
  2270. | #ifdef HAVE_STRING_H
  2271. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2272. | # include <memory.h>
  2273. | # endif
  2274. | # include <string.h>
  2275. | #endif
  2276. | #ifdef HAVE_STRINGS_H
  2277. | # include <strings.h>
  2278. | #endif
  2279. | #ifdef HAVE_INTTYPES_H
  2280. | # include <inttypes.h>
  2281. | #endif
  2282. | #ifdef HAVE_STDINT_H
  2283. | # include <stdint.h>
  2284. | #endif
  2285. | #ifdef HAVE_UNISTD_H
  2286. | # include <unistd.h>
  2287. | #endif
  2288. | #include <sys/ioccom.h>
  2289. configure:18007: result: no
  2290. configure:18007: checking sys/ioccom.h presence
  2291. configure:18007: gcc -E conftest.c
  2292. conftest.c:60:24: fatal error: sys/ioccom.h: No such file or directory
  2293. #include <sys/ioccom.h>
  2294. ^
  2295. compilation terminated.
  2296. configure:18007: $? = 1
  2297. configure: failed program was:
  2298. | /* confdefs.h */
  2299. | #define PACKAGE_NAME "util-linux"
  2300. | #define PACKAGE_TARNAME "util-linux"
  2301. | #define PACKAGE_VERSION "2.29.1"
  2302. | #define PACKAGE_STRING "util-linux 2.29.1"
  2303. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2304. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2305. | #define STDC_HEADERS 1
  2306. | #define HAVE_SYS_TYPES_H 1
  2307. | #define HAVE_SYS_STAT_H 1
  2308. | #define HAVE_STDLIB_H 1
  2309. | #define HAVE_STRING_H 1
  2310. | #define HAVE_MEMORY_H 1
  2311. | #define HAVE_STRINGS_H 1
  2312. | #define HAVE_INTTYPES_H 1
  2313. | #define HAVE_STDINT_H 1
  2314. | #define HAVE_UNISTD_H 1
  2315. | #define __EXTENSIONS__ 1
  2316. | #define _ALL_SOURCE 1
  2317. | #define _GNU_SOURCE 1
  2318. | #define _POSIX_PTHREAD_SEMANTICS 1
  2319. | #define _TANDEM_SOURCE 1
  2320. | #define PACKAGE "util-linux"
  2321. | #define VERSION "2.29.1"
  2322. | #define HAVE_DLFCN_H 1
  2323. | #define LT_OBJDIR ".libs/"
  2324. | #define ENABLE_NLS 1
  2325. | #define HAVE_GETTEXT 1
  2326. | #define HAVE_DCGETTEXT 1
  2327. | #define HAVE_LINUX_BLKPG_H 1
  2328. | #define HAVE_LINUX_MAJOR_H 1
  2329. | #define HAVE_ERR_H 1
  2330. | #define HAVE_ERRNO_H 1
  2331. | #define HAVE_FCNTL_H 1
  2332. | #define HAVE_GETOPT_H 1
  2333. | #define HAVE_INTTYPES_H 1
  2334. | #define HAVE_LINUX_BTRFS_H 1
  2335. | #define HAVE_LINUX_CDROM_H 1
  2336. | #define HAVE_LINUX_FALLOC_H 1
  2337. | #define HAVE_LINUX_WATCHDOG_H 1
  2338. | #define HAVE_LINUX_FD_H 1
  2339. | #define HAVE_LINUX_RAW_H 1
  2340. | #define HAVE_LINUX_TIOCL_H 1
  2341. | #define HAVE_LINUX_VERSION_H 1
  2342. | #define HAVE_LINUX_SECUREBITS_H 1
  2343. | #define HAVE_LOCALE_H 1
  2344. | #define HAVE_MNTENT_H 1
  2345. | #define HAVE_NET_IF_H 1
  2346. | #define HAVE_NETINET_IN_H 1
  2347. | #define HAVE_PATHS_H 1
  2348. | #define HAVE_PTY_H 1
  2349. | #define HAVE_STDINT_H 1
  2350. | #define HAVE_STDIO_EXT_H 1
  2351. | #define HAVE_STDLIB_H 1
  2352. | #define HAVE_ENDIAN_H 1
  2353. | #define HAVE_BYTESWAP_H 1
  2354. | #define HAVE_SYS_FILE_H 1
  2355. | #define HAVE_SYS_IO_H 1
  2356. | /* end confdefs.h. */
  2357. | #include <sys/ioccom.h>
  2358. configure:18007: result: no
  2359. configure:18007: checking for sys/ioccom.h
  2360. configure:18007: result: no
  2361. configure:18007: checking sys/ioctl.h usability
  2362. configure:18007: gcc -c -g -O2 conftest.c >&5
  2363. configure:18007: $? = 0
  2364. configure:18007: result: yes
  2365. configure:18007: checking sys/ioctl.h presence
  2366. configure:18007: gcc -E conftest.c
  2367. configure:18007: $? = 0
  2368. configure:18007: result: yes
  2369. configure:18007: checking for sys/ioctl.h
  2370. configure:18007: result: yes
  2371. configure:18007: checking sys/mkdev.h usability
  2372. configure:18007: gcc -c -g -O2 conftest.c >&5
  2373. conftest.c:94:23: fatal error: sys/mkdev.h: No such file or directory
  2374. #include <sys/mkdev.h>
  2375. ^
  2376. compilation terminated.
  2377. configure:18007: $? = 1
  2378. configure: failed program was:
  2379. | /* confdefs.h */
  2380. | #define PACKAGE_NAME "util-linux"
  2381. | #define PACKAGE_TARNAME "util-linux"
  2382. | #define PACKAGE_VERSION "2.29.1"
  2383. | #define PACKAGE_STRING "util-linux 2.29.1"
  2384. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2385. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2386. | #define STDC_HEADERS 1
  2387. | #define HAVE_SYS_TYPES_H 1
  2388. | #define HAVE_SYS_STAT_H 1
  2389. | #define HAVE_STDLIB_H 1
  2390. | #define HAVE_STRING_H 1
  2391. | #define HAVE_MEMORY_H 1
  2392. | #define HAVE_STRINGS_H 1
  2393. | #define HAVE_INTTYPES_H 1
  2394. | #define HAVE_STDINT_H 1
  2395. | #define HAVE_UNISTD_H 1
  2396. | #define __EXTENSIONS__ 1
  2397. | #define _ALL_SOURCE 1
  2398. | #define _GNU_SOURCE 1
  2399. | #define _POSIX_PTHREAD_SEMANTICS 1
  2400. | #define _TANDEM_SOURCE 1
  2401. | #define PACKAGE "util-linux"
  2402. | #define VERSION "2.29.1"
  2403. | #define HAVE_DLFCN_H 1
  2404. | #define LT_OBJDIR ".libs/"
  2405. | #define ENABLE_NLS 1
  2406. | #define HAVE_GETTEXT 1
  2407. | #define HAVE_DCGETTEXT 1
  2408. | #define HAVE_LINUX_BLKPG_H 1
  2409. | #define HAVE_LINUX_MAJOR_H 1
  2410. | #define HAVE_ERR_H 1
  2411. | #define HAVE_ERRNO_H 1
  2412. | #define HAVE_FCNTL_H 1
  2413. | #define HAVE_GETOPT_H 1
  2414. | #define HAVE_INTTYPES_H 1
  2415. | #define HAVE_LINUX_BTRFS_H 1
  2416. | #define HAVE_LINUX_CDROM_H 1
  2417. | #define HAVE_LINUX_FALLOC_H 1
  2418. | #define HAVE_LINUX_WATCHDOG_H 1
  2419. | #define HAVE_LINUX_FD_H 1
  2420. | #define HAVE_LINUX_RAW_H 1
  2421. | #define HAVE_LINUX_TIOCL_H 1
  2422. | #define HAVE_LINUX_VERSION_H 1
  2423. | #define HAVE_LINUX_SECUREBITS_H 1
  2424. | #define HAVE_LOCALE_H 1
  2425. | #define HAVE_MNTENT_H 1
  2426. | #define HAVE_NET_IF_H 1
  2427. | #define HAVE_NETINET_IN_H 1
  2428. | #define HAVE_PATHS_H 1
  2429. | #define HAVE_PTY_H 1
  2430. | #define HAVE_STDINT_H 1
  2431. | #define HAVE_STDIO_EXT_H 1
  2432. | #define HAVE_STDLIB_H 1
  2433. | #define HAVE_ENDIAN_H 1
  2434. | #define HAVE_BYTESWAP_H 1
  2435. | #define HAVE_SYS_FILE_H 1
  2436. | #define HAVE_SYS_IO_H 1
  2437. | #define HAVE_SYS_IOCTL_H 1
  2438. | /* end confdefs.h. */
  2439. | #include <stdio.h>
  2440. | #ifdef HAVE_SYS_TYPES_H
  2441. | # include <sys/types.h>
  2442. | #endif
  2443. | #ifdef HAVE_SYS_STAT_H
  2444. | # include <sys/stat.h>
  2445. | #endif
  2446. | #ifdef STDC_HEADERS
  2447. | # include <stdlib.h>
  2448. | # include <stddef.h>
  2449. | #else
  2450. | # ifdef HAVE_STDLIB_H
  2451. | # include <stdlib.h>
  2452. | # endif
  2453. | #endif
  2454. | #ifdef HAVE_STRING_H
  2455. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2456. | # include <memory.h>
  2457. | # endif
  2458. | # include <string.h>
  2459. | #endif
  2460. | #ifdef HAVE_STRINGS_H
  2461. | # include <strings.h>
  2462. | #endif
  2463. | #ifdef HAVE_INTTYPES_H
  2464. | # include <inttypes.h>
  2465. | #endif
  2466. | #ifdef HAVE_STDINT_H
  2467. | # include <stdint.h>
  2468. | #endif
  2469. | #ifdef HAVE_UNISTD_H
  2470. | # include <unistd.h>
  2471. | #endif
  2472. | #include <sys/mkdev.h>
  2473. configure:18007: result: no
  2474. configure:18007: checking sys/mkdev.h presence
  2475. configure:18007: gcc -E conftest.c
  2476. conftest.c:61:23: fatal error: sys/mkdev.h: No such file or directory
  2477. #include <sys/mkdev.h>
  2478. ^
  2479. compilation terminated.
  2480. configure:18007: $? = 1
  2481. configure: failed program was:
  2482. | /* confdefs.h */
  2483. | #define PACKAGE_NAME "util-linux"
  2484. | #define PACKAGE_TARNAME "util-linux"
  2485. | #define PACKAGE_VERSION "2.29.1"
  2486. | #define PACKAGE_STRING "util-linux 2.29.1"
  2487. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2488. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2489. | #define STDC_HEADERS 1
  2490. | #define HAVE_SYS_TYPES_H 1
  2491. | #define HAVE_SYS_STAT_H 1
  2492. | #define HAVE_STDLIB_H 1
  2493. | #define HAVE_STRING_H 1
  2494. | #define HAVE_MEMORY_H 1
  2495. | #define HAVE_STRINGS_H 1
  2496. | #define HAVE_INTTYPES_H 1
  2497. | #define HAVE_STDINT_H 1
  2498. | #define HAVE_UNISTD_H 1
  2499. | #define __EXTENSIONS__ 1
  2500. | #define _ALL_SOURCE 1
  2501. | #define _GNU_SOURCE 1
  2502. | #define _POSIX_PTHREAD_SEMANTICS 1
  2503. | #define _TANDEM_SOURCE 1
  2504. | #define PACKAGE "util-linux"
  2505. | #define VERSION "2.29.1"
  2506. | #define HAVE_DLFCN_H 1
  2507. | #define LT_OBJDIR ".libs/"
  2508. | #define ENABLE_NLS 1
  2509. | #define HAVE_GETTEXT 1
  2510. | #define HAVE_DCGETTEXT 1
  2511. | #define HAVE_LINUX_BLKPG_H 1
  2512. | #define HAVE_LINUX_MAJOR_H 1
  2513. | #define HAVE_ERR_H 1
  2514. | #define HAVE_ERRNO_H 1
  2515. | #define HAVE_FCNTL_H 1
  2516. | #define HAVE_GETOPT_H 1
  2517. | #define HAVE_INTTYPES_H 1
  2518. | #define HAVE_LINUX_BTRFS_H 1
  2519. | #define HAVE_LINUX_CDROM_H 1
  2520. | #define HAVE_LINUX_FALLOC_H 1
  2521. | #define HAVE_LINUX_WATCHDOG_H 1
  2522. | #define HAVE_LINUX_FD_H 1
  2523. | #define HAVE_LINUX_RAW_H 1
  2524. | #define HAVE_LINUX_TIOCL_H 1
  2525. | #define HAVE_LINUX_VERSION_H 1
  2526. | #define HAVE_LINUX_SECUREBITS_H 1
  2527. | #define HAVE_LOCALE_H 1
  2528. | #define HAVE_MNTENT_H 1
  2529. | #define HAVE_NET_IF_H 1
  2530. | #define HAVE_NETINET_IN_H 1
  2531. | #define HAVE_PATHS_H 1
  2532. | #define HAVE_PTY_H 1
  2533. | #define HAVE_STDINT_H 1
  2534. | #define HAVE_STDIO_EXT_H 1
  2535. | #define HAVE_STDLIB_H 1
  2536. | #define HAVE_ENDIAN_H 1
  2537. | #define HAVE_BYTESWAP_H 1
  2538. | #define HAVE_SYS_FILE_H 1
  2539. | #define HAVE_SYS_IO_H 1
  2540. | #define HAVE_SYS_IOCTL_H 1
  2541. | /* end confdefs.h. */
  2542. | #include <sys/mkdev.h>
  2543. configure:18007: result: no
  2544. configure:18007: checking for sys/mkdev.h
  2545. configure:18007: result: no
  2546. configure:18007: checking sys/mount.h usability
  2547. configure:18007: gcc -c -g -O2 conftest.c >&5
  2548. configure:18007: $? = 0
  2549. configure:18007: result: yes
  2550. configure:18007: checking sys/mount.h presence
  2551. configure:18007: gcc -E conftest.c
  2552. configure:18007: $? = 0
  2553. configure:18007: result: yes
  2554. configure:18007: checking for sys/mount.h
  2555. configure:18007: result: yes
  2556. configure:18007: checking sys/param.h usability
  2557. configure:18007: gcc -c -g -O2 conftest.c >&5
  2558. configure:18007: $? = 0
  2559. configure:18007: result: yes
  2560. configure:18007: checking sys/param.h presence
  2561. configure:18007: gcc -E conftest.c
  2562. configure:18007: $? = 0
  2563. configure:18007: result: yes
  2564. configure:18007: checking for sys/param.h
  2565. configure:18007: result: yes
  2566. configure:18007: checking sys/prctl.h usability
  2567. configure:18007: gcc -c -g -O2 conftest.c >&5
  2568. configure:18007: $? = 0
  2569. configure:18007: result: yes
  2570. configure:18007: checking sys/prctl.h presence
  2571. configure:18007: gcc -E conftest.c
  2572. configure:18007: $? = 0
  2573. configure:18007: result: yes
  2574. configure:18007: checking for sys/prctl.h
  2575. configure:18007: result: yes
  2576. configure:18007: checking sys/resource.h usability
  2577. configure:18007: gcc -c -g -O2 conftest.c >&5
  2578. configure:18007: $? = 0
  2579. configure:18007: result: yes
  2580. configure:18007: checking sys/resource.h presence
  2581. configure:18007: gcc -E conftest.c
  2582. configure:18007: $? = 0
  2583. configure:18007: result: yes
  2584. configure:18007: checking for sys/resource.h
  2585. configure:18007: result: yes
  2586. configure:18007: checking sys/signalfd.h usability
  2587. configure:18007: gcc -c -g -O2 conftest.c >&5
  2588. configure:18007: $? = 0
  2589. configure:18007: result: yes
  2590. configure:18007: checking sys/signalfd.h presence
  2591. configure:18007: gcc -E conftest.c
  2592. configure:18007: $? = 0
  2593. configure:18007: result: yes
  2594. configure:18007: checking for sys/signalfd.h
  2595. configure:18007: result: yes
  2596. configure:18007: checking sys/socket.h usability
  2597. configure:18007: gcc -c -g -O2 conftest.c >&5
  2598. configure:18007: $? = 0
  2599. configure:18007: result: yes
  2600. configure:18007: checking sys/socket.h presence
  2601. configure:18007: gcc -E conftest.c
  2602. configure:18007: $? = 0
  2603. configure:18007: result: yes
  2604. configure:18007: checking for sys/socket.h
  2605. configure:18007: result: yes
  2606. configure:18007: checking sys/sockio.h usability
  2607. configure:18007: gcc -c -g -O2 conftest.c >&5
  2608. conftest.c:100:24: fatal error: sys/sockio.h: No such file or directory
  2609. #include <sys/sockio.h>
  2610. ^
  2611. compilation terminated.
  2612. configure:18007: $? = 1
  2613. configure: failed program was:
  2614. | /* confdefs.h */
  2615. | #define PACKAGE_NAME "util-linux"
  2616. | #define PACKAGE_TARNAME "util-linux"
  2617. | #define PACKAGE_VERSION "2.29.1"
  2618. | #define PACKAGE_STRING "util-linux 2.29.1"
  2619. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2620. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2621. | #define STDC_HEADERS 1
  2622. | #define HAVE_SYS_TYPES_H 1
  2623. | #define HAVE_SYS_STAT_H 1
  2624. | #define HAVE_STDLIB_H 1
  2625. | #define HAVE_STRING_H 1
  2626. | #define HAVE_MEMORY_H 1
  2627. | #define HAVE_STRINGS_H 1
  2628. | #define HAVE_INTTYPES_H 1
  2629. | #define HAVE_STDINT_H 1
  2630. | #define HAVE_UNISTD_H 1
  2631. | #define __EXTENSIONS__ 1
  2632. | #define _ALL_SOURCE 1
  2633. | #define _GNU_SOURCE 1
  2634. | #define _POSIX_PTHREAD_SEMANTICS 1
  2635. | #define _TANDEM_SOURCE 1
  2636. | #define PACKAGE "util-linux"
  2637. | #define VERSION "2.29.1"
  2638. | #define HAVE_DLFCN_H 1
  2639. | #define LT_OBJDIR ".libs/"
  2640. | #define ENABLE_NLS 1
  2641. | #define HAVE_GETTEXT 1
  2642. | #define HAVE_DCGETTEXT 1
  2643. | #define HAVE_LINUX_BLKPG_H 1
  2644. | #define HAVE_LINUX_MAJOR_H 1
  2645. | #define HAVE_ERR_H 1
  2646. | #define HAVE_ERRNO_H 1
  2647. | #define HAVE_FCNTL_H 1
  2648. | #define HAVE_GETOPT_H 1
  2649. | #define HAVE_INTTYPES_H 1
  2650. | #define HAVE_LINUX_BTRFS_H 1
  2651. | #define HAVE_LINUX_CDROM_H 1
  2652. | #define HAVE_LINUX_FALLOC_H 1
  2653. | #define HAVE_LINUX_WATCHDOG_H 1
  2654. | #define HAVE_LINUX_FD_H 1
  2655. | #define HAVE_LINUX_RAW_H 1
  2656. | #define HAVE_LINUX_TIOCL_H 1
  2657. | #define HAVE_LINUX_VERSION_H 1
  2658. | #define HAVE_LINUX_SECUREBITS_H 1
  2659. | #define HAVE_LOCALE_H 1
  2660. | #define HAVE_MNTENT_H 1
  2661. | #define HAVE_NET_IF_H 1
  2662. | #define HAVE_NETINET_IN_H 1
  2663. | #define HAVE_PATHS_H 1
  2664. | #define HAVE_PTY_H 1
  2665. | #define HAVE_STDINT_H 1
  2666. | #define HAVE_STDIO_EXT_H 1
  2667. | #define HAVE_STDLIB_H 1
  2668. | #define HAVE_ENDIAN_H 1
  2669. | #define HAVE_BYTESWAP_H 1
  2670. | #define HAVE_SYS_FILE_H 1
  2671. | #define HAVE_SYS_IO_H 1
  2672. | #define HAVE_SYS_IOCTL_H 1
  2673. | #define HAVE_SYS_MOUNT_H 1
  2674. | #define HAVE_SYS_PARAM_H 1
  2675. | #define HAVE_SYS_PRCTL_H 1
  2676. | #define HAVE_SYS_RESOURCE_H 1
  2677. | #define HAVE_SYS_SIGNALFD_H 1
  2678. | #define HAVE_SYS_SOCKET_H 1
  2679. | /* end confdefs.h. */
  2680. | #include <stdio.h>
  2681. | #ifdef HAVE_SYS_TYPES_H
  2682. | # include <sys/types.h>
  2683. | #endif
  2684. | #ifdef HAVE_SYS_STAT_H
  2685. | # include <sys/stat.h>
  2686. | #endif
  2687. | #ifdef STDC_HEADERS
  2688. | # include <stdlib.h>
  2689. | # include <stddef.h>
  2690. | #else
  2691. | # ifdef HAVE_STDLIB_H
  2692. | # include <stdlib.h>
  2693. | # endif
  2694. | #endif
  2695. | #ifdef HAVE_STRING_H
  2696. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2697. | # include <memory.h>
  2698. | # endif
  2699. | # include <string.h>
  2700. | #endif
  2701. | #ifdef HAVE_STRINGS_H
  2702. | # include <strings.h>
  2703. | #endif
  2704. | #ifdef HAVE_INTTYPES_H
  2705. | # include <inttypes.h>
  2706. | #endif
  2707. | #ifdef HAVE_STDINT_H
  2708. | # include <stdint.h>
  2709. | #endif
  2710. | #ifdef HAVE_UNISTD_H
  2711. | # include <unistd.h>
  2712. | #endif
  2713. | #include <sys/sockio.h>
  2714. configure:18007: result: no
  2715. configure:18007: checking sys/sockio.h presence
  2716. configure:18007: gcc -E conftest.c
  2717. conftest.c:67:24: fatal error: sys/sockio.h: No such file or directory
  2718. #include <sys/sockio.h>
  2719. ^
  2720. compilation terminated.
  2721. configure:18007: $? = 1
  2722. configure: failed program was:
  2723. | /* confdefs.h */
  2724. | #define PACKAGE_NAME "util-linux"
  2725. | #define PACKAGE_TARNAME "util-linux"
  2726. | #define PACKAGE_VERSION "2.29.1"
  2727. | #define PACKAGE_STRING "util-linux 2.29.1"
  2728. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2729. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2730. | #define STDC_HEADERS 1
  2731. | #define HAVE_SYS_TYPES_H 1
  2732. | #define HAVE_SYS_STAT_H 1
  2733. | #define HAVE_STDLIB_H 1
  2734. | #define HAVE_STRING_H 1
  2735. | #define HAVE_MEMORY_H 1
  2736. | #define HAVE_STRINGS_H 1
  2737. | #define HAVE_INTTYPES_H 1
  2738. | #define HAVE_STDINT_H 1
  2739. | #define HAVE_UNISTD_H 1
  2740. | #define __EXTENSIONS__ 1
  2741. | #define _ALL_SOURCE 1
  2742. | #define _GNU_SOURCE 1
  2743. | #define _POSIX_PTHREAD_SEMANTICS 1
  2744. | #define _TANDEM_SOURCE 1
  2745. | #define PACKAGE "util-linux"
  2746. | #define VERSION "2.29.1"
  2747. | #define HAVE_DLFCN_H 1
  2748. | #define LT_OBJDIR ".libs/"
  2749. | #define ENABLE_NLS 1
  2750. | #define HAVE_GETTEXT 1
  2751. | #define HAVE_DCGETTEXT 1
  2752. | #define HAVE_LINUX_BLKPG_H 1
  2753. | #define HAVE_LINUX_MAJOR_H 1
  2754. | #define HAVE_ERR_H 1
  2755. | #define HAVE_ERRNO_H 1
  2756. | #define HAVE_FCNTL_H 1
  2757. | #define HAVE_GETOPT_H 1
  2758. | #define HAVE_INTTYPES_H 1
  2759. | #define HAVE_LINUX_BTRFS_H 1
  2760. | #define HAVE_LINUX_CDROM_H 1
  2761. | #define HAVE_LINUX_FALLOC_H 1
  2762. | #define HAVE_LINUX_WATCHDOG_H 1
  2763. | #define HAVE_LINUX_FD_H 1
  2764. | #define HAVE_LINUX_RAW_H 1
  2765. | #define HAVE_LINUX_TIOCL_H 1
  2766. | #define HAVE_LINUX_VERSION_H 1
  2767. | #define HAVE_LINUX_SECUREBITS_H 1
  2768. | #define HAVE_LOCALE_H 1
  2769. | #define HAVE_MNTENT_H 1
  2770. | #define HAVE_NET_IF_H 1
  2771. | #define HAVE_NETINET_IN_H 1
  2772. | #define HAVE_PATHS_H 1
  2773. | #define HAVE_PTY_H 1
  2774. | #define HAVE_STDINT_H 1
  2775. | #define HAVE_STDIO_EXT_H 1
  2776. | #define HAVE_STDLIB_H 1
  2777. | #define HAVE_ENDIAN_H 1
  2778. | #define HAVE_BYTESWAP_H 1
  2779. | #define HAVE_SYS_FILE_H 1
  2780. | #define HAVE_SYS_IO_H 1
  2781. | #define HAVE_SYS_IOCTL_H 1
  2782. | #define HAVE_SYS_MOUNT_H 1
  2783. | #define HAVE_SYS_PARAM_H 1
  2784. | #define HAVE_SYS_PRCTL_H 1
  2785. | #define HAVE_SYS_RESOURCE_H 1
  2786. | #define HAVE_SYS_SIGNALFD_H 1
  2787. | #define HAVE_SYS_SOCKET_H 1
  2788. | /* end confdefs.h. */
  2789. | #include <sys/sockio.h>
  2790. configure:18007: result: no
  2791. configure:18007: checking for sys/sockio.h
  2792. configure:18007: result: no
  2793. configure:18007: checking for sys/stat.h
  2794. configure:18007: result: yes
  2795. configure:18007: checking sys/sysmacros.h usability
  2796. configure:18007: gcc -c -g -O2 conftest.c >&5
  2797. configure:18007: $? = 0
  2798. configure:18007: result: yes
  2799. configure:18007: checking sys/sysmacros.h presence
  2800. configure:18007: gcc -E conftest.c
  2801. configure:18007: $? = 0
  2802. configure:18007: result: yes
  2803. configure:18007: checking for sys/sysmacros.h
  2804. configure:18007: result: yes
  2805. configure:18007: checking sys/swap.h usability
  2806. configure:18007: gcc -c -g -O2 conftest.c >&5
  2807. configure:18007: $? = 0
  2808. configure:18007: result: yes
  2809. configure:18007: checking sys/swap.h presence
  2810. configure:18007: gcc -E conftest.c
  2811. configure:18007: $? = 0
  2812. configure:18007: result: yes
  2813. configure:18007: checking for sys/swap.h
  2814. configure:18007: result: yes
  2815. configure:18007: checking sys/syscall.h usability
  2816. configure:18007: gcc -c -g -O2 conftest.c >&5
  2817. configure:18007: $? = 0
  2818. configure:18007: result: yes
  2819. configure:18007: checking sys/syscall.h presence
  2820. configure:18007: gcc -E conftest.c
  2821. configure:18007: $? = 0
  2822. configure:18007: result: yes
  2823. configure:18007: checking for sys/syscall.h
  2824. configure:18007: result: yes
  2825. configure:18007: checking sys/time.h usability
  2826. configure:18007: gcc -c -g -O2 conftest.c >&5
  2827. configure:18007: $? = 0
  2828. configure:18007: result: yes
  2829. configure:18007: checking sys/time.h presence
  2830. configure:18007: gcc -E conftest.c
  2831. configure:18007: $? = 0
  2832. configure:18007: result: yes
  2833. configure:18007: checking for sys/time.h
  2834. configure:18007: result: yes
  2835. configure:18007: checking sys/timex.h usability
  2836. configure:18007: gcc -c -g -O2 conftest.c >&5
  2837. configure:18007: $? = 0
  2838. configure:18007: result: yes
  2839. configure:18007: checking sys/timex.h presence
  2840. configure:18007: gcc -E conftest.c
  2841. configure:18007: $? = 0
  2842. configure:18007: result: yes
  2843. configure:18007: checking for sys/timex.h
  2844. configure:18007: result: yes
  2845. configure:18007: checking sys/ttydefaults.h usability
  2846. configure:18007: gcc -c -g -O2 conftest.c >&5
  2847. configure:18007: $? = 0
  2848. configure:18007: result: yes
  2849. configure:18007: checking sys/ttydefaults.h presence
  2850. configure:18007: gcc -E conftest.c
  2851. configure:18007: $? = 0
  2852. configure:18007: result: yes
  2853. configure:18007: checking for sys/ttydefaults.h
  2854. configure:18007: result: yes
  2855. configure:18007: checking for sys/types.h
  2856. configure:18007: result: yes
  2857. configure:18007: checking sys/ucred.h usability
  2858. configure:18007: gcc -c -g -O2 conftest.c >&5
  2859. conftest.c:108:23: fatal error: sys/ucred.h: No such file or directory
  2860. #include <sys/ucred.h>
  2861. ^
  2862. compilation terminated.
  2863. configure:18007: $? = 1
  2864. configure: failed program was:
  2865. | /* confdefs.h */
  2866. | #define PACKAGE_NAME "util-linux"
  2867. | #define PACKAGE_TARNAME "util-linux"
  2868. | #define PACKAGE_VERSION "2.29.1"
  2869. | #define PACKAGE_STRING "util-linux 2.29.1"
  2870. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2871. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2872. | #define STDC_HEADERS 1
  2873. | #define HAVE_SYS_TYPES_H 1
  2874. | #define HAVE_SYS_STAT_H 1
  2875. | #define HAVE_STDLIB_H 1
  2876. | #define HAVE_STRING_H 1
  2877. | #define HAVE_MEMORY_H 1
  2878. | #define HAVE_STRINGS_H 1
  2879. | #define HAVE_INTTYPES_H 1
  2880. | #define HAVE_STDINT_H 1
  2881. | #define HAVE_UNISTD_H 1
  2882. | #define __EXTENSIONS__ 1
  2883. | #define _ALL_SOURCE 1
  2884. | #define _GNU_SOURCE 1
  2885. | #define _POSIX_PTHREAD_SEMANTICS 1
  2886. | #define _TANDEM_SOURCE 1
  2887. | #define PACKAGE "util-linux"
  2888. | #define VERSION "2.29.1"
  2889. | #define HAVE_DLFCN_H 1
  2890. | #define LT_OBJDIR ".libs/"
  2891. | #define ENABLE_NLS 1
  2892. | #define HAVE_GETTEXT 1
  2893. | #define HAVE_DCGETTEXT 1
  2894. | #define HAVE_LINUX_BLKPG_H 1
  2895. | #define HAVE_LINUX_MAJOR_H 1
  2896. | #define HAVE_ERR_H 1
  2897. | #define HAVE_ERRNO_H 1
  2898. | #define HAVE_FCNTL_H 1
  2899. | #define HAVE_GETOPT_H 1
  2900. | #define HAVE_INTTYPES_H 1
  2901. | #define HAVE_LINUX_BTRFS_H 1
  2902. | #define HAVE_LINUX_CDROM_H 1
  2903. | #define HAVE_LINUX_FALLOC_H 1
  2904. | #define HAVE_LINUX_WATCHDOG_H 1
  2905. | #define HAVE_LINUX_FD_H 1
  2906. | #define HAVE_LINUX_RAW_H 1
  2907. | #define HAVE_LINUX_TIOCL_H 1
  2908. | #define HAVE_LINUX_VERSION_H 1
  2909. | #define HAVE_LINUX_SECUREBITS_H 1
  2910. | #define HAVE_LOCALE_H 1
  2911. | #define HAVE_MNTENT_H 1
  2912. | #define HAVE_NET_IF_H 1
  2913. | #define HAVE_NETINET_IN_H 1
  2914. | #define HAVE_PATHS_H 1
  2915. | #define HAVE_PTY_H 1
  2916. | #define HAVE_STDINT_H 1
  2917. | #define HAVE_STDIO_EXT_H 1
  2918. | #define HAVE_STDLIB_H 1
  2919. | #define HAVE_ENDIAN_H 1
  2920. | #define HAVE_BYTESWAP_H 1
  2921. | #define HAVE_SYS_FILE_H 1
  2922. | #define HAVE_SYS_IO_H 1
  2923. | #define HAVE_SYS_IOCTL_H 1
  2924. | #define HAVE_SYS_MOUNT_H 1
  2925. | #define HAVE_SYS_PARAM_H 1
  2926. | #define HAVE_SYS_PRCTL_H 1
  2927. | #define HAVE_SYS_RESOURCE_H 1
  2928. | #define HAVE_SYS_SIGNALFD_H 1
  2929. | #define HAVE_SYS_SOCKET_H 1
  2930. | #define HAVE_SYS_STAT_H 1
  2931. | #define HAVE_SYS_SYSMACROS_H 1
  2932. | #define HAVE_SYS_SWAP_H 1
  2933. | #define HAVE_SYS_SYSCALL_H 1
  2934. | #define HAVE_SYS_TIME_H 1
  2935. | #define HAVE_SYS_TIMEX_H 1
  2936. | #define HAVE_SYS_TTYDEFAULTS_H 1
  2937. | #define HAVE_SYS_TYPES_H 1
  2938. | /* end confdefs.h. */
  2939. | #include <stdio.h>
  2940. | #ifdef HAVE_SYS_TYPES_H
  2941. | # include <sys/types.h>
  2942. | #endif
  2943. | #ifdef HAVE_SYS_STAT_H
  2944. | # include <sys/stat.h>
  2945. | #endif
  2946. | #ifdef STDC_HEADERS
  2947. | # include <stdlib.h>
  2948. | # include <stddef.h>
  2949. | #else
  2950. | # ifdef HAVE_STDLIB_H
  2951. | # include <stdlib.h>
  2952. | # endif
  2953. | #endif
  2954. | #ifdef HAVE_STRING_H
  2955. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2956. | # include <memory.h>
  2957. | # endif
  2958. | # include <string.h>
  2959. | #endif
  2960. | #ifdef HAVE_STRINGS_H
  2961. | # include <strings.h>
  2962. | #endif
  2963. | #ifdef HAVE_INTTYPES_H
  2964. | # include <inttypes.h>
  2965. | #endif
  2966. | #ifdef HAVE_STDINT_H
  2967. | # include <stdint.h>
  2968. | #endif
  2969. | #ifdef HAVE_UNISTD_H
  2970. | # include <unistd.h>
  2971. | #endif
  2972. | #include <sys/ucred.h>
  2973. configure:18007: result: no
  2974. configure:18007: checking sys/ucred.h presence
  2975. configure:18007: gcc -E conftest.c
  2976. conftest.c:75:23: fatal error: sys/ucred.h: No such file or directory
  2977. #include <sys/ucred.h>
  2978. ^
  2979. compilation terminated.
  2980. configure:18007: $? = 1
  2981. configure: failed program was:
  2982. | /* confdefs.h */
  2983. | #define PACKAGE_NAME "util-linux"
  2984. | #define PACKAGE_TARNAME "util-linux"
  2985. | #define PACKAGE_VERSION "2.29.1"
  2986. | #define PACKAGE_STRING "util-linux 2.29.1"
  2987. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  2988. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  2989. | #define STDC_HEADERS 1
  2990. | #define HAVE_SYS_TYPES_H 1
  2991. | #define HAVE_SYS_STAT_H 1
  2992. | #define HAVE_STDLIB_H 1
  2993. | #define HAVE_STRING_H 1
  2994. | #define HAVE_MEMORY_H 1
  2995. | #define HAVE_STRINGS_H 1
  2996. | #define HAVE_INTTYPES_H 1
  2997. | #define HAVE_STDINT_H 1
  2998. | #define HAVE_UNISTD_H 1
  2999. | #define __EXTENSIONS__ 1
  3000. | #define _ALL_SOURCE 1
  3001. | #define _GNU_SOURCE 1
  3002. | #define _POSIX_PTHREAD_SEMANTICS 1
  3003. | #define _TANDEM_SOURCE 1
  3004. | #define PACKAGE "util-linux"
  3005. | #define VERSION "2.29.1"
  3006. | #define HAVE_DLFCN_H 1
  3007. | #define LT_OBJDIR ".libs/"
  3008. | #define ENABLE_NLS 1
  3009. | #define HAVE_GETTEXT 1
  3010. | #define HAVE_DCGETTEXT 1
  3011. | #define HAVE_LINUX_BLKPG_H 1
  3012. | #define HAVE_LINUX_MAJOR_H 1
  3013. | #define HAVE_ERR_H 1
  3014. | #define HAVE_ERRNO_H 1
  3015. | #define HAVE_FCNTL_H 1
  3016. | #define HAVE_GETOPT_H 1
  3017. | #define HAVE_INTTYPES_H 1
  3018. | #define HAVE_LINUX_BTRFS_H 1
  3019. | #define HAVE_LINUX_CDROM_H 1
  3020. | #define HAVE_LINUX_FALLOC_H 1
  3021. | #define HAVE_LINUX_WATCHDOG_H 1
  3022. | #define HAVE_LINUX_FD_H 1
  3023. | #define HAVE_LINUX_RAW_H 1
  3024. | #define HAVE_LINUX_TIOCL_H 1
  3025. | #define HAVE_LINUX_VERSION_H 1
  3026. | #define HAVE_LINUX_SECUREBITS_H 1
  3027. | #define HAVE_LOCALE_H 1
  3028. | #define HAVE_MNTENT_H 1
  3029. | #define HAVE_NET_IF_H 1
  3030. | #define HAVE_NETINET_IN_H 1
  3031. | #define HAVE_PATHS_H 1
  3032. | #define HAVE_PTY_H 1
  3033. | #define HAVE_STDINT_H 1
  3034. | #define HAVE_STDIO_EXT_H 1
  3035. | #define HAVE_STDLIB_H 1
  3036. | #define HAVE_ENDIAN_H 1
  3037. | #define HAVE_BYTESWAP_H 1
  3038. | #define HAVE_SYS_FILE_H 1
  3039. | #define HAVE_SYS_IO_H 1
  3040. | #define HAVE_SYS_IOCTL_H 1
  3041. | #define HAVE_SYS_MOUNT_H 1
  3042. | #define HAVE_SYS_PARAM_H 1
  3043. | #define HAVE_SYS_PRCTL_H 1
  3044. | #define HAVE_SYS_RESOURCE_H 1
  3045. | #define HAVE_SYS_SIGNALFD_H 1
  3046. | #define HAVE_SYS_SOCKET_H 1
  3047. | #define HAVE_SYS_STAT_H 1
  3048. | #define HAVE_SYS_SYSMACROS_H 1
  3049. | #define HAVE_SYS_SWAP_H 1
  3050. | #define HAVE_SYS_SYSCALL_H 1
  3051. | #define HAVE_SYS_TIME_H 1
  3052. | #define HAVE_SYS_TIMEX_H 1
  3053. | #define HAVE_SYS_TTYDEFAULTS_H 1
  3054. | #define HAVE_SYS_TYPES_H 1
  3055. | /* end confdefs.h. */
  3056. | #include <sys/ucred.h>
  3057. configure:18007: result: no
  3058. configure:18007: checking for sys/ucred.h
  3059. configure:18007: result: no
  3060. configure:18007: checking sys/un.h usability
  3061. configure:18007: gcc -c -g -O2 conftest.c >&5
  3062. configure:18007: $? = 0
  3063. configure:18007: result: yes
  3064. configure:18007: checking sys/un.h presence
  3065. configure:18007: gcc -E conftest.c
  3066. configure:18007: $? = 0
  3067. configure:18007: result: yes
  3068. configure:18007: checking for sys/un.h
  3069. configure:18007: result: yes
  3070. configure:18007: checking for unistd.h
  3071. configure:18007: result: yes
  3072. configure:18007: checking shadow.h usability
  3073. configure:18007: gcc -c -g -O2 conftest.c >&5
  3074. configure:18007: $? = 0
  3075. configure:18007: result: yes
  3076. configure:18007: checking shadow.h presence
  3077. configure:18007: gcc -E conftest.c
  3078. configure:18007: $? = 0
  3079. configure:18007: result: yes
  3080. configure:18007: checking for shadow.h
  3081. configure:18007: result: yes
  3082. configure:18007: checking utmp.h usability
  3083. configure:18007: gcc -c -g -O2 conftest.c >&5
  3084. configure:18007: $? = 0
  3085. configure:18007: result: yes
  3086. configure:18007: checking utmp.h presence
  3087. configure:18007: gcc -E conftest.c
  3088. configure:18007: $? = 0
  3089. configure:18007: result: yes
  3090. configure:18007: checking for utmp.h
  3091. configure:18007: result: yes
  3092. configure:18021: checking for linux/gsmmux.h
  3093. configure:18021: gcc -c -g -O2 conftest.c >&5
  3094. In file included from /tools/include/linux/gsmmux.h:4:0,
  3095. from conftest.c:84:
  3096. /tools/include/linux/if.h:234:19: error: field 'ifru_addr' has incomplete type
  3097. struct sockaddr ifru_addr;
  3098. ^~~~~~~~~
  3099. /tools/include/linux/if.h:235:19: error: field 'ifru_dstaddr' has incomplete type
  3100. struct sockaddr ifru_dstaddr;
  3101. ^~~~~~~~~~~~
  3102. /tools/include/linux/if.h:236:19: error: field 'ifru_broadaddr' has incomplete type
  3103. struct sockaddr ifru_broadaddr;
  3104. ^~~~~~~~~~~~~~
  3105. /tools/include/linux/if.h:237:19: error: field 'ifru_netmask' has incomplete type
  3106. struct sockaddr ifru_netmask;
  3107. ^~~~~~~~~~~~
  3108. /tools/include/linux/if.h:238:20: error: field 'ifru_hwaddr' has incomplete type
  3109. struct sockaddr ifru_hwaddr;
  3110. ^~~~~~~~~~~
  3111. configure:18021: $? = 1
  3112. configure: failed program was:
  3113. | /* confdefs.h */
  3114. | #define PACKAGE_NAME "util-linux"
  3115. | #define PACKAGE_TARNAME "util-linux"
  3116. | #define PACKAGE_VERSION "2.29.1"
  3117. | #define PACKAGE_STRING "util-linux 2.29.1"
  3118. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  3119. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  3120. | #define STDC_HEADERS 1
  3121. | #define HAVE_SYS_TYPES_H 1
  3122. | #define HAVE_SYS_STAT_H 1
  3123. | #define HAVE_STDLIB_H 1
  3124. | #define HAVE_STRING_H 1
  3125. | #define HAVE_MEMORY_H 1
  3126. | #define HAVE_STRINGS_H 1
  3127. | #define HAVE_INTTYPES_H 1
  3128. | #define HAVE_STDINT_H 1
  3129. | #define HAVE_UNISTD_H 1
  3130. | #define __EXTENSIONS__ 1
  3131. | #define _ALL_SOURCE 1
  3132. | #define _GNU_SOURCE 1
  3133. | #define _POSIX_PTHREAD_SEMANTICS 1
  3134. | #define _TANDEM_SOURCE 1
  3135. | #define PACKAGE "util-linux"
  3136. | #define VERSION "2.29.1"
  3137. | #define HAVE_DLFCN_H 1
  3138. | #define LT_OBJDIR ".libs/"
  3139. | #define ENABLE_NLS 1
  3140. | #define HAVE_GETTEXT 1
  3141. | #define HAVE_DCGETTEXT 1
  3142. | #define HAVE_LINUX_BLKPG_H 1
  3143. | #define HAVE_LINUX_MAJOR_H 1
  3144. | #define HAVE_ERR_H 1
  3145. | #define HAVE_ERRNO_H 1
  3146. | #define HAVE_FCNTL_H 1
  3147. | #define HAVE_GETOPT_H 1
  3148. | #define HAVE_INTTYPES_H 1
  3149. | #define HAVE_LINUX_BTRFS_H 1
  3150. | #define HAVE_LINUX_CDROM_H 1
  3151. | #define HAVE_LINUX_FALLOC_H 1
  3152. | #define HAVE_LINUX_WATCHDOG_H 1
  3153. | #define HAVE_LINUX_FD_H 1
  3154. | #define HAVE_LINUX_RAW_H 1
  3155. | #define HAVE_LINUX_TIOCL_H 1
  3156. | #define HAVE_LINUX_VERSION_H 1
  3157. | #define HAVE_LINUX_SECUREBITS_H 1
  3158. | #define HAVE_LOCALE_H 1
  3159. | #define HAVE_MNTENT_H 1
  3160. | #define HAVE_NET_IF_H 1
  3161. | #define HAVE_NETINET_IN_H 1
  3162. | #define HAVE_PATHS_H 1
  3163. | #define HAVE_PTY_H 1
  3164. | #define HAVE_STDINT_H 1
  3165. | #define HAVE_STDIO_EXT_H 1
  3166. | #define HAVE_STDLIB_H 1
  3167. | #define HAVE_ENDIAN_H 1
  3168. | #define HAVE_BYTESWAP_H 1
  3169. | #define HAVE_SYS_FILE_H 1
  3170. | #define HAVE_SYS_IO_H 1
  3171. | #define HAVE_SYS_IOCTL_H 1
  3172. | #define HAVE_SYS_MOUNT_H 1
  3173. | #define HAVE_SYS_PARAM_H 1
  3174. | #define HAVE_SYS_PRCTL_H 1
  3175. | #define HAVE_SYS_RESOURCE_H 1
  3176. | #define HAVE_SYS_SIGNALFD_H 1
  3177. | #define HAVE_SYS_SOCKET_H 1
  3178. | #define HAVE_SYS_STAT_H 1
  3179. | #define HAVE_SYS_SYSMACROS_H 1
  3180. | #define HAVE_SYS_SWAP_H 1
  3181. | #define HAVE_SYS_SYSCALL_H 1
  3182. | #define HAVE_SYS_TIME_H 1
  3183. | #define HAVE_SYS_TIMEX_H 1
  3184. | #define HAVE_SYS_TTYDEFAULTS_H 1
  3185. | #define HAVE_SYS_TYPES_H 1
  3186. | #define HAVE_SYS_UN_H 1
  3187. | #define HAVE_UNISTD_H 1
  3188. | #define HAVE_SHADOW_H 1
  3189. | #define HAVE_UTMP_H 1
  3190. | /* end confdefs.h. */
  3191. | #ifdef LINUX_GSMMUX_H
  3192. | # include <linux/gsmmux.h>
  3193. | #endif
  3194. |
  3195. |
  3196. | #include <linux/gsmmux.h>
  3197. configure:18021: result: no
  3198. configure:18038: checking for security/pam_misc.h
  3199. configure:18038: gcc -c -g -O2 conftest.c >&5
  3200. conftest.c:85:31: fatal error: security/pam_misc.h: No such file or directory
  3201. #include <security/pam_misc.h>
  3202. ^
  3203. compilation terminated.
  3204. configure:18038: $? = 1
  3205. configure: failed program was:
  3206. | /* confdefs.h */
  3207. | #define PACKAGE_NAME "util-linux"
  3208. | #define PACKAGE_TARNAME "util-linux"
  3209. | #define PACKAGE_VERSION "2.29.1"
  3210. | #define PACKAGE_STRING "util-linux 2.29.1"
  3211. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  3212. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  3213. | #define STDC_HEADERS 1
  3214. | #define HAVE_SYS_TYPES_H 1
  3215. | #define HAVE_SYS_STAT_H 1
  3216. | #define HAVE_STDLIB_H 1
  3217. | #define HAVE_STRING_H 1
  3218. | #define HAVE_MEMORY_H 1
  3219. | #define HAVE_STRINGS_H 1
  3220. | #define HAVE_INTTYPES_H 1
  3221. | #define HAVE_STDINT_H 1
  3222. | #define HAVE_UNISTD_H 1
  3223. | #define __EXTENSIONS__ 1
  3224. | #define _ALL_SOURCE 1
  3225. | #define _GNU_SOURCE 1
  3226. | #define _POSIX_PTHREAD_SEMANTICS 1
  3227. | #define _TANDEM_SOURCE 1
  3228. | #define PACKAGE "util-linux"
  3229. | #define VERSION "2.29.1"
  3230. | #define HAVE_DLFCN_H 1
  3231. | #define LT_OBJDIR ".libs/"
  3232. | #define ENABLE_NLS 1
  3233. | #define HAVE_GETTEXT 1
  3234. | #define HAVE_DCGETTEXT 1
  3235. | #define HAVE_LINUX_BLKPG_H 1
  3236. | #define HAVE_LINUX_MAJOR_H 1
  3237. | #define HAVE_ERR_H 1
  3238. | #define HAVE_ERRNO_H 1
  3239. | #define HAVE_FCNTL_H 1
  3240. | #define HAVE_GETOPT_H 1
  3241. | #define HAVE_INTTYPES_H 1
  3242. | #define HAVE_LINUX_BTRFS_H 1
  3243. | #define HAVE_LINUX_CDROM_H 1
  3244. | #define HAVE_LINUX_FALLOC_H 1
  3245. | #define HAVE_LINUX_WATCHDOG_H 1
  3246. | #define HAVE_LINUX_FD_H 1
  3247. | #define HAVE_LINUX_RAW_H 1
  3248. | #define HAVE_LINUX_TIOCL_H 1
  3249. | #define HAVE_LINUX_VERSION_H 1
  3250. | #define HAVE_LINUX_SECUREBITS_H 1
  3251. | #define HAVE_LOCALE_H 1
  3252. | #define HAVE_MNTENT_H 1
  3253. | #define HAVE_NET_IF_H 1
  3254. | #define HAVE_NETINET_IN_H 1
  3255. | #define HAVE_PATHS_H 1
  3256. | #define HAVE_PTY_H 1
  3257. | #define HAVE_STDINT_H 1
  3258. | #define HAVE_STDIO_EXT_H 1
  3259. | #define HAVE_STDLIB_H 1
  3260. | #define HAVE_ENDIAN_H 1
  3261. | #define HAVE_BYTESWAP_H 1
  3262. | #define HAVE_SYS_FILE_H 1
  3263. | #define HAVE_SYS_IO_H 1
  3264. | #define HAVE_SYS_IOCTL_H 1
  3265. | #define HAVE_SYS_MOUNT_H 1
  3266. | #define HAVE_SYS_PARAM_H 1
  3267. | #define HAVE_SYS_PRCTL_H 1
  3268. | #define HAVE_SYS_RESOURCE_H 1
  3269. | #define HAVE_SYS_SIGNALFD_H 1
  3270. | #define HAVE_SYS_SOCKET_H 1
  3271. | #define HAVE_SYS_STAT_H 1
  3272. | #define HAVE_SYS_SYSMACROS_H 1
  3273. | #define HAVE_SYS_SWAP_H 1
  3274. | #define HAVE_SYS_SYSCALL_H 1
  3275. | #define HAVE_SYS_TIME_H 1
  3276. | #define HAVE_SYS_TIMEX_H 1
  3277. | #define HAVE_SYS_TTYDEFAULTS_H 1
  3278. | #define HAVE_SYS_TYPES_H 1
  3279. | #define HAVE_SYS_UN_H 1
  3280. | #define HAVE_UNISTD_H 1
  3281. | #define HAVE_SHADOW_H 1
  3282. | #define HAVE_UTMP_H 1
  3283. | /* end confdefs.h. */
  3284. |
  3285. | #ifdef HAVE_SECURITY_PAM_APPL_H
  3286. | #include <security/pam_appl.h>
  3287. | #endif
  3288. |
  3289. |
  3290. | #include <security/pam_misc.h>
  3291. configure:18038: result: no
  3292. configure:18072: checking for security/openpam.h
  3293. configure:18072: gcc -c -g -O2 conftest.c >&5
  3294. conftest.c:85:30: fatal error: security/openpam.h: No such file or directory
  3295. #include <security/openpam.h>
  3296. ^
  3297. compilation terminated.
  3298. configure:18072: $? = 1
  3299. configure: failed program was:
  3300. | /* confdefs.h */
  3301. | #define PACKAGE_NAME "util-linux"
  3302. | #define PACKAGE_TARNAME "util-linux"
  3303. | #define PACKAGE_VERSION "2.29.1"
  3304. | #define PACKAGE_STRING "util-linux 2.29.1"
  3305. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  3306. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  3307. | #define STDC_HEADERS 1
  3308. | #define HAVE_SYS_TYPES_H 1
  3309. | #define HAVE_SYS_STAT_H 1
  3310. | #define HAVE_STDLIB_H 1
  3311. | #define HAVE_STRING_H 1
  3312. | #define HAVE_MEMORY_H 1
  3313. | #define HAVE_STRINGS_H 1
  3314. | #define HAVE_INTTYPES_H 1
  3315. | #define HAVE_STDINT_H 1
  3316. | #define HAVE_UNISTD_H 1
  3317. | #define __EXTENSIONS__ 1
  3318. | #define _ALL_SOURCE 1
  3319. | #define _GNU_SOURCE 1
  3320. | #define _POSIX_PTHREAD_SEMANTICS 1
  3321. | #define _TANDEM_SOURCE 1
  3322. | #define PACKAGE "util-linux"
  3323. | #define VERSION "2.29.1"
  3324. | #define HAVE_DLFCN_H 1
  3325. | #define LT_OBJDIR ".libs/"
  3326. | #define ENABLE_NLS 1
  3327. | #define HAVE_GETTEXT 1
  3328. | #define HAVE_DCGETTEXT 1
  3329. | #define HAVE_LINUX_BLKPG_H 1
  3330. | #define HAVE_LINUX_MAJOR_H 1
  3331. | #define HAVE_ERR_H 1
  3332. | #define HAVE_ERRNO_H 1
  3333. | #define HAVE_FCNTL_H 1
  3334. | #define HAVE_GETOPT_H 1
  3335. | #define HAVE_INTTYPES_H 1
  3336. | #define HAVE_LINUX_BTRFS_H 1
  3337. | #define HAVE_LINUX_CDROM_H 1
  3338. | #define HAVE_LINUX_FALLOC_H 1
  3339. | #define HAVE_LINUX_WATCHDOG_H 1
  3340. | #define HAVE_LINUX_FD_H 1
  3341. | #define HAVE_LINUX_RAW_H 1
  3342. | #define HAVE_LINUX_TIOCL_H 1
  3343. | #define HAVE_LINUX_VERSION_H 1
  3344. | #define HAVE_LINUX_SECUREBITS_H 1
  3345. | #define HAVE_LOCALE_H 1
  3346. | #define HAVE_MNTENT_H 1
  3347. | #define HAVE_NET_IF_H 1
  3348. | #define HAVE_NETINET_IN_H 1
  3349. | #define HAVE_PATHS_H 1
  3350. | #define HAVE_PTY_H 1
  3351. | #define HAVE_STDINT_H 1
  3352. | #define HAVE_STDIO_EXT_H 1
  3353. | #define HAVE_STDLIB_H 1
  3354. | #define HAVE_ENDIAN_H 1
  3355. | #define HAVE_BYTESWAP_H 1
  3356. | #define HAVE_SYS_FILE_H 1
  3357. | #define HAVE_SYS_IO_H 1
  3358. | #define HAVE_SYS_IOCTL_H 1
  3359. | #define HAVE_SYS_MOUNT_H 1
  3360. | #define HAVE_SYS_PARAM_H 1
  3361. | #define HAVE_SYS_PRCTL_H 1
  3362. | #define HAVE_SYS_RESOURCE_H 1
  3363. | #define HAVE_SYS_SIGNALFD_H 1
  3364. | #define HAVE_SYS_SOCKET_H 1
  3365. | #define HAVE_SYS_STAT_H 1
  3366. | #define HAVE_SYS_SYSMACROS_H 1
  3367. | #define HAVE_SYS_SWAP_H 1
  3368. | #define HAVE_SYS_SYSCALL_H 1
  3369. | #define HAVE_SYS_TIME_H 1
  3370. | #define HAVE_SYS_TIMEX_H 1
  3371. | #define HAVE_SYS_TTYDEFAULTS_H 1
  3372. | #define HAVE_SYS_TYPES_H 1
  3373. | #define HAVE_SYS_UN_H 1
  3374. | #define HAVE_UNISTD_H 1
  3375. | #define HAVE_SHADOW_H 1
  3376. | #define HAVE_UTMP_H 1
  3377. | /* end confdefs.h. */
  3378. |
  3379. | #ifdef HAVE_SECURITY_PAM_APPL_H
  3380. | #include <security/pam_appl.h>
  3381. | #endif
  3382. |
  3383. |
  3384. | #include <security/openpam.h>
  3385. configure:18072: result: no
  3386. configure:18090: checking langinfo.h usability
  3387. configure:18090: gcc -c -g -O2 conftest.c >&5
  3388. configure:18090: $? = 0
  3389. configure:18090: result: yes
  3390. configure:18090: checking langinfo.h presence
  3391. configure:18090: gcc -E conftest.c
  3392. configure:18090: $? = 0
  3393. configure:18090: result: yes
  3394. configure:18090: checking for langinfo.h
  3395. configure:18090: result: yes
  3396. configure:18147: gcc -c -g -O2 conftest.c >&5
  3397. configure:18147: $? = 0
  3398. configure:18155: checking for struct termios.c_line
  3399. configure:18155: gcc -c -g -O2 conftest.c >&5
  3400. configure:18155: $? = 0
  3401. configure:18155: result: yes
  3402. configure:18167: checking for struct stat.st_mtim.tv_nsec
  3403. configure:18167: gcc -c -g -O2 conftest.c >&5
  3404. configure:18167: $? = 0
  3405. configure:18167: result: yes
  3406. configure:18195: gcc -c -g -O2 conftest.c >&5
  3407. configure:18195: $? = 0
  3408. configure:18208: checking whether _NL_TIME_WEEK_1STDAY is declared
  3409. configure:18208: gcc -c -g -O2 conftest.c >&5
  3410. configure:18208: $? = 0
  3411. configure:18208: result: yes
  3412. configure:18221: checking whether llseek is declared
  3413. configure:18221: gcc -c -g -O2 conftest.c >&5
  3414. conftest.c: In function 'main':
  3415. conftest.c:94:10: error: 'llseek' undeclared (first use in this function)
  3416. (void) llseek;
  3417. ^~~~~~
  3418. conftest.c:94:10: note: each undeclared identifier is reported only once for each function it appears in
  3419. configure:18221: $? = 1
  3420. configure: failed program was:
  3421. | /* confdefs.h */
  3422. | #define PACKAGE_NAME "util-linux"
  3423. | #define PACKAGE_TARNAME "util-linux"
  3424. | #define PACKAGE_VERSION "2.29.1"
  3425. | #define PACKAGE_STRING "util-linux 2.29.1"
  3426. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  3427. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  3428. | #define STDC_HEADERS 1
  3429. | #define HAVE_SYS_TYPES_H 1
  3430. | #define HAVE_SYS_STAT_H 1
  3431. | #define HAVE_STDLIB_H 1
  3432. | #define HAVE_STRING_H 1
  3433. | #define HAVE_MEMORY_H 1
  3434. | #define HAVE_STRINGS_H 1
  3435. | #define HAVE_INTTYPES_H 1
  3436. | #define HAVE_STDINT_H 1
  3437. | #define HAVE_UNISTD_H 1
  3438. | #define __EXTENSIONS__ 1
  3439. | #define _ALL_SOURCE 1
  3440. | #define _GNU_SOURCE 1
  3441. | #define _POSIX_PTHREAD_SEMANTICS 1
  3442. | #define _TANDEM_SOURCE 1
  3443. | #define PACKAGE "util-linux"
  3444. | #define VERSION "2.29.1"
  3445. | #define HAVE_DLFCN_H 1
  3446. | #define LT_OBJDIR ".libs/"
  3447. | #define ENABLE_NLS 1
  3448. | #define HAVE_GETTEXT 1
  3449. | #define HAVE_DCGETTEXT 1
  3450. | #define HAVE_LINUX_BLKPG_H 1
  3451. | #define HAVE_LINUX_MAJOR_H 1
  3452. | #define HAVE_ERR_H 1
  3453. | #define HAVE_ERRNO_H 1
  3454. | #define HAVE_FCNTL_H 1
  3455. | #define HAVE_GETOPT_H 1
  3456. | #define HAVE_INTTYPES_H 1
  3457. | #define HAVE_LINUX_BTRFS_H 1
  3458. | #define HAVE_LINUX_CDROM_H 1
  3459. | #define HAVE_LINUX_FALLOC_H 1
  3460. | #define HAVE_LINUX_WATCHDOG_H 1
  3461. | #define HAVE_LINUX_FD_H 1
  3462. | #define HAVE_LINUX_RAW_H 1
  3463. | #define HAVE_LINUX_TIOCL_H 1
  3464. | #define HAVE_LINUX_VERSION_H 1
  3465. | #define HAVE_LINUX_SECUREBITS_H 1
  3466. | #define HAVE_LOCALE_H 1
  3467. | #define HAVE_MNTENT_H 1
  3468. | #define HAVE_NET_IF_H 1
  3469. | #define HAVE_NETINET_IN_H 1
  3470. | #define HAVE_PATHS_H 1
  3471. | #define HAVE_PTY_H 1
  3472. | #define HAVE_STDINT_H 1
  3473. | #define HAVE_STDIO_EXT_H 1
  3474. | #define HAVE_STDLIB_H 1
  3475. | #define HAVE_ENDIAN_H 1
  3476. | #define HAVE_BYTESWAP_H 1
  3477. | #define HAVE_SYS_FILE_H 1
  3478. | #define HAVE_SYS_IO_H 1
  3479. | #define HAVE_SYS_IOCTL_H 1
  3480. | #define HAVE_SYS_MOUNT_H 1
  3481. | #define HAVE_SYS_PARAM_H 1
  3482. | #define HAVE_SYS_PRCTL_H 1
  3483. | #define HAVE_SYS_RESOURCE_H 1
  3484. | #define HAVE_SYS_SIGNALFD_H 1
  3485. | #define HAVE_SYS_SOCKET_H 1
  3486. | #define HAVE_SYS_STAT_H 1
  3487. | #define HAVE_SYS_SYSMACROS_H 1
  3488. | #define HAVE_SYS_SWAP_H 1
  3489. | #define HAVE_SYS_SYSCALL_H 1
  3490. | #define HAVE_SYS_TIME_H 1
  3491. | #define HAVE_SYS_TIMEX_H 1
  3492. | #define HAVE_SYS_TTYDEFAULTS_H 1
  3493. | #define HAVE_SYS_TYPES_H 1
  3494. | #define HAVE_SYS_UN_H 1
  3495. | #define HAVE_UNISTD_H 1
  3496. | #define HAVE_SHADOW_H 1
  3497. | #define HAVE_UTMP_H 1
  3498. | #define HAVE_LANGINFO_H 1
  3499. | #define HAVE_TM_GMTOFF 1
  3500. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  3501. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  3502. | #define SWAPON_HAS_TWO_ARGS 1
  3503. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  3504. | /* end confdefs.h. */
  3505. | #include <unistd.h>
  3506. |
  3507. | int
  3508. | main ()
  3509. | {
  3510. | #ifndef llseek
  3511. | #ifdef __cplusplus
  3512. | (void) llseek;
  3513. | #else
  3514. | (void) llseek;
  3515. | #endif
  3516. | #endif
  3517. |
  3518. | ;
  3519. | return 0;
  3520. | }
  3521. configure:18221: result: no
  3522. configure:18230: checking whether lseek64 is declared
  3523. configure:18230: gcc -c -g -O2 conftest.c >&5
  3524. configure:18230: $? = 0
  3525. configure:18230: result: yes
  3526. configure:18241: checking whether environ is declared
  3527. configure:18241: gcc -c -g -O2 conftest.c >&5
  3528. configure:18241: $? = 0
  3529. configure:18241: result: yes
  3530. configure:18249: checking whether strsignal is declared
  3531. configure:18249: gcc -c -g -O2 conftest.c >&5
  3532. configure:18249: $? = 0
  3533. configure:18249: result: yes
  3534. configure:18257: checking whether TIOCGLCKTRMIOS is declared
  3535. configure:18257: gcc -c -g -O2 conftest.c >&5
  3536. configure:18257: $? = 0
  3537. configure:18257: result: yes
  3538. configure:18265: checking whether SOCK_CLOEXEC is declared
  3539. configure:18265: gcc -c -g -O2 conftest.c >&5
  3540. configure:18265: $? = 0
  3541. configure:18265: result: yes
  3542. configure:18274: checking whether SOCK_NONBLOCK is declared
  3543. configure:18274: gcc -c -g -O2 conftest.c >&5
  3544. configure:18274: $? = 0
  3545. configure:18274: result: yes
  3546. configure:18283: checking whether SO_PASSCRED is declared
  3547. configure:18283: gcc -c -g -O2 conftest.c >&5
  3548. configure:18283: $? = 0
  3549. configure:18283: result: yes
  3550. configure:18341: checking for __fpending
  3551. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3552. configure:18341: $? = 0
  3553. configure:18341: result: yes
  3554. configure:18341: checking for secure_getenv
  3555. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3556. configure:18341: $? = 0
  3557. configure:18341: result: yes
  3558. configure:18341: checking for __secure_getenv
  3559. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3560. /tmp/ccLSVhBs.o: In function `main':
  3561. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:124: undefined reference to `__secure_getenv'
  3562. collect2: error: ld returned 1 exit status
  3563. configure:18341: $? = 1
  3564. configure: failed program was:
  3565. | /* confdefs.h */
  3566. | #define PACKAGE_NAME "util-linux"
  3567. | #define PACKAGE_TARNAME "util-linux"
  3568. | #define PACKAGE_VERSION "2.29.1"
  3569. | #define PACKAGE_STRING "util-linux 2.29.1"
  3570. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  3571. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  3572. | #define STDC_HEADERS 1
  3573. | #define HAVE_SYS_TYPES_H 1
  3574. | #define HAVE_SYS_STAT_H 1
  3575. | #define HAVE_STDLIB_H 1
  3576. | #define HAVE_STRING_H 1
  3577. | #define HAVE_MEMORY_H 1
  3578. | #define HAVE_STRINGS_H 1
  3579. | #define HAVE_INTTYPES_H 1
  3580. | #define HAVE_STDINT_H 1
  3581. | #define HAVE_UNISTD_H 1
  3582. | #define __EXTENSIONS__ 1
  3583. | #define _ALL_SOURCE 1
  3584. | #define _GNU_SOURCE 1
  3585. | #define _POSIX_PTHREAD_SEMANTICS 1
  3586. | #define _TANDEM_SOURCE 1
  3587. | #define PACKAGE "util-linux"
  3588. | #define VERSION "2.29.1"
  3589. | #define HAVE_DLFCN_H 1
  3590. | #define LT_OBJDIR ".libs/"
  3591. | #define ENABLE_NLS 1
  3592. | #define HAVE_GETTEXT 1
  3593. | #define HAVE_DCGETTEXT 1
  3594. | #define HAVE_LINUX_BLKPG_H 1
  3595. | #define HAVE_LINUX_MAJOR_H 1
  3596. | #define HAVE_ERR_H 1
  3597. | #define HAVE_ERRNO_H 1
  3598. | #define HAVE_FCNTL_H 1
  3599. | #define HAVE_GETOPT_H 1
  3600. | #define HAVE_INTTYPES_H 1
  3601. | #define HAVE_LINUX_BTRFS_H 1
  3602. | #define HAVE_LINUX_CDROM_H 1
  3603. | #define HAVE_LINUX_FALLOC_H 1
  3604. | #define HAVE_LINUX_WATCHDOG_H 1
  3605. | #define HAVE_LINUX_FD_H 1
  3606. | #define HAVE_LINUX_RAW_H 1
  3607. | #define HAVE_LINUX_TIOCL_H 1
  3608. | #define HAVE_LINUX_VERSION_H 1
  3609. | #define HAVE_LINUX_SECUREBITS_H 1
  3610. | #define HAVE_LOCALE_H 1
  3611. | #define HAVE_MNTENT_H 1
  3612. | #define HAVE_NET_IF_H 1
  3613. | #define HAVE_NETINET_IN_H 1
  3614. | #define HAVE_PATHS_H 1
  3615. | #define HAVE_PTY_H 1
  3616. | #define HAVE_STDINT_H 1
  3617. | #define HAVE_STDIO_EXT_H 1
  3618. | #define HAVE_STDLIB_H 1
  3619. | #define HAVE_ENDIAN_H 1
  3620. | #define HAVE_BYTESWAP_H 1
  3621. | #define HAVE_SYS_FILE_H 1
  3622. | #define HAVE_SYS_IO_H 1
  3623. | #define HAVE_SYS_IOCTL_H 1
  3624. | #define HAVE_SYS_MOUNT_H 1
  3625. | #define HAVE_SYS_PARAM_H 1
  3626. | #define HAVE_SYS_PRCTL_H 1
  3627. | #define HAVE_SYS_RESOURCE_H 1
  3628. | #define HAVE_SYS_SIGNALFD_H 1
  3629. | #define HAVE_SYS_SOCKET_H 1
  3630. | #define HAVE_SYS_STAT_H 1
  3631. | #define HAVE_SYS_SYSMACROS_H 1
  3632. | #define HAVE_SYS_SWAP_H 1
  3633. | #define HAVE_SYS_SYSCALL_H 1
  3634. | #define HAVE_SYS_TIME_H 1
  3635. | #define HAVE_SYS_TIMEX_H 1
  3636. | #define HAVE_SYS_TTYDEFAULTS_H 1
  3637. | #define HAVE_SYS_TYPES_H 1
  3638. | #define HAVE_SYS_UN_H 1
  3639. | #define HAVE_UNISTD_H 1
  3640. | #define HAVE_SHADOW_H 1
  3641. | #define HAVE_UTMP_H 1
  3642. | #define HAVE_LANGINFO_H 1
  3643. | #define HAVE_TM_GMTOFF 1
  3644. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  3645. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  3646. | #define SWAPON_HAS_TWO_ARGS 1
  3647. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  3648. | #define HAVE_LSEEK64_PROTOTYPE 1
  3649. | #define HAVE_ENVIRON_DECL 1
  3650. | #define HAVE_STRSIGNAL_DECL 1
  3651. | #define HAVE___FPENDING 1
  3652. | #define HAVE_SECURE_GETENV 1
  3653. | /* end confdefs.h. */
  3654. | /* Define __secure_getenv to an innocuous variant, in case <limits.h> declares __secure_getenv.
  3655. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3656. | #define __secure_getenv innocuous___secure_getenv
  3657. |
  3658. | /* System header to define __stub macros and hopefully few prototypes,
  3659. | which can conflict with char __secure_getenv (); below.
  3660. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3661. | <limits.h> exists even on freestanding compilers. */
  3662. |
  3663. | #ifdef __STDC__
  3664. | # include <limits.h>
  3665. | #else
  3666. | # include <assert.h>
  3667. | #endif
  3668. |
  3669. | #undef __secure_getenv
  3670. |
  3671. | /* Override any GCC internal prototype to avoid an error.
  3672. | Use char because int might match the return type of a GCC
  3673. | builtin and then its argument prototype would still apply. */
  3674. | #ifdef __cplusplus
  3675. | extern "C"
  3676. | #endif
  3677. | char __secure_getenv ();
  3678. | /* The GNU C library defines this for functions which it implements
  3679. | to always fail with ENOSYS. Some functions are actually named
  3680. | something starting with __ and the normal name is an alias. */
  3681. | #if defined __stub___secure_getenv || defined __stub_____secure_getenv
  3682. | choke me
  3683. | #endif
  3684. |
  3685. | int
  3686. | main ()
  3687. | {
  3688. | return __secure_getenv ();
  3689. | ;
  3690. | return 0;
  3691. | }
  3692. configure:18341: result: no
  3693. configure:18341: checking for err
  3694. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3695. configure:18341: $? = 0
  3696. configure:18341: result: yes
  3697. configure:18341: checking for errx
  3698. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3699. configure:18341: $? = 0
  3700. configure:18341: result: yes
  3701. configure:18341: checking for fsync
  3702. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3703. configure:18341: $? = 0
  3704. configure:18341: result: yes
  3705. configure:18341: checking for utimensat
  3706. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3707. configure:18341: $? = 0
  3708. configure:18341: result: yes
  3709. configure:18341: checking for getdomainname
  3710. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3711. configure:18341: $? = 0
  3712. configure:18341: result: yes
  3713. configure:18341: checking for getdtablesize
  3714. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3715. configure:18341: $? = 0
  3716. configure:18341: result: yes
  3717. configure:18341: checking for getexecname
  3718. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3719. /tmp/ccjeXjG0.o: In function `main':
  3720. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:130: undefined reference to `getexecname'
  3721. collect2: error: ld returned 1 exit status
  3722. configure:18341: $? = 1
  3723. configure: failed program was:
  3724. | /* confdefs.h */
  3725. | #define PACKAGE_NAME "util-linux"
  3726. | #define PACKAGE_TARNAME "util-linux"
  3727. | #define PACKAGE_VERSION "2.29.1"
  3728. | #define PACKAGE_STRING "util-linux 2.29.1"
  3729. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  3730. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  3731. | #define STDC_HEADERS 1
  3732. | #define HAVE_SYS_TYPES_H 1
  3733. | #define HAVE_SYS_STAT_H 1
  3734. | #define HAVE_STDLIB_H 1
  3735. | #define HAVE_STRING_H 1
  3736. | #define HAVE_MEMORY_H 1
  3737. | #define HAVE_STRINGS_H 1
  3738. | #define HAVE_INTTYPES_H 1
  3739. | #define HAVE_STDINT_H 1
  3740. | #define HAVE_UNISTD_H 1
  3741. | #define __EXTENSIONS__ 1
  3742. | #define _ALL_SOURCE 1
  3743. | #define _GNU_SOURCE 1
  3744. | #define _POSIX_PTHREAD_SEMANTICS 1
  3745. | #define _TANDEM_SOURCE 1
  3746. | #define PACKAGE "util-linux"
  3747. | #define VERSION "2.29.1"
  3748. | #define HAVE_DLFCN_H 1
  3749. | #define LT_OBJDIR ".libs/"
  3750. | #define ENABLE_NLS 1
  3751. | #define HAVE_GETTEXT 1
  3752. | #define HAVE_DCGETTEXT 1
  3753. | #define HAVE_LINUX_BLKPG_H 1
  3754. | #define HAVE_LINUX_MAJOR_H 1
  3755. | #define HAVE_ERR_H 1
  3756. | #define HAVE_ERRNO_H 1
  3757. | #define HAVE_FCNTL_H 1
  3758. | #define HAVE_GETOPT_H 1
  3759. | #define HAVE_INTTYPES_H 1
  3760. | #define HAVE_LINUX_BTRFS_H 1
  3761. | #define HAVE_LINUX_CDROM_H 1
  3762. | #define HAVE_LINUX_FALLOC_H 1
  3763. | #define HAVE_LINUX_WATCHDOG_H 1
  3764. | #define HAVE_LINUX_FD_H 1
  3765. | #define HAVE_LINUX_RAW_H 1
  3766. | #define HAVE_LINUX_TIOCL_H 1
  3767. | #define HAVE_LINUX_VERSION_H 1
  3768. | #define HAVE_LINUX_SECUREBITS_H 1
  3769. | #define HAVE_LOCALE_H 1
  3770. | #define HAVE_MNTENT_H 1
  3771. | #define HAVE_NET_IF_H 1
  3772. | #define HAVE_NETINET_IN_H 1
  3773. | #define HAVE_PATHS_H 1
  3774. | #define HAVE_PTY_H 1
  3775. | #define HAVE_STDINT_H 1
  3776. | #define HAVE_STDIO_EXT_H 1
  3777. | #define HAVE_STDLIB_H 1
  3778. | #define HAVE_ENDIAN_H 1
  3779. | #define HAVE_BYTESWAP_H 1
  3780. | #define HAVE_SYS_FILE_H 1
  3781. | #define HAVE_SYS_IO_H 1
  3782. | #define HAVE_SYS_IOCTL_H 1
  3783. | #define HAVE_SYS_MOUNT_H 1
  3784. | #define HAVE_SYS_PARAM_H 1
  3785. | #define HAVE_SYS_PRCTL_H 1
  3786. | #define HAVE_SYS_RESOURCE_H 1
  3787. | #define HAVE_SYS_SIGNALFD_H 1
  3788. | #define HAVE_SYS_SOCKET_H 1
  3789. | #define HAVE_SYS_STAT_H 1
  3790. | #define HAVE_SYS_SYSMACROS_H 1
  3791. | #define HAVE_SYS_SWAP_H 1
  3792. | #define HAVE_SYS_SYSCALL_H 1
  3793. | #define HAVE_SYS_TIME_H 1
  3794. | #define HAVE_SYS_TIMEX_H 1
  3795. | #define HAVE_SYS_TTYDEFAULTS_H 1
  3796. | #define HAVE_SYS_TYPES_H 1
  3797. | #define HAVE_SYS_UN_H 1
  3798. | #define HAVE_UNISTD_H 1
  3799. | #define HAVE_SHADOW_H 1
  3800. | #define HAVE_UTMP_H 1
  3801. | #define HAVE_LANGINFO_H 1
  3802. | #define HAVE_TM_GMTOFF 1
  3803. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  3804. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  3805. | #define SWAPON_HAS_TWO_ARGS 1
  3806. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  3807. | #define HAVE_LSEEK64_PROTOTYPE 1
  3808. | #define HAVE_ENVIRON_DECL 1
  3809. | #define HAVE_STRSIGNAL_DECL 1
  3810. | #define HAVE___FPENDING 1
  3811. | #define HAVE_SECURE_GETENV 1
  3812. | #define HAVE_ERR 1
  3813. | #define HAVE_ERRX 1
  3814. | #define HAVE_FSYNC 1
  3815. | #define HAVE_UTIMENSAT 1
  3816. | #define HAVE_GETDOMAINNAME 1
  3817. | #define HAVE_GETDTABLESIZE 1
  3818. | /* end confdefs.h. */
  3819. | /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
  3820. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3821. | #define getexecname innocuous_getexecname
  3822. |
  3823. | /* System header to define __stub macros and hopefully few prototypes,
  3824. | which can conflict with char getexecname (); below.
  3825. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3826. | <limits.h> exists even on freestanding compilers. */
  3827. |
  3828. | #ifdef __STDC__
  3829. | # include <limits.h>
  3830. | #else
  3831. | # include <assert.h>
  3832. | #endif
  3833. |
  3834. | #undef getexecname
  3835. |
  3836. | /* Override any GCC internal prototype to avoid an error.
  3837. | Use char because int might match the return type of a GCC
  3838. | builtin and then its argument prototype would still apply. */
  3839. | #ifdef __cplusplus
  3840. | extern "C"
  3841. | #endif
  3842. | char getexecname ();
  3843. | /* The GNU C library defines this for functions which it implements
  3844. | to always fail with ENOSYS. Some functions are actually named
  3845. | something starting with __ and the normal name is an alias. */
  3846. | #if defined __stub_getexecname || defined __stub___getexecname
  3847. | choke me
  3848. | #endif
  3849. |
  3850. | int
  3851. | main ()
  3852. | {
  3853. | return getexecname ();
  3854. | ;
  3855. | return 0;
  3856. | }
  3857. configure:18341: result: no
  3858. configure:18341: checking for getmntinfo
  3859. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  3860. /tmp/ccZOnSE6.o: In function `main':
  3861. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:130: undefined reference to `getmntinfo'
  3862. collect2: error: ld returned 1 exit status
  3863. configure:18341: $? = 1
  3864. configure: failed program was:
  3865. | /* confdefs.h */
  3866. | #define PACKAGE_NAME "util-linux"
  3867. | #define PACKAGE_TARNAME "util-linux"
  3868. | #define PACKAGE_VERSION "2.29.1"
  3869. | #define PACKAGE_STRING "util-linux 2.29.1"
  3870. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  3871. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  3872. | #define STDC_HEADERS 1
  3873. | #define HAVE_SYS_TYPES_H 1
  3874. | #define HAVE_SYS_STAT_H 1
  3875. | #define HAVE_STDLIB_H 1
  3876. | #define HAVE_STRING_H 1
  3877. | #define HAVE_MEMORY_H 1
  3878. | #define HAVE_STRINGS_H 1
  3879. | #define HAVE_INTTYPES_H 1
  3880. | #define HAVE_STDINT_H 1
  3881. | #define HAVE_UNISTD_H 1
  3882. | #define __EXTENSIONS__ 1
  3883. | #define _ALL_SOURCE 1
  3884. | #define _GNU_SOURCE 1
  3885. | #define _POSIX_PTHREAD_SEMANTICS 1
  3886. | #define _TANDEM_SOURCE 1
  3887. | #define PACKAGE "util-linux"
  3888. | #define VERSION "2.29.1"
  3889. | #define HAVE_DLFCN_H 1
  3890. | #define LT_OBJDIR ".libs/"
  3891. | #define ENABLE_NLS 1
  3892. | #define HAVE_GETTEXT 1
  3893. | #define HAVE_DCGETTEXT 1
  3894. | #define HAVE_LINUX_BLKPG_H 1
  3895. | #define HAVE_LINUX_MAJOR_H 1
  3896. | #define HAVE_ERR_H 1
  3897. | #define HAVE_ERRNO_H 1
  3898. | #define HAVE_FCNTL_H 1
  3899. | #define HAVE_GETOPT_H 1
  3900. | #define HAVE_INTTYPES_H 1
  3901. | #define HAVE_LINUX_BTRFS_H 1
  3902. | #define HAVE_LINUX_CDROM_H 1
  3903. | #define HAVE_LINUX_FALLOC_H 1
  3904. | #define HAVE_LINUX_WATCHDOG_H 1
  3905. | #define HAVE_LINUX_FD_H 1
  3906. | #define HAVE_LINUX_RAW_H 1
  3907. | #define HAVE_LINUX_TIOCL_H 1
  3908. | #define HAVE_LINUX_VERSION_H 1
  3909. | #define HAVE_LINUX_SECUREBITS_H 1
  3910. | #define HAVE_LOCALE_H 1
  3911. | #define HAVE_MNTENT_H 1
  3912. | #define HAVE_NET_IF_H 1
  3913. | #define HAVE_NETINET_IN_H 1
  3914. | #define HAVE_PATHS_H 1
  3915. | #define HAVE_PTY_H 1
  3916. | #define HAVE_STDINT_H 1
  3917. | #define HAVE_STDIO_EXT_H 1
  3918. | #define HAVE_STDLIB_H 1
  3919. | #define HAVE_ENDIAN_H 1
  3920. | #define HAVE_BYTESWAP_H 1
  3921. | #define HAVE_SYS_FILE_H 1
  3922. | #define HAVE_SYS_IO_H 1
  3923. | #define HAVE_SYS_IOCTL_H 1
  3924. | #define HAVE_SYS_MOUNT_H 1
  3925. | #define HAVE_SYS_PARAM_H 1
  3926. | #define HAVE_SYS_PRCTL_H 1
  3927. | #define HAVE_SYS_RESOURCE_H 1
  3928. | #define HAVE_SYS_SIGNALFD_H 1
  3929. | #define HAVE_SYS_SOCKET_H 1
  3930. | #define HAVE_SYS_STAT_H 1
  3931. | #define HAVE_SYS_SYSMACROS_H 1
  3932. | #define HAVE_SYS_SWAP_H 1
  3933. | #define HAVE_SYS_SYSCALL_H 1
  3934. | #define HAVE_SYS_TIME_H 1
  3935. | #define HAVE_SYS_TIMEX_H 1
  3936. | #define HAVE_SYS_TTYDEFAULTS_H 1
  3937. | #define HAVE_SYS_TYPES_H 1
  3938. | #define HAVE_SYS_UN_H 1
  3939. | #define HAVE_UNISTD_H 1
  3940. | #define HAVE_SHADOW_H 1
  3941. | #define HAVE_UTMP_H 1
  3942. | #define HAVE_LANGINFO_H 1
  3943. | #define HAVE_TM_GMTOFF 1
  3944. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  3945. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  3946. | #define SWAPON_HAS_TWO_ARGS 1
  3947. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  3948. | #define HAVE_LSEEK64_PROTOTYPE 1
  3949. | #define HAVE_ENVIRON_DECL 1
  3950. | #define HAVE_STRSIGNAL_DECL 1
  3951. | #define HAVE___FPENDING 1
  3952. | #define HAVE_SECURE_GETENV 1
  3953. | #define HAVE_ERR 1
  3954. | #define HAVE_ERRX 1
  3955. | #define HAVE_FSYNC 1
  3956. | #define HAVE_UTIMENSAT 1
  3957. | #define HAVE_GETDOMAINNAME 1
  3958. | #define HAVE_GETDTABLESIZE 1
  3959. | /* end confdefs.h. */
  3960. | /* Define getmntinfo to an innocuous variant, in case <limits.h> declares getmntinfo.
  3961. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3962. | #define getmntinfo innocuous_getmntinfo
  3963. |
  3964. | /* System header to define __stub macros and hopefully few prototypes,
  3965. | which can conflict with char getmntinfo (); below.
  3966. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3967. | <limits.h> exists even on freestanding compilers. */
  3968. |
  3969. | #ifdef __STDC__
  3970. | # include <limits.h>
  3971. | #else
  3972. | # include <assert.h>
  3973. | #endif
  3974. |
  3975. | #undef getmntinfo
  3976. |
  3977. | /* Override any GCC internal prototype to avoid an error.
  3978. | Use char because int might match the return type of a GCC
  3979. | builtin and then its argument prototype would still apply. */
  3980. | #ifdef __cplusplus
  3981. | extern "C"
  3982. | #endif
  3983. | char getmntinfo ();
  3984. | /* The GNU C library defines this for functions which it implements
  3985. | to always fail with ENOSYS. Some functions are actually named
  3986. | something starting with __ and the normal name is an alias. */
  3987. | #if defined __stub_getmntinfo || defined __stub___getmntinfo
  3988. | choke me
  3989. | #endif
  3990. |
  3991. | int
  3992. | main ()
  3993. | {
  3994. | return getmntinfo ();
  3995. | ;
  3996. | return 0;
  3997. | }
  3998. configure:18341: result: no
  3999. configure:18341: checking for getrlimit
  4000. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4001. configure:18341: $? = 0
  4002. configure:18341: result: yes
  4003. configure:18341: checking for getsgnam
  4004. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4005. configure:18341: $? = 0
  4006. configure:18341: result: yes
  4007. configure:18341: checking for inotify_init
  4008. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4009. configure:18341: $? = 0
  4010. configure:18341: result: yes
  4011. configure:18341: checking for jrand48
  4012. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4013. configure:18341: $? = 0
  4014. configure:18341: result: yes
  4015. configure:18341: checking for lchown
  4016. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4017. configure:18341: $? = 0
  4018. configure:18341: result: yes
  4019. configure:18341: checking for llseek
  4020. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4021. /tmp/cc8DdYUp.o: In function `main':
  4022. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:135: warning: the `llseek' function may be dangerous; use `lseek64' instead.
  4023. configure:18341: $? = 0
  4024. configure:18341: result: yes
  4025. configure:18341: checking for lseek64
  4026. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4027. configure:18341: $? = 0
  4028. configure:18341: result: yes
  4029. configure:18341: checking for mempcpy
  4030. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4031. conftest.c:126:6: warning: conflicting types for built-in function 'mempcpy'
  4032. char mempcpy ();
  4033. ^~~~~~~
  4034. configure:18341: $? = 0
  4035. configure:18341: result: yes
  4036. configure:18341: checking for mkostemp
  4037. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4038. configure:18341: $? = 0
  4039. configure:18341: result: yes
  4040. configure:18341: checking for nanosleep
  4041. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4042. configure:18341: $? = 0
  4043. configure:18341: result: yes
  4044. configure:18341: checking for ntp_gettime
  4045. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4046. configure:18341: $? = 0
  4047. configure:18341: result: yes
  4048. configure:18341: checking for personality
  4049. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4050. configure:18341: $? = 0
  4051. configure:18341: result: yes
  4052. configure:18341: checking for posix_fadvise
  4053. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4054. configure:18341: $? = 0
  4055. configure:18341: result: yes
  4056. configure:18341: checking for prctl
  4057. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4058. configure:18341: $? = 0
  4059. configure:18341: result: yes
  4060. configure:18341: checking for qsort_r
  4061. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4062. configure:18341: $? = 0
  4063. configure:18341: result: yes
  4064. configure:18341: checking for rpmatch
  4065. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4066. configure:18341: $? = 0
  4067. configure:18341: result: yes
  4068. configure:18341: checking for scandirat
  4069. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4070. configure:18341: $? = 0
  4071. configure:18341: result: yes
  4072. configure:18341: checking for setprogname
  4073. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4074. /tmp/ccaaTQHf.o: In function `main':
  4075. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:147: undefined reference to `setprogname'
  4076. collect2: error: ld returned 1 exit status
  4077. configure:18341: $? = 1
  4078. configure: failed program was:
  4079. | /* confdefs.h */
  4080. | #define PACKAGE_NAME "util-linux"
  4081. | #define PACKAGE_TARNAME "util-linux"
  4082. | #define PACKAGE_VERSION "2.29.1"
  4083. | #define PACKAGE_STRING "util-linux 2.29.1"
  4084. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  4085. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  4086. | #define STDC_HEADERS 1
  4087. | #define HAVE_SYS_TYPES_H 1
  4088. | #define HAVE_SYS_STAT_H 1
  4089. | #define HAVE_STDLIB_H 1
  4090. | #define HAVE_STRING_H 1
  4091. | #define HAVE_MEMORY_H 1
  4092. | #define HAVE_STRINGS_H 1
  4093. | #define HAVE_INTTYPES_H 1
  4094. | #define HAVE_STDINT_H 1
  4095. | #define HAVE_UNISTD_H 1
  4096. | #define __EXTENSIONS__ 1
  4097. | #define _ALL_SOURCE 1
  4098. | #define _GNU_SOURCE 1
  4099. | #define _POSIX_PTHREAD_SEMANTICS 1
  4100. | #define _TANDEM_SOURCE 1
  4101. | #define PACKAGE "util-linux"
  4102. | #define VERSION "2.29.1"
  4103. | #define HAVE_DLFCN_H 1
  4104. | #define LT_OBJDIR ".libs/"
  4105. | #define ENABLE_NLS 1
  4106. | #define HAVE_GETTEXT 1
  4107. | #define HAVE_DCGETTEXT 1
  4108. | #define HAVE_LINUX_BLKPG_H 1
  4109. | #define HAVE_LINUX_MAJOR_H 1
  4110. | #define HAVE_ERR_H 1
  4111. | #define HAVE_ERRNO_H 1
  4112. | #define HAVE_FCNTL_H 1
  4113. | #define HAVE_GETOPT_H 1
  4114. | #define HAVE_INTTYPES_H 1
  4115. | #define HAVE_LINUX_BTRFS_H 1
  4116. | #define HAVE_LINUX_CDROM_H 1
  4117. | #define HAVE_LINUX_FALLOC_H 1
  4118. | #define HAVE_LINUX_WATCHDOG_H 1
  4119. | #define HAVE_LINUX_FD_H 1
  4120. | #define HAVE_LINUX_RAW_H 1
  4121. | #define HAVE_LINUX_TIOCL_H 1
  4122. | #define HAVE_LINUX_VERSION_H 1
  4123. | #define HAVE_LINUX_SECUREBITS_H 1
  4124. | #define HAVE_LOCALE_H 1
  4125. | #define HAVE_MNTENT_H 1
  4126. | #define HAVE_NET_IF_H 1
  4127. | #define HAVE_NETINET_IN_H 1
  4128. | #define HAVE_PATHS_H 1
  4129. | #define HAVE_PTY_H 1
  4130. | #define HAVE_STDINT_H 1
  4131. | #define HAVE_STDIO_EXT_H 1
  4132. | #define HAVE_STDLIB_H 1
  4133. | #define HAVE_ENDIAN_H 1
  4134. | #define HAVE_BYTESWAP_H 1
  4135. | #define HAVE_SYS_FILE_H 1
  4136. | #define HAVE_SYS_IO_H 1
  4137. | #define HAVE_SYS_IOCTL_H 1
  4138. | #define HAVE_SYS_MOUNT_H 1
  4139. | #define HAVE_SYS_PARAM_H 1
  4140. | #define HAVE_SYS_PRCTL_H 1
  4141. | #define HAVE_SYS_RESOURCE_H 1
  4142. | #define HAVE_SYS_SIGNALFD_H 1
  4143. | #define HAVE_SYS_SOCKET_H 1
  4144. | #define HAVE_SYS_STAT_H 1
  4145. | #define HAVE_SYS_SYSMACROS_H 1
  4146. | #define HAVE_SYS_SWAP_H 1
  4147. | #define HAVE_SYS_SYSCALL_H 1
  4148. | #define HAVE_SYS_TIME_H 1
  4149. | #define HAVE_SYS_TIMEX_H 1
  4150. | #define HAVE_SYS_TTYDEFAULTS_H 1
  4151. | #define HAVE_SYS_TYPES_H 1
  4152. | #define HAVE_SYS_UN_H 1
  4153. | #define HAVE_UNISTD_H 1
  4154. | #define HAVE_SHADOW_H 1
  4155. | #define HAVE_UTMP_H 1
  4156. | #define HAVE_LANGINFO_H 1
  4157. | #define HAVE_TM_GMTOFF 1
  4158. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  4159. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  4160. | #define SWAPON_HAS_TWO_ARGS 1
  4161. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  4162. | #define HAVE_LSEEK64_PROTOTYPE 1
  4163. | #define HAVE_ENVIRON_DECL 1
  4164. | #define HAVE_STRSIGNAL_DECL 1
  4165. | #define HAVE___FPENDING 1
  4166. | #define HAVE_SECURE_GETENV 1
  4167. | #define HAVE_ERR 1
  4168. | #define HAVE_ERRX 1
  4169. | #define HAVE_FSYNC 1
  4170. | #define HAVE_UTIMENSAT 1
  4171. | #define HAVE_GETDOMAINNAME 1
  4172. | #define HAVE_GETDTABLESIZE 1
  4173. | #define HAVE_GETRLIMIT 1
  4174. | #define HAVE_GETSGNAM 1
  4175. | #define HAVE_INOTIFY_INIT 1
  4176. | #define HAVE_JRAND48 1
  4177. | #define HAVE_LCHOWN 1
  4178. | #define HAVE_LLSEEK 1
  4179. | #define HAVE_LSEEK64 1
  4180. | #define HAVE_MEMPCPY 1
  4181. | #define HAVE_MKOSTEMP 1
  4182. | #define HAVE_NANOSLEEP 1
  4183. | #define HAVE_NTP_GETTIME 1
  4184. | #define HAVE_PERSONALITY 1
  4185. | #define HAVE_POSIX_FADVISE 1
  4186. | #define HAVE_PRCTL 1
  4187. | #define HAVE_QSORT_R 1
  4188. | #define HAVE_RPMATCH 1
  4189. | #define HAVE_SCANDIRAT 1
  4190. | /* end confdefs.h. */
  4191. | /* Define setprogname to an innocuous variant, in case <limits.h> declares setprogname.
  4192. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4193. | #define setprogname innocuous_setprogname
  4194. |
  4195. | /* System header to define __stub macros and hopefully few prototypes,
  4196. | which can conflict with char setprogname (); below.
  4197. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4198. | <limits.h> exists even on freestanding compilers. */
  4199. |
  4200. | #ifdef __STDC__
  4201. | # include <limits.h>
  4202. | #else
  4203. | # include <assert.h>
  4204. | #endif
  4205. |
  4206. | #undef setprogname
  4207. |
  4208. | /* Override any GCC internal prototype to avoid an error.
  4209. | Use char because int might match the return type of a GCC
  4210. | builtin and then its argument prototype would still apply. */
  4211. | #ifdef __cplusplus
  4212. | extern "C"
  4213. | #endif
  4214. | char setprogname ();
  4215. | /* The GNU C library defines this for functions which it implements
  4216. | to always fail with ENOSYS. Some functions are actually named
  4217. | something starting with __ and the normal name is an alias. */
  4218. | #if defined __stub_setprogname || defined __stub___setprogname
  4219. | choke me
  4220. | #endif
  4221. |
  4222. | int
  4223. | main ()
  4224. | {
  4225. | return setprogname ();
  4226. | ;
  4227. | return 0;
  4228. | }
  4229. configure:18341: result: no
  4230. configure:18341: checking for setresgid
  4231. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4232. configure:18341: $? = 0
  4233. configure:18341: result: yes
  4234. configure:18341: checking for setresuid
  4235. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4236. configure:18341: $? = 0
  4237. configure:18341: result: yes
  4238. configure:18341: checking for sched_setattr
  4239. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4240. /tmp/ccFJmbiu.o: In function `main':
  4241. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:149: undefined reference to `sched_setattr'
  4242. collect2: error: ld returned 1 exit status
  4243. configure:18341: $? = 1
  4244. configure: failed program was:
  4245. | /* confdefs.h */
  4246. | #define PACKAGE_NAME "util-linux"
  4247. | #define PACKAGE_TARNAME "util-linux"
  4248. | #define PACKAGE_VERSION "2.29.1"
  4249. | #define PACKAGE_STRING "util-linux 2.29.1"
  4250. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  4251. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  4252. | #define STDC_HEADERS 1
  4253. | #define HAVE_SYS_TYPES_H 1
  4254. | #define HAVE_SYS_STAT_H 1
  4255. | #define HAVE_STDLIB_H 1
  4256. | #define HAVE_STRING_H 1
  4257. | #define HAVE_MEMORY_H 1
  4258. | #define HAVE_STRINGS_H 1
  4259. | #define HAVE_INTTYPES_H 1
  4260. | #define HAVE_STDINT_H 1
  4261. | #define HAVE_UNISTD_H 1
  4262. | #define __EXTENSIONS__ 1
  4263. | #define _ALL_SOURCE 1
  4264. | #define _GNU_SOURCE 1
  4265. | #define _POSIX_PTHREAD_SEMANTICS 1
  4266. | #define _TANDEM_SOURCE 1
  4267. | #define PACKAGE "util-linux"
  4268. | #define VERSION "2.29.1"
  4269. | #define HAVE_DLFCN_H 1
  4270. | #define LT_OBJDIR ".libs/"
  4271. | #define ENABLE_NLS 1
  4272. | #define HAVE_GETTEXT 1
  4273. | #define HAVE_DCGETTEXT 1
  4274. | #define HAVE_LINUX_BLKPG_H 1
  4275. | #define HAVE_LINUX_MAJOR_H 1
  4276. | #define HAVE_ERR_H 1
  4277. | #define HAVE_ERRNO_H 1
  4278. | #define HAVE_FCNTL_H 1
  4279. | #define HAVE_GETOPT_H 1
  4280. | #define HAVE_INTTYPES_H 1
  4281. | #define HAVE_LINUX_BTRFS_H 1
  4282. | #define HAVE_LINUX_CDROM_H 1
  4283. | #define HAVE_LINUX_FALLOC_H 1
  4284. | #define HAVE_LINUX_WATCHDOG_H 1
  4285. | #define HAVE_LINUX_FD_H 1
  4286. | #define HAVE_LINUX_RAW_H 1
  4287. | #define HAVE_LINUX_TIOCL_H 1
  4288. | #define HAVE_LINUX_VERSION_H 1
  4289. | #define HAVE_LINUX_SECUREBITS_H 1
  4290. | #define HAVE_LOCALE_H 1
  4291. | #define HAVE_MNTENT_H 1
  4292. | #define HAVE_NET_IF_H 1
  4293. | #define HAVE_NETINET_IN_H 1
  4294. | #define HAVE_PATHS_H 1
  4295. | #define HAVE_PTY_H 1
  4296. | #define HAVE_STDINT_H 1
  4297. | #define HAVE_STDIO_EXT_H 1
  4298. | #define HAVE_STDLIB_H 1
  4299. | #define HAVE_ENDIAN_H 1
  4300. | #define HAVE_BYTESWAP_H 1
  4301. | #define HAVE_SYS_FILE_H 1
  4302. | #define HAVE_SYS_IO_H 1
  4303. | #define HAVE_SYS_IOCTL_H 1
  4304. | #define HAVE_SYS_MOUNT_H 1
  4305. | #define HAVE_SYS_PARAM_H 1
  4306. | #define HAVE_SYS_PRCTL_H 1
  4307. | #define HAVE_SYS_RESOURCE_H 1
  4308. | #define HAVE_SYS_SIGNALFD_H 1
  4309. | #define HAVE_SYS_SOCKET_H 1
  4310. | #define HAVE_SYS_STAT_H 1
  4311. | #define HAVE_SYS_SYSMACROS_H 1
  4312. | #define HAVE_SYS_SWAP_H 1
  4313. | #define HAVE_SYS_SYSCALL_H 1
  4314. | #define HAVE_SYS_TIME_H 1
  4315. | #define HAVE_SYS_TIMEX_H 1
  4316. | #define HAVE_SYS_TTYDEFAULTS_H 1
  4317. | #define HAVE_SYS_TYPES_H 1
  4318. | #define HAVE_SYS_UN_H 1
  4319. | #define HAVE_UNISTD_H 1
  4320. | #define HAVE_SHADOW_H 1
  4321. | #define HAVE_UTMP_H 1
  4322. | #define HAVE_LANGINFO_H 1
  4323. | #define HAVE_TM_GMTOFF 1
  4324. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  4325. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  4326. | #define SWAPON_HAS_TWO_ARGS 1
  4327. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  4328. | #define HAVE_LSEEK64_PROTOTYPE 1
  4329. | #define HAVE_ENVIRON_DECL 1
  4330. | #define HAVE_STRSIGNAL_DECL 1
  4331. | #define HAVE___FPENDING 1
  4332. | #define HAVE_SECURE_GETENV 1
  4333. | #define HAVE_ERR 1
  4334. | #define HAVE_ERRX 1
  4335. | #define HAVE_FSYNC 1
  4336. | #define HAVE_UTIMENSAT 1
  4337. | #define HAVE_GETDOMAINNAME 1
  4338. | #define HAVE_GETDTABLESIZE 1
  4339. | #define HAVE_GETRLIMIT 1
  4340. | #define HAVE_GETSGNAM 1
  4341. | #define HAVE_INOTIFY_INIT 1
  4342. | #define HAVE_JRAND48 1
  4343. | #define HAVE_LCHOWN 1
  4344. | #define HAVE_LLSEEK 1
  4345. | #define HAVE_LSEEK64 1
  4346. | #define HAVE_MEMPCPY 1
  4347. | #define HAVE_MKOSTEMP 1
  4348. | #define HAVE_NANOSLEEP 1
  4349. | #define HAVE_NTP_GETTIME 1
  4350. | #define HAVE_PERSONALITY 1
  4351. | #define HAVE_POSIX_FADVISE 1
  4352. | #define HAVE_PRCTL 1
  4353. | #define HAVE_QSORT_R 1
  4354. | #define HAVE_RPMATCH 1
  4355. | #define HAVE_SCANDIRAT 1
  4356. | #define HAVE_SETRESGID 1
  4357. | #define HAVE_SETRESUID 1
  4358. | /* end confdefs.h. */
  4359. | /* Define sched_setattr to an innocuous variant, in case <limits.h> declares sched_setattr.
  4360. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4361. | #define sched_setattr innocuous_sched_setattr
  4362. |
  4363. | /* System header to define __stub macros and hopefully few prototypes,
  4364. | which can conflict with char sched_setattr (); below.
  4365. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4366. | <limits.h> exists even on freestanding compilers. */
  4367. |
  4368. | #ifdef __STDC__
  4369. | # include <limits.h>
  4370. | #else
  4371. | # include <assert.h>
  4372. | #endif
  4373. |
  4374. | #undef sched_setattr
  4375. |
  4376. | /* Override any GCC internal prototype to avoid an error.
  4377. | Use char because int might match the return type of a GCC
  4378. | builtin and then its argument prototype would still apply. */
  4379. | #ifdef __cplusplus
  4380. | extern "C"
  4381. | #endif
  4382. | char sched_setattr ();
  4383. | /* The GNU C library defines this for functions which it implements
  4384. | to always fail with ENOSYS. Some functions are actually named
  4385. | something starting with __ and the normal name is an alias. */
  4386. | #if defined __stub_sched_setattr || defined __stub___sched_setattr
  4387. | choke me
  4388. | #endif
  4389. |
  4390. | int
  4391. | main ()
  4392. | {
  4393. | return sched_setattr ();
  4394. | ;
  4395. | return 0;
  4396. | }
  4397. configure:18341: result: no
  4398. configure:18341: checking for sched_setscheduler
  4399. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4400. configure:18341: $? = 0
  4401. configure:18341: result: yes
  4402. configure:18341: checking for sigqueue
  4403. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4404. configure:18341: $? = 0
  4405. configure:18341: result: yes
  4406. configure:18341: checking for srandom
  4407. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4408. configure:18341: $? = 0
  4409. configure:18341: result: yes
  4410. configure:18341: checking for strnchr
  4411. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4412. /tmp/ccglQRxM.o: In function `main':
  4413. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:152: undefined reference to `strnchr'
  4414. collect2: error: ld returned 1 exit status
  4415. configure:18341: $? = 1
  4416. configure: failed program was:
  4417. | /* confdefs.h */
  4418. | #define PACKAGE_NAME "util-linux"
  4419. | #define PACKAGE_TARNAME "util-linux"
  4420. | #define PACKAGE_VERSION "2.29.1"
  4421. | #define PACKAGE_STRING "util-linux 2.29.1"
  4422. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  4423. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  4424. | #define STDC_HEADERS 1
  4425. | #define HAVE_SYS_TYPES_H 1
  4426. | #define HAVE_SYS_STAT_H 1
  4427. | #define HAVE_STDLIB_H 1
  4428. | #define HAVE_STRING_H 1
  4429. | #define HAVE_MEMORY_H 1
  4430. | #define HAVE_STRINGS_H 1
  4431. | #define HAVE_INTTYPES_H 1
  4432. | #define HAVE_STDINT_H 1
  4433. | #define HAVE_UNISTD_H 1
  4434. | #define __EXTENSIONS__ 1
  4435. | #define _ALL_SOURCE 1
  4436. | #define _GNU_SOURCE 1
  4437. | #define _POSIX_PTHREAD_SEMANTICS 1
  4438. | #define _TANDEM_SOURCE 1
  4439. | #define PACKAGE "util-linux"
  4440. | #define VERSION "2.29.1"
  4441. | #define HAVE_DLFCN_H 1
  4442. | #define LT_OBJDIR ".libs/"
  4443. | #define ENABLE_NLS 1
  4444. | #define HAVE_GETTEXT 1
  4445. | #define HAVE_DCGETTEXT 1
  4446. | #define HAVE_LINUX_BLKPG_H 1
  4447. | #define HAVE_LINUX_MAJOR_H 1
  4448. | #define HAVE_ERR_H 1
  4449. | #define HAVE_ERRNO_H 1
  4450. | #define HAVE_FCNTL_H 1
  4451. | #define HAVE_GETOPT_H 1
  4452. | #define HAVE_INTTYPES_H 1
  4453. | #define HAVE_LINUX_BTRFS_H 1
  4454. | #define HAVE_LINUX_CDROM_H 1
  4455. | #define HAVE_LINUX_FALLOC_H 1
  4456. | #define HAVE_LINUX_WATCHDOG_H 1
  4457. | #define HAVE_LINUX_FD_H 1
  4458. | #define HAVE_LINUX_RAW_H 1
  4459. | #define HAVE_LINUX_TIOCL_H 1
  4460. | #define HAVE_LINUX_VERSION_H 1
  4461. | #define HAVE_LINUX_SECUREBITS_H 1
  4462. | #define HAVE_LOCALE_H 1
  4463. | #define HAVE_MNTENT_H 1
  4464. | #define HAVE_NET_IF_H 1
  4465. | #define HAVE_NETINET_IN_H 1
  4466. | #define HAVE_PATHS_H 1
  4467. | #define HAVE_PTY_H 1
  4468. | #define HAVE_STDINT_H 1
  4469. | #define HAVE_STDIO_EXT_H 1
  4470. | #define HAVE_STDLIB_H 1
  4471. | #define HAVE_ENDIAN_H 1
  4472. | #define HAVE_BYTESWAP_H 1
  4473. | #define HAVE_SYS_FILE_H 1
  4474. | #define HAVE_SYS_IO_H 1
  4475. | #define HAVE_SYS_IOCTL_H 1
  4476. | #define HAVE_SYS_MOUNT_H 1
  4477. | #define HAVE_SYS_PARAM_H 1
  4478. | #define HAVE_SYS_PRCTL_H 1
  4479. | #define HAVE_SYS_RESOURCE_H 1
  4480. | #define HAVE_SYS_SIGNALFD_H 1
  4481. | #define HAVE_SYS_SOCKET_H 1
  4482. | #define HAVE_SYS_STAT_H 1
  4483. | #define HAVE_SYS_SYSMACROS_H 1
  4484. | #define HAVE_SYS_SWAP_H 1
  4485. | #define HAVE_SYS_SYSCALL_H 1
  4486. | #define HAVE_SYS_TIME_H 1
  4487. | #define HAVE_SYS_TIMEX_H 1
  4488. | #define HAVE_SYS_TTYDEFAULTS_H 1
  4489. | #define HAVE_SYS_TYPES_H 1
  4490. | #define HAVE_SYS_UN_H 1
  4491. | #define HAVE_UNISTD_H 1
  4492. | #define HAVE_SHADOW_H 1
  4493. | #define HAVE_UTMP_H 1
  4494. | #define HAVE_LANGINFO_H 1
  4495. | #define HAVE_TM_GMTOFF 1
  4496. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  4497. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  4498. | #define SWAPON_HAS_TWO_ARGS 1
  4499. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  4500. | #define HAVE_LSEEK64_PROTOTYPE 1
  4501. | #define HAVE_ENVIRON_DECL 1
  4502. | #define HAVE_STRSIGNAL_DECL 1
  4503. | #define HAVE___FPENDING 1
  4504. | #define HAVE_SECURE_GETENV 1
  4505. | #define HAVE_ERR 1
  4506. | #define HAVE_ERRX 1
  4507. | #define HAVE_FSYNC 1
  4508. | #define HAVE_UTIMENSAT 1
  4509. | #define HAVE_GETDOMAINNAME 1
  4510. | #define HAVE_GETDTABLESIZE 1
  4511. | #define HAVE_GETRLIMIT 1
  4512. | #define HAVE_GETSGNAM 1
  4513. | #define HAVE_INOTIFY_INIT 1
  4514. | #define HAVE_JRAND48 1
  4515. | #define HAVE_LCHOWN 1
  4516. | #define HAVE_LLSEEK 1
  4517. | #define HAVE_LSEEK64 1
  4518. | #define HAVE_MEMPCPY 1
  4519. | #define HAVE_MKOSTEMP 1
  4520. | #define HAVE_NANOSLEEP 1
  4521. | #define HAVE_NTP_GETTIME 1
  4522. | #define HAVE_PERSONALITY 1
  4523. | #define HAVE_POSIX_FADVISE 1
  4524. | #define HAVE_PRCTL 1
  4525. | #define HAVE_QSORT_R 1
  4526. | #define HAVE_RPMATCH 1
  4527. | #define HAVE_SCANDIRAT 1
  4528. | #define HAVE_SETRESGID 1
  4529. | #define HAVE_SETRESUID 1
  4530. | #define HAVE_SCHED_SETSCHEDULER 1
  4531. | #define HAVE_SIGQUEUE 1
  4532. | #define HAVE_SRANDOM 1
  4533. | /* end confdefs.h. */
  4534. | /* Define strnchr to an innocuous variant, in case <limits.h> declares strnchr.
  4535. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4536. | #define strnchr innocuous_strnchr
  4537. |
  4538. | /* System header to define __stub macros and hopefully few prototypes,
  4539. | which can conflict with char strnchr (); below.
  4540. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4541. | <limits.h> exists even on freestanding compilers. */
  4542. |
  4543. | #ifdef __STDC__
  4544. | # include <limits.h>
  4545. | #else
  4546. | # include <assert.h>
  4547. | #endif
  4548. |
  4549. | #undef strnchr
  4550. |
  4551. | /* Override any GCC internal prototype to avoid an error.
  4552. | Use char because int might match the return type of a GCC
  4553. | builtin and then its argument prototype would still apply. */
  4554. | #ifdef __cplusplus
  4555. | extern "C"
  4556. | #endif
  4557. | char strnchr ();
  4558. | /* The GNU C library defines this for functions which it implements
  4559. | to always fail with ENOSYS. Some functions are actually named
  4560. | something starting with __ and the normal name is an alias. */
  4561. | #if defined __stub_strnchr || defined __stub___strnchr
  4562. | choke me
  4563. | #endif
  4564. |
  4565. | int
  4566. | main ()
  4567. | {
  4568. | return strnchr ();
  4569. | ;
  4570. | return 0;
  4571. | }
  4572. configure:18341: result: no
  4573. configure:18341: checking for strndup
  4574. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4575. conftest.c:141:6: warning: conflicting types for built-in function 'strndup'
  4576. char strndup ();
  4577. ^~~~~~~
  4578. configure:18341: $? = 0
  4579. configure:18341: result: yes
  4580. configure:18341: checking for strnlen
  4581. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4582. configure:18341: $? = 0
  4583. configure:18341: result: yes
  4584. configure:18341: checking for sysconf
  4585. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4586. configure:18341: $? = 0
  4587. configure:18341: result: yes
  4588. configure:18341: checking for sysinfo
  4589. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4590. configure:18341: $? = 0
  4591. configure:18341: result: yes
  4592. configure:18341: checking for updwtmp
  4593. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4594. configure:18341: $? = 0
  4595. configure:18341: result: yes
  4596. configure:18341: checking for usleep
  4597. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4598. configure:18341: $? = 0
  4599. configure:18341: result: yes
  4600. configure:18341: checking for warn
  4601. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4602. configure:18341: $? = 0
  4603. configure:18341: result: yes
  4604. configure:18341: checking for warnx
  4605. configure:18341: gcc -o conftest -g -O2 conftest.c >&5
  4606. configure:18341: $? = 0
  4607. configure:18341: result: yes
  4608. configure:18350: checking for _LARGEFILE_SOURCE value needed for large files
  4609. configure:18369: gcc -o conftest -g -O2 conftest.c >&5
  4610. configure:18369: $? = 0
  4611. configure:18397: result: no
  4612. configure:18422: checking for openat
  4613. configure:18422: gcc -o conftest -g -O2 conftest.c >&5
  4614. configure:18422: $? = 0
  4615. configure:18422: result: yes
  4616. configure:18422: checking for fstatat
  4617. configure:18422: gcc -o conftest -g -O2 conftest.c >&5
  4618. configure:18422: $? = 0
  4619. configure:18422: result: yes
  4620. configure:18422: checking for unlinkat
  4621. configure:18422: gcc -o conftest -g -O2 conftest.c >&5
  4622. configure:18422: $? = 0
  4623. configure:18422: result: yes
  4624. configure:18436: checking for ioperm
  4625. configure:18436: gcc -o conftest -g -O2 conftest.c >&5
  4626. configure:18436: $? = 0
  4627. configure:18436: result: yes
  4628. configure:18436: checking for iopl
  4629. configure:18436: gcc -o conftest -g -O2 conftest.c >&5
  4630. configure:18436: $? = 0
  4631. configure:18436: result: yes
  4632. configure:18447: checking for futimens
  4633. configure:18447: gcc -o conftest -g -O2 conftest.c >&5
  4634. configure:18447: $? = 0
  4635. configure:18447: result: yes
  4636. configure:18458: checking for inotify_init1
  4637. configure:18458: gcc -o conftest -g -O2 conftest.c >&5
  4638. configure:18458: $? = 0
  4639. configure:18458: result: yes
  4640. configure:18469: checking for open_memstream
  4641. configure:18469: gcc -o conftest -g -O2 conftest.c >&5
  4642. configure:18469: $? = 0
  4643. configure:18469: result: yes
  4644. configure:18482: checking for reboot
  4645. configure:18482: gcc -o conftest -g -O2 conftest.c >&5
  4646. configure:18482: $? = 0
  4647. configure:18482: result: yes
  4648. configure:18505: checking for isnan
  4649. configure:18505: gcc -o conftest -g -O2 conftest.c >&5
  4650. conftest.c:159:6: warning: conflicting types for built-in function 'isnan'
  4651. char isnan ();
  4652. ^~~~~
  4653. configure:18505: $? = 0
  4654. configure:18505: result: yes
  4655. configure:18561: checking for clock_gettime
  4656. configure:18561: gcc -o conftest -g -O2 conftest.c >&5
  4657. configure:18561: $? = 0
  4658. configure:18561: result: yes
  4659. configure:18616: checking for timer_create
  4660. configure:18616: gcc -o conftest -g -O2 conftest.c >&5
  4661. /tmp/cc3qJSMb.o: In function `main':
  4662. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:172: undefined reference to `timer_create'
  4663. collect2: error: ld returned 1 exit status
  4664. configure:18616: $? = 1
  4665. configure: failed program was:
  4666. | /* confdefs.h */
  4667. | #define PACKAGE_NAME "util-linux"
  4668. | #define PACKAGE_TARNAME "util-linux"
  4669. | #define PACKAGE_VERSION "2.29.1"
  4670. | #define PACKAGE_STRING "util-linux 2.29.1"
  4671. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  4672. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  4673. | #define STDC_HEADERS 1
  4674. | #define HAVE_SYS_TYPES_H 1
  4675. | #define HAVE_SYS_STAT_H 1
  4676. | #define HAVE_STDLIB_H 1
  4677. | #define HAVE_STRING_H 1
  4678. | #define HAVE_MEMORY_H 1
  4679. | #define HAVE_STRINGS_H 1
  4680. | #define HAVE_INTTYPES_H 1
  4681. | #define HAVE_STDINT_H 1
  4682. | #define HAVE_UNISTD_H 1
  4683. | #define __EXTENSIONS__ 1
  4684. | #define _ALL_SOURCE 1
  4685. | #define _GNU_SOURCE 1
  4686. | #define _POSIX_PTHREAD_SEMANTICS 1
  4687. | #define _TANDEM_SOURCE 1
  4688. | #define PACKAGE "util-linux"
  4689. | #define VERSION "2.29.1"
  4690. | #define HAVE_DLFCN_H 1
  4691. | #define LT_OBJDIR ".libs/"
  4692. | #define ENABLE_NLS 1
  4693. | #define HAVE_GETTEXT 1
  4694. | #define HAVE_DCGETTEXT 1
  4695. | #define HAVE_LINUX_BLKPG_H 1
  4696. | #define HAVE_LINUX_MAJOR_H 1
  4697. | #define HAVE_ERR_H 1
  4698. | #define HAVE_ERRNO_H 1
  4699. | #define HAVE_FCNTL_H 1
  4700. | #define HAVE_GETOPT_H 1
  4701. | #define HAVE_INTTYPES_H 1
  4702. | #define HAVE_LINUX_BTRFS_H 1
  4703. | #define HAVE_LINUX_CDROM_H 1
  4704. | #define HAVE_LINUX_FALLOC_H 1
  4705. | #define HAVE_LINUX_WATCHDOG_H 1
  4706. | #define HAVE_LINUX_FD_H 1
  4707. | #define HAVE_LINUX_RAW_H 1
  4708. | #define HAVE_LINUX_TIOCL_H 1
  4709. | #define HAVE_LINUX_VERSION_H 1
  4710. | #define HAVE_LINUX_SECUREBITS_H 1
  4711. | #define HAVE_LOCALE_H 1
  4712. | #define HAVE_MNTENT_H 1
  4713. | #define HAVE_NET_IF_H 1
  4714. | #define HAVE_NETINET_IN_H 1
  4715. | #define HAVE_PATHS_H 1
  4716. | #define HAVE_PTY_H 1
  4717. | #define HAVE_STDINT_H 1
  4718. | #define HAVE_STDIO_EXT_H 1
  4719. | #define HAVE_STDLIB_H 1
  4720. | #define HAVE_ENDIAN_H 1
  4721. | #define HAVE_BYTESWAP_H 1
  4722. | #define HAVE_SYS_FILE_H 1
  4723. | #define HAVE_SYS_IO_H 1
  4724. | #define HAVE_SYS_IOCTL_H 1
  4725. | #define HAVE_SYS_MOUNT_H 1
  4726. | #define HAVE_SYS_PARAM_H 1
  4727. | #define HAVE_SYS_PRCTL_H 1
  4728. | #define HAVE_SYS_RESOURCE_H 1
  4729. | #define HAVE_SYS_SIGNALFD_H 1
  4730. | #define HAVE_SYS_SOCKET_H 1
  4731. | #define HAVE_SYS_STAT_H 1
  4732. | #define HAVE_SYS_SYSMACROS_H 1
  4733. | #define HAVE_SYS_SWAP_H 1
  4734. | #define HAVE_SYS_SYSCALL_H 1
  4735. | #define HAVE_SYS_TIME_H 1
  4736. | #define HAVE_SYS_TIMEX_H 1
  4737. | #define HAVE_SYS_TTYDEFAULTS_H 1
  4738. | #define HAVE_SYS_TYPES_H 1
  4739. | #define HAVE_SYS_UN_H 1
  4740. | #define HAVE_UNISTD_H 1
  4741. | #define HAVE_SHADOW_H 1
  4742. | #define HAVE_UTMP_H 1
  4743. | #define HAVE_LANGINFO_H 1
  4744. | #define HAVE_TM_GMTOFF 1
  4745. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  4746. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  4747. | #define SWAPON_HAS_TWO_ARGS 1
  4748. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  4749. | #define HAVE_LSEEK64_PROTOTYPE 1
  4750. | #define HAVE_ENVIRON_DECL 1
  4751. | #define HAVE_STRSIGNAL_DECL 1
  4752. | #define HAVE___FPENDING 1
  4753. | #define HAVE_SECURE_GETENV 1
  4754. | #define HAVE_ERR 1
  4755. | #define HAVE_ERRX 1
  4756. | #define HAVE_FSYNC 1
  4757. | #define HAVE_UTIMENSAT 1
  4758. | #define HAVE_GETDOMAINNAME 1
  4759. | #define HAVE_GETDTABLESIZE 1
  4760. | #define HAVE_GETRLIMIT 1
  4761. | #define HAVE_GETSGNAM 1
  4762. | #define HAVE_INOTIFY_INIT 1
  4763. | #define HAVE_JRAND48 1
  4764. | #define HAVE_LCHOWN 1
  4765. | #define HAVE_LLSEEK 1
  4766. | #define HAVE_LSEEK64 1
  4767. | #define HAVE_MEMPCPY 1
  4768. | #define HAVE_MKOSTEMP 1
  4769. | #define HAVE_NANOSLEEP 1
  4770. | #define HAVE_NTP_GETTIME 1
  4771. | #define HAVE_PERSONALITY 1
  4772. | #define HAVE_POSIX_FADVISE 1
  4773. | #define HAVE_PRCTL 1
  4774. | #define HAVE_QSORT_R 1
  4775. | #define HAVE_RPMATCH 1
  4776. | #define HAVE_SCANDIRAT 1
  4777. | #define HAVE_SETRESGID 1
  4778. | #define HAVE_SETRESUID 1
  4779. | #define HAVE_SCHED_SETSCHEDULER 1
  4780. | #define HAVE_SIGQUEUE 1
  4781. | #define HAVE_SRANDOM 1
  4782. | #define HAVE_STRNDUP 1
  4783. | #define HAVE_STRNLEN 1
  4784. | #define HAVE_SYSCONF 1
  4785. | #define HAVE_SYSINFO 1
  4786. | #define HAVE_UPDWTMP 1
  4787. | #define HAVE_USLEEP 1
  4788. | #define HAVE_WARN 1
  4789. | #define HAVE_WARNX 1
  4790. | #define HAVE_FSEEKO 1
  4791. | #define HAVE_OPENAT 1
  4792. | #define HAVE_FSTATAT 1
  4793. | #define HAVE_UNLINKAT 1
  4794. | #define HAVE_IOPERM 1
  4795. | #define HAVE_IOPL 1
  4796. | #define HAVE_FUTIMENS 1
  4797. | #define HAVE_INOTIFY_INIT1 1
  4798. | #define HAVE_OPEN_MEMSTREAM 1
  4799. | #define HAVE_REBOOT 1
  4800. | #define HAVE_ISNAN 1
  4801. | #define HAVE_CLOCK_GETTIME 1
  4802. | /* end confdefs.h. */
  4803. | /* Define timer_create to an innocuous variant, in case <limits.h> declares timer_create.
  4804. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4805. | #define timer_create innocuous_timer_create
  4806. |
  4807. | /* System header to define __stub macros and hopefully few prototypes,
  4808. | which can conflict with char timer_create (); below.
  4809. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4810. | <limits.h> exists even on freestanding compilers. */
  4811. |
  4812. | #ifdef __STDC__
  4813. | # include <limits.h>
  4814. | #else
  4815. | # include <assert.h>
  4816. | #endif
  4817. |
  4818. | #undef timer_create
  4819. |
  4820. | /* Override any GCC internal prototype to avoid an error.
  4821. | Use char because int might match the return type of a GCC
  4822. | builtin and then its argument prototype would still apply. */
  4823. | #ifdef __cplusplus
  4824. | extern "C"
  4825. | #endif
  4826. | char timer_create ();
  4827. | /* The GNU C library defines this for functions which it implements
  4828. | to always fail with ENOSYS. Some functions are actually named
  4829. | something starting with __ and the normal name is an alias. */
  4830. | #if defined __stub_timer_create || defined __stub___timer_create
  4831. | choke me
  4832. | #endif
  4833. |
  4834. | int
  4835. | main ()
  4836. | {
  4837. | return timer_create ();
  4838. | ;
  4839. | return 0;
  4840. | }
  4841. configure:18616: result: no
  4842. configure:18623: checking for timer_create in -lrt
  4843. configure:18648: gcc -o conftest -g -O2 conftest.c -lrt >&5
  4844. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  4845. collect2: error: ld returned 1 exit status
  4846. configure:18648: $? = 1
  4847. configure: failed program was:
  4848. | /* confdefs.h */
  4849. | #define PACKAGE_NAME "util-linux"
  4850. | #define PACKAGE_TARNAME "util-linux"
  4851. | #define PACKAGE_VERSION "2.29.1"
  4852. | #define PACKAGE_STRING "util-linux 2.29.1"
  4853. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  4854. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  4855. | #define STDC_HEADERS 1
  4856. | #define HAVE_SYS_TYPES_H 1
  4857. | #define HAVE_SYS_STAT_H 1
  4858. | #define HAVE_STDLIB_H 1
  4859. | #define HAVE_STRING_H 1
  4860. | #define HAVE_MEMORY_H 1
  4861. | #define HAVE_STRINGS_H 1
  4862. | #define HAVE_INTTYPES_H 1
  4863. | #define HAVE_STDINT_H 1
  4864. | #define HAVE_UNISTD_H 1
  4865. | #define __EXTENSIONS__ 1
  4866. | #define _ALL_SOURCE 1
  4867. | #define _GNU_SOURCE 1
  4868. | #define _POSIX_PTHREAD_SEMANTICS 1
  4869. | #define _TANDEM_SOURCE 1
  4870. | #define PACKAGE "util-linux"
  4871. | #define VERSION "2.29.1"
  4872. | #define HAVE_DLFCN_H 1
  4873. | #define LT_OBJDIR ".libs/"
  4874. | #define ENABLE_NLS 1
  4875. | #define HAVE_GETTEXT 1
  4876. | #define HAVE_DCGETTEXT 1
  4877. | #define HAVE_LINUX_BLKPG_H 1
  4878. | #define HAVE_LINUX_MAJOR_H 1
  4879. | #define HAVE_ERR_H 1
  4880. | #define HAVE_ERRNO_H 1
  4881. | #define HAVE_FCNTL_H 1
  4882. | #define HAVE_GETOPT_H 1
  4883. | #define HAVE_INTTYPES_H 1
  4884. | #define HAVE_LINUX_BTRFS_H 1
  4885. | #define HAVE_LINUX_CDROM_H 1
  4886. | #define HAVE_LINUX_FALLOC_H 1
  4887. | #define HAVE_LINUX_WATCHDOG_H 1
  4888. | #define HAVE_LINUX_FD_H 1
  4889. | #define HAVE_LINUX_RAW_H 1
  4890. | #define HAVE_LINUX_TIOCL_H 1
  4891. | #define HAVE_LINUX_VERSION_H 1
  4892. | #define HAVE_LINUX_SECUREBITS_H 1
  4893. | #define HAVE_LOCALE_H 1
  4894. | #define HAVE_MNTENT_H 1
  4895. | #define HAVE_NET_IF_H 1
  4896. | #define HAVE_NETINET_IN_H 1
  4897. | #define HAVE_PATHS_H 1
  4898. | #define HAVE_PTY_H 1
  4899. | #define HAVE_STDINT_H 1
  4900. | #define HAVE_STDIO_EXT_H 1
  4901. | #define HAVE_STDLIB_H 1
  4902. | #define HAVE_ENDIAN_H 1
  4903. | #define HAVE_BYTESWAP_H 1
  4904. | #define HAVE_SYS_FILE_H 1
  4905. | #define HAVE_SYS_IO_H 1
  4906. | #define HAVE_SYS_IOCTL_H 1
  4907. | #define HAVE_SYS_MOUNT_H 1
  4908. | #define HAVE_SYS_PARAM_H 1
  4909. | #define HAVE_SYS_PRCTL_H 1
  4910. | #define HAVE_SYS_RESOURCE_H 1
  4911. | #define HAVE_SYS_SIGNALFD_H 1
  4912. | #define HAVE_SYS_SOCKET_H 1
  4913. | #define HAVE_SYS_STAT_H 1
  4914. | #define HAVE_SYS_SYSMACROS_H 1
  4915. | #define HAVE_SYS_SWAP_H 1
  4916. | #define HAVE_SYS_SYSCALL_H 1
  4917. | #define HAVE_SYS_TIME_H 1
  4918. | #define HAVE_SYS_TIMEX_H 1
  4919. | #define HAVE_SYS_TTYDEFAULTS_H 1
  4920. | #define HAVE_SYS_TYPES_H 1
  4921. | #define HAVE_SYS_UN_H 1
  4922. | #define HAVE_UNISTD_H 1
  4923. | #define HAVE_SHADOW_H 1
  4924. | #define HAVE_UTMP_H 1
  4925. | #define HAVE_LANGINFO_H 1
  4926. | #define HAVE_TM_GMTOFF 1
  4927. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  4928. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  4929. | #define SWAPON_HAS_TWO_ARGS 1
  4930. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  4931. | #define HAVE_LSEEK64_PROTOTYPE 1
  4932. | #define HAVE_ENVIRON_DECL 1
  4933. | #define HAVE_STRSIGNAL_DECL 1
  4934. | #define HAVE___FPENDING 1
  4935. | #define HAVE_SECURE_GETENV 1
  4936. | #define HAVE_ERR 1
  4937. | #define HAVE_ERRX 1
  4938. | #define HAVE_FSYNC 1
  4939. | #define HAVE_UTIMENSAT 1
  4940. | #define HAVE_GETDOMAINNAME 1
  4941. | #define HAVE_GETDTABLESIZE 1
  4942. | #define HAVE_GETRLIMIT 1
  4943. | #define HAVE_GETSGNAM 1
  4944. | #define HAVE_INOTIFY_INIT 1
  4945. | #define HAVE_JRAND48 1
  4946. | #define HAVE_LCHOWN 1
  4947. | #define HAVE_LLSEEK 1
  4948. | #define HAVE_LSEEK64 1
  4949. | #define HAVE_MEMPCPY 1
  4950. | #define HAVE_MKOSTEMP 1
  4951. | #define HAVE_NANOSLEEP 1
  4952. | #define HAVE_NTP_GETTIME 1
  4953. | #define HAVE_PERSONALITY 1
  4954. | #define HAVE_POSIX_FADVISE 1
  4955. | #define HAVE_PRCTL 1
  4956. | #define HAVE_QSORT_R 1
  4957. | #define HAVE_RPMATCH 1
  4958. | #define HAVE_SCANDIRAT 1
  4959. | #define HAVE_SETRESGID 1
  4960. | #define HAVE_SETRESUID 1
  4961. | #define HAVE_SCHED_SETSCHEDULER 1
  4962. | #define HAVE_SIGQUEUE 1
  4963. | #define HAVE_SRANDOM 1
  4964. | #define HAVE_STRNDUP 1
  4965. | #define HAVE_STRNLEN 1
  4966. | #define HAVE_SYSCONF 1
  4967. | #define HAVE_SYSINFO 1
  4968. | #define HAVE_UPDWTMP 1
  4969. | #define HAVE_USLEEP 1
  4970. | #define HAVE_WARN 1
  4971. | #define HAVE_WARNX 1
  4972. | #define HAVE_FSEEKO 1
  4973. | #define HAVE_OPENAT 1
  4974. | #define HAVE_FSTATAT 1
  4975. | #define HAVE_UNLINKAT 1
  4976. | #define HAVE_IOPERM 1
  4977. | #define HAVE_IOPL 1
  4978. | #define HAVE_FUTIMENS 1
  4979. | #define HAVE_INOTIFY_INIT1 1
  4980. | #define HAVE_OPEN_MEMSTREAM 1
  4981. | #define HAVE_REBOOT 1
  4982. | #define HAVE_ISNAN 1
  4983. | #define HAVE_CLOCK_GETTIME 1
  4984. | /* end confdefs.h. */
  4985. |
  4986. | /* Override any GCC internal prototype to avoid an error.
  4987. | Use char because int might match the return type of a GCC
  4988. | builtin and then its argument prototype would still apply. */
  4989. | #ifdef __cplusplus
  4990. | extern "C"
  4991. | #endif
  4992. | char timer_create ();
  4993. | int
  4994. | main ()
  4995. | {
  4996. | return timer_create ();
  4997. | ;
  4998. | return 0;
  4999. | }
  5000. configure:18657: result: no
  5001. configure:18666: checking for library containing timer_create
  5002. configure:18698: gcc -o conftest -g -O2 conftest.c >&5
  5003. /tmp/cc3QJyvk.o: In function `main':
  5004. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:149: undefined reference to `timer_create'
  5005. collect2: error: ld returned 1 exit status
  5006. configure:18698: $? = 1
  5007. configure: failed program was:
  5008. | /* confdefs.h */
  5009. | #define PACKAGE_NAME "util-linux"
  5010. | #define PACKAGE_TARNAME "util-linux"
  5011. | #define PACKAGE_VERSION "2.29.1"
  5012. | #define PACKAGE_STRING "util-linux 2.29.1"
  5013. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  5014. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  5015. | #define STDC_HEADERS 1
  5016. | #define HAVE_SYS_TYPES_H 1
  5017. | #define HAVE_SYS_STAT_H 1
  5018. | #define HAVE_STDLIB_H 1
  5019. | #define HAVE_STRING_H 1
  5020. | #define HAVE_MEMORY_H 1
  5021. | #define HAVE_STRINGS_H 1
  5022. | #define HAVE_INTTYPES_H 1
  5023. | #define HAVE_STDINT_H 1
  5024. | #define HAVE_UNISTD_H 1
  5025. | #define __EXTENSIONS__ 1
  5026. | #define _ALL_SOURCE 1
  5027. | #define _GNU_SOURCE 1
  5028. | #define _POSIX_PTHREAD_SEMANTICS 1
  5029. | #define _TANDEM_SOURCE 1
  5030. | #define PACKAGE "util-linux"
  5031. | #define VERSION "2.29.1"
  5032. | #define HAVE_DLFCN_H 1
  5033. | #define LT_OBJDIR ".libs/"
  5034. | #define ENABLE_NLS 1
  5035. | #define HAVE_GETTEXT 1
  5036. | #define HAVE_DCGETTEXT 1
  5037. | #define HAVE_LINUX_BLKPG_H 1
  5038. | #define HAVE_LINUX_MAJOR_H 1
  5039. | #define HAVE_ERR_H 1
  5040. | #define HAVE_ERRNO_H 1
  5041. | #define HAVE_FCNTL_H 1
  5042. | #define HAVE_GETOPT_H 1
  5043. | #define HAVE_INTTYPES_H 1
  5044. | #define HAVE_LINUX_BTRFS_H 1
  5045. | #define HAVE_LINUX_CDROM_H 1
  5046. | #define HAVE_LINUX_FALLOC_H 1
  5047. | #define HAVE_LINUX_WATCHDOG_H 1
  5048. | #define HAVE_LINUX_FD_H 1
  5049. | #define HAVE_LINUX_RAW_H 1
  5050. | #define HAVE_LINUX_TIOCL_H 1
  5051. | #define HAVE_LINUX_VERSION_H 1
  5052. | #define HAVE_LINUX_SECUREBITS_H 1
  5053. | #define HAVE_LOCALE_H 1
  5054. | #define HAVE_MNTENT_H 1
  5055. | #define HAVE_NET_IF_H 1
  5056. | #define HAVE_NETINET_IN_H 1
  5057. | #define HAVE_PATHS_H 1
  5058. | #define HAVE_PTY_H 1
  5059. | #define HAVE_STDINT_H 1
  5060. | #define HAVE_STDIO_EXT_H 1
  5061. | #define HAVE_STDLIB_H 1
  5062. | #define HAVE_ENDIAN_H 1
  5063. | #define HAVE_BYTESWAP_H 1
  5064. | #define HAVE_SYS_FILE_H 1
  5065. | #define HAVE_SYS_IO_H 1
  5066. | #define HAVE_SYS_IOCTL_H 1
  5067. | #define HAVE_SYS_MOUNT_H 1
  5068. | #define HAVE_SYS_PARAM_H 1
  5069. | #define HAVE_SYS_PRCTL_H 1
  5070. | #define HAVE_SYS_RESOURCE_H 1
  5071. | #define HAVE_SYS_SIGNALFD_H 1
  5072. | #define HAVE_SYS_SOCKET_H 1
  5073. | #define HAVE_SYS_STAT_H 1
  5074. | #define HAVE_SYS_SYSMACROS_H 1
  5075. | #define HAVE_SYS_SWAP_H 1
  5076. | #define HAVE_SYS_SYSCALL_H 1
  5077. | #define HAVE_SYS_TIME_H 1
  5078. | #define HAVE_SYS_TIMEX_H 1
  5079. | #define HAVE_SYS_TTYDEFAULTS_H 1
  5080. | #define HAVE_SYS_TYPES_H 1
  5081. | #define HAVE_SYS_UN_H 1
  5082. | #define HAVE_UNISTD_H 1
  5083. | #define HAVE_SHADOW_H 1
  5084. | #define HAVE_UTMP_H 1
  5085. | #define HAVE_LANGINFO_H 1
  5086. | #define HAVE_TM_GMTOFF 1
  5087. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  5088. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  5089. | #define SWAPON_HAS_TWO_ARGS 1
  5090. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  5091. | #define HAVE_LSEEK64_PROTOTYPE 1
  5092. | #define HAVE_ENVIRON_DECL 1
  5093. | #define HAVE_STRSIGNAL_DECL 1
  5094. | #define HAVE___FPENDING 1
  5095. | #define HAVE_SECURE_GETENV 1
  5096. | #define HAVE_ERR 1
  5097. | #define HAVE_ERRX 1
  5098. | #define HAVE_FSYNC 1
  5099. | #define HAVE_UTIMENSAT 1
  5100. | #define HAVE_GETDOMAINNAME 1
  5101. | #define HAVE_GETDTABLESIZE 1
  5102. | #define HAVE_GETRLIMIT 1
  5103. | #define HAVE_GETSGNAM 1
  5104. | #define HAVE_INOTIFY_INIT 1
  5105. | #define HAVE_JRAND48 1
  5106. | #define HAVE_LCHOWN 1
  5107. | #define HAVE_LLSEEK 1
  5108. | #define HAVE_LSEEK64 1
  5109. | #define HAVE_MEMPCPY 1
  5110. | #define HAVE_MKOSTEMP 1
  5111. | #define HAVE_NANOSLEEP 1
  5112. | #define HAVE_NTP_GETTIME 1
  5113. | #define HAVE_PERSONALITY 1
  5114. | #define HAVE_POSIX_FADVISE 1
  5115. | #define HAVE_PRCTL 1
  5116. | #define HAVE_QSORT_R 1
  5117. | #define HAVE_RPMATCH 1
  5118. | #define HAVE_SCANDIRAT 1
  5119. | #define HAVE_SETRESGID 1
  5120. | #define HAVE_SETRESUID 1
  5121. | #define HAVE_SCHED_SETSCHEDULER 1
  5122. | #define HAVE_SIGQUEUE 1
  5123. | #define HAVE_SRANDOM 1
  5124. | #define HAVE_STRNDUP 1
  5125. | #define HAVE_STRNLEN 1
  5126. | #define HAVE_SYSCONF 1
  5127. | #define HAVE_SYSINFO 1
  5128. | #define HAVE_UPDWTMP 1
  5129. | #define HAVE_USLEEP 1
  5130. | #define HAVE_WARN 1
  5131. | #define HAVE_WARNX 1
  5132. | #define HAVE_FSEEKO 1
  5133. | #define HAVE_OPENAT 1
  5134. | #define HAVE_FSTATAT 1
  5135. | #define HAVE_UNLINKAT 1
  5136. | #define HAVE_IOPERM 1
  5137. | #define HAVE_IOPL 1
  5138. | #define HAVE_FUTIMENS 1
  5139. | #define HAVE_INOTIFY_INIT1 1
  5140. | #define HAVE_OPEN_MEMSTREAM 1
  5141. | #define HAVE_REBOOT 1
  5142. | #define HAVE_ISNAN 1
  5143. | #define HAVE_CLOCK_GETTIME 1
  5144. | /* end confdefs.h. */
  5145. |
  5146. | /* Override any GCC internal prototype to avoid an error.
  5147. | Use char because int might match the return type of a GCC
  5148. | builtin and then its argument prototype would still apply. */
  5149. | #ifdef __cplusplus
  5150. | extern "C"
  5151. | #endif
  5152. | char timer_create ();
  5153. | int
  5154. | main ()
  5155. | {
  5156. | return timer_create ();
  5157. | ;
  5158. | return 0;
  5159. | }
  5160. configure:18698: gcc -o conftest -g -O2 conftest.c -lrt -lpthread
  5161. >&5
  5162. configure:18698: $? = 0
  5163. configure:18715: result: -lrt
  5164. configure:18721: result: yes
  5165. configure:18739: checking for rtas_get_sysparm in -lrtas
  5166. configure:18764: gcc -o conftest -g -O2 conftest.c -lrtas -lrt >&5
  5167. /usr/bin/ld: cannot find -lrtas
  5168. collect2: error: ld returned 1 exit status
  5169. configure:18764: $? = 1
  5170. configure: failed program was:
  5171. | /* confdefs.h */
  5172. | #define PACKAGE_NAME "util-linux"
  5173. | #define PACKAGE_TARNAME "util-linux"
  5174. | #define PACKAGE_VERSION "2.29.1"
  5175. | #define PACKAGE_STRING "util-linux 2.29.1"
  5176. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  5177. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  5178. | #define STDC_HEADERS 1
  5179. | #define HAVE_SYS_TYPES_H 1
  5180. | #define HAVE_SYS_STAT_H 1
  5181. | #define HAVE_STDLIB_H 1
  5182. | #define HAVE_STRING_H 1
  5183. | #define HAVE_MEMORY_H 1
  5184. | #define HAVE_STRINGS_H 1
  5185. | #define HAVE_INTTYPES_H 1
  5186. | #define HAVE_STDINT_H 1
  5187. | #define HAVE_UNISTD_H 1
  5188. | #define __EXTENSIONS__ 1
  5189. | #define _ALL_SOURCE 1
  5190. | #define _GNU_SOURCE 1
  5191. | #define _POSIX_PTHREAD_SEMANTICS 1
  5192. | #define _TANDEM_SOURCE 1
  5193. | #define PACKAGE "util-linux"
  5194. | #define VERSION "2.29.1"
  5195. | #define HAVE_DLFCN_H 1
  5196. | #define LT_OBJDIR ".libs/"
  5197. | #define ENABLE_NLS 1
  5198. | #define HAVE_GETTEXT 1
  5199. | #define HAVE_DCGETTEXT 1
  5200. | #define HAVE_LINUX_BLKPG_H 1
  5201. | #define HAVE_LINUX_MAJOR_H 1
  5202. | #define HAVE_ERR_H 1
  5203. | #define HAVE_ERRNO_H 1
  5204. | #define HAVE_FCNTL_H 1
  5205. | #define HAVE_GETOPT_H 1
  5206. | #define HAVE_INTTYPES_H 1
  5207. | #define HAVE_LINUX_BTRFS_H 1
  5208. | #define HAVE_LINUX_CDROM_H 1
  5209. | #define HAVE_LINUX_FALLOC_H 1
  5210. | #define HAVE_LINUX_WATCHDOG_H 1
  5211. | #define HAVE_LINUX_FD_H 1
  5212. | #define HAVE_LINUX_RAW_H 1
  5213. | #define HAVE_LINUX_TIOCL_H 1
  5214. | #define HAVE_LINUX_VERSION_H 1
  5215. | #define HAVE_LINUX_SECUREBITS_H 1
  5216. | #define HAVE_LOCALE_H 1
  5217. | #define HAVE_MNTENT_H 1
  5218. | #define HAVE_NET_IF_H 1
  5219. | #define HAVE_NETINET_IN_H 1
  5220. | #define HAVE_PATHS_H 1
  5221. | #define HAVE_PTY_H 1
  5222. | #define HAVE_STDINT_H 1
  5223. | #define HAVE_STDIO_EXT_H 1
  5224. | #define HAVE_STDLIB_H 1
  5225. | #define HAVE_ENDIAN_H 1
  5226. | #define HAVE_BYTESWAP_H 1
  5227. | #define HAVE_SYS_FILE_H 1
  5228. | #define HAVE_SYS_IO_H 1
  5229. | #define HAVE_SYS_IOCTL_H 1
  5230. | #define HAVE_SYS_MOUNT_H 1
  5231. | #define HAVE_SYS_PARAM_H 1
  5232. | #define HAVE_SYS_PRCTL_H 1
  5233. | #define HAVE_SYS_RESOURCE_H 1
  5234. | #define HAVE_SYS_SIGNALFD_H 1
  5235. | #define HAVE_SYS_SOCKET_H 1
  5236. | #define HAVE_SYS_STAT_H 1
  5237. | #define HAVE_SYS_SYSMACROS_H 1
  5238. | #define HAVE_SYS_SWAP_H 1
  5239. | #define HAVE_SYS_SYSCALL_H 1
  5240. | #define HAVE_SYS_TIME_H 1
  5241. | #define HAVE_SYS_TIMEX_H 1
  5242. | #define HAVE_SYS_TTYDEFAULTS_H 1
  5243. | #define HAVE_SYS_TYPES_H 1
  5244. | #define HAVE_SYS_UN_H 1
  5245. | #define HAVE_UNISTD_H 1
  5246. | #define HAVE_SHADOW_H 1
  5247. | #define HAVE_UTMP_H 1
  5248. | #define HAVE_LANGINFO_H 1
  5249. | #define HAVE_TM_GMTOFF 1
  5250. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  5251. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  5252. | #define SWAPON_HAS_TWO_ARGS 1
  5253. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  5254. | #define HAVE_LSEEK64_PROTOTYPE 1
  5255. | #define HAVE_ENVIRON_DECL 1
  5256. | #define HAVE_STRSIGNAL_DECL 1
  5257. | #define HAVE___FPENDING 1
  5258. | #define HAVE_SECURE_GETENV 1
  5259. | #define HAVE_ERR 1
  5260. | #define HAVE_ERRX 1
  5261. | #define HAVE_FSYNC 1
  5262. | #define HAVE_UTIMENSAT 1
  5263. | #define HAVE_GETDOMAINNAME 1
  5264. | #define HAVE_GETDTABLESIZE 1
  5265. | #define HAVE_GETRLIMIT 1
  5266. | #define HAVE_GETSGNAM 1
  5267. | #define HAVE_INOTIFY_INIT 1
  5268. | #define HAVE_JRAND48 1
  5269. | #define HAVE_LCHOWN 1
  5270. | #define HAVE_LLSEEK 1
  5271. | #define HAVE_LSEEK64 1
  5272. | #define HAVE_MEMPCPY 1
  5273. | #define HAVE_MKOSTEMP 1
  5274. | #define HAVE_NANOSLEEP 1
  5275. | #define HAVE_NTP_GETTIME 1
  5276. | #define HAVE_PERSONALITY 1
  5277. | #define HAVE_POSIX_FADVISE 1
  5278. | #define HAVE_PRCTL 1
  5279. | #define HAVE_QSORT_R 1
  5280. | #define HAVE_RPMATCH 1
  5281. | #define HAVE_SCANDIRAT 1
  5282. | #define HAVE_SETRESGID 1
  5283. | #define HAVE_SETRESUID 1
  5284. | #define HAVE_SCHED_SETSCHEDULER 1
  5285. | #define HAVE_SIGQUEUE 1
  5286. | #define HAVE_SRANDOM 1
  5287. | #define HAVE_STRNDUP 1
  5288. | #define HAVE_STRNLEN 1
  5289. | #define HAVE_SYSCONF 1
  5290. | #define HAVE_SYSINFO 1
  5291. | #define HAVE_UPDWTMP 1
  5292. | #define HAVE_USLEEP 1
  5293. | #define HAVE_WARN 1
  5294. | #define HAVE_WARNX 1
  5295. | #define HAVE_FSEEKO 1
  5296. | #define HAVE_OPENAT 1
  5297. | #define HAVE_FSTATAT 1
  5298. | #define HAVE_UNLINKAT 1
  5299. | #define HAVE_IOPERM 1
  5300. | #define HAVE_IOPL 1
  5301. | #define HAVE_FUTIMENS 1
  5302. | #define HAVE_INOTIFY_INIT1 1
  5303. | #define HAVE_OPEN_MEMSTREAM 1
  5304. | #define HAVE_REBOOT 1
  5305. | #define HAVE_ISNAN 1
  5306. | #define HAVE_CLOCK_GETTIME 1
  5307. | /* end confdefs.h. */
  5308. |
  5309. | /* Override any GCC internal prototype to avoid an error.
  5310. | Use char because int might match the return type of a GCC
  5311. | builtin and then its argument prototype would still apply. */
  5312. | #ifdef __cplusplus
  5313. | extern "C"
  5314. | #endif
  5315. | char rtas_get_sysparm ();
  5316. | int
  5317. | main ()
  5318. | {
  5319. | return rtas_get_sysparm ();
  5320. | ;
  5321. | return 0;
  5322. | }
  5323. configure:18773: result: no
  5324. configure:18789: checking for struct sockaddr.sa_len
  5325. configure:18789: gcc -c -g -O2 conftest.c >&5
  5326. conftest.c: In function 'main':
  5327. conftest.c:145:12: error: 'struct sockaddr' has no member named 'sa_len'
  5328. if (ac_aggr.sa_len)
  5329. ^
  5330. configure:18789: $? = 1
  5331. configure: failed program was:
  5332. | /* confdefs.h */
  5333. | #define PACKAGE_NAME "util-linux"
  5334. | #define PACKAGE_TARNAME "util-linux"
  5335. | #define PACKAGE_VERSION "2.29.1"
  5336. | #define PACKAGE_STRING "util-linux 2.29.1"
  5337. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  5338. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  5339. | #define STDC_HEADERS 1
  5340. | #define HAVE_SYS_TYPES_H 1
  5341. | #define HAVE_SYS_STAT_H 1
  5342. | #define HAVE_STDLIB_H 1
  5343. | #define HAVE_STRING_H 1
  5344. | #define HAVE_MEMORY_H 1
  5345. | #define HAVE_STRINGS_H 1
  5346. | #define HAVE_INTTYPES_H 1
  5347. | #define HAVE_STDINT_H 1
  5348. | #define HAVE_UNISTD_H 1
  5349. | #define __EXTENSIONS__ 1
  5350. | #define _ALL_SOURCE 1
  5351. | #define _GNU_SOURCE 1
  5352. | #define _POSIX_PTHREAD_SEMANTICS 1
  5353. | #define _TANDEM_SOURCE 1
  5354. | #define PACKAGE "util-linux"
  5355. | #define VERSION "2.29.1"
  5356. | #define HAVE_DLFCN_H 1
  5357. | #define LT_OBJDIR ".libs/"
  5358. | #define ENABLE_NLS 1
  5359. | #define HAVE_GETTEXT 1
  5360. | #define HAVE_DCGETTEXT 1
  5361. | #define HAVE_LINUX_BLKPG_H 1
  5362. | #define HAVE_LINUX_MAJOR_H 1
  5363. | #define HAVE_ERR_H 1
  5364. | #define HAVE_ERRNO_H 1
  5365. | #define HAVE_FCNTL_H 1
  5366. | #define HAVE_GETOPT_H 1
  5367. | #define HAVE_INTTYPES_H 1
  5368. | #define HAVE_LINUX_BTRFS_H 1
  5369. | #define HAVE_LINUX_CDROM_H 1
  5370. | #define HAVE_LINUX_FALLOC_H 1
  5371. | #define HAVE_LINUX_WATCHDOG_H 1
  5372. | #define HAVE_LINUX_FD_H 1
  5373. | #define HAVE_LINUX_RAW_H 1
  5374. | #define HAVE_LINUX_TIOCL_H 1
  5375. | #define HAVE_LINUX_VERSION_H 1
  5376. | #define HAVE_LINUX_SECUREBITS_H 1
  5377. | #define HAVE_LOCALE_H 1
  5378. | #define HAVE_MNTENT_H 1
  5379. | #define HAVE_NET_IF_H 1
  5380. | #define HAVE_NETINET_IN_H 1
  5381. | #define HAVE_PATHS_H 1
  5382. | #define HAVE_PTY_H 1
  5383. | #define HAVE_STDINT_H 1
  5384. | #define HAVE_STDIO_EXT_H 1
  5385. | #define HAVE_STDLIB_H 1
  5386. | #define HAVE_ENDIAN_H 1
  5387. | #define HAVE_BYTESWAP_H 1
  5388. | #define HAVE_SYS_FILE_H 1
  5389. | #define HAVE_SYS_IO_H 1
  5390. | #define HAVE_SYS_IOCTL_H 1
  5391. | #define HAVE_SYS_MOUNT_H 1
  5392. | #define HAVE_SYS_PARAM_H 1
  5393. | #define HAVE_SYS_PRCTL_H 1
  5394. | #define HAVE_SYS_RESOURCE_H 1
  5395. | #define HAVE_SYS_SIGNALFD_H 1
  5396. | #define HAVE_SYS_SOCKET_H 1
  5397. | #define HAVE_SYS_STAT_H 1
  5398. | #define HAVE_SYS_SYSMACROS_H 1
  5399. | #define HAVE_SYS_SWAP_H 1
  5400. | #define HAVE_SYS_SYSCALL_H 1
  5401. | #define HAVE_SYS_TIME_H 1
  5402. | #define HAVE_SYS_TIMEX_H 1
  5403. | #define HAVE_SYS_TTYDEFAULTS_H 1
  5404. | #define HAVE_SYS_TYPES_H 1
  5405. | #define HAVE_SYS_UN_H 1
  5406. | #define HAVE_UNISTD_H 1
  5407. | #define HAVE_SHADOW_H 1
  5408. | #define HAVE_UTMP_H 1
  5409. | #define HAVE_LANGINFO_H 1
  5410. | #define HAVE_TM_GMTOFF 1
  5411. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  5412. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  5413. | #define SWAPON_HAS_TWO_ARGS 1
  5414. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  5415. | #define HAVE_LSEEK64_PROTOTYPE 1
  5416. | #define HAVE_ENVIRON_DECL 1
  5417. | #define HAVE_STRSIGNAL_DECL 1
  5418. | #define HAVE___FPENDING 1
  5419. | #define HAVE_SECURE_GETENV 1
  5420. | #define HAVE_ERR 1
  5421. | #define HAVE_ERRX 1
  5422. | #define HAVE_FSYNC 1
  5423. | #define HAVE_UTIMENSAT 1
  5424. | #define HAVE_GETDOMAINNAME 1
  5425. | #define HAVE_GETDTABLESIZE 1
  5426. | #define HAVE_GETRLIMIT 1
  5427. | #define HAVE_GETSGNAM 1
  5428. | #define HAVE_INOTIFY_INIT 1
  5429. | #define HAVE_JRAND48 1
  5430. | #define HAVE_LCHOWN 1
  5431. | #define HAVE_LLSEEK 1
  5432. | #define HAVE_LSEEK64 1
  5433. | #define HAVE_MEMPCPY 1
  5434. | #define HAVE_MKOSTEMP 1
  5435. | #define HAVE_NANOSLEEP 1
  5436. | #define HAVE_NTP_GETTIME 1
  5437. | #define HAVE_PERSONALITY 1
  5438. | #define HAVE_POSIX_FADVISE 1
  5439. | #define HAVE_PRCTL 1
  5440. | #define HAVE_QSORT_R 1
  5441. | #define HAVE_RPMATCH 1
  5442. | #define HAVE_SCANDIRAT 1
  5443. | #define HAVE_SETRESGID 1
  5444. | #define HAVE_SETRESUID 1
  5445. | #define HAVE_SCHED_SETSCHEDULER 1
  5446. | #define HAVE_SIGQUEUE 1
  5447. | #define HAVE_SRANDOM 1
  5448. | #define HAVE_STRNDUP 1
  5449. | #define HAVE_STRNLEN 1
  5450. | #define HAVE_SYSCONF 1
  5451. | #define HAVE_SYSINFO 1
  5452. | #define HAVE_UPDWTMP 1
  5453. | #define HAVE_USLEEP 1
  5454. | #define HAVE_WARN 1
  5455. | #define HAVE_WARNX 1
  5456. | #define HAVE_FSEEKO 1
  5457. | #define HAVE_OPENAT 1
  5458. | #define HAVE_FSTATAT 1
  5459. | #define HAVE_UNLINKAT 1
  5460. | #define HAVE_IOPERM 1
  5461. | #define HAVE_IOPL 1
  5462. | #define HAVE_FUTIMENS 1
  5463. | #define HAVE_INOTIFY_INIT1 1
  5464. | #define HAVE_OPEN_MEMSTREAM 1
  5465. | #define HAVE_REBOOT 1
  5466. | #define HAVE_ISNAN 1
  5467. | #define HAVE_CLOCK_GETTIME 1
  5468. | /* end confdefs.h. */
  5469. | #include <sys/types.h>
  5470. | #include <sys/socket.h>
  5471. |
  5472. | int
  5473. | main ()
  5474. | {
  5475. | static struct sockaddr ac_aggr;
  5476. | if (ac_aggr.sa_len)
  5477. | return 0;
  5478. | ;
  5479. | return 0;
  5480. | }
  5481. configure:18789: gcc -c -g -O2 conftest.c >&5
  5482. conftest.c: In function 'main':
  5483. conftest.c:145:19: error: 'struct sockaddr' has no member named 'sa_len'
  5484. if (sizeof ac_aggr.sa_len)
  5485. ^
  5486. configure:18789: $? = 1
  5487. configure: failed program was:
  5488. | /* confdefs.h */
  5489. | #define PACKAGE_NAME "util-linux"
  5490. | #define PACKAGE_TARNAME "util-linux"
  5491. | #define PACKAGE_VERSION "2.29.1"
  5492. | #define PACKAGE_STRING "util-linux 2.29.1"
  5493. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  5494. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  5495. | #define STDC_HEADERS 1
  5496. | #define HAVE_SYS_TYPES_H 1
  5497. | #define HAVE_SYS_STAT_H 1
  5498. | #define HAVE_STDLIB_H 1
  5499. | #define HAVE_STRING_H 1
  5500. | #define HAVE_MEMORY_H 1
  5501. | #define HAVE_STRINGS_H 1
  5502. | #define HAVE_INTTYPES_H 1
  5503. | #define HAVE_STDINT_H 1
  5504. | #define HAVE_UNISTD_H 1
  5505. | #define __EXTENSIONS__ 1
  5506. | #define _ALL_SOURCE 1
  5507. | #define _GNU_SOURCE 1
  5508. | #define _POSIX_PTHREAD_SEMANTICS 1
  5509. | #define _TANDEM_SOURCE 1
  5510. | #define PACKAGE "util-linux"
  5511. | #define VERSION "2.29.1"
  5512. | #define HAVE_DLFCN_H 1
  5513. | #define LT_OBJDIR ".libs/"
  5514. | #define ENABLE_NLS 1
  5515. | #define HAVE_GETTEXT 1
  5516. | #define HAVE_DCGETTEXT 1
  5517. | #define HAVE_LINUX_BLKPG_H 1
  5518. | #define HAVE_LINUX_MAJOR_H 1
  5519. | #define HAVE_ERR_H 1
  5520. | #define HAVE_ERRNO_H 1
  5521. | #define HAVE_FCNTL_H 1
  5522. | #define HAVE_GETOPT_H 1
  5523. | #define HAVE_INTTYPES_H 1
  5524. | #define HAVE_LINUX_BTRFS_H 1
  5525. | #define HAVE_LINUX_CDROM_H 1
  5526. | #define HAVE_LINUX_FALLOC_H 1
  5527. | #define HAVE_LINUX_WATCHDOG_H 1
  5528. | #define HAVE_LINUX_FD_H 1
  5529. | #define HAVE_LINUX_RAW_H 1
  5530. | #define HAVE_LINUX_TIOCL_H 1
  5531. | #define HAVE_LINUX_VERSION_H 1
  5532. | #define HAVE_LINUX_SECUREBITS_H 1
  5533. | #define HAVE_LOCALE_H 1
  5534. | #define HAVE_MNTENT_H 1
  5535. | #define HAVE_NET_IF_H 1
  5536. | #define HAVE_NETINET_IN_H 1
  5537. | #define HAVE_PATHS_H 1
  5538. | #define HAVE_PTY_H 1
  5539. | #define HAVE_STDINT_H 1
  5540. | #define HAVE_STDIO_EXT_H 1
  5541. | #define HAVE_STDLIB_H 1
  5542. | #define HAVE_ENDIAN_H 1
  5543. | #define HAVE_BYTESWAP_H 1
  5544. | #define HAVE_SYS_FILE_H 1
  5545. | #define HAVE_SYS_IO_H 1
  5546. | #define HAVE_SYS_IOCTL_H 1
  5547. | #define HAVE_SYS_MOUNT_H 1
  5548. | #define HAVE_SYS_PARAM_H 1
  5549. | #define HAVE_SYS_PRCTL_H 1
  5550. | #define HAVE_SYS_RESOURCE_H 1
  5551. | #define HAVE_SYS_SIGNALFD_H 1
  5552. | #define HAVE_SYS_SOCKET_H 1
  5553. | #define HAVE_SYS_STAT_H 1
  5554. | #define HAVE_SYS_SYSMACROS_H 1
  5555. | #define HAVE_SYS_SWAP_H 1
  5556. | #define HAVE_SYS_SYSCALL_H 1
  5557. | #define HAVE_SYS_TIME_H 1
  5558. | #define HAVE_SYS_TIMEX_H 1
  5559. | #define HAVE_SYS_TTYDEFAULTS_H 1
  5560. | #define HAVE_SYS_TYPES_H 1
  5561. | #define HAVE_SYS_UN_H 1
  5562. | #define HAVE_UNISTD_H 1
  5563. | #define HAVE_SHADOW_H 1
  5564. | #define HAVE_UTMP_H 1
  5565. | #define HAVE_LANGINFO_H 1
  5566. | #define HAVE_TM_GMTOFF 1
  5567. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  5568. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  5569. | #define SWAPON_HAS_TWO_ARGS 1
  5570. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  5571. | #define HAVE_LSEEK64_PROTOTYPE 1
  5572. | #define HAVE_ENVIRON_DECL 1
  5573. | #define HAVE_STRSIGNAL_DECL 1
  5574. | #define HAVE___FPENDING 1
  5575. | #define HAVE_SECURE_GETENV 1
  5576. | #define HAVE_ERR 1
  5577. | #define HAVE_ERRX 1
  5578. | #define HAVE_FSYNC 1
  5579. | #define HAVE_UTIMENSAT 1
  5580. | #define HAVE_GETDOMAINNAME 1
  5581. | #define HAVE_GETDTABLESIZE 1
  5582. | #define HAVE_GETRLIMIT 1
  5583. | #define HAVE_GETSGNAM 1
  5584. | #define HAVE_INOTIFY_INIT 1
  5585. | #define HAVE_JRAND48 1
  5586. | #define HAVE_LCHOWN 1
  5587. | #define HAVE_LLSEEK 1
  5588. | #define HAVE_LSEEK64 1
  5589. | #define HAVE_MEMPCPY 1
  5590. | #define HAVE_MKOSTEMP 1
  5591. | #define HAVE_NANOSLEEP 1
  5592. | #define HAVE_NTP_GETTIME 1
  5593. | #define HAVE_PERSONALITY 1
  5594. | #define HAVE_POSIX_FADVISE 1
  5595. | #define HAVE_PRCTL 1
  5596. | #define HAVE_QSORT_R 1
  5597. | #define HAVE_RPMATCH 1
  5598. | #define HAVE_SCANDIRAT 1
  5599. | #define HAVE_SETRESGID 1
  5600. | #define HAVE_SETRESUID 1
  5601. | #define HAVE_SCHED_SETSCHEDULER 1
  5602. | #define HAVE_SIGQUEUE 1
  5603. | #define HAVE_SRANDOM 1
  5604. | #define HAVE_STRNDUP 1
  5605. | #define HAVE_STRNLEN 1
  5606. | #define HAVE_SYSCONF 1
  5607. | #define HAVE_SYSINFO 1
  5608. | #define HAVE_UPDWTMP 1
  5609. | #define HAVE_USLEEP 1
  5610. | #define HAVE_WARN 1
  5611. | #define HAVE_WARNX 1
  5612. | #define HAVE_FSEEKO 1
  5613. | #define HAVE_OPENAT 1
  5614. | #define HAVE_FSTATAT 1
  5615. | #define HAVE_UNLINKAT 1
  5616. | #define HAVE_IOPERM 1
  5617. | #define HAVE_IOPL 1
  5618. | #define HAVE_FUTIMENS 1
  5619. | #define HAVE_INOTIFY_INIT1 1
  5620. | #define HAVE_OPEN_MEMSTREAM 1
  5621. | #define HAVE_REBOOT 1
  5622. | #define HAVE_ISNAN 1
  5623. | #define HAVE_CLOCK_GETTIME 1
  5624. | /* end confdefs.h. */
  5625. | #include <sys/types.h>
  5626. | #include <sys/socket.h>
  5627. |
  5628. | int
  5629. | main ()
  5630. | {
  5631. | static struct sockaddr ac_aggr;
  5632. | if (sizeof ac_aggr.sa_len)
  5633. | return 0;
  5634. | ;
  5635. | return 0;
  5636. | }
  5637. configure:18789: result: no
  5638. configure:18802: checking for library containing socket
  5639. configure:18833: gcc -o conftest -g -O2 conftest.c -lrt >&5
  5640. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  5641. collect2: error: ld returned 1 exit status
  5642. configure:18833: $? = 1
  5643. configure: failed program was:
  5644. | /* confdefs.h */
  5645. | #define PACKAGE_NAME "util-linux"
  5646. | #define PACKAGE_TARNAME "util-linux"
  5647. | #define PACKAGE_VERSION "2.29.1"
  5648. | #define PACKAGE_STRING "util-linux 2.29.1"
  5649. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  5650. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  5651. | #define STDC_HEADERS 1
  5652. | #define HAVE_SYS_TYPES_H 1
  5653. | #define HAVE_SYS_STAT_H 1
  5654. | #define HAVE_STDLIB_H 1
  5655. | #define HAVE_STRING_H 1
  5656. | #define HAVE_MEMORY_H 1
  5657. | #define HAVE_STRINGS_H 1
  5658. | #define HAVE_INTTYPES_H 1
  5659. | #define HAVE_STDINT_H 1
  5660. | #define HAVE_UNISTD_H 1
  5661. | #define __EXTENSIONS__ 1
  5662. | #define _ALL_SOURCE 1
  5663. | #define _GNU_SOURCE 1
  5664. | #define _POSIX_PTHREAD_SEMANTICS 1
  5665. | #define _TANDEM_SOURCE 1
  5666. | #define PACKAGE "util-linux"
  5667. | #define VERSION "2.29.1"
  5668. | #define HAVE_DLFCN_H 1
  5669. | #define LT_OBJDIR ".libs/"
  5670. | #define ENABLE_NLS 1
  5671. | #define HAVE_GETTEXT 1
  5672. | #define HAVE_DCGETTEXT 1
  5673. | #define HAVE_LINUX_BLKPG_H 1
  5674. | #define HAVE_LINUX_MAJOR_H 1
  5675. | #define HAVE_ERR_H 1
  5676. | #define HAVE_ERRNO_H 1
  5677. | #define HAVE_FCNTL_H 1
  5678. | #define HAVE_GETOPT_H 1
  5679. | #define HAVE_INTTYPES_H 1
  5680. | #define HAVE_LINUX_BTRFS_H 1
  5681. | #define HAVE_LINUX_CDROM_H 1
  5682. | #define HAVE_LINUX_FALLOC_H 1
  5683. | #define HAVE_LINUX_WATCHDOG_H 1
  5684. | #define HAVE_LINUX_FD_H 1
  5685. | #define HAVE_LINUX_RAW_H 1
  5686. | #define HAVE_LINUX_TIOCL_H 1
  5687. | #define HAVE_LINUX_VERSION_H 1
  5688. | #define HAVE_LINUX_SECUREBITS_H 1
  5689. | #define HAVE_LOCALE_H 1
  5690. | #define HAVE_MNTENT_H 1
  5691. | #define HAVE_NET_IF_H 1
  5692. | #define HAVE_NETINET_IN_H 1
  5693. | #define HAVE_PATHS_H 1
  5694. | #define HAVE_PTY_H 1
  5695. | #define HAVE_STDINT_H 1
  5696. | #define HAVE_STDIO_EXT_H 1
  5697. | #define HAVE_STDLIB_H 1
  5698. | #define HAVE_ENDIAN_H 1
  5699. | #define HAVE_BYTESWAP_H 1
  5700. | #define HAVE_SYS_FILE_H 1
  5701. | #define HAVE_SYS_IO_H 1
  5702. | #define HAVE_SYS_IOCTL_H 1
  5703. | #define HAVE_SYS_MOUNT_H 1
  5704. | #define HAVE_SYS_PARAM_H 1
  5705. | #define HAVE_SYS_PRCTL_H 1
  5706. | #define HAVE_SYS_RESOURCE_H 1
  5707. | #define HAVE_SYS_SIGNALFD_H 1
  5708. | #define HAVE_SYS_SOCKET_H 1
  5709. | #define HAVE_SYS_STAT_H 1
  5710. | #define HAVE_SYS_SYSMACROS_H 1
  5711. | #define HAVE_SYS_SWAP_H 1
  5712. | #define HAVE_SYS_SYSCALL_H 1
  5713. | #define HAVE_SYS_TIME_H 1
  5714. | #define HAVE_SYS_TIMEX_H 1
  5715. | #define HAVE_SYS_TTYDEFAULTS_H 1
  5716. | #define HAVE_SYS_TYPES_H 1
  5717. | #define HAVE_SYS_UN_H 1
  5718. | #define HAVE_UNISTD_H 1
  5719. | #define HAVE_SHADOW_H 1
  5720. | #define HAVE_UTMP_H 1
  5721. | #define HAVE_LANGINFO_H 1
  5722. | #define HAVE_TM_GMTOFF 1
  5723. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  5724. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  5725. | #define SWAPON_HAS_TWO_ARGS 1
  5726. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  5727. | #define HAVE_LSEEK64_PROTOTYPE 1
  5728. | #define HAVE_ENVIRON_DECL 1
  5729. | #define HAVE_STRSIGNAL_DECL 1
  5730. | #define HAVE___FPENDING 1
  5731. | #define HAVE_SECURE_GETENV 1
  5732. | #define HAVE_ERR 1
  5733. | #define HAVE_ERRX 1
  5734. | #define HAVE_FSYNC 1
  5735. | #define HAVE_UTIMENSAT 1
  5736. | #define HAVE_GETDOMAINNAME 1
  5737. | #define HAVE_GETDTABLESIZE 1
  5738. | #define HAVE_GETRLIMIT 1
  5739. | #define HAVE_GETSGNAM 1
  5740. | #define HAVE_INOTIFY_INIT 1
  5741. | #define HAVE_JRAND48 1
  5742. | #define HAVE_LCHOWN 1
  5743. | #define HAVE_LLSEEK 1
  5744. | #define HAVE_LSEEK64 1
  5745. | #define HAVE_MEMPCPY 1
  5746. | #define HAVE_MKOSTEMP 1
  5747. | #define HAVE_NANOSLEEP 1
  5748. | #define HAVE_NTP_GETTIME 1
  5749. | #define HAVE_PERSONALITY 1
  5750. | #define HAVE_POSIX_FADVISE 1
  5751. | #define HAVE_PRCTL 1
  5752. | #define HAVE_QSORT_R 1
  5753. | #define HAVE_RPMATCH 1
  5754. | #define HAVE_SCANDIRAT 1
  5755. | #define HAVE_SETRESGID 1
  5756. | #define HAVE_SETRESUID 1
  5757. | #define HAVE_SCHED_SETSCHEDULER 1
  5758. | #define HAVE_SIGQUEUE 1
  5759. | #define HAVE_SRANDOM 1
  5760. | #define HAVE_STRNDUP 1
  5761. | #define HAVE_STRNLEN 1
  5762. | #define HAVE_SYSCONF 1
  5763. | #define HAVE_SYSINFO 1
  5764. | #define HAVE_UPDWTMP 1
  5765. | #define HAVE_USLEEP 1
  5766. | #define HAVE_WARN 1
  5767. | #define HAVE_WARNX 1
  5768. | #define HAVE_FSEEKO 1
  5769. | #define HAVE_OPENAT 1
  5770. | #define HAVE_FSTATAT 1
  5771. | #define HAVE_UNLINKAT 1
  5772. | #define HAVE_IOPERM 1
  5773. | #define HAVE_IOPL 1
  5774. | #define HAVE_FUTIMENS 1
  5775. | #define HAVE_INOTIFY_INIT1 1
  5776. | #define HAVE_OPEN_MEMSTREAM 1
  5777. | #define HAVE_REBOOT 1
  5778. | #define HAVE_ISNAN 1
  5779. | #define HAVE_CLOCK_GETTIME 1
  5780. | /* end confdefs.h. */
  5781. |
  5782. | /* Override any GCC internal prototype to avoid an error.
  5783. | Use char because int might match the return type of a GCC
  5784. | builtin and then its argument prototype would still apply. */
  5785. | #ifdef __cplusplus
  5786. | extern "C"
  5787. | #endif
  5788. | char socket ();
  5789. | int
  5790. | main ()
  5791. | {
  5792. | return socket ();
  5793. | ;
  5794. | return 0;
  5795. | }
  5796. configure:18833: gcc -o conftest -g -O2 conftest.c -lsocket -lrt >&5
  5797. /usr/bin/ld: cannot find -lsocket
  5798. collect2: error: ld returned 1 exit status
  5799. configure:18833: $? = 1
  5800. configure: failed program was:
  5801. | /* confdefs.h */
  5802. | #define PACKAGE_NAME "util-linux"
  5803. | #define PACKAGE_TARNAME "util-linux"
  5804. | #define PACKAGE_VERSION "2.29.1"
  5805. | #define PACKAGE_STRING "util-linux 2.29.1"
  5806. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  5807. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  5808. | #define STDC_HEADERS 1
  5809. | #define HAVE_SYS_TYPES_H 1
  5810. | #define HAVE_SYS_STAT_H 1
  5811. | #define HAVE_STDLIB_H 1
  5812. | #define HAVE_STRING_H 1
  5813. | #define HAVE_MEMORY_H 1
  5814. | #define HAVE_STRINGS_H 1
  5815. | #define HAVE_INTTYPES_H 1
  5816. | #define HAVE_STDINT_H 1
  5817. | #define HAVE_UNISTD_H 1
  5818. | #define __EXTENSIONS__ 1
  5819. | #define _ALL_SOURCE 1
  5820. | #define _GNU_SOURCE 1
  5821. | #define _POSIX_PTHREAD_SEMANTICS 1
  5822. | #define _TANDEM_SOURCE 1
  5823. | #define PACKAGE "util-linux"
  5824. | #define VERSION "2.29.1"
  5825. | #define HAVE_DLFCN_H 1
  5826. | #define LT_OBJDIR ".libs/"
  5827. | #define ENABLE_NLS 1
  5828. | #define HAVE_GETTEXT 1
  5829. | #define HAVE_DCGETTEXT 1
  5830. | #define HAVE_LINUX_BLKPG_H 1
  5831. | #define HAVE_LINUX_MAJOR_H 1
  5832. | #define HAVE_ERR_H 1
  5833. | #define HAVE_ERRNO_H 1
  5834. | #define HAVE_FCNTL_H 1
  5835. | #define HAVE_GETOPT_H 1
  5836. | #define HAVE_INTTYPES_H 1
  5837. | #define HAVE_LINUX_BTRFS_H 1
  5838. | #define HAVE_LINUX_CDROM_H 1
  5839. | #define HAVE_LINUX_FALLOC_H 1
  5840. | #define HAVE_LINUX_WATCHDOG_H 1
  5841. | #define HAVE_LINUX_FD_H 1
  5842. | #define HAVE_LINUX_RAW_H 1
  5843. | #define HAVE_LINUX_TIOCL_H 1
  5844. | #define HAVE_LINUX_VERSION_H 1
  5845. | #define HAVE_LINUX_SECUREBITS_H 1
  5846. | #define HAVE_LOCALE_H 1
  5847. | #define HAVE_MNTENT_H 1
  5848. | #define HAVE_NET_IF_H 1
  5849. | #define HAVE_NETINET_IN_H 1
  5850. | #define HAVE_PATHS_H 1
  5851. | #define HAVE_PTY_H 1
  5852. | #define HAVE_STDINT_H 1
  5853. | #define HAVE_STDIO_EXT_H 1
  5854. | #define HAVE_STDLIB_H 1
  5855. | #define HAVE_ENDIAN_H 1
  5856. | #define HAVE_BYTESWAP_H 1
  5857. | #define HAVE_SYS_FILE_H 1
  5858. | #define HAVE_SYS_IO_H 1
  5859. | #define HAVE_SYS_IOCTL_H 1
  5860. | #define HAVE_SYS_MOUNT_H 1
  5861. | #define HAVE_SYS_PARAM_H 1
  5862. | #define HAVE_SYS_PRCTL_H 1
  5863. | #define HAVE_SYS_RESOURCE_H 1
  5864. | #define HAVE_SYS_SIGNALFD_H 1
  5865. | #define HAVE_SYS_SOCKET_H 1
  5866. | #define HAVE_SYS_STAT_H 1
  5867. | #define HAVE_SYS_SYSMACROS_H 1
  5868. | #define HAVE_SYS_SWAP_H 1
  5869. | #define HAVE_SYS_SYSCALL_H 1
  5870. | #define HAVE_SYS_TIME_H 1
  5871. | #define HAVE_SYS_TIMEX_H 1
  5872. | #define HAVE_SYS_TTYDEFAULTS_H 1
  5873. | #define HAVE_SYS_TYPES_H 1
  5874. | #define HAVE_SYS_UN_H 1
  5875. | #define HAVE_UNISTD_H 1
  5876. | #define HAVE_SHADOW_H 1
  5877. | #define HAVE_UTMP_H 1
  5878. | #define HAVE_LANGINFO_H 1
  5879. | #define HAVE_TM_GMTOFF 1
  5880. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  5881. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  5882. | #define SWAPON_HAS_TWO_ARGS 1
  5883. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  5884. | #define HAVE_LSEEK64_PROTOTYPE 1
  5885. | #define HAVE_ENVIRON_DECL 1
  5886. | #define HAVE_STRSIGNAL_DECL 1
  5887. | #define HAVE___FPENDING 1
  5888. | #define HAVE_SECURE_GETENV 1
  5889. | #define HAVE_ERR 1
  5890. | #define HAVE_ERRX 1
  5891. | #define HAVE_FSYNC 1
  5892. | #define HAVE_UTIMENSAT 1
  5893. | #define HAVE_GETDOMAINNAME 1
  5894. | #define HAVE_GETDTABLESIZE 1
  5895. | #define HAVE_GETRLIMIT 1
  5896. | #define HAVE_GETSGNAM 1
  5897. | #define HAVE_INOTIFY_INIT 1
  5898. | #define HAVE_JRAND48 1
  5899. | #define HAVE_LCHOWN 1
  5900. | #define HAVE_LLSEEK 1
  5901. | #define HAVE_LSEEK64 1
  5902. | #define HAVE_MEMPCPY 1
  5903. | #define HAVE_MKOSTEMP 1
  5904. | #define HAVE_NANOSLEEP 1
  5905. | #define HAVE_NTP_GETTIME 1
  5906. | #define HAVE_PERSONALITY 1
  5907. | #define HAVE_POSIX_FADVISE 1
  5908. | #define HAVE_PRCTL 1
  5909. | #define HAVE_QSORT_R 1
  5910. | #define HAVE_RPMATCH 1
  5911. | #define HAVE_SCANDIRAT 1
  5912. | #define HAVE_SETRESGID 1
  5913. | #define HAVE_SETRESUID 1
  5914. | #define HAVE_SCHED_SETSCHEDULER 1
  5915. | #define HAVE_SIGQUEUE 1
  5916. | #define HAVE_SRANDOM 1
  5917. | #define HAVE_STRNDUP 1
  5918. | #define HAVE_STRNLEN 1
  5919. | #define HAVE_SYSCONF 1
  5920. | #define HAVE_SYSINFO 1
  5921. | #define HAVE_UPDWTMP 1
  5922. | #define HAVE_USLEEP 1
  5923. | #define HAVE_WARN 1
  5924. | #define HAVE_WARNX 1
  5925. | #define HAVE_FSEEKO 1
  5926. | #define HAVE_OPENAT 1
  5927. | #define HAVE_FSTATAT 1
  5928. | #define HAVE_UNLINKAT 1
  5929. | #define HAVE_IOPERM 1
  5930. | #define HAVE_IOPL 1
  5931. | #define HAVE_FUTIMENS 1
  5932. | #define HAVE_INOTIFY_INIT1 1
  5933. | #define HAVE_OPEN_MEMSTREAM 1
  5934. | #define HAVE_REBOOT 1
  5935. | #define HAVE_ISNAN 1
  5936. | #define HAVE_CLOCK_GETTIME 1
  5937. | /* end confdefs.h. */
  5938. |
  5939. | /* Override any GCC internal prototype to avoid an error.
  5940. | Use char because int might match the return type of a GCC
  5941. | builtin and then its argument prototype would still apply. */
  5942. | #ifdef __cplusplus
  5943. | extern "C"
  5944. | #endif
  5945. | char socket ();
  5946. | int
  5947. | main ()
  5948. | {
  5949. | return socket ();
  5950. | ;
  5951. | return 0;
  5952. | }
  5953. configure:18850: result: no
  5954. configure:18867: checking for dirfd
  5955. configure:18867: gcc -o conftest -g -O2 conftest.c -lrt >&5
  5956. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  5957. collect2: error: ld returned 1 exit status
  5958. configure:18867: $? = 1
  5959. configure: failed program was:
  5960. | /* confdefs.h */
  5961. | #define PACKAGE_NAME "util-linux"
  5962. | #define PACKAGE_TARNAME "util-linux"
  5963. | #define PACKAGE_VERSION "2.29.1"
  5964. | #define PACKAGE_STRING "util-linux 2.29.1"
  5965. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  5966. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  5967. | #define STDC_HEADERS 1
  5968. | #define HAVE_SYS_TYPES_H 1
  5969. | #define HAVE_SYS_STAT_H 1
  5970. | #define HAVE_STDLIB_H 1
  5971. | #define HAVE_STRING_H 1
  5972. | #define HAVE_MEMORY_H 1
  5973. | #define HAVE_STRINGS_H 1
  5974. | #define HAVE_INTTYPES_H 1
  5975. | #define HAVE_STDINT_H 1
  5976. | #define HAVE_UNISTD_H 1
  5977. | #define __EXTENSIONS__ 1
  5978. | #define _ALL_SOURCE 1
  5979. | #define _GNU_SOURCE 1
  5980. | #define _POSIX_PTHREAD_SEMANTICS 1
  5981. | #define _TANDEM_SOURCE 1
  5982. | #define PACKAGE "util-linux"
  5983. | #define VERSION "2.29.1"
  5984. | #define HAVE_DLFCN_H 1
  5985. | #define LT_OBJDIR ".libs/"
  5986. | #define ENABLE_NLS 1
  5987. | #define HAVE_GETTEXT 1
  5988. | #define HAVE_DCGETTEXT 1
  5989. | #define HAVE_LINUX_BLKPG_H 1
  5990. | #define HAVE_LINUX_MAJOR_H 1
  5991. | #define HAVE_ERR_H 1
  5992. | #define HAVE_ERRNO_H 1
  5993. | #define HAVE_FCNTL_H 1
  5994. | #define HAVE_GETOPT_H 1
  5995. | #define HAVE_INTTYPES_H 1
  5996. | #define HAVE_LINUX_BTRFS_H 1
  5997. | #define HAVE_LINUX_CDROM_H 1
  5998. | #define HAVE_LINUX_FALLOC_H 1
  5999. | #define HAVE_LINUX_WATCHDOG_H 1
  6000. | #define HAVE_LINUX_FD_H 1
  6001. | #define HAVE_LINUX_RAW_H 1
  6002. | #define HAVE_LINUX_TIOCL_H 1
  6003. | #define HAVE_LINUX_VERSION_H 1
  6004. | #define HAVE_LINUX_SECUREBITS_H 1
  6005. | #define HAVE_LOCALE_H 1
  6006. | #define HAVE_MNTENT_H 1
  6007. | #define HAVE_NET_IF_H 1
  6008. | #define HAVE_NETINET_IN_H 1
  6009. | #define HAVE_PATHS_H 1
  6010. | #define HAVE_PTY_H 1
  6011. | #define HAVE_STDINT_H 1
  6012. | #define HAVE_STDIO_EXT_H 1
  6013. | #define HAVE_STDLIB_H 1
  6014. | #define HAVE_ENDIAN_H 1
  6015. | #define HAVE_BYTESWAP_H 1
  6016. | #define HAVE_SYS_FILE_H 1
  6017. | #define HAVE_SYS_IO_H 1
  6018. | #define HAVE_SYS_IOCTL_H 1
  6019. | #define HAVE_SYS_MOUNT_H 1
  6020. | #define HAVE_SYS_PARAM_H 1
  6021. | #define HAVE_SYS_PRCTL_H 1
  6022. | #define HAVE_SYS_RESOURCE_H 1
  6023. | #define HAVE_SYS_SIGNALFD_H 1
  6024. | #define HAVE_SYS_SOCKET_H 1
  6025. | #define HAVE_SYS_STAT_H 1
  6026. | #define HAVE_SYS_SYSMACROS_H 1
  6027. | #define HAVE_SYS_SWAP_H 1
  6028. | #define HAVE_SYS_SYSCALL_H 1
  6029. | #define HAVE_SYS_TIME_H 1
  6030. | #define HAVE_SYS_TIMEX_H 1
  6031. | #define HAVE_SYS_TTYDEFAULTS_H 1
  6032. | #define HAVE_SYS_TYPES_H 1
  6033. | #define HAVE_SYS_UN_H 1
  6034. | #define HAVE_UNISTD_H 1
  6035. | #define HAVE_SHADOW_H 1
  6036. | #define HAVE_UTMP_H 1
  6037. | #define HAVE_LANGINFO_H 1
  6038. | #define HAVE_TM_GMTOFF 1
  6039. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  6040. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  6041. | #define SWAPON_HAS_TWO_ARGS 1
  6042. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  6043. | #define HAVE_LSEEK64_PROTOTYPE 1
  6044. | #define HAVE_ENVIRON_DECL 1
  6045. | #define HAVE_STRSIGNAL_DECL 1
  6046. | #define HAVE___FPENDING 1
  6047. | #define HAVE_SECURE_GETENV 1
  6048. | #define HAVE_ERR 1
  6049. | #define HAVE_ERRX 1
  6050. | #define HAVE_FSYNC 1
  6051. | #define HAVE_UTIMENSAT 1
  6052. | #define HAVE_GETDOMAINNAME 1
  6053. | #define HAVE_GETDTABLESIZE 1
  6054. | #define HAVE_GETRLIMIT 1
  6055. | #define HAVE_GETSGNAM 1
  6056. | #define HAVE_INOTIFY_INIT 1
  6057. | #define HAVE_JRAND48 1
  6058. | #define HAVE_LCHOWN 1
  6059. | #define HAVE_LLSEEK 1
  6060. | #define HAVE_LSEEK64 1
  6061. | #define HAVE_MEMPCPY 1
  6062. | #define HAVE_MKOSTEMP 1
  6063. | #define HAVE_NANOSLEEP 1
  6064. | #define HAVE_NTP_GETTIME 1
  6065. | #define HAVE_PERSONALITY 1
  6066. | #define HAVE_POSIX_FADVISE 1
  6067. | #define HAVE_PRCTL 1
  6068. | #define HAVE_QSORT_R 1
  6069. | #define HAVE_RPMATCH 1
  6070. | #define HAVE_SCANDIRAT 1
  6071. | #define HAVE_SETRESGID 1
  6072. | #define HAVE_SETRESUID 1
  6073. | #define HAVE_SCHED_SETSCHEDULER 1
  6074. | #define HAVE_SIGQUEUE 1
  6075. | #define HAVE_SRANDOM 1
  6076. | #define HAVE_STRNDUP 1
  6077. | #define HAVE_STRNLEN 1
  6078. | #define HAVE_SYSCONF 1
  6079. | #define HAVE_SYSINFO 1
  6080. | #define HAVE_UPDWTMP 1
  6081. | #define HAVE_USLEEP 1
  6082. | #define HAVE_WARN 1
  6083. | #define HAVE_WARNX 1
  6084. | #define HAVE_FSEEKO 1
  6085. | #define HAVE_OPENAT 1
  6086. | #define HAVE_FSTATAT 1
  6087. | #define HAVE_UNLINKAT 1
  6088. | #define HAVE_IOPERM 1
  6089. | #define HAVE_IOPL 1
  6090. | #define HAVE_FUTIMENS 1
  6091. | #define HAVE_INOTIFY_INIT1 1
  6092. | #define HAVE_OPEN_MEMSTREAM 1
  6093. | #define HAVE_REBOOT 1
  6094. | #define HAVE_ISNAN 1
  6095. | #define HAVE_CLOCK_GETTIME 1
  6096. | /* end confdefs.h. */
  6097. | /* Define dirfd to an innocuous variant, in case <limits.h> declares dirfd.
  6098. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6099. | #define dirfd innocuous_dirfd
  6100. |
  6101. | /* System header to define __stub macros and hopefully few prototypes,
  6102. | which can conflict with char dirfd (); below.
  6103. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6104. | <limits.h> exists even on freestanding compilers. */
  6105. |
  6106. | #ifdef __STDC__
  6107. | # include <limits.h>
  6108. | #else
  6109. | # include <assert.h>
  6110. | #endif
  6111. |
  6112. | #undef dirfd
  6113. |
  6114. | /* Override any GCC internal prototype to avoid an error.
  6115. | Use char because int might match the return type of a GCC
  6116. | builtin and then its argument prototype would still apply. */
  6117. | #ifdef __cplusplus
  6118. | extern "C"
  6119. | #endif
  6120. | char dirfd ();
  6121. | /* The GNU C library defines this for functions which it implements
  6122. | to always fail with ENOSYS. Some functions are actually named
  6123. | something starting with __ and the normal name is an alias. */
  6124. | #if defined __stub_dirfd || defined __stub___dirfd
  6125. | choke me
  6126. | #endif
  6127. |
  6128. | int
  6129. | main ()
  6130. | {
  6131. | return dirfd ();
  6132. | ;
  6133. | return 0;
  6134. | }
  6135. configure:18867: result: no
  6136. configure:18880: checking whether dirfd is declared
  6137. configure:18880: gcc -c -g -O2 conftest.c >&5
  6138. configure:18880: $? = 0
  6139. configure:18880: result: yes
  6140. configure:18930: checking whether program_invocation_short_name is defined
  6141. configure:18947: gcc -c -g -O2 conftest.c >&5
  6142. configure:18947: $? = 0
  6143. configure:18949: result: yes
  6144. configure:18964: checking whether __progname is defined
  6145. configure:18977: gcc -o conftest -g -O2 conftest.c -lrt >&5
  6146. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  6147. collect2: error: ld returned 1 exit status
  6148. configure:18977: $? = 1
  6149. configure: failed program was:
  6150. | /* confdefs.h */
  6151. | #define PACKAGE_NAME "util-linux"
  6152. | #define PACKAGE_TARNAME "util-linux"
  6153. | #define PACKAGE_VERSION "2.29.1"
  6154. | #define PACKAGE_STRING "util-linux 2.29.1"
  6155. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  6156. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  6157. | #define STDC_HEADERS 1
  6158. | #define HAVE_SYS_TYPES_H 1
  6159. | #define HAVE_SYS_STAT_H 1
  6160. | #define HAVE_STDLIB_H 1
  6161. | #define HAVE_STRING_H 1
  6162. | #define HAVE_MEMORY_H 1
  6163. | #define HAVE_STRINGS_H 1
  6164. | #define HAVE_INTTYPES_H 1
  6165. | #define HAVE_STDINT_H 1
  6166. | #define HAVE_UNISTD_H 1
  6167. | #define __EXTENSIONS__ 1
  6168. | #define _ALL_SOURCE 1
  6169. | #define _GNU_SOURCE 1
  6170. | #define _POSIX_PTHREAD_SEMANTICS 1
  6171. | #define _TANDEM_SOURCE 1
  6172. | #define PACKAGE "util-linux"
  6173. | #define VERSION "2.29.1"
  6174. | #define HAVE_DLFCN_H 1
  6175. | #define LT_OBJDIR ".libs/"
  6176. | #define ENABLE_NLS 1
  6177. | #define HAVE_GETTEXT 1
  6178. | #define HAVE_DCGETTEXT 1
  6179. | #define HAVE_LINUX_BLKPG_H 1
  6180. | #define HAVE_LINUX_MAJOR_H 1
  6181. | #define HAVE_ERR_H 1
  6182. | #define HAVE_ERRNO_H 1
  6183. | #define HAVE_FCNTL_H 1
  6184. | #define HAVE_GETOPT_H 1
  6185. | #define HAVE_INTTYPES_H 1
  6186. | #define HAVE_LINUX_BTRFS_H 1
  6187. | #define HAVE_LINUX_CDROM_H 1
  6188. | #define HAVE_LINUX_FALLOC_H 1
  6189. | #define HAVE_LINUX_WATCHDOG_H 1
  6190. | #define HAVE_LINUX_FD_H 1
  6191. | #define HAVE_LINUX_RAW_H 1
  6192. | #define HAVE_LINUX_TIOCL_H 1
  6193. | #define HAVE_LINUX_VERSION_H 1
  6194. | #define HAVE_LINUX_SECUREBITS_H 1
  6195. | #define HAVE_LOCALE_H 1
  6196. | #define HAVE_MNTENT_H 1
  6197. | #define HAVE_NET_IF_H 1
  6198. | #define HAVE_NETINET_IN_H 1
  6199. | #define HAVE_PATHS_H 1
  6200. | #define HAVE_PTY_H 1
  6201. | #define HAVE_STDINT_H 1
  6202. | #define HAVE_STDIO_EXT_H 1
  6203. | #define HAVE_STDLIB_H 1
  6204. | #define HAVE_ENDIAN_H 1
  6205. | #define HAVE_BYTESWAP_H 1
  6206. | #define HAVE_SYS_FILE_H 1
  6207. | #define HAVE_SYS_IO_H 1
  6208. | #define HAVE_SYS_IOCTL_H 1
  6209. | #define HAVE_SYS_MOUNT_H 1
  6210. | #define HAVE_SYS_PARAM_H 1
  6211. | #define HAVE_SYS_PRCTL_H 1
  6212. | #define HAVE_SYS_RESOURCE_H 1
  6213. | #define HAVE_SYS_SIGNALFD_H 1
  6214. | #define HAVE_SYS_SOCKET_H 1
  6215. | #define HAVE_SYS_STAT_H 1
  6216. | #define HAVE_SYS_SYSMACROS_H 1
  6217. | #define HAVE_SYS_SWAP_H 1
  6218. | #define HAVE_SYS_SYSCALL_H 1
  6219. | #define HAVE_SYS_TIME_H 1
  6220. | #define HAVE_SYS_TIMEX_H 1
  6221. | #define HAVE_SYS_TTYDEFAULTS_H 1
  6222. | #define HAVE_SYS_TYPES_H 1
  6223. | #define HAVE_SYS_UN_H 1
  6224. | #define HAVE_UNISTD_H 1
  6225. | #define HAVE_SHADOW_H 1
  6226. | #define HAVE_UTMP_H 1
  6227. | #define HAVE_LANGINFO_H 1
  6228. | #define HAVE_TM_GMTOFF 1
  6229. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  6230. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  6231. | #define SWAPON_HAS_TWO_ARGS 1
  6232. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  6233. | #define HAVE_LSEEK64_PROTOTYPE 1
  6234. | #define HAVE_ENVIRON_DECL 1
  6235. | #define HAVE_STRSIGNAL_DECL 1
  6236. | #define HAVE___FPENDING 1
  6237. | #define HAVE_SECURE_GETENV 1
  6238. | #define HAVE_ERR 1
  6239. | #define HAVE_ERRX 1
  6240. | #define HAVE_FSYNC 1
  6241. | #define HAVE_UTIMENSAT 1
  6242. | #define HAVE_GETDOMAINNAME 1
  6243. | #define HAVE_GETDTABLESIZE 1
  6244. | #define HAVE_GETRLIMIT 1
  6245. | #define HAVE_GETSGNAM 1
  6246. | #define HAVE_INOTIFY_INIT 1
  6247. | #define HAVE_JRAND48 1
  6248. | #define HAVE_LCHOWN 1
  6249. | #define HAVE_LLSEEK 1
  6250. | #define HAVE_LSEEK64 1
  6251. | #define HAVE_MEMPCPY 1
  6252. | #define HAVE_MKOSTEMP 1
  6253. | #define HAVE_NANOSLEEP 1
  6254. | #define HAVE_NTP_GETTIME 1
  6255. | #define HAVE_PERSONALITY 1
  6256. | #define HAVE_POSIX_FADVISE 1
  6257. | #define HAVE_PRCTL 1
  6258. | #define HAVE_QSORT_R 1
  6259. | #define HAVE_RPMATCH 1
  6260. | #define HAVE_SCANDIRAT 1
  6261. | #define HAVE_SETRESGID 1
  6262. | #define HAVE_SETRESUID 1
  6263. | #define HAVE_SCHED_SETSCHEDULER 1
  6264. | #define HAVE_SIGQUEUE 1
  6265. | #define HAVE_SRANDOM 1
  6266. | #define HAVE_STRNDUP 1
  6267. | #define HAVE_STRNLEN 1
  6268. | #define HAVE_SYSCONF 1
  6269. | #define HAVE_SYSINFO 1
  6270. | #define HAVE_UPDWTMP 1
  6271. | #define HAVE_USLEEP 1
  6272. | #define HAVE_WARN 1
  6273. | #define HAVE_WARNX 1
  6274. | #define HAVE_FSEEKO 1
  6275. | #define HAVE_OPENAT 1
  6276. | #define HAVE_FSTATAT 1
  6277. | #define HAVE_UNLINKAT 1
  6278. | #define HAVE_IOPERM 1
  6279. | #define HAVE_IOPL 1
  6280. | #define HAVE_FUTIMENS 1
  6281. | #define HAVE_INOTIFY_INIT1 1
  6282. | #define HAVE_OPEN_MEMSTREAM 1
  6283. | #define HAVE_REBOOT 1
  6284. | #define HAVE_ISNAN 1
  6285. | #define HAVE_CLOCK_GETTIME 1
  6286. | #define HAVE_DECL_DIRFD 1
  6287. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  6288. | /* end confdefs.h. */
  6289. | extern char *__progname;
  6290. | int
  6291. | main ()
  6292. | {
  6293. | if (*__progname == 0) return 1;
  6294. | ;
  6295. | return 0;
  6296. | }
  6297. configure:18984: result: no
  6298. configure:19207: checking whether the target supports thread-local storage
  6299. configure:19262: gcc -o conftest -g -O2 conftest.c -lrt >&5
  6300. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  6301. collect2: error: ld returned 1 exit status
  6302. configure:19262: $? = 1
  6303. configure: program exited with status 1
  6304. configure: failed program was:
  6305. | /* confdefs.h */
  6306. | #define PACKAGE_NAME "util-linux"
  6307. | #define PACKAGE_TARNAME "util-linux"
  6308. | #define PACKAGE_VERSION "2.29.1"
  6309. | #define PACKAGE_STRING "util-linux 2.29.1"
  6310. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  6311. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  6312. | #define STDC_HEADERS 1
  6313. | #define HAVE_SYS_TYPES_H 1
  6314. | #define HAVE_SYS_STAT_H 1
  6315. | #define HAVE_STDLIB_H 1
  6316. | #define HAVE_STRING_H 1
  6317. | #define HAVE_MEMORY_H 1
  6318. | #define HAVE_STRINGS_H 1
  6319. | #define HAVE_INTTYPES_H 1
  6320. | #define HAVE_STDINT_H 1
  6321. | #define HAVE_UNISTD_H 1
  6322. | #define __EXTENSIONS__ 1
  6323. | #define _ALL_SOURCE 1
  6324. | #define _GNU_SOURCE 1
  6325. | #define _POSIX_PTHREAD_SEMANTICS 1
  6326. | #define _TANDEM_SOURCE 1
  6327. | #define PACKAGE "util-linux"
  6328. | #define VERSION "2.29.1"
  6329. | #define HAVE_DLFCN_H 1
  6330. | #define LT_OBJDIR ".libs/"
  6331. | #define ENABLE_NLS 1
  6332. | #define HAVE_GETTEXT 1
  6333. | #define HAVE_DCGETTEXT 1
  6334. | #define HAVE_LINUX_BLKPG_H 1
  6335. | #define HAVE_LINUX_MAJOR_H 1
  6336. | #define HAVE_ERR_H 1
  6337. | #define HAVE_ERRNO_H 1
  6338. | #define HAVE_FCNTL_H 1
  6339. | #define HAVE_GETOPT_H 1
  6340. | #define HAVE_INTTYPES_H 1
  6341. | #define HAVE_LINUX_BTRFS_H 1
  6342. | #define HAVE_LINUX_CDROM_H 1
  6343. | #define HAVE_LINUX_FALLOC_H 1
  6344. | #define HAVE_LINUX_WATCHDOG_H 1
  6345. | #define HAVE_LINUX_FD_H 1
  6346. | #define HAVE_LINUX_RAW_H 1
  6347. | #define HAVE_LINUX_TIOCL_H 1
  6348. | #define HAVE_LINUX_VERSION_H 1
  6349. | #define HAVE_LINUX_SECUREBITS_H 1
  6350. | #define HAVE_LOCALE_H 1
  6351. | #define HAVE_MNTENT_H 1
  6352. | #define HAVE_NET_IF_H 1
  6353. | #define HAVE_NETINET_IN_H 1
  6354. | #define HAVE_PATHS_H 1
  6355. | #define HAVE_PTY_H 1
  6356. | #define HAVE_STDINT_H 1
  6357. | #define HAVE_STDIO_EXT_H 1
  6358. | #define HAVE_STDLIB_H 1
  6359. | #define HAVE_ENDIAN_H 1
  6360. | #define HAVE_BYTESWAP_H 1
  6361. | #define HAVE_SYS_FILE_H 1
  6362. | #define HAVE_SYS_IO_H 1
  6363. | #define HAVE_SYS_IOCTL_H 1
  6364. | #define HAVE_SYS_MOUNT_H 1
  6365. | #define HAVE_SYS_PARAM_H 1
  6366. | #define HAVE_SYS_PRCTL_H 1
  6367. | #define HAVE_SYS_RESOURCE_H 1
  6368. | #define HAVE_SYS_SIGNALFD_H 1
  6369. | #define HAVE_SYS_SOCKET_H 1
  6370. | #define HAVE_SYS_STAT_H 1
  6371. | #define HAVE_SYS_SYSMACROS_H 1
  6372. | #define HAVE_SYS_SWAP_H 1
  6373. | #define HAVE_SYS_SYSCALL_H 1
  6374. | #define HAVE_SYS_TIME_H 1
  6375. | #define HAVE_SYS_TIMEX_H 1
  6376. | #define HAVE_SYS_TTYDEFAULTS_H 1
  6377. | #define HAVE_SYS_TYPES_H 1
  6378. | #define HAVE_SYS_UN_H 1
  6379. | #define HAVE_UNISTD_H 1
  6380. | #define HAVE_SHADOW_H 1
  6381. | #define HAVE_UTMP_H 1
  6382. | #define HAVE_LANGINFO_H 1
  6383. | #define HAVE_TM_GMTOFF 1
  6384. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  6385. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  6386. | #define SWAPON_HAS_TWO_ARGS 1
  6387. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  6388. | #define HAVE_LSEEK64_PROTOTYPE 1
  6389. | #define HAVE_ENVIRON_DECL 1
  6390. | #define HAVE_STRSIGNAL_DECL 1
  6391. | #define HAVE___FPENDING 1
  6392. | #define HAVE_SECURE_GETENV 1
  6393. | #define HAVE_ERR 1
  6394. | #define HAVE_ERRX 1
  6395. | #define HAVE_FSYNC 1
  6396. | #define HAVE_UTIMENSAT 1
  6397. | #define HAVE_GETDOMAINNAME 1
  6398. | #define HAVE_GETDTABLESIZE 1
  6399. | #define HAVE_GETRLIMIT 1
  6400. | #define HAVE_GETSGNAM 1
  6401. | #define HAVE_INOTIFY_INIT 1
  6402. | #define HAVE_JRAND48 1
  6403. | #define HAVE_LCHOWN 1
  6404. | #define HAVE_LLSEEK 1
  6405. | #define HAVE_LSEEK64 1
  6406. | #define HAVE_MEMPCPY 1
  6407. | #define HAVE_MKOSTEMP 1
  6408. | #define HAVE_NANOSLEEP 1
  6409. | #define HAVE_NTP_GETTIME 1
  6410. | #define HAVE_PERSONALITY 1
  6411. | #define HAVE_POSIX_FADVISE 1
  6412. | #define HAVE_PRCTL 1
  6413. | #define HAVE_QSORT_R 1
  6414. | #define HAVE_RPMATCH 1
  6415. | #define HAVE_SCANDIRAT 1
  6416. | #define HAVE_SETRESGID 1
  6417. | #define HAVE_SETRESUID 1
  6418. | #define HAVE_SCHED_SETSCHEDULER 1
  6419. | #define HAVE_SIGQUEUE 1
  6420. | #define HAVE_SRANDOM 1
  6421. | #define HAVE_STRNDUP 1
  6422. | #define HAVE_STRNLEN 1
  6423. | #define HAVE_SYSCONF 1
  6424. | #define HAVE_SYSINFO 1
  6425. | #define HAVE_UPDWTMP 1
  6426. | #define HAVE_USLEEP 1
  6427. | #define HAVE_WARN 1
  6428. | #define HAVE_WARNX 1
  6429. | #define HAVE_FSEEKO 1
  6430. | #define HAVE_OPENAT 1
  6431. | #define HAVE_FSTATAT 1
  6432. | #define HAVE_UNLINKAT 1
  6433. | #define HAVE_IOPERM 1
  6434. | #define HAVE_IOPL 1
  6435. | #define HAVE_FUTIMENS 1
  6436. | #define HAVE_INOTIFY_INIT1 1
  6437. | #define HAVE_OPEN_MEMSTREAM 1
  6438. | #define HAVE_REBOOT 1
  6439. | #define HAVE_ISNAN 1
  6440. | #define HAVE_CLOCK_GETTIME 1
  6441. | #define HAVE_DECL_DIRFD 1
  6442. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  6443. | /* end confdefs.h. */
  6444. | __thread int a; int b; int main() { return a = b; }
  6445. configure:19378: result: no
  6446. configure:19441: gcc -o conftest -g -O2 conftest.c -lrt >&5
  6447. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  6448. collect2: error: ld returned 1 exit status
  6449. configure:19441: $? = 1
  6450. configure: program exited with status 1
  6451. configure: failed program was:
  6452. | /* confdefs.h */
  6453. | #define PACKAGE_NAME "util-linux"
  6454. | #define PACKAGE_TARNAME "util-linux"
  6455. | #define PACKAGE_VERSION "2.29.1"
  6456. | #define PACKAGE_STRING "util-linux 2.29.1"
  6457. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  6458. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  6459. | #define STDC_HEADERS 1
  6460. | #define HAVE_SYS_TYPES_H 1
  6461. | #define HAVE_SYS_STAT_H 1
  6462. | #define HAVE_STDLIB_H 1
  6463. | #define HAVE_STRING_H 1
  6464. | #define HAVE_MEMORY_H 1
  6465. | #define HAVE_STRINGS_H 1
  6466. | #define HAVE_INTTYPES_H 1
  6467. | #define HAVE_STDINT_H 1
  6468. | #define HAVE_UNISTD_H 1
  6469. | #define __EXTENSIONS__ 1
  6470. | #define _ALL_SOURCE 1
  6471. | #define _GNU_SOURCE 1
  6472. | #define _POSIX_PTHREAD_SEMANTICS 1
  6473. | #define _TANDEM_SOURCE 1
  6474. | #define PACKAGE "util-linux"
  6475. | #define VERSION "2.29.1"
  6476. | #define HAVE_DLFCN_H 1
  6477. | #define LT_OBJDIR ".libs/"
  6478. | #define ENABLE_NLS 1
  6479. | #define HAVE_GETTEXT 1
  6480. | #define HAVE_DCGETTEXT 1
  6481. | #define HAVE_LINUX_BLKPG_H 1
  6482. | #define HAVE_LINUX_MAJOR_H 1
  6483. | #define HAVE_ERR_H 1
  6484. | #define HAVE_ERRNO_H 1
  6485. | #define HAVE_FCNTL_H 1
  6486. | #define HAVE_GETOPT_H 1
  6487. | #define HAVE_INTTYPES_H 1
  6488. | #define HAVE_LINUX_BTRFS_H 1
  6489. | #define HAVE_LINUX_CDROM_H 1
  6490. | #define HAVE_LINUX_FALLOC_H 1
  6491. | #define HAVE_LINUX_WATCHDOG_H 1
  6492. | #define HAVE_LINUX_FD_H 1
  6493. | #define HAVE_LINUX_RAW_H 1
  6494. | #define HAVE_LINUX_TIOCL_H 1
  6495. | #define HAVE_LINUX_VERSION_H 1
  6496. | #define HAVE_LINUX_SECUREBITS_H 1
  6497. | #define HAVE_LOCALE_H 1
  6498. | #define HAVE_MNTENT_H 1
  6499. | #define HAVE_NET_IF_H 1
  6500. | #define HAVE_NETINET_IN_H 1
  6501. | #define HAVE_PATHS_H 1
  6502. | #define HAVE_PTY_H 1
  6503. | #define HAVE_STDINT_H 1
  6504. | #define HAVE_STDIO_EXT_H 1
  6505. | #define HAVE_STDLIB_H 1
  6506. | #define HAVE_ENDIAN_H 1
  6507. | #define HAVE_BYTESWAP_H 1
  6508. | #define HAVE_SYS_FILE_H 1
  6509. | #define HAVE_SYS_IO_H 1
  6510. | #define HAVE_SYS_IOCTL_H 1
  6511. | #define HAVE_SYS_MOUNT_H 1
  6512. | #define HAVE_SYS_PARAM_H 1
  6513. | #define HAVE_SYS_PRCTL_H 1
  6514. | #define HAVE_SYS_RESOURCE_H 1
  6515. | #define HAVE_SYS_SIGNALFD_H 1
  6516. | #define HAVE_SYS_SOCKET_H 1
  6517. | #define HAVE_SYS_STAT_H 1
  6518. | #define HAVE_SYS_SYSMACROS_H 1
  6519. | #define HAVE_SYS_SWAP_H 1
  6520. | #define HAVE_SYS_SYSCALL_H 1
  6521. | #define HAVE_SYS_TIME_H 1
  6522. | #define HAVE_SYS_TIMEX_H 1
  6523. | #define HAVE_SYS_TTYDEFAULTS_H 1
  6524. | #define HAVE_SYS_TYPES_H 1
  6525. | #define HAVE_SYS_UN_H 1
  6526. | #define HAVE_UNISTD_H 1
  6527. | #define HAVE_SHADOW_H 1
  6528. | #define HAVE_UTMP_H 1
  6529. | #define HAVE_LANGINFO_H 1
  6530. | #define HAVE_TM_GMTOFF 1
  6531. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  6532. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  6533. | #define SWAPON_HAS_TWO_ARGS 1
  6534. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  6535. | #define HAVE_LSEEK64_PROTOTYPE 1
  6536. | #define HAVE_ENVIRON_DECL 1
  6537. | #define HAVE_STRSIGNAL_DECL 1
  6538. | #define HAVE___FPENDING 1
  6539. | #define HAVE_SECURE_GETENV 1
  6540. | #define HAVE_ERR 1
  6541. | #define HAVE_ERRX 1
  6542. | #define HAVE_FSYNC 1
  6543. | #define HAVE_UTIMENSAT 1
  6544. | #define HAVE_GETDOMAINNAME 1
  6545. | #define HAVE_GETDTABLESIZE 1
  6546. | #define HAVE_GETRLIMIT 1
  6547. | #define HAVE_GETSGNAM 1
  6548. | #define HAVE_INOTIFY_INIT 1
  6549. | #define HAVE_JRAND48 1
  6550. | #define HAVE_LCHOWN 1
  6551. | #define HAVE_LLSEEK 1
  6552. | #define HAVE_LSEEK64 1
  6553. | #define HAVE_MEMPCPY 1
  6554. | #define HAVE_MKOSTEMP 1
  6555. | #define HAVE_NANOSLEEP 1
  6556. | #define HAVE_NTP_GETTIME 1
  6557. | #define HAVE_PERSONALITY 1
  6558. | #define HAVE_POSIX_FADVISE 1
  6559. | #define HAVE_PRCTL 1
  6560. | #define HAVE_QSORT_R 1
  6561. | #define HAVE_RPMATCH 1
  6562. | #define HAVE_SCANDIRAT 1
  6563. | #define HAVE_SETRESGID 1
  6564. | #define HAVE_SETRESUID 1
  6565. | #define HAVE_SCHED_SETSCHEDULER 1
  6566. | #define HAVE_SIGQUEUE 1
  6567. | #define HAVE_SRANDOM 1
  6568. | #define HAVE_STRNDUP 1
  6569. | #define HAVE_STRNLEN 1
  6570. | #define HAVE_SYSCONF 1
  6571. | #define HAVE_SYSINFO 1
  6572. | #define HAVE_UPDWTMP 1
  6573. | #define HAVE_USLEEP 1
  6574. | #define HAVE_WARN 1
  6575. | #define HAVE_WARNX 1
  6576. | #define HAVE_FSEEKO 1
  6577. | #define HAVE_OPENAT 1
  6578. | #define HAVE_FSTATAT 1
  6579. | #define HAVE_UNLINKAT 1
  6580. | #define HAVE_IOPERM 1
  6581. | #define HAVE_IOPL 1
  6582. | #define HAVE_FUTIMENS 1
  6583. | #define HAVE_INOTIFY_INIT1 1
  6584. | #define HAVE_OPEN_MEMSTREAM 1
  6585. | #define HAVE_REBOOT 1
  6586. | #define HAVE_ISNAN 1
  6587. | #define HAVE_CLOCK_GETTIME 1
  6588. | #define HAVE_DECL_DIRFD 1
  6589. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  6590. | /* end confdefs.h. */
  6591. | # include <stdio.h>
  6592. | # include <stdlib.h>
  6593. | int main()
  6594. | {
  6595. | int i;
  6596. | int rc = 1;
  6597. | char *s;
  6598. | i = sscanf("x", "%ms", &s);
  6599. | if (i == 1 && *s == 'x')
  6600. | rc = 0;
  6601. | free(s);
  6602. | return rc;
  6603. | }
  6604. configure:19466: gcc -o conftest -g -O2 conftest.c -lrt >&5
  6605. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  6606. collect2: error: ld returned 1 exit status
  6607. configure:19466: $? = 1
  6608. configure: program exited with status 1
  6609. configure: failed program was:
  6610. | /* confdefs.h */
  6611. | #define PACKAGE_NAME "util-linux"
  6612. | #define PACKAGE_TARNAME "util-linux"
  6613. | #define PACKAGE_VERSION "2.29.1"
  6614. | #define PACKAGE_STRING "util-linux 2.29.1"
  6615. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  6616. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  6617. | #define STDC_HEADERS 1
  6618. | #define HAVE_SYS_TYPES_H 1
  6619. | #define HAVE_SYS_STAT_H 1
  6620. | #define HAVE_STDLIB_H 1
  6621. | #define HAVE_STRING_H 1
  6622. | #define HAVE_MEMORY_H 1
  6623. | #define HAVE_STRINGS_H 1
  6624. | #define HAVE_INTTYPES_H 1
  6625. | #define HAVE_STDINT_H 1
  6626. | #define HAVE_UNISTD_H 1
  6627. | #define __EXTENSIONS__ 1
  6628. | #define _ALL_SOURCE 1
  6629. | #define _GNU_SOURCE 1
  6630. | #define _POSIX_PTHREAD_SEMANTICS 1
  6631. | #define _TANDEM_SOURCE 1
  6632. | #define PACKAGE "util-linux"
  6633. | #define VERSION "2.29.1"
  6634. | #define HAVE_DLFCN_H 1
  6635. | #define LT_OBJDIR ".libs/"
  6636. | #define ENABLE_NLS 1
  6637. | #define HAVE_GETTEXT 1
  6638. | #define HAVE_DCGETTEXT 1
  6639. | #define HAVE_LINUX_BLKPG_H 1
  6640. | #define HAVE_LINUX_MAJOR_H 1
  6641. | #define HAVE_ERR_H 1
  6642. | #define HAVE_ERRNO_H 1
  6643. | #define HAVE_FCNTL_H 1
  6644. | #define HAVE_GETOPT_H 1
  6645. | #define HAVE_INTTYPES_H 1
  6646. | #define HAVE_LINUX_BTRFS_H 1
  6647. | #define HAVE_LINUX_CDROM_H 1
  6648. | #define HAVE_LINUX_FALLOC_H 1
  6649. | #define HAVE_LINUX_WATCHDOG_H 1
  6650. | #define HAVE_LINUX_FD_H 1
  6651. | #define HAVE_LINUX_RAW_H 1
  6652. | #define HAVE_LINUX_TIOCL_H 1
  6653. | #define HAVE_LINUX_VERSION_H 1
  6654. | #define HAVE_LINUX_SECUREBITS_H 1
  6655. | #define HAVE_LOCALE_H 1
  6656. | #define HAVE_MNTENT_H 1
  6657. | #define HAVE_NET_IF_H 1
  6658. | #define HAVE_NETINET_IN_H 1
  6659. | #define HAVE_PATHS_H 1
  6660. | #define HAVE_PTY_H 1
  6661. | #define HAVE_STDINT_H 1
  6662. | #define HAVE_STDIO_EXT_H 1
  6663. | #define HAVE_STDLIB_H 1
  6664. | #define HAVE_ENDIAN_H 1
  6665. | #define HAVE_BYTESWAP_H 1
  6666. | #define HAVE_SYS_FILE_H 1
  6667. | #define HAVE_SYS_IO_H 1
  6668. | #define HAVE_SYS_IOCTL_H 1
  6669. | #define HAVE_SYS_MOUNT_H 1
  6670. | #define HAVE_SYS_PARAM_H 1
  6671. | #define HAVE_SYS_PRCTL_H 1
  6672. | #define HAVE_SYS_RESOURCE_H 1
  6673. | #define HAVE_SYS_SIGNALFD_H 1
  6674. | #define HAVE_SYS_SOCKET_H 1
  6675. | #define HAVE_SYS_STAT_H 1
  6676. | #define HAVE_SYS_SYSMACROS_H 1
  6677. | #define HAVE_SYS_SWAP_H 1
  6678. | #define HAVE_SYS_SYSCALL_H 1
  6679. | #define HAVE_SYS_TIME_H 1
  6680. | #define HAVE_SYS_TIMEX_H 1
  6681. | #define HAVE_SYS_TTYDEFAULTS_H 1
  6682. | #define HAVE_SYS_TYPES_H 1
  6683. | #define HAVE_SYS_UN_H 1
  6684. | #define HAVE_UNISTD_H 1
  6685. | #define HAVE_SHADOW_H 1
  6686. | #define HAVE_UTMP_H 1
  6687. | #define HAVE_LANGINFO_H 1
  6688. | #define HAVE_TM_GMTOFF 1
  6689. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  6690. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  6691. | #define SWAPON_HAS_TWO_ARGS 1
  6692. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  6693. | #define HAVE_LSEEK64_PROTOTYPE 1
  6694. | #define HAVE_ENVIRON_DECL 1
  6695. | #define HAVE_STRSIGNAL_DECL 1
  6696. | #define HAVE___FPENDING 1
  6697. | #define HAVE_SECURE_GETENV 1
  6698. | #define HAVE_ERR 1
  6699. | #define HAVE_ERRX 1
  6700. | #define HAVE_FSYNC 1
  6701. | #define HAVE_UTIMENSAT 1
  6702. | #define HAVE_GETDOMAINNAME 1
  6703. | #define HAVE_GETDTABLESIZE 1
  6704. | #define HAVE_GETRLIMIT 1
  6705. | #define HAVE_GETSGNAM 1
  6706. | #define HAVE_INOTIFY_INIT 1
  6707. | #define HAVE_JRAND48 1
  6708. | #define HAVE_LCHOWN 1
  6709. | #define HAVE_LLSEEK 1
  6710. | #define HAVE_LSEEK64 1
  6711. | #define HAVE_MEMPCPY 1
  6712. | #define HAVE_MKOSTEMP 1
  6713. | #define HAVE_NANOSLEEP 1
  6714. | #define HAVE_NTP_GETTIME 1
  6715. | #define HAVE_PERSONALITY 1
  6716. | #define HAVE_POSIX_FADVISE 1
  6717. | #define HAVE_PRCTL 1
  6718. | #define HAVE_QSORT_R 1
  6719. | #define HAVE_RPMATCH 1
  6720. | #define HAVE_SCANDIRAT 1
  6721. | #define HAVE_SETRESGID 1
  6722. | #define HAVE_SETRESUID 1
  6723. | #define HAVE_SCHED_SETSCHEDULER 1
  6724. | #define HAVE_SIGQUEUE 1
  6725. | #define HAVE_SRANDOM 1
  6726. | #define HAVE_STRNDUP 1
  6727. | #define HAVE_STRNLEN 1
  6728. | #define HAVE_SYSCONF 1
  6729. | #define HAVE_SYSINFO 1
  6730. | #define HAVE_UPDWTMP 1
  6731. | #define HAVE_USLEEP 1
  6732. | #define HAVE_WARN 1
  6733. | #define HAVE_WARNX 1
  6734. | #define HAVE_FSEEKO 1
  6735. | #define HAVE_OPENAT 1
  6736. | #define HAVE_FSTATAT 1
  6737. | #define HAVE_UNLINKAT 1
  6738. | #define HAVE_IOPERM 1
  6739. | #define HAVE_IOPL 1
  6740. | #define HAVE_FUTIMENS 1
  6741. | #define HAVE_INOTIFY_INIT1 1
  6742. | #define HAVE_OPEN_MEMSTREAM 1
  6743. | #define HAVE_REBOOT 1
  6744. | #define HAVE_ISNAN 1
  6745. | #define HAVE_CLOCK_GETTIME 1
  6746. | #define HAVE_DECL_DIRFD 1
  6747. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  6748. | /* end confdefs.h. */
  6749. | # include <stdio.h>
  6750. | # include <stdlib.h>
  6751. | int main()
  6752. | {
  6753. | int i;
  6754. | int rc = 1;
  6755. | char *s;
  6756. | i = sscanf("x", "%as", &s);
  6757. | if (i == 1 && *s == 'x')
  6758. | rc = 0;
  6759. | free(s);
  6760. | return rc;
  6761. | }
  6762. configure:19486: checking scanf string alloc modifiers
  6763. configure:19504: result: no
  6764. configure:19537: checking for openpty in -lutil
  6765. configure:19562: gcc -o conftest -g -O2 conftest.c -lutil -lrt >&5
  6766. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  6767. collect2: error: ld returned 1 exit status
  6768. configure:19562: $? = 1
  6769. configure: failed program was:
  6770. | /* confdefs.h */
  6771. | #define PACKAGE_NAME "util-linux"
  6772. | #define PACKAGE_TARNAME "util-linux"
  6773. | #define PACKAGE_VERSION "2.29.1"
  6774. | #define PACKAGE_STRING "util-linux 2.29.1"
  6775. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  6776. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  6777. | #define STDC_HEADERS 1
  6778. | #define HAVE_SYS_TYPES_H 1
  6779. | #define HAVE_SYS_STAT_H 1
  6780. | #define HAVE_STDLIB_H 1
  6781. | #define HAVE_STRING_H 1
  6782. | #define HAVE_MEMORY_H 1
  6783. | #define HAVE_STRINGS_H 1
  6784. | #define HAVE_INTTYPES_H 1
  6785. | #define HAVE_STDINT_H 1
  6786. | #define HAVE_UNISTD_H 1
  6787. | #define __EXTENSIONS__ 1
  6788. | #define _ALL_SOURCE 1
  6789. | #define _GNU_SOURCE 1
  6790. | #define _POSIX_PTHREAD_SEMANTICS 1
  6791. | #define _TANDEM_SOURCE 1
  6792. | #define PACKAGE "util-linux"
  6793. | #define VERSION "2.29.1"
  6794. | #define HAVE_DLFCN_H 1
  6795. | #define LT_OBJDIR ".libs/"
  6796. | #define ENABLE_NLS 1
  6797. | #define HAVE_GETTEXT 1
  6798. | #define HAVE_DCGETTEXT 1
  6799. | #define HAVE_LINUX_BLKPG_H 1
  6800. | #define HAVE_LINUX_MAJOR_H 1
  6801. | #define HAVE_ERR_H 1
  6802. | #define HAVE_ERRNO_H 1
  6803. | #define HAVE_FCNTL_H 1
  6804. | #define HAVE_GETOPT_H 1
  6805. | #define HAVE_INTTYPES_H 1
  6806. | #define HAVE_LINUX_BTRFS_H 1
  6807. | #define HAVE_LINUX_CDROM_H 1
  6808. | #define HAVE_LINUX_FALLOC_H 1
  6809. | #define HAVE_LINUX_WATCHDOG_H 1
  6810. | #define HAVE_LINUX_FD_H 1
  6811. | #define HAVE_LINUX_RAW_H 1
  6812. | #define HAVE_LINUX_TIOCL_H 1
  6813. | #define HAVE_LINUX_VERSION_H 1
  6814. | #define HAVE_LINUX_SECUREBITS_H 1
  6815. | #define HAVE_LOCALE_H 1
  6816. | #define HAVE_MNTENT_H 1
  6817. | #define HAVE_NET_IF_H 1
  6818. | #define HAVE_NETINET_IN_H 1
  6819. | #define HAVE_PATHS_H 1
  6820. | #define HAVE_PTY_H 1
  6821. | #define HAVE_STDINT_H 1
  6822. | #define HAVE_STDIO_EXT_H 1
  6823. | #define HAVE_STDLIB_H 1
  6824. | #define HAVE_ENDIAN_H 1
  6825. | #define HAVE_BYTESWAP_H 1
  6826. | #define HAVE_SYS_FILE_H 1
  6827. | #define HAVE_SYS_IO_H 1
  6828. | #define HAVE_SYS_IOCTL_H 1
  6829. | #define HAVE_SYS_MOUNT_H 1
  6830. | #define HAVE_SYS_PARAM_H 1
  6831. | #define HAVE_SYS_PRCTL_H 1
  6832. | #define HAVE_SYS_RESOURCE_H 1
  6833. | #define HAVE_SYS_SIGNALFD_H 1
  6834. | #define HAVE_SYS_SOCKET_H 1
  6835. | #define HAVE_SYS_STAT_H 1
  6836. | #define HAVE_SYS_SYSMACROS_H 1
  6837. | #define HAVE_SYS_SWAP_H 1
  6838. | #define HAVE_SYS_SYSCALL_H 1
  6839. | #define HAVE_SYS_TIME_H 1
  6840. | #define HAVE_SYS_TIMEX_H 1
  6841. | #define HAVE_SYS_TTYDEFAULTS_H 1
  6842. | #define HAVE_SYS_TYPES_H 1
  6843. | #define HAVE_SYS_UN_H 1
  6844. | #define HAVE_UNISTD_H 1
  6845. | #define HAVE_SHADOW_H 1
  6846. | #define HAVE_UTMP_H 1
  6847. | #define HAVE_LANGINFO_H 1
  6848. | #define HAVE_TM_GMTOFF 1
  6849. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  6850. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  6851. | #define SWAPON_HAS_TWO_ARGS 1
  6852. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  6853. | #define HAVE_LSEEK64_PROTOTYPE 1
  6854. | #define HAVE_ENVIRON_DECL 1
  6855. | #define HAVE_STRSIGNAL_DECL 1
  6856. | #define HAVE___FPENDING 1
  6857. | #define HAVE_SECURE_GETENV 1
  6858. | #define HAVE_ERR 1
  6859. | #define HAVE_ERRX 1
  6860. | #define HAVE_FSYNC 1
  6861. | #define HAVE_UTIMENSAT 1
  6862. | #define HAVE_GETDOMAINNAME 1
  6863. | #define HAVE_GETDTABLESIZE 1
  6864. | #define HAVE_GETRLIMIT 1
  6865. | #define HAVE_GETSGNAM 1
  6866. | #define HAVE_INOTIFY_INIT 1
  6867. | #define HAVE_JRAND48 1
  6868. | #define HAVE_LCHOWN 1
  6869. | #define HAVE_LLSEEK 1
  6870. | #define HAVE_LSEEK64 1
  6871. | #define HAVE_MEMPCPY 1
  6872. | #define HAVE_MKOSTEMP 1
  6873. | #define HAVE_NANOSLEEP 1
  6874. | #define HAVE_NTP_GETTIME 1
  6875. | #define HAVE_PERSONALITY 1
  6876. | #define HAVE_POSIX_FADVISE 1
  6877. | #define HAVE_PRCTL 1
  6878. | #define HAVE_QSORT_R 1
  6879. | #define HAVE_RPMATCH 1
  6880. | #define HAVE_SCANDIRAT 1
  6881. | #define HAVE_SETRESGID 1
  6882. | #define HAVE_SETRESUID 1
  6883. | #define HAVE_SCHED_SETSCHEDULER 1
  6884. | #define HAVE_SIGQUEUE 1
  6885. | #define HAVE_SRANDOM 1
  6886. | #define HAVE_STRNDUP 1
  6887. | #define HAVE_STRNLEN 1
  6888. | #define HAVE_SYSCONF 1
  6889. | #define HAVE_SYSINFO 1
  6890. | #define HAVE_UPDWTMP 1
  6891. | #define HAVE_USLEEP 1
  6892. | #define HAVE_WARN 1
  6893. | #define HAVE_WARNX 1
  6894. | #define HAVE_FSEEKO 1
  6895. | #define HAVE_OPENAT 1
  6896. | #define HAVE_FSTATAT 1
  6897. | #define HAVE_UNLINKAT 1
  6898. | #define HAVE_IOPERM 1
  6899. | #define HAVE_IOPL 1
  6900. | #define HAVE_FUTIMENS 1
  6901. | #define HAVE_INOTIFY_INIT1 1
  6902. | #define HAVE_OPEN_MEMSTREAM 1
  6903. | #define HAVE_REBOOT 1
  6904. | #define HAVE_ISNAN 1
  6905. | #define HAVE_CLOCK_GETTIME 1
  6906. | #define HAVE_DECL_DIRFD 1
  6907. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  6908. | /* end confdefs.h. */
  6909. |
  6910. | /* Override any GCC internal prototype to avoid an error.
  6911. | Use char because int might match the return type of a GCC
  6912. | builtin and then its argument prototype would still apply. */
  6913. | #ifdef __cplusplus
  6914. | extern "C"
  6915. | #endif
  6916. | char openpty ();
  6917. | int
  6918. | main ()
  6919. | {
  6920. | return openpty ();
  6921. | ;
  6922. | return 0;
  6923. | }
  6924. configure:19571: result: no
  6925. configure:19597: checking for union semun
  6926. configure:19597: gcc -c -g -O2 conftest.c >&5
  6927. conftest.c: In function 'main':
  6928. conftest.c:147:13: error: invalid application of 'sizeof' to incomplete type 'union semun'
  6929. if (sizeof (union semun))
  6930. ^~~~~
  6931. configure:19597: $? = 1
  6932. configure: failed program was:
  6933. | /* confdefs.h */
  6934. | #define PACKAGE_NAME "util-linux"
  6935. | #define PACKAGE_TARNAME "util-linux"
  6936. | #define PACKAGE_VERSION "2.29.1"
  6937. | #define PACKAGE_STRING "util-linux 2.29.1"
  6938. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  6939. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  6940. | #define STDC_HEADERS 1
  6941. | #define HAVE_SYS_TYPES_H 1
  6942. | #define HAVE_SYS_STAT_H 1
  6943. | #define HAVE_STDLIB_H 1
  6944. | #define HAVE_STRING_H 1
  6945. | #define HAVE_MEMORY_H 1
  6946. | #define HAVE_STRINGS_H 1
  6947. | #define HAVE_INTTYPES_H 1
  6948. | #define HAVE_STDINT_H 1
  6949. | #define HAVE_UNISTD_H 1
  6950. | #define __EXTENSIONS__ 1
  6951. | #define _ALL_SOURCE 1
  6952. | #define _GNU_SOURCE 1
  6953. | #define _POSIX_PTHREAD_SEMANTICS 1
  6954. | #define _TANDEM_SOURCE 1
  6955. | #define PACKAGE "util-linux"
  6956. | #define VERSION "2.29.1"
  6957. | #define HAVE_DLFCN_H 1
  6958. | #define LT_OBJDIR ".libs/"
  6959. | #define ENABLE_NLS 1
  6960. | #define HAVE_GETTEXT 1
  6961. | #define HAVE_DCGETTEXT 1
  6962. | #define HAVE_LINUX_BLKPG_H 1
  6963. | #define HAVE_LINUX_MAJOR_H 1
  6964. | #define HAVE_ERR_H 1
  6965. | #define HAVE_ERRNO_H 1
  6966. | #define HAVE_FCNTL_H 1
  6967. | #define HAVE_GETOPT_H 1
  6968. | #define HAVE_INTTYPES_H 1
  6969. | #define HAVE_LINUX_BTRFS_H 1
  6970. | #define HAVE_LINUX_CDROM_H 1
  6971. | #define HAVE_LINUX_FALLOC_H 1
  6972. | #define HAVE_LINUX_WATCHDOG_H 1
  6973. | #define HAVE_LINUX_FD_H 1
  6974. | #define HAVE_LINUX_RAW_H 1
  6975. | #define HAVE_LINUX_TIOCL_H 1
  6976. | #define HAVE_LINUX_VERSION_H 1
  6977. | #define HAVE_LINUX_SECUREBITS_H 1
  6978. | #define HAVE_LOCALE_H 1
  6979. | #define HAVE_MNTENT_H 1
  6980. | #define HAVE_NET_IF_H 1
  6981. | #define HAVE_NETINET_IN_H 1
  6982. | #define HAVE_PATHS_H 1
  6983. | #define HAVE_PTY_H 1
  6984. | #define HAVE_STDINT_H 1
  6985. | #define HAVE_STDIO_EXT_H 1
  6986. | #define HAVE_STDLIB_H 1
  6987. | #define HAVE_ENDIAN_H 1
  6988. | #define HAVE_BYTESWAP_H 1
  6989. | #define HAVE_SYS_FILE_H 1
  6990. | #define HAVE_SYS_IO_H 1
  6991. | #define HAVE_SYS_IOCTL_H 1
  6992. | #define HAVE_SYS_MOUNT_H 1
  6993. | #define HAVE_SYS_PARAM_H 1
  6994. | #define HAVE_SYS_PRCTL_H 1
  6995. | #define HAVE_SYS_RESOURCE_H 1
  6996. | #define HAVE_SYS_SIGNALFD_H 1
  6997. | #define HAVE_SYS_SOCKET_H 1
  6998. | #define HAVE_SYS_STAT_H 1
  6999. | #define HAVE_SYS_SYSMACROS_H 1
  7000. | #define HAVE_SYS_SWAP_H 1
  7001. | #define HAVE_SYS_SYSCALL_H 1
  7002. | #define HAVE_SYS_TIME_H 1
  7003. | #define HAVE_SYS_TIMEX_H 1
  7004. | #define HAVE_SYS_TTYDEFAULTS_H 1
  7005. | #define HAVE_SYS_TYPES_H 1
  7006. | #define HAVE_SYS_UN_H 1
  7007. | #define HAVE_UNISTD_H 1
  7008. | #define HAVE_SHADOW_H 1
  7009. | #define HAVE_UTMP_H 1
  7010. | #define HAVE_LANGINFO_H 1
  7011. | #define HAVE_TM_GMTOFF 1
  7012. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  7013. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  7014. | #define SWAPON_HAS_TWO_ARGS 1
  7015. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  7016. | #define HAVE_LSEEK64_PROTOTYPE 1
  7017. | #define HAVE_ENVIRON_DECL 1
  7018. | #define HAVE_STRSIGNAL_DECL 1
  7019. | #define HAVE___FPENDING 1
  7020. | #define HAVE_SECURE_GETENV 1
  7021. | #define HAVE_ERR 1
  7022. | #define HAVE_ERRX 1
  7023. | #define HAVE_FSYNC 1
  7024. | #define HAVE_UTIMENSAT 1
  7025. | #define HAVE_GETDOMAINNAME 1
  7026. | #define HAVE_GETDTABLESIZE 1
  7027. | #define HAVE_GETRLIMIT 1
  7028. | #define HAVE_GETSGNAM 1
  7029. | #define HAVE_INOTIFY_INIT 1
  7030. | #define HAVE_JRAND48 1
  7031. | #define HAVE_LCHOWN 1
  7032. | #define HAVE_LLSEEK 1
  7033. | #define HAVE_LSEEK64 1
  7034. | #define HAVE_MEMPCPY 1
  7035. | #define HAVE_MKOSTEMP 1
  7036. | #define HAVE_NANOSLEEP 1
  7037. | #define HAVE_NTP_GETTIME 1
  7038. | #define HAVE_PERSONALITY 1
  7039. | #define HAVE_POSIX_FADVISE 1
  7040. | #define HAVE_PRCTL 1
  7041. | #define HAVE_QSORT_R 1
  7042. | #define HAVE_RPMATCH 1
  7043. | #define HAVE_SCANDIRAT 1
  7044. | #define HAVE_SETRESGID 1
  7045. | #define HAVE_SETRESUID 1
  7046. | #define HAVE_SCHED_SETSCHEDULER 1
  7047. | #define HAVE_SIGQUEUE 1
  7048. | #define HAVE_SRANDOM 1
  7049. | #define HAVE_STRNDUP 1
  7050. | #define HAVE_STRNLEN 1
  7051. | #define HAVE_SYSCONF 1
  7052. | #define HAVE_SYSINFO 1
  7053. | #define HAVE_UPDWTMP 1
  7054. | #define HAVE_USLEEP 1
  7055. | #define HAVE_WARN 1
  7056. | #define HAVE_WARNX 1
  7057. | #define HAVE_FSEEKO 1
  7058. | #define HAVE_OPENAT 1
  7059. | #define HAVE_FSTATAT 1
  7060. | #define HAVE_UNLINKAT 1
  7061. | #define HAVE_IOPERM 1
  7062. | #define HAVE_IOPL 1
  7063. | #define HAVE_FUTIMENS 1
  7064. | #define HAVE_INOTIFY_INIT1 1
  7065. | #define HAVE_OPEN_MEMSTREAM 1
  7066. | #define HAVE_REBOOT 1
  7067. | #define HAVE_ISNAN 1
  7068. | #define HAVE_CLOCK_GETTIME 1
  7069. | #define HAVE_DECL_DIRFD 1
  7070. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  7071. | /* end confdefs.h. */
  7072. |
  7073. | #include <sys/sem.h>
  7074. |
  7075. |
  7076. | int
  7077. | main ()
  7078. | {
  7079. | if (sizeof (union semun))
  7080. | return 0;
  7081. | ;
  7082. | return 0;
  7083. | }
  7084. configure:19597: result: no
  7085. configure:19610: checking for loff_t
  7086. configure:19610: gcc -c -g -O2 conftest.c >&5
  7087. configure:19610: $? = 0
  7088. configure:19610: gcc -c -g -O2 conftest.c >&5
  7089. conftest.c: In function 'main':
  7090. conftest.c:176:21: error: expected expression before ')' token
  7091. if (sizeof ((loff_t)))
  7092. ^
  7093. configure:19610: $? = 1
  7094. configure: failed program was:
  7095. | /* confdefs.h */
  7096. | #define PACKAGE_NAME "util-linux"
  7097. | #define PACKAGE_TARNAME "util-linux"
  7098. | #define PACKAGE_VERSION "2.29.1"
  7099. | #define PACKAGE_STRING "util-linux 2.29.1"
  7100. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  7101. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  7102. | #define STDC_HEADERS 1
  7103. | #define HAVE_SYS_TYPES_H 1
  7104. | #define HAVE_SYS_STAT_H 1
  7105. | #define HAVE_STDLIB_H 1
  7106. | #define HAVE_STRING_H 1
  7107. | #define HAVE_MEMORY_H 1
  7108. | #define HAVE_STRINGS_H 1
  7109. | #define HAVE_INTTYPES_H 1
  7110. | #define HAVE_STDINT_H 1
  7111. | #define HAVE_UNISTD_H 1
  7112. | #define __EXTENSIONS__ 1
  7113. | #define _ALL_SOURCE 1
  7114. | #define _GNU_SOURCE 1
  7115. | #define _POSIX_PTHREAD_SEMANTICS 1
  7116. | #define _TANDEM_SOURCE 1
  7117. | #define PACKAGE "util-linux"
  7118. | #define VERSION "2.29.1"
  7119. | #define HAVE_DLFCN_H 1
  7120. | #define LT_OBJDIR ".libs/"
  7121. | #define ENABLE_NLS 1
  7122. | #define HAVE_GETTEXT 1
  7123. | #define HAVE_DCGETTEXT 1
  7124. | #define HAVE_LINUX_BLKPG_H 1
  7125. | #define HAVE_LINUX_MAJOR_H 1
  7126. | #define HAVE_ERR_H 1
  7127. | #define HAVE_ERRNO_H 1
  7128. | #define HAVE_FCNTL_H 1
  7129. | #define HAVE_GETOPT_H 1
  7130. | #define HAVE_INTTYPES_H 1
  7131. | #define HAVE_LINUX_BTRFS_H 1
  7132. | #define HAVE_LINUX_CDROM_H 1
  7133. | #define HAVE_LINUX_FALLOC_H 1
  7134. | #define HAVE_LINUX_WATCHDOG_H 1
  7135. | #define HAVE_LINUX_FD_H 1
  7136. | #define HAVE_LINUX_RAW_H 1
  7137. | #define HAVE_LINUX_TIOCL_H 1
  7138. | #define HAVE_LINUX_VERSION_H 1
  7139. | #define HAVE_LINUX_SECUREBITS_H 1
  7140. | #define HAVE_LOCALE_H 1
  7141. | #define HAVE_MNTENT_H 1
  7142. | #define HAVE_NET_IF_H 1
  7143. | #define HAVE_NETINET_IN_H 1
  7144. | #define HAVE_PATHS_H 1
  7145. | #define HAVE_PTY_H 1
  7146. | #define HAVE_STDINT_H 1
  7147. | #define HAVE_STDIO_EXT_H 1
  7148. | #define HAVE_STDLIB_H 1
  7149. | #define HAVE_ENDIAN_H 1
  7150. | #define HAVE_BYTESWAP_H 1
  7151. | #define HAVE_SYS_FILE_H 1
  7152. | #define HAVE_SYS_IO_H 1
  7153. | #define HAVE_SYS_IOCTL_H 1
  7154. | #define HAVE_SYS_MOUNT_H 1
  7155. | #define HAVE_SYS_PARAM_H 1
  7156. | #define HAVE_SYS_PRCTL_H 1
  7157. | #define HAVE_SYS_RESOURCE_H 1
  7158. | #define HAVE_SYS_SIGNALFD_H 1
  7159. | #define HAVE_SYS_SOCKET_H 1
  7160. | #define HAVE_SYS_STAT_H 1
  7161. | #define HAVE_SYS_SYSMACROS_H 1
  7162. | #define HAVE_SYS_SWAP_H 1
  7163. | #define HAVE_SYS_SYSCALL_H 1
  7164. | #define HAVE_SYS_TIME_H 1
  7165. | #define HAVE_SYS_TIMEX_H 1
  7166. | #define HAVE_SYS_TTYDEFAULTS_H 1
  7167. | #define HAVE_SYS_TYPES_H 1
  7168. | #define HAVE_SYS_UN_H 1
  7169. | #define HAVE_UNISTD_H 1
  7170. | #define HAVE_SHADOW_H 1
  7171. | #define HAVE_UTMP_H 1
  7172. | #define HAVE_LANGINFO_H 1
  7173. | #define HAVE_TM_GMTOFF 1
  7174. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  7175. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  7176. | #define SWAPON_HAS_TWO_ARGS 1
  7177. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  7178. | #define HAVE_LSEEK64_PROTOTYPE 1
  7179. | #define HAVE_ENVIRON_DECL 1
  7180. | #define HAVE_STRSIGNAL_DECL 1
  7181. | #define HAVE___FPENDING 1
  7182. | #define HAVE_SECURE_GETENV 1
  7183. | #define HAVE_ERR 1
  7184. | #define HAVE_ERRX 1
  7185. | #define HAVE_FSYNC 1
  7186. | #define HAVE_UTIMENSAT 1
  7187. | #define HAVE_GETDOMAINNAME 1
  7188. | #define HAVE_GETDTABLESIZE 1
  7189. | #define HAVE_GETRLIMIT 1
  7190. | #define HAVE_GETSGNAM 1
  7191. | #define HAVE_INOTIFY_INIT 1
  7192. | #define HAVE_JRAND48 1
  7193. | #define HAVE_LCHOWN 1
  7194. | #define HAVE_LLSEEK 1
  7195. | #define HAVE_LSEEK64 1
  7196. | #define HAVE_MEMPCPY 1
  7197. | #define HAVE_MKOSTEMP 1
  7198. | #define HAVE_NANOSLEEP 1
  7199. | #define HAVE_NTP_GETTIME 1
  7200. | #define HAVE_PERSONALITY 1
  7201. | #define HAVE_POSIX_FADVISE 1
  7202. | #define HAVE_PRCTL 1
  7203. | #define HAVE_QSORT_R 1
  7204. | #define HAVE_RPMATCH 1
  7205. | #define HAVE_SCANDIRAT 1
  7206. | #define HAVE_SETRESGID 1
  7207. | #define HAVE_SETRESUID 1
  7208. | #define HAVE_SCHED_SETSCHEDULER 1
  7209. | #define HAVE_SIGQUEUE 1
  7210. | #define HAVE_SRANDOM 1
  7211. | #define HAVE_STRNDUP 1
  7212. | #define HAVE_STRNLEN 1
  7213. | #define HAVE_SYSCONF 1
  7214. | #define HAVE_SYSINFO 1
  7215. | #define HAVE_UPDWTMP 1
  7216. | #define HAVE_USLEEP 1
  7217. | #define HAVE_WARN 1
  7218. | #define HAVE_WARNX 1
  7219. | #define HAVE_FSEEKO 1
  7220. | #define HAVE_OPENAT 1
  7221. | #define HAVE_FSTATAT 1
  7222. | #define HAVE_UNLINKAT 1
  7223. | #define HAVE_IOPERM 1
  7224. | #define HAVE_IOPL 1
  7225. | #define HAVE_FUTIMENS 1
  7226. | #define HAVE_INOTIFY_INIT1 1
  7227. | #define HAVE_OPEN_MEMSTREAM 1
  7228. | #define HAVE_REBOOT 1
  7229. | #define HAVE_ISNAN 1
  7230. | #define HAVE_CLOCK_GETTIME 1
  7231. | #define HAVE_DECL_DIRFD 1
  7232. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  7233. | /* end confdefs.h. */
  7234. | #include <stdio.h>
  7235. | #ifdef HAVE_SYS_TYPES_H
  7236. | # include <sys/types.h>
  7237. | #endif
  7238. | #ifdef HAVE_SYS_STAT_H
  7239. | # include <sys/stat.h>
  7240. | #endif
  7241. | #ifdef STDC_HEADERS
  7242. | # include <stdlib.h>
  7243. | # include <stddef.h>
  7244. | #else
  7245. | # ifdef HAVE_STDLIB_H
  7246. | # include <stdlib.h>
  7247. | # endif
  7248. | #endif
  7249. | #ifdef HAVE_STRING_H
  7250. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7251. | # include <memory.h>
  7252. | # endif
  7253. | # include <string.h>
  7254. | #endif
  7255. | #ifdef HAVE_STRINGS_H
  7256. | # include <strings.h>
  7257. | #endif
  7258. | #ifdef HAVE_INTTYPES_H
  7259. | # include <inttypes.h>
  7260. | #endif
  7261. | #ifdef HAVE_STDINT_H
  7262. | # include <stdint.h>
  7263. | #endif
  7264. | #ifdef HAVE_UNISTD_H
  7265. | # include <unistd.h>
  7266. | #endif
  7267. | int
  7268. | main ()
  7269. | {
  7270. | if (sizeof ((loff_t)))
  7271. | return 0;
  7272. | ;
  7273. | return 0;
  7274. | }
  7275. configure:19610: result: yes
  7276. configure:19643: checking wchar_t support
  7277. configure:19667: gcc -c -g -O2 conftest.c >&5
  7278. conftest.c: In function 'main':
  7279. conftest.c:153:20: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  7280. if (w == WEOF) exit(1);
  7281. ^~~~
  7282. conftest.c:153:20: warning: incompatible implicit declaration of built-in function 'exit'
  7283. conftest.c:153:20: note: include '<stdlib.h>' or provide a declaration of 'exit'
  7284. configure:19667: $? = 0
  7285. configure:19668: result: yes
  7286. configure:19704: checking for cpu_set_t
  7287. configure:19704: gcc -c -g -O2 conftest.c >&5
  7288. configure:19704: $? = 0
  7289. configure:19704: gcc -c -g -O2 conftest.c >&5
  7290. conftest.c: In function 'main':
  7291. conftest.c:149:24: error: expected expression before ')' token
  7292. if (sizeof ((cpu_set_t)))
  7293. ^
  7294. configure:19704: $? = 1
  7295. configure: failed program was:
  7296. | /* confdefs.h */
  7297. | #define PACKAGE_NAME "util-linux"
  7298. | #define PACKAGE_TARNAME "util-linux"
  7299. | #define PACKAGE_VERSION "2.29.1"
  7300. | #define PACKAGE_STRING "util-linux 2.29.1"
  7301. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  7302. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  7303. | #define STDC_HEADERS 1
  7304. | #define HAVE_SYS_TYPES_H 1
  7305. | #define HAVE_SYS_STAT_H 1
  7306. | #define HAVE_STDLIB_H 1
  7307. | #define HAVE_STRING_H 1
  7308. | #define HAVE_MEMORY_H 1
  7309. | #define HAVE_STRINGS_H 1
  7310. | #define HAVE_INTTYPES_H 1
  7311. | #define HAVE_STDINT_H 1
  7312. | #define HAVE_UNISTD_H 1
  7313. | #define __EXTENSIONS__ 1
  7314. | #define _ALL_SOURCE 1
  7315. | #define _GNU_SOURCE 1
  7316. | #define _POSIX_PTHREAD_SEMANTICS 1
  7317. | #define _TANDEM_SOURCE 1
  7318. | #define PACKAGE "util-linux"
  7319. | #define VERSION "2.29.1"
  7320. | #define HAVE_DLFCN_H 1
  7321. | #define LT_OBJDIR ".libs/"
  7322. | #define ENABLE_NLS 1
  7323. | #define HAVE_GETTEXT 1
  7324. | #define HAVE_DCGETTEXT 1
  7325. | #define HAVE_LINUX_BLKPG_H 1
  7326. | #define HAVE_LINUX_MAJOR_H 1
  7327. | #define HAVE_ERR_H 1
  7328. | #define HAVE_ERRNO_H 1
  7329. | #define HAVE_FCNTL_H 1
  7330. | #define HAVE_GETOPT_H 1
  7331. | #define HAVE_INTTYPES_H 1
  7332. | #define HAVE_LINUX_BTRFS_H 1
  7333. | #define HAVE_LINUX_CDROM_H 1
  7334. | #define HAVE_LINUX_FALLOC_H 1
  7335. | #define HAVE_LINUX_WATCHDOG_H 1
  7336. | #define HAVE_LINUX_FD_H 1
  7337. | #define HAVE_LINUX_RAW_H 1
  7338. | #define HAVE_LINUX_TIOCL_H 1
  7339. | #define HAVE_LINUX_VERSION_H 1
  7340. | #define HAVE_LINUX_SECUREBITS_H 1
  7341. | #define HAVE_LOCALE_H 1
  7342. | #define HAVE_MNTENT_H 1
  7343. | #define HAVE_NET_IF_H 1
  7344. | #define HAVE_NETINET_IN_H 1
  7345. | #define HAVE_PATHS_H 1
  7346. | #define HAVE_PTY_H 1
  7347. | #define HAVE_STDINT_H 1
  7348. | #define HAVE_STDIO_EXT_H 1
  7349. | #define HAVE_STDLIB_H 1
  7350. | #define HAVE_ENDIAN_H 1
  7351. | #define HAVE_BYTESWAP_H 1
  7352. | #define HAVE_SYS_FILE_H 1
  7353. | #define HAVE_SYS_IO_H 1
  7354. | #define HAVE_SYS_IOCTL_H 1
  7355. | #define HAVE_SYS_MOUNT_H 1
  7356. | #define HAVE_SYS_PARAM_H 1
  7357. | #define HAVE_SYS_PRCTL_H 1
  7358. | #define HAVE_SYS_RESOURCE_H 1
  7359. | #define HAVE_SYS_SIGNALFD_H 1
  7360. | #define HAVE_SYS_SOCKET_H 1
  7361. | #define HAVE_SYS_STAT_H 1
  7362. | #define HAVE_SYS_SYSMACROS_H 1
  7363. | #define HAVE_SYS_SWAP_H 1
  7364. | #define HAVE_SYS_SYSCALL_H 1
  7365. | #define HAVE_SYS_TIME_H 1
  7366. | #define HAVE_SYS_TIMEX_H 1
  7367. | #define HAVE_SYS_TTYDEFAULTS_H 1
  7368. | #define HAVE_SYS_TYPES_H 1
  7369. | #define HAVE_SYS_UN_H 1
  7370. | #define HAVE_UNISTD_H 1
  7371. | #define HAVE_SHADOW_H 1
  7372. | #define HAVE_UTMP_H 1
  7373. | #define HAVE_LANGINFO_H 1
  7374. | #define HAVE_TM_GMTOFF 1
  7375. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  7376. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  7377. | #define SWAPON_HAS_TWO_ARGS 1
  7378. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  7379. | #define HAVE_LSEEK64_PROTOTYPE 1
  7380. | #define HAVE_ENVIRON_DECL 1
  7381. | #define HAVE_STRSIGNAL_DECL 1
  7382. | #define HAVE___FPENDING 1
  7383. | #define HAVE_SECURE_GETENV 1
  7384. | #define HAVE_ERR 1
  7385. | #define HAVE_ERRX 1
  7386. | #define HAVE_FSYNC 1
  7387. | #define HAVE_UTIMENSAT 1
  7388. | #define HAVE_GETDOMAINNAME 1
  7389. | #define HAVE_GETDTABLESIZE 1
  7390. | #define HAVE_GETRLIMIT 1
  7391. | #define HAVE_GETSGNAM 1
  7392. | #define HAVE_INOTIFY_INIT 1
  7393. | #define HAVE_JRAND48 1
  7394. | #define HAVE_LCHOWN 1
  7395. | #define HAVE_LLSEEK 1
  7396. | #define HAVE_LSEEK64 1
  7397. | #define HAVE_MEMPCPY 1
  7398. | #define HAVE_MKOSTEMP 1
  7399. | #define HAVE_NANOSLEEP 1
  7400. | #define HAVE_NTP_GETTIME 1
  7401. | #define HAVE_PERSONALITY 1
  7402. | #define HAVE_POSIX_FADVISE 1
  7403. | #define HAVE_PRCTL 1
  7404. | #define HAVE_QSORT_R 1
  7405. | #define HAVE_RPMATCH 1
  7406. | #define HAVE_SCANDIRAT 1
  7407. | #define HAVE_SETRESGID 1
  7408. | #define HAVE_SETRESUID 1
  7409. | #define HAVE_SCHED_SETSCHEDULER 1
  7410. | #define HAVE_SIGQUEUE 1
  7411. | #define HAVE_SRANDOM 1
  7412. | #define HAVE_STRNDUP 1
  7413. | #define HAVE_STRNLEN 1
  7414. | #define HAVE_SYSCONF 1
  7415. | #define HAVE_SYSINFO 1
  7416. | #define HAVE_UPDWTMP 1
  7417. | #define HAVE_USLEEP 1
  7418. | #define HAVE_WARN 1
  7419. | #define HAVE_WARNX 1
  7420. | #define HAVE_FSEEKO 1
  7421. | #define HAVE_OPENAT 1
  7422. | #define HAVE_FSTATAT 1
  7423. | #define HAVE_UNLINKAT 1
  7424. | #define HAVE_IOPERM 1
  7425. | #define HAVE_IOPL 1
  7426. | #define HAVE_FUTIMENS 1
  7427. | #define HAVE_INOTIFY_INIT1 1
  7428. | #define HAVE_OPEN_MEMSTREAM 1
  7429. | #define HAVE_REBOOT 1
  7430. | #define HAVE_ISNAN 1
  7431. | #define HAVE_CLOCK_GETTIME 1
  7432. | #define HAVE_DECL_DIRFD 1
  7433. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  7434. | #define HAVE_LOFF_T 1
  7435. | #define HAVE_WIDECHAR 1
  7436. | /* end confdefs.h. */
  7437. |
  7438. | #include <sched.h>
  7439. |
  7440. |
  7441. | int
  7442. | main ()
  7443. | {
  7444. | if (sizeof ((cpu_set_t)))
  7445. | return 0;
  7446. | ;
  7447. | return 0;
  7448. | }
  7449. configure:19704: result: yes
  7450. configure:19727: checking for sighandler_t
  7451. configure:19727: gcc -c -g -O2 conftest.c >&5
  7452. configure:19727: $? = 0
  7453. configure:19727: gcc -c -g -O2 conftest.c >&5
  7454. conftest.c: In function 'main':
  7455. conftest.c:150:27: error: expected expression before ')' token
  7456. if (sizeof ((sighandler_t)))
  7457. ^
  7458. configure:19727: $? = 1
  7459. configure: failed program was:
  7460. | /* confdefs.h */
  7461. | #define PACKAGE_NAME "util-linux"
  7462. | #define PACKAGE_TARNAME "util-linux"
  7463. | #define PACKAGE_VERSION "2.29.1"
  7464. | #define PACKAGE_STRING "util-linux 2.29.1"
  7465. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  7466. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  7467. | #define STDC_HEADERS 1
  7468. | #define HAVE_SYS_TYPES_H 1
  7469. | #define HAVE_SYS_STAT_H 1
  7470. | #define HAVE_STDLIB_H 1
  7471. | #define HAVE_STRING_H 1
  7472. | #define HAVE_MEMORY_H 1
  7473. | #define HAVE_STRINGS_H 1
  7474. | #define HAVE_INTTYPES_H 1
  7475. | #define HAVE_STDINT_H 1
  7476. | #define HAVE_UNISTD_H 1
  7477. | #define __EXTENSIONS__ 1
  7478. | #define _ALL_SOURCE 1
  7479. | #define _GNU_SOURCE 1
  7480. | #define _POSIX_PTHREAD_SEMANTICS 1
  7481. | #define _TANDEM_SOURCE 1
  7482. | #define PACKAGE "util-linux"
  7483. | #define VERSION "2.29.1"
  7484. | #define HAVE_DLFCN_H 1
  7485. | #define LT_OBJDIR ".libs/"
  7486. | #define ENABLE_NLS 1
  7487. | #define HAVE_GETTEXT 1
  7488. | #define HAVE_DCGETTEXT 1
  7489. | #define HAVE_LINUX_BLKPG_H 1
  7490. | #define HAVE_LINUX_MAJOR_H 1
  7491. | #define HAVE_ERR_H 1
  7492. | #define HAVE_ERRNO_H 1
  7493. | #define HAVE_FCNTL_H 1
  7494. | #define HAVE_GETOPT_H 1
  7495. | #define HAVE_INTTYPES_H 1
  7496. | #define HAVE_LINUX_BTRFS_H 1
  7497. | #define HAVE_LINUX_CDROM_H 1
  7498. | #define HAVE_LINUX_FALLOC_H 1
  7499. | #define HAVE_LINUX_WATCHDOG_H 1
  7500. | #define HAVE_LINUX_FD_H 1
  7501. | #define HAVE_LINUX_RAW_H 1
  7502. | #define HAVE_LINUX_TIOCL_H 1
  7503. | #define HAVE_LINUX_VERSION_H 1
  7504. | #define HAVE_LINUX_SECUREBITS_H 1
  7505. | #define HAVE_LOCALE_H 1
  7506. | #define HAVE_MNTENT_H 1
  7507. | #define HAVE_NET_IF_H 1
  7508. | #define HAVE_NETINET_IN_H 1
  7509. | #define HAVE_PATHS_H 1
  7510. | #define HAVE_PTY_H 1
  7511. | #define HAVE_STDINT_H 1
  7512. | #define HAVE_STDIO_EXT_H 1
  7513. | #define HAVE_STDLIB_H 1
  7514. | #define HAVE_ENDIAN_H 1
  7515. | #define HAVE_BYTESWAP_H 1
  7516. | #define HAVE_SYS_FILE_H 1
  7517. | #define HAVE_SYS_IO_H 1
  7518. | #define HAVE_SYS_IOCTL_H 1
  7519. | #define HAVE_SYS_MOUNT_H 1
  7520. | #define HAVE_SYS_PARAM_H 1
  7521. | #define HAVE_SYS_PRCTL_H 1
  7522. | #define HAVE_SYS_RESOURCE_H 1
  7523. | #define HAVE_SYS_SIGNALFD_H 1
  7524. | #define HAVE_SYS_SOCKET_H 1
  7525. | #define HAVE_SYS_STAT_H 1
  7526. | #define HAVE_SYS_SYSMACROS_H 1
  7527. | #define HAVE_SYS_SWAP_H 1
  7528. | #define HAVE_SYS_SYSCALL_H 1
  7529. | #define HAVE_SYS_TIME_H 1
  7530. | #define HAVE_SYS_TIMEX_H 1
  7531. | #define HAVE_SYS_TTYDEFAULTS_H 1
  7532. | #define HAVE_SYS_TYPES_H 1
  7533. | #define HAVE_SYS_UN_H 1
  7534. | #define HAVE_UNISTD_H 1
  7535. | #define HAVE_SHADOW_H 1
  7536. | #define HAVE_UTMP_H 1
  7537. | #define HAVE_LANGINFO_H 1
  7538. | #define HAVE_TM_GMTOFF 1
  7539. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  7540. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  7541. | #define SWAPON_HAS_TWO_ARGS 1
  7542. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  7543. | #define HAVE_LSEEK64_PROTOTYPE 1
  7544. | #define HAVE_ENVIRON_DECL 1
  7545. | #define HAVE_STRSIGNAL_DECL 1
  7546. | #define HAVE___FPENDING 1
  7547. | #define HAVE_SECURE_GETENV 1
  7548. | #define HAVE_ERR 1
  7549. | #define HAVE_ERRX 1
  7550. | #define HAVE_FSYNC 1
  7551. | #define HAVE_UTIMENSAT 1
  7552. | #define HAVE_GETDOMAINNAME 1
  7553. | #define HAVE_GETDTABLESIZE 1
  7554. | #define HAVE_GETRLIMIT 1
  7555. | #define HAVE_GETSGNAM 1
  7556. | #define HAVE_INOTIFY_INIT 1
  7557. | #define HAVE_JRAND48 1
  7558. | #define HAVE_LCHOWN 1
  7559. | #define HAVE_LLSEEK 1
  7560. | #define HAVE_LSEEK64 1
  7561. | #define HAVE_MEMPCPY 1
  7562. | #define HAVE_MKOSTEMP 1
  7563. | #define HAVE_NANOSLEEP 1
  7564. | #define HAVE_NTP_GETTIME 1
  7565. | #define HAVE_PERSONALITY 1
  7566. | #define HAVE_POSIX_FADVISE 1
  7567. | #define HAVE_PRCTL 1
  7568. | #define HAVE_QSORT_R 1
  7569. | #define HAVE_RPMATCH 1
  7570. | #define HAVE_SCANDIRAT 1
  7571. | #define HAVE_SETRESGID 1
  7572. | #define HAVE_SETRESUID 1
  7573. | #define HAVE_SCHED_SETSCHEDULER 1
  7574. | #define HAVE_SIGQUEUE 1
  7575. | #define HAVE_SRANDOM 1
  7576. | #define HAVE_STRNDUP 1
  7577. | #define HAVE_STRNLEN 1
  7578. | #define HAVE_SYSCONF 1
  7579. | #define HAVE_SYSINFO 1
  7580. | #define HAVE_UPDWTMP 1
  7581. | #define HAVE_USLEEP 1
  7582. | #define HAVE_WARN 1
  7583. | #define HAVE_WARNX 1
  7584. | #define HAVE_FSEEKO 1
  7585. | #define HAVE_OPENAT 1
  7586. | #define HAVE_FSTATAT 1
  7587. | #define HAVE_UNLINKAT 1
  7588. | #define HAVE_IOPERM 1
  7589. | #define HAVE_IOPL 1
  7590. | #define HAVE_FUTIMENS 1
  7591. | #define HAVE_INOTIFY_INIT1 1
  7592. | #define HAVE_OPEN_MEMSTREAM 1
  7593. | #define HAVE_REBOOT 1
  7594. | #define HAVE_ISNAN 1
  7595. | #define HAVE_CLOCK_GETTIME 1
  7596. | #define HAVE_DECL_DIRFD 1
  7597. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  7598. | #define HAVE_LOFF_T 1
  7599. | #define HAVE_WIDECHAR 1
  7600. | #define HAVE_CPU_SET_T 1
  7601. | /* end confdefs.h. */
  7602. |
  7603. | #include <signal.h>
  7604. |
  7605. |
  7606. | int
  7607. | main ()
  7608. | {
  7609. | if (sizeof ((sighandler_t)))
  7610. | return 0;
  7611. | ;
  7612. | return 0;
  7613. | }
  7614. configure:19727: result: yes
  7615. configure:19741: checking whether CPU_ALLOC is declared
  7616. configure:19741: gcc -c -g -O2 conftest.c >&5
  7617. configure:19741: $? = 0
  7618. configure:19741: result: yes
  7619. configure:19761: checking crypt.h usability
  7620. configure:19761: gcc -c -g -O2 conftest.c >&5
  7621. configure:19761: $? = 0
  7622. configure:19761: result: yes
  7623. configure:19761: checking crypt.h presence
  7624. configure:19761: gcc -E conftest.c
  7625. configure:19761: $? = 0
  7626. configure:19761: result: yes
  7627. configure:19761: checking for crypt.h
  7628. configure:19761: result: yes
  7629. configure:19791: gcc -o conftest -g -O2 conftest.c -lrt >&5
  7630. /tmp/cc9AShDE.o: In function `main':
  7631. /mnt/lfs/sources/util-linux-2.29.1/conftest.c:158: undefined reference to `crypt'
  7632. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  7633. collect2: error: ld returned 1 exit status
  7634. configure:19791: $? = 1
  7635. configure: failed program was:
  7636. | /* confdefs.h */
  7637. | #define PACKAGE_NAME "util-linux"
  7638. | #define PACKAGE_TARNAME "util-linux"
  7639. | #define PACKAGE_VERSION "2.29.1"
  7640. | #define PACKAGE_STRING "util-linux 2.29.1"
  7641. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  7642. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  7643. | #define STDC_HEADERS 1
  7644. | #define HAVE_SYS_TYPES_H 1
  7645. | #define HAVE_SYS_STAT_H 1
  7646. | #define HAVE_STDLIB_H 1
  7647. | #define HAVE_STRING_H 1
  7648. | #define HAVE_MEMORY_H 1
  7649. | #define HAVE_STRINGS_H 1
  7650. | #define HAVE_INTTYPES_H 1
  7651. | #define HAVE_STDINT_H 1
  7652. | #define HAVE_UNISTD_H 1
  7653. | #define __EXTENSIONS__ 1
  7654. | #define _ALL_SOURCE 1
  7655. | #define _GNU_SOURCE 1
  7656. | #define _POSIX_PTHREAD_SEMANTICS 1
  7657. | #define _TANDEM_SOURCE 1
  7658. | #define PACKAGE "util-linux"
  7659. | #define VERSION "2.29.1"
  7660. | #define HAVE_DLFCN_H 1
  7661. | #define LT_OBJDIR ".libs/"
  7662. | #define ENABLE_NLS 1
  7663. | #define HAVE_GETTEXT 1
  7664. | #define HAVE_DCGETTEXT 1
  7665. | #define HAVE_LINUX_BLKPG_H 1
  7666. | #define HAVE_LINUX_MAJOR_H 1
  7667. | #define HAVE_ERR_H 1
  7668. | #define HAVE_ERRNO_H 1
  7669. | #define HAVE_FCNTL_H 1
  7670. | #define HAVE_GETOPT_H 1
  7671. | #define HAVE_INTTYPES_H 1
  7672. | #define HAVE_LINUX_BTRFS_H 1
  7673. | #define HAVE_LINUX_CDROM_H 1
  7674. | #define HAVE_LINUX_FALLOC_H 1
  7675. | #define HAVE_LINUX_WATCHDOG_H 1
  7676. | #define HAVE_LINUX_FD_H 1
  7677. | #define HAVE_LINUX_RAW_H 1
  7678. | #define HAVE_LINUX_TIOCL_H 1
  7679. | #define HAVE_LINUX_VERSION_H 1
  7680. | #define HAVE_LINUX_SECUREBITS_H 1
  7681. | #define HAVE_LOCALE_H 1
  7682. | #define HAVE_MNTENT_H 1
  7683. | #define HAVE_NET_IF_H 1
  7684. | #define HAVE_NETINET_IN_H 1
  7685. | #define HAVE_PATHS_H 1
  7686. | #define HAVE_PTY_H 1
  7687. | #define HAVE_STDINT_H 1
  7688. | #define HAVE_STDIO_EXT_H 1
  7689. | #define HAVE_STDLIB_H 1
  7690. | #define HAVE_ENDIAN_H 1
  7691. | #define HAVE_BYTESWAP_H 1
  7692. | #define HAVE_SYS_FILE_H 1
  7693. | #define HAVE_SYS_IO_H 1
  7694. | #define HAVE_SYS_IOCTL_H 1
  7695. | #define HAVE_SYS_MOUNT_H 1
  7696. | #define HAVE_SYS_PARAM_H 1
  7697. | #define HAVE_SYS_PRCTL_H 1
  7698. | #define HAVE_SYS_RESOURCE_H 1
  7699. | #define HAVE_SYS_SIGNALFD_H 1
  7700. | #define HAVE_SYS_SOCKET_H 1
  7701. | #define HAVE_SYS_STAT_H 1
  7702. | #define HAVE_SYS_SYSMACROS_H 1
  7703. | #define HAVE_SYS_SWAP_H 1
  7704. | #define HAVE_SYS_SYSCALL_H 1
  7705. | #define HAVE_SYS_TIME_H 1
  7706. | #define HAVE_SYS_TIMEX_H 1
  7707. | #define HAVE_SYS_TTYDEFAULTS_H 1
  7708. | #define HAVE_SYS_TYPES_H 1
  7709. | #define HAVE_SYS_UN_H 1
  7710. | #define HAVE_UNISTD_H 1
  7711. | #define HAVE_SHADOW_H 1
  7712. | #define HAVE_UTMP_H 1
  7713. | #define HAVE_LANGINFO_H 1
  7714. | #define HAVE_TM_GMTOFF 1
  7715. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  7716. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  7717. | #define SWAPON_HAS_TWO_ARGS 1
  7718. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  7719. | #define HAVE_LSEEK64_PROTOTYPE 1
  7720. | #define HAVE_ENVIRON_DECL 1
  7721. | #define HAVE_STRSIGNAL_DECL 1
  7722. | #define HAVE___FPENDING 1
  7723. | #define HAVE_SECURE_GETENV 1
  7724. | #define HAVE_ERR 1
  7725. | #define HAVE_ERRX 1
  7726. | #define HAVE_FSYNC 1
  7727. | #define HAVE_UTIMENSAT 1
  7728. | #define HAVE_GETDOMAINNAME 1
  7729. | #define HAVE_GETDTABLESIZE 1
  7730. | #define HAVE_GETRLIMIT 1
  7731. | #define HAVE_GETSGNAM 1
  7732. | #define HAVE_INOTIFY_INIT 1
  7733. | #define HAVE_JRAND48 1
  7734. | #define HAVE_LCHOWN 1
  7735. | #define HAVE_LLSEEK 1
  7736. | #define HAVE_LSEEK64 1
  7737. | #define HAVE_MEMPCPY 1
  7738. | #define HAVE_MKOSTEMP 1
  7739. | #define HAVE_NANOSLEEP 1
  7740. | #define HAVE_NTP_GETTIME 1
  7741. | #define HAVE_PERSONALITY 1
  7742. | #define HAVE_POSIX_FADVISE 1
  7743. | #define HAVE_PRCTL 1
  7744. | #define HAVE_QSORT_R 1
  7745. | #define HAVE_RPMATCH 1
  7746. | #define HAVE_SCANDIRAT 1
  7747. | #define HAVE_SETRESGID 1
  7748. | #define HAVE_SETRESUID 1
  7749. | #define HAVE_SCHED_SETSCHEDULER 1
  7750. | #define HAVE_SIGQUEUE 1
  7751. | #define HAVE_SRANDOM 1
  7752. | #define HAVE_STRNDUP 1
  7753. | #define HAVE_STRNLEN 1
  7754. | #define HAVE_SYSCONF 1
  7755. | #define HAVE_SYSINFO 1
  7756. | #define HAVE_UPDWTMP 1
  7757. | #define HAVE_USLEEP 1
  7758. | #define HAVE_WARN 1
  7759. | #define HAVE_WARNX 1
  7760. | #define HAVE_FSEEKO 1
  7761. | #define HAVE_OPENAT 1
  7762. | #define HAVE_FSTATAT 1
  7763. | #define HAVE_UNLINKAT 1
  7764. | #define HAVE_IOPERM 1
  7765. | #define HAVE_IOPL 1
  7766. | #define HAVE_FUTIMENS 1
  7767. | #define HAVE_INOTIFY_INIT1 1
  7768. | #define HAVE_OPEN_MEMSTREAM 1
  7769. | #define HAVE_REBOOT 1
  7770. | #define HAVE_ISNAN 1
  7771. | #define HAVE_CLOCK_GETTIME 1
  7772. | #define HAVE_DECL_DIRFD 1
  7773. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  7774. | #define HAVE_LOFF_T 1
  7775. | #define HAVE_WIDECHAR 1
  7776. | #define HAVE_CPU_SET_T 1
  7777. | #define HAVE_SIGHANDLER_T 1
  7778. | #define HAVE_DECL_CPU_ALLOC 1
  7779. | #define HAVE_CRYPT_H 1
  7780. | /* end confdefs.h. */
  7781. |
  7782. | #ifdef HAVE_CRYPT_H
  7783. | #include <crypt.h>
  7784. | #else
  7785. | #define _XOPEN_SOURCE
  7786. | #include <unistd.h>
  7787. | #endif
  7788. |
  7789. | int
  7790. | main ()
  7791. | {
  7792. |
  7793. | char *c = crypt("abc","pw");
  7794. |
  7795. | ;
  7796. | return 0;
  7797. | }
  7798. configure:19816: gcc -c -g -O2 conftest.c >&5
  7799. configure:19816: $? = 0
  7800. configure:20121: checking for udev_new in -ludev
  7801. configure:20146: gcc -o conftest -g -O2 conftest.c -ludev -lrt -lcrypt >&5
  7802. /usr/bin/ld: cannot find -ludev
  7803. collect2: error: ld returned 1 exit status
  7804. configure:20146: $? = 1
  7805. configure: failed program was:
  7806. | /* confdefs.h */
  7807. | #define PACKAGE_NAME "util-linux"
  7808. | #define PACKAGE_TARNAME "util-linux"
  7809. | #define PACKAGE_VERSION "2.29.1"
  7810. | #define PACKAGE_STRING "util-linux 2.29.1"
  7811. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  7812. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  7813. | #define STDC_HEADERS 1
  7814. | #define HAVE_SYS_TYPES_H 1
  7815. | #define HAVE_SYS_STAT_H 1
  7816. | #define HAVE_STDLIB_H 1
  7817. | #define HAVE_STRING_H 1
  7818. | #define HAVE_MEMORY_H 1
  7819. | #define HAVE_STRINGS_H 1
  7820. | #define HAVE_INTTYPES_H 1
  7821. | #define HAVE_STDINT_H 1
  7822. | #define HAVE_UNISTD_H 1
  7823. | #define __EXTENSIONS__ 1
  7824. | #define _ALL_SOURCE 1
  7825. | #define _GNU_SOURCE 1
  7826. | #define _POSIX_PTHREAD_SEMANTICS 1
  7827. | #define _TANDEM_SOURCE 1
  7828. | #define PACKAGE "util-linux"
  7829. | #define VERSION "2.29.1"
  7830. | #define HAVE_DLFCN_H 1
  7831. | #define LT_OBJDIR ".libs/"
  7832. | #define ENABLE_NLS 1
  7833. | #define HAVE_GETTEXT 1
  7834. | #define HAVE_DCGETTEXT 1
  7835. | #define HAVE_LINUX_BLKPG_H 1
  7836. | #define HAVE_LINUX_MAJOR_H 1
  7837. | #define HAVE_ERR_H 1
  7838. | #define HAVE_ERRNO_H 1
  7839. | #define HAVE_FCNTL_H 1
  7840. | #define HAVE_GETOPT_H 1
  7841. | #define HAVE_INTTYPES_H 1
  7842. | #define HAVE_LINUX_BTRFS_H 1
  7843. | #define HAVE_LINUX_CDROM_H 1
  7844. | #define HAVE_LINUX_FALLOC_H 1
  7845. | #define HAVE_LINUX_WATCHDOG_H 1
  7846. | #define HAVE_LINUX_FD_H 1
  7847. | #define HAVE_LINUX_RAW_H 1
  7848. | #define HAVE_LINUX_TIOCL_H 1
  7849. | #define HAVE_LINUX_VERSION_H 1
  7850. | #define HAVE_LINUX_SECUREBITS_H 1
  7851. | #define HAVE_LOCALE_H 1
  7852. | #define HAVE_MNTENT_H 1
  7853. | #define HAVE_NET_IF_H 1
  7854. | #define HAVE_NETINET_IN_H 1
  7855. | #define HAVE_PATHS_H 1
  7856. | #define HAVE_PTY_H 1
  7857. | #define HAVE_STDINT_H 1
  7858. | #define HAVE_STDIO_EXT_H 1
  7859. | #define HAVE_STDLIB_H 1
  7860. | #define HAVE_ENDIAN_H 1
  7861. | #define HAVE_BYTESWAP_H 1
  7862. | #define HAVE_SYS_FILE_H 1
  7863. | #define HAVE_SYS_IO_H 1
  7864. | #define HAVE_SYS_IOCTL_H 1
  7865. | #define HAVE_SYS_MOUNT_H 1
  7866. | #define HAVE_SYS_PARAM_H 1
  7867. | #define HAVE_SYS_PRCTL_H 1
  7868. | #define HAVE_SYS_RESOURCE_H 1
  7869. | #define HAVE_SYS_SIGNALFD_H 1
  7870. | #define HAVE_SYS_SOCKET_H 1
  7871. | #define HAVE_SYS_STAT_H 1
  7872. | #define HAVE_SYS_SYSMACROS_H 1
  7873. | #define HAVE_SYS_SWAP_H 1
  7874. | #define HAVE_SYS_SYSCALL_H 1
  7875. | #define HAVE_SYS_TIME_H 1
  7876. | #define HAVE_SYS_TIMEX_H 1
  7877. | #define HAVE_SYS_TTYDEFAULTS_H 1
  7878. | #define HAVE_SYS_TYPES_H 1
  7879. | #define HAVE_SYS_UN_H 1
  7880. | #define HAVE_UNISTD_H 1
  7881. | #define HAVE_SHADOW_H 1
  7882. | #define HAVE_UTMP_H 1
  7883. | #define HAVE_LANGINFO_H 1
  7884. | #define HAVE_TM_GMTOFF 1
  7885. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  7886. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  7887. | #define SWAPON_HAS_TWO_ARGS 1
  7888. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  7889. | #define HAVE_LSEEK64_PROTOTYPE 1
  7890. | #define HAVE_ENVIRON_DECL 1
  7891. | #define HAVE_STRSIGNAL_DECL 1
  7892. | #define HAVE___FPENDING 1
  7893. | #define HAVE_SECURE_GETENV 1
  7894. | #define HAVE_ERR 1
  7895. | #define HAVE_ERRX 1
  7896. | #define HAVE_FSYNC 1
  7897. | #define HAVE_UTIMENSAT 1
  7898. | #define HAVE_GETDOMAINNAME 1
  7899. | #define HAVE_GETDTABLESIZE 1
  7900. | #define HAVE_GETRLIMIT 1
  7901. | #define HAVE_GETSGNAM 1
  7902. | #define HAVE_INOTIFY_INIT 1
  7903. | #define HAVE_JRAND48 1
  7904. | #define HAVE_LCHOWN 1
  7905. | #define HAVE_LLSEEK 1
  7906. | #define HAVE_LSEEK64 1
  7907. | #define HAVE_MEMPCPY 1
  7908. | #define HAVE_MKOSTEMP 1
  7909. | #define HAVE_NANOSLEEP 1
  7910. | #define HAVE_NTP_GETTIME 1
  7911. | #define HAVE_PERSONALITY 1
  7912. | #define HAVE_POSIX_FADVISE 1
  7913. | #define HAVE_PRCTL 1
  7914. | #define HAVE_QSORT_R 1
  7915. | #define HAVE_RPMATCH 1
  7916. | #define HAVE_SCANDIRAT 1
  7917. | #define HAVE_SETRESGID 1
  7918. | #define HAVE_SETRESUID 1
  7919. | #define HAVE_SCHED_SETSCHEDULER 1
  7920. | #define HAVE_SIGQUEUE 1
  7921. | #define HAVE_SRANDOM 1
  7922. | #define HAVE_STRNDUP 1
  7923. | #define HAVE_STRNLEN 1
  7924. | #define HAVE_SYSCONF 1
  7925. | #define HAVE_SYSINFO 1
  7926. | #define HAVE_UPDWTMP 1
  7927. | #define HAVE_USLEEP 1
  7928. | #define HAVE_WARN 1
  7929. | #define HAVE_WARNX 1
  7930. | #define HAVE_FSEEKO 1
  7931. | #define HAVE_OPENAT 1
  7932. | #define HAVE_FSTATAT 1
  7933. | #define HAVE_UNLINKAT 1
  7934. | #define HAVE_IOPERM 1
  7935. | #define HAVE_IOPL 1
  7936. | #define HAVE_FUTIMENS 1
  7937. | #define HAVE_INOTIFY_INIT1 1
  7938. | #define HAVE_OPEN_MEMSTREAM 1
  7939. | #define HAVE_REBOOT 1
  7940. | #define HAVE_ISNAN 1
  7941. | #define HAVE_CLOCK_GETTIME 1
  7942. | #define HAVE_DECL_DIRFD 1
  7943. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  7944. | #define HAVE_LOFF_T 1
  7945. | #define HAVE_WIDECHAR 1
  7946. | #define HAVE_CPU_SET_T 1
  7947. | #define HAVE_SIGHANDLER_T 1
  7948. | #define HAVE_DECL_CPU_ALLOC 1
  7949. | #define HAVE_CRYPT_H 1
  7950. | #define HAVE_LIBCRYPT 1
  7951. | /* end confdefs.h. */
  7952. |
  7953. | /* Override any GCC internal prototype to avoid an error.
  7954. | Use char because int might match the return type of a GCC
  7955. | builtin and then its argument prototype would still apply. */
  7956. | #ifdef __cplusplus
  7957. | extern "C"
  7958. | #endif
  7959. | char udev_new ();
  7960. | int
  7961. | main ()
  7962. | {
  7963. | return udev_new ();
  7964. | ;
  7965. | return 0;
  7966. | }
  7967. configure:20155: result: no
  7968. configure:20208: checking for NCURSESW
  7969. configure:20267: result: no
  7970. configure:20329: checking for ncursesw6-config
  7971. configure:20345: found /tools/bin/ncursesw6-config
  7972. configure:20356: result: ncursesw6-config
  7973. configure:20378: $NCURSESW6_CONFIG --version >/dev/null
  7974. configure:20381: $? = 0
  7975. configure:20567: checking ncursesw/ncurses.h usability
  7976. configure:20567: gcc -c -g -O2 conftest.c >&5
  7977. conftest.c:181:30: fatal error: ncursesw/ncurses.h: No such file or directory
  7978. #include <ncursesw/ncurses.h>
  7979. ^
  7980. compilation terminated.
  7981. configure:20567: $? = 1
  7982. configure: failed program was:
  7983. | /* confdefs.h */
  7984. | #define PACKAGE_NAME "util-linux"
  7985. | #define PACKAGE_TARNAME "util-linux"
  7986. | #define PACKAGE_VERSION "2.29.1"
  7987. | #define PACKAGE_STRING "util-linux 2.29.1"
  7988. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  7989. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  7990. | #define STDC_HEADERS 1
  7991. | #define HAVE_SYS_TYPES_H 1
  7992. | #define HAVE_SYS_STAT_H 1
  7993. | #define HAVE_STDLIB_H 1
  7994. | #define HAVE_STRING_H 1
  7995. | #define HAVE_MEMORY_H 1
  7996. | #define HAVE_STRINGS_H 1
  7997. | #define HAVE_INTTYPES_H 1
  7998. | #define HAVE_STDINT_H 1
  7999. | #define HAVE_UNISTD_H 1
  8000. | #define __EXTENSIONS__ 1
  8001. | #define _ALL_SOURCE 1
  8002. | #define _GNU_SOURCE 1
  8003. | #define _POSIX_PTHREAD_SEMANTICS 1
  8004. | #define _TANDEM_SOURCE 1
  8005. | #define PACKAGE "util-linux"
  8006. | #define VERSION "2.29.1"
  8007. | #define HAVE_DLFCN_H 1
  8008. | #define LT_OBJDIR ".libs/"
  8009. | #define ENABLE_NLS 1
  8010. | #define HAVE_GETTEXT 1
  8011. | #define HAVE_DCGETTEXT 1
  8012. | #define HAVE_LINUX_BLKPG_H 1
  8013. | #define HAVE_LINUX_MAJOR_H 1
  8014. | #define HAVE_ERR_H 1
  8015. | #define HAVE_ERRNO_H 1
  8016. | #define HAVE_FCNTL_H 1
  8017. | #define HAVE_GETOPT_H 1
  8018. | #define HAVE_INTTYPES_H 1
  8019. | #define HAVE_LINUX_BTRFS_H 1
  8020. | #define HAVE_LINUX_CDROM_H 1
  8021. | #define HAVE_LINUX_FALLOC_H 1
  8022. | #define HAVE_LINUX_WATCHDOG_H 1
  8023. | #define HAVE_LINUX_FD_H 1
  8024. | #define HAVE_LINUX_RAW_H 1
  8025. | #define HAVE_LINUX_TIOCL_H 1
  8026. | #define HAVE_LINUX_VERSION_H 1
  8027. | #define HAVE_LINUX_SECUREBITS_H 1
  8028. | #define HAVE_LOCALE_H 1
  8029. | #define HAVE_MNTENT_H 1
  8030. | #define HAVE_NET_IF_H 1
  8031. | #define HAVE_NETINET_IN_H 1
  8032. | #define HAVE_PATHS_H 1
  8033. | #define HAVE_PTY_H 1
  8034. | #define HAVE_STDINT_H 1
  8035. | #define HAVE_STDIO_EXT_H 1
  8036. | #define HAVE_STDLIB_H 1
  8037. | #define HAVE_ENDIAN_H 1
  8038. | #define HAVE_BYTESWAP_H 1
  8039. | #define HAVE_SYS_FILE_H 1
  8040. | #define HAVE_SYS_IO_H 1
  8041. | #define HAVE_SYS_IOCTL_H 1
  8042. | #define HAVE_SYS_MOUNT_H 1
  8043. | #define HAVE_SYS_PARAM_H 1
  8044. | #define HAVE_SYS_PRCTL_H 1
  8045. | #define HAVE_SYS_RESOURCE_H 1
  8046. | #define HAVE_SYS_SIGNALFD_H 1
  8047. | #define HAVE_SYS_SOCKET_H 1
  8048. | #define HAVE_SYS_STAT_H 1
  8049. | #define HAVE_SYS_SYSMACROS_H 1
  8050. | #define HAVE_SYS_SWAP_H 1
  8051. | #define HAVE_SYS_SYSCALL_H 1
  8052. | #define HAVE_SYS_TIME_H 1
  8053. | #define HAVE_SYS_TIMEX_H 1
  8054. | #define HAVE_SYS_TTYDEFAULTS_H 1
  8055. | #define HAVE_SYS_TYPES_H 1
  8056. | #define HAVE_SYS_UN_H 1
  8057. | #define HAVE_UNISTD_H 1
  8058. | #define HAVE_SHADOW_H 1
  8059. | #define HAVE_UTMP_H 1
  8060. | #define HAVE_LANGINFO_H 1
  8061. | #define HAVE_TM_GMTOFF 1
  8062. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  8063. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  8064. | #define SWAPON_HAS_TWO_ARGS 1
  8065. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  8066. | #define HAVE_LSEEK64_PROTOTYPE 1
  8067. | #define HAVE_ENVIRON_DECL 1
  8068. | #define HAVE_STRSIGNAL_DECL 1
  8069. | #define HAVE___FPENDING 1
  8070. | #define HAVE_SECURE_GETENV 1
  8071. | #define HAVE_ERR 1
  8072. | #define HAVE_ERRX 1
  8073. | #define HAVE_FSYNC 1
  8074. | #define HAVE_UTIMENSAT 1
  8075. | #define HAVE_GETDOMAINNAME 1
  8076. | #define HAVE_GETDTABLESIZE 1
  8077. | #define HAVE_GETRLIMIT 1
  8078. | #define HAVE_GETSGNAM 1
  8079. | #define HAVE_INOTIFY_INIT 1
  8080. | #define HAVE_JRAND48 1
  8081. | #define HAVE_LCHOWN 1
  8082. | #define HAVE_LLSEEK 1
  8083. | #define HAVE_LSEEK64 1
  8084. | #define HAVE_MEMPCPY 1
  8085. | #define HAVE_MKOSTEMP 1
  8086. | #define HAVE_NANOSLEEP 1
  8087. | #define HAVE_NTP_GETTIME 1
  8088. | #define HAVE_PERSONALITY 1
  8089. | #define HAVE_POSIX_FADVISE 1
  8090. | #define HAVE_PRCTL 1
  8091. | #define HAVE_QSORT_R 1
  8092. | #define HAVE_RPMATCH 1
  8093. | #define HAVE_SCANDIRAT 1
  8094. | #define HAVE_SETRESGID 1
  8095. | #define HAVE_SETRESUID 1
  8096. | #define HAVE_SCHED_SETSCHEDULER 1
  8097. | #define HAVE_SIGQUEUE 1
  8098. | #define HAVE_SRANDOM 1
  8099. | #define HAVE_STRNDUP 1
  8100. | #define HAVE_STRNLEN 1
  8101. | #define HAVE_SYSCONF 1
  8102. | #define HAVE_SYSINFO 1
  8103. | #define HAVE_UPDWTMP 1
  8104. | #define HAVE_USLEEP 1
  8105. | #define HAVE_WARN 1
  8106. | #define HAVE_WARNX 1
  8107. | #define HAVE_FSEEKO 1
  8108. | #define HAVE_OPENAT 1
  8109. | #define HAVE_FSTATAT 1
  8110. | #define HAVE_UNLINKAT 1
  8111. | #define HAVE_IOPERM 1
  8112. | #define HAVE_IOPL 1
  8113. | #define HAVE_FUTIMENS 1
  8114. | #define HAVE_INOTIFY_INIT1 1
  8115. | #define HAVE_OPEN_MEMSTREAM 1
  8116. | #define HAVE_REBOOT 1
  8117. | #define HAVE_ISNAN 1
  8118. | #define HAVE_CLOCK_GETTIME 1
  8119. | #define HAVE_DECL_DIRFD 1
  8120. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  8121. | #define HAVE_LOFF_T 1
  8122. | #define HAVE_WIDECHAR 1
  8123. | #define HAVE_CPU_SET_T 1
  8124. | #define HAVE_SIGHANDLER_T 1
  8125. | #define HAVE_DECL_CPU_ALLOC 1
  8126. | #define HAVE_CRYPT_H 1
  8127. | #define HAVE_LIBCRYPT 1
  8128. | #define HAVE_LIBNCURSESW 1
  8129. | /* end confdefs.h. */
  8130. | #include <stdio.h>
  8131. | #ifdef HAVE_SYS_TYPES_H
  8132. | # include <sys/types.h>
  8133. | #endif
  8134. | #ifdef HAVE_SYS_STAT_H
  8135. | # include <sys/stat.h>
  8136. | #endif
  8137. | #ifdef STDC_HEADERS
  8138. | # include <stdlib.h>
  8139. | # include <stddef.h>
  8140. | #else
  8141. | # ifdef HAVE_STDLIB_H
  8142. | # include <stdlib.h>
  8143. | # endif
  8144. | #endif
  8145. | #ifdef HAVE_STRING_H
  8146. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8147. | # include <memory.h>
  8148. | # endif
  8149. | # include <string.h>
  8150. | #endif
  8151. | #ifdef HAVE_STRINGS_H
  8152. | # include <strings.h>
  8153. | #endif
  8154. | #ifdef HAVE_INTTYPES_H
  8155. | # include <inttypes.h>
  8156. | #endif
  8157. | #ifdef HAVE_STDINT_H
  8158. | # include <stdint.h>
  8159. | #endif
  8160. | #ifdef HAVE_UNISTD_H
  8161. | # include <unistd.h>
  8162. | #endif
  8163. | #include <ncursesw/ncurses.h>
  8164. configure:20567: result: no
  8165. configure:20567: checking ncursesw/ncurses.h presence
  8166. configure:20567: gcc -E conftest.c
  8167. conftest.c:148:30: fatal error: ncursesw/ncurses.h: No such file or directory
  8168. #include <ncursesw/ncurses.h>
  8169. ^
  8170. compilation terminated.
  8171. configure:20567: $? = 1
  8172. configure: failed program was:
  8173. | /* confdefs.h */
  8174. | #define PACKAGE_NAME "util-linux"
  8175. | #define PACKAGE_TARNAME "util-linux"
  8176. | #define PACKAGE_VERSION "2.29.1"
  8177. | #define PACKAGE_STRING "util-linux 2.29.1"
  8178. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  8179. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  8180. | #define STDC_HEADERS 1
  8181. | #define HAVE_SYS_TYPES_H 1
  8182. | #define HAVE_SYS_STAT_H 1
  8183. | #define HAVE_STDLIB_H 1
  8184. | #define HAVE_STRING_H 1
  8185. | #define HAVE_MEMORY_H 1
  8186. | #define HAVE_STRINGS_H 1
  8187. | #define HAVE_INTTYPES_H 1
  8188. | #define HAVE_STDINT_H 1
  8189. | #define HAVE_UNISTD_H 1
  8190. | #define __EXTENSIONS__ 1
  8191. | #define _ALL_SOURCE 1
  8192. | #define _GNU_SOURCE 1
  8193. | #define _POSIX_PTHREAD_SEMANTICS 1
  8194. | #define _TANDEM_SOURCE 1
  8195. | #define PACKAGE "util-linux"
  8196. | #define VERSION "2.29.1"
  8197. | #define HAVE_DLFCN_H 1
  8198. | #define LT_OBJDIR ".libs/"
  8199. | #define ENABLE_NLS 1
  8200. | #define HAVE_GETTEXT 1
  8201. | #define HAVE_DCGETTEXT 1
  8202. | #define HAVE_LINUX_BLKPG_H 1
  8203. | #define HAVE_LINUX_MAJOR_H 1
  8204. | #define HAVE_ERR_H 1
  8205. | #define HAVE_ERRNO_H 1
  8206. | #define HAVE_FCNTL_H 1
  8207. | #define HAVE_GETOPT_H 1
  8208. | #define HAVE_INTTYPES_H 1
  8209. | #define HAVE_LINUX_BTRFS_H 1
  8210. | #define HAVE_LINUX_CDROM_H 1
  8211. | #define HAVE_LINUX_FALLOC_H 1
  8212. | #define HAVE_LINUX_WATCHDOG_H 1
  8213. | #define HAVE_LINUX_FD_H 1
  8214. | #define HAVE_LINUX_RAW_H 1
  8215. | #define HAVE_LINUX_TIOCL_H 1
  8216. | #define HAVE_LINUX_VERSION_H 1
  8217. | #define HAVE_LINUX_SECUREBITS_H 1
  8218. | #define HAVE_LOCALE_H 1
  8219. | #define HAVE_MNTENT_H 1
  8220. | #define HAVE_NET_IF_H 1
  8221. | #define HAVE_NETINET_IN_H 1
  8222. | #define HAVE_PATHS_H 1
  8223. | #define HAVE_PTY_H 1
  8224. | #define HAVE_STDINT_H 1
  8225. | #define HAVE_STDIO_EXT_H 1
  8226. | #define HAVE_STDLIB_H 1
  8227. | #define HAVE_ENDIAN_H 1
  8228. | #define HAVE_BYTESWAP_H 1
  8229. | #define HAVE_SYS_FILE_H 1
  8230. | #define HAVE_SYS_IO_H 1
  8231. | #define HAVE_SYS_IOCTL_H 1
  8232. | #define HAVE_SYS_MOUNT_H 1
  8233. | #define HAVE_SYS_PARAM_H 1
  8234. | #define HAVE_SYS_PRCTL_H 1
  8235. | #define HAVE_SYS_RESOURCE_H 1
  8236. | #define HAVE_SYS_SIGNALFD_H 1
  8237. | #define HAVE_SYS_SOCKET_H 1
  8238. | #define HAVE_SYS_STAT_H 1
  8239. | #define HAVE_SYS_SYSMACROS_H 1
  8240. | #define HAVE_SYS_SWAP_H 1
  8241. | #define HAVE_SYS_SYSCALL_H 1
  8242. | #define HAVE_SYS_TIME_H 1
  8243. | #define HAVE_SYS_TIMEX_H 1
  8244. | #define HAVE_SYS_TTYDEFAULTS_H 1
  8245. | #define HAVE_SYS_TYPES_H 1
  8246. | #define HAVE_SYS_UN_H 1
  8247. | #define HAVE_UNISTD_H 1
  8248. | #define HAVE_SHADOW_H 1
  8249. | #define HAVE_UTMP_H 1
  8250. | #define HAVE_LANGINFO_H 1
  8251. | #define HAVE_TM_GMTOFF 1
  8252. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  8253. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  8254. | #define SWAPON_HAS_TWO_ARGS 1
  8255. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  8256. | #define HAVE_LSEEK64_PROTOTYPE 1
  8257. | #define HAVE_ENVIRON_DECL 1
  8258. | #define HAVE_STRSIGNAL_DECL 1
  8259. | #define HAVE___FPENDING 1
  8260. | #define HAVE_SECURE_GETENV 1
  8261. | #define HAVE_ERR 1
  8262. | #define HAVE_ERRX 1
  8263. | #define HAVE_FSYNC 1
  8264. | #define HAVE_UTIMENSAT 1
  8265. | #define HAVE_GETDOMAINNAME 1
  8266. | #define HAVE_GETDTABLESIZE 1
  8267. | #define HAVE_GETRLIMIT 1
  8268. | #define HAVE_GETSGNAM 1
  8269. | #define HAVE_INOTIFY_INIT 1
  8270. | #define HAVE_JRAND48 1
  8271. | #define HAVE_LCHOWN 1
  8272. | #define HAVE_LLSEEK 1
  8273. | #define HAVE_LSEEK64 1
  8274. | #define HAVE_MEMPCPY 1
  8275. | #define HAVE_MKOSTEMP 1
  8276. | #define HAVE_NANOSLEEP 1
  8277. | #define HAVE_NTP_GETTIME 1
  8278. | #define HAVE_PERSONALITY 1
  8279. | #define HAVE_POSIX_FADVISE 1
  8280. | #define HAVE_PRCTL 1
  8281. | #define HAVE_QSORT_R 1
  8282. | #define HAVE_RPMATCH 1
  8283. | #define HAVE_SCANDIRAT 1
  8284. | #define HAVE_SETRESGID 1
  8285. | #define HAVE_SETRESUID 1
  8286. | #define HAVE_SCHED_SETSCHEDULER 1
  8287. | #define HAVE_SIGQUEUE 1
  8288. | #define HAVE_SRANDOM 1
  8289. | #define HAVE_STRNDUP 1
  8290. | #define HAVE_STRNLEN 1
  8291. | #define HAVE_SYSCONF 1
  8292. | #define HAVE_SYSINFO 1
  8293. | #define HAVE_UPDWTMP 1
  8294. | #define HAVE_USLEEP 1
  8295. | #define HAVE_WARN 1
  8296. | #define HAVE_WARNX 1
  8297. | #define HAVE_FSEEKO 1
  8298. | #define HAVE_OPENAT 1
  8299. | #define HAVE_FSTATAT 1
  8300. | #define HAVE_UNLINKAT 1
  8301. | #define HAVE_IOPERM 1
  8302. | #define HAVE_IOPL 1
  8303. | #define HAVE_FUTIMENS 1
  8304. | #define HAVE_INOTIFY_INIT1 1
  8305. | #define HAVE_OPEN_MEMSTREAM 1
  8306. | #define HAVE_REBOOT 1
  8307. | #define HAVE_ISNAN 1
  8308. | #define HAVE_CLOCK_GETTIME 1
  8309. | #define HAVE_DECL_DIRFD 1
  8310. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  8311. | #define HAVE_LOFF_T 1
  8312. | #define HAVE_WIDECHAR 1
  8313. | #define HAVE_CPU_SET_T 1
  8314. | #define HAVE_SIGHANDLER_T 1
  8315. | #define HAVE_DECL_CPU_ALLOC 1
  8316. | #define HAVE_CRYPT_H 1
  8317. | #define HAVE_LIBCRYPT 1
  8318. | #define HAVE_LIBNCURSESW 1
  8319. | /* end confdefs.h. */
  8320. | #include <ncursesw/ncurses.h>
  8321. configure:20567: result: no
  8322. configure:20567: checking for ncursesw/ncurses.h
  8323. configure:20567: result: no
  8324. configure:20567: checking ncurses.h usability
  8325. configure:20567: gcc -c -g -O2 conftest.c >&5
  8326. configure:20567: $? = 0
  8327. configure:20567: result: yes
  8328. configure:20567: checking ncurses.h presence
  8329. configure:20567: gcc -E conftest.c
  8330. configure:20567: $? = 0
  8331. configure:20567: result: yes
  8332. configure:20567: checking for ncurses.h
  8333. configure:20567: result: yes
  8334. configure:21076: checking for use_default_colors in -lncursesw
  8335. configure:21101: gcc -o conftest -g -O2 conftest.c -lncursesw -lrt -lcrypt >&5
  8336. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  8337. collect2: error: ld returned 1 exit status
  8338. configure:21101: $? = 1
  8339. configure: failed program was:
  8340. | /* confdefs.h */
  8341. | #define PACKAGE_NAME "util-linux"
  8342. | #define PACKAGE_TARNAME "util-linux"
  8343. | #define PACKAGE_VERSION "2.29.1"
  8344. | #define PACKAGE_STRING "util-linux 2.29.1"
  8345. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  8346. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  8347. | #define STDC_HEADERS 1
  8348. | #define HAVE_SYS_TYPES_H 1
  8349. | #define HAVE_SYS_STAT_H 1
  8350. | #define HAVE_STDLIB_H 1
  8351. | #define HAVE_STRING_H 1
  8352. | #define HAVE_MEMORY_H 1
  8353. | #define HAVE_STRINGS_H 1
  8354. | #define HAVE_INTTYPES_H 1
  8355. | #define HAVE_STDINT_H 1
  8356. | #define HAVE_UNISTD_H 1
  8357. | #define __EXTENSIONS__ 1
  8358. | #define _ALL_SOURCE 1
  8359. | #define _GNU_SOURCE 1
  8360. | #define _POSIX_PTHREAD_SEMANTICS 1
  8361. | #define _TANDEM_SOURCE 1
  8362. | #define PACKAGE "util-linux"
  8363. | #define VERSION "2.29.1"
  8364. | #define HAVE_DLFCN_H 1
  8365. | #define LT_OBJDIR ".libs/"
  8366. | #define ENABLE_NLS 1
  8367. | #define HAVE_GETTEXT 1
  8368. | #define HAVE_DCGETTEXT 1
  8369. | #define HAVE_LINUX_BLKPG_H 1
  8370. | #define HAVE_LINUX_MAJOR_H 1
  8371. | #define HAVE_ERR_H 1
  8372. | #define HAVE_ERRNO_H 1
  8373. | #define HAVE_FCNTL_H 1
  8374. | #define HAVE_GETOPT_H 1
  8375. | #define HAVE_INTTYPES_H 1
  8376. | #define HAVE_LINUX_BTRFS_H 1
  8377. | #define HAVE_LINUX_CDROM_H 1
  8378. | #define HAVE_LINUX_FALLOC_H 1
  8379. | #define HAVE_LINUX_WATCHDOG_H 1
  8380. | #define HAVE_LINUX_FD_H 1
  8381. | #define HAVE_LINUX_RAW_H 1
  8382. | #define HAVE_LINUX_TIOCL_H 1
  8383. | #define HAVE_LINUX_VERSION_H 1
  8384. | #define HAVE_LINUX_SECUREBITS_H 1
  8385. | #define HAVE_LOCALE_H 1
  8386. | #define HAVE_MNTENT_H 1
  8387. | #define HAVE_NET_IF_H 1
  8388. | #define HAVE_NETINET_IN_H 1
  8389. | #define HAVE_PATHS_H 1
  8390. | #define HAVE_PTY_H 1
  8391. | #define HAVE_STDINT_H 1
  8392. | #define HAVE_STDIO_EXT_H 1
  8393. | #define HAVE_STDLIB_H 1
  8394. | #define HAVE_ENDIAN_H 1
  8395. | #define HAVE_BYTESWAP_H 1
  8396. | #define HAVE_SYS_FILE_H 1
  8397. | #define HAVE_SYS_IO_H 1
  8398. | #define HAVE_SYS_IOCTL_H 1
  8399. | #define HAVE_SYS_MOUNT_H 1
  8400. | #define HAVE_SYS_PARAM_H 1
  8401. | #define HAVE_SYS_PRCTL_H 1
  8402. | #define HAVE_SYS_RESOURCE_H 1
  8403. | #define HAVE_SYS_SIGNALFD_H 1
  8404. | #define HAVE_SYS_SOCKET_H 1
  8405. | #define HAVE_SYS_STAT_H 1
  8406. | #define HAVE_SYS_SYSMACROS_H 1
  8407. | #define HAVE_SYS_SWAP_H 1
  8408. | #define HAVE_SYS_SYSCALL_H 1
  8409. | #define HAVE_SYS_TIME_H 1
  8410. | #define HAVE_SYS_TIMEX_H 1
  8411. | #define HAVE_SYS_TTYDEFAULTS_H 1
  8412. | #define HAVE_SYS_TYPES_H 1
  8413. | #define HAVE_SYS_UN_H 1
  8414. | #define HAVE_UNISTD_H 1
  8415. | #define HAVE_SHADOW_H 1
  8416. | #define HAVE_UTMP_H 1
  8417. | #define HAVE_LANGINFO_H 1
  8418. | #define HAVE_TM_GMTOFF 1
  8419. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  8420. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  8421. | #define SWAPON_HAS_TWO_ARGS 1
  8422. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  8423. | #define HAVE_LSEEK64_PROTOTYPE 1
  8424. | #define HAVE_ENVIRON_DECL 1
  8425. | #define HAVE_STRSIGNAL_DECL 1
  8426. | #define HAVE___FPENDING 1
  8427. | #define HAVE_SECURE_GETENV 1
  8428. | #define HAVE_ERR 1
  8429. | #define HAVE_ERRX 1
  8430. | #define HAVE_FSYNC 1
  8431. | #define HAVE_UTIMENSAT 1
  8432. | #define HAVE_GETDOMAINNAME 1
  8433. | #define HAVE_GETDTABLESIZE 1
  8434. | #define HAVE_GETRLIMIT 1
  8435. | #define HAVE_GETSGNAM 1
  8436. | #define HAVE_INOTIFY_INIT 1
  8437. | #define HAVE_JRAND48 1
  8438. | #define HAVE_LCHOWN 1
  8439. | #define HAVE_LLSEEK 1
  8440. | #define HAVE_LSEEK64 1
  8441. | #define HAVE_MEMPCPY 1
  8442. | #define HAVE_MKOSTEMP 1
  8443. | #define HAVE_NANOSLEEP 1
  8444. | #define HAVE_NTP_GETTIME 1
  8445. | #define HAVE_PERSONALITY 1
  8446. | #define HAVE_POSIX_FADVISE 1
  8447. | #define HAVE_PRCTL 1
  8448. | #define HAVE_QSORT_R 1
  8449. | #define HAVE_RPMATCH 1
  8450. | #define HAVE_SCANDIRAT 1
  8451. | #define HAVE_SETRESGID 1
  8452. | #define HAVE_SETRESUID 1
  8453. | #define HAVE_SCHED_SETSCHEDULER 1
  8454. | #define HAVE_SIGQUEUE 1
  8455. | #define HAVE_SRANDOM 1
  8456. | #define HAVE_STRNDUP 1
  8457. | #define HAVE_STRNLEN 1
  8458. | #define HAVE_SYSCONF 1
  8459. | #define HAVE_SYSINFO 1
  8460. | #define HAVE_UPDWTMP 1
  8461. | #define HAVE_USLEEP 1
  8462. | #define HAVE_WARN 1
  8463. | #define HAVE_WARNX 1
  8464. | #define HAVE_FSEEKO 1
  8465. | #define HAVE_OPENAT 1
  8466. | #define HAVE_FSTATAT 1
  8467. | #define HAVE_UNLINKAT 1
  8468. | #define HAVE_IOPERM 1
  8469. | #define HAVE_IOPL 1
  8470. | #define HAVE_FUTIMENS 1
  8471. | #define HAVE_INOTIFY_INIT1 1
  8472. | #define HAVE_OPEN_MEMSTREAM 1
  8473. | #define HAVE_REBOOT 1
  8474. | #define HAVE_ISNAN 1
  8475. | #define HAVE_CLOCK_GETTIME 1
  8476. | #define HAVE_DECL_DIRFD 1
  8477. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  8478. | #define HAVE_LOFF_T 1
  8479. | #define HAVE_WIDECHAR 1
  8480. | #define HAVE_CPU_SET_T 1
  8481. | #define HAVE_SIGHANDLER_T 1
  8482. | #define HAVE_DECL_CPU_ALLOC 1
  8483. | #define HAVE_CRYPT_H 1
  8484. | #define HAVE_LIBCRYPT 1
  8485. | #define HAVE_LIBNCURSESW 1
  8486. | #define HAVE_NCURSES_H 1
  8487. | /* end confdefs.h. */
  8488. |
  8489. | /* Override any GCC internal prototype to avoid an error.
  8490. | Use char because int might match the return type of a GCC
  8491. | builtin and then its argument prototype would still apply. */
  8492. | #ifdef __cplusplus
  8493. | extern "C"
  8494. | #endif
  8495. | char use_default_colors ();
  8496. | int
  8497. | main ()
  8498. | {
  8499. | return use_default_colors ();
  8500. | ;
  8501. | return 0;
  8502. | }
  8503. configure:21111: result: no
  8504. configure:21122: checking for resizeterm in -lncursesw
  8505. configure:21147: gcc -o conftest -g -O2 conftest.c -lncursesw -lrt -lcrypt >&5
  8506. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  8507. collect2: error: ld returned 1 exit status
  8508. configure:21147: $? = 1
  8509. configure: failed program was:
  8510. | /* confdefs.h */
  8511. | #define PACKAGE_NAME "util-linux"
  8512. | #define PACKAGE_TARNAME "util-linux"
  8513. | #define PACKAGE_VERSION "2.29.1"
  8514. | #define PACKAGE_STRING "util-linux 2.29.1"
  8515. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  8516. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  8517. | #define STDC_HEADERS 1
  8518. | #define HAVE_SYS_TYPES_H 1
  8519. | #define HAVE_SYS_STAT_H 1
  8520. | #define HAVE_STDLIB_H 1
  8521. | #define HAVE_STRING_H 1
  8522. | #define HAVE_MEMORY_H 1
  8523. | #define HAVE_STRINGS_H 1
  8524. | #define HAVE_INTTYPES_H 1
  8525. | #define HAVE_STDINT_H 1
  8526. | #define HAVE_UNISTD_H 1
  8527. | #define __EXTENSIONS__ 1
  8528. | #define _ALL_SOURCE 1
  8529. | #define _GNU_SOURCE 1
  8530. | #define _POSIX_PTHREAD_SEMANTICS 1
  8531. | #define _TANDEM_SOURCE 1
  8532. | #define PACKAGE "util-linux"
  8533. | #define VERSION "2.29.1"
  8534. | #define HAVE_DLFCN_H 1
  8535. | #define LT_OBJDIR ".libs/"
  8536. | #define ENABLE_NLS 1
  8537. | #define HAVE_GETTEXT 1
  8538. | #define HAVE_DCGETTEXT 1
  8539. | #define HAVE_LINUX_BLKPG_H 1
  8540. | #define HAVE_LINUX_MAJOR_H 1
  8541. | #define HAVE_ERR_H 1
  8542. | #define HAVE_ERRNO_H 1
  8543. | #define HAVE_FCNTL_H 1
  8544. | #define HAVE_GETOPT_H 1
  8545. | #define HAVE_INTTYPES_H 1
  8546. | #define HAVE_LINUX_BTRFS_H 1
  8547. | #define HAVE_LINUX_CDROM_H 1
  8548. | #define HAVE_LINUX_FALLOC_H 1
  8549. | #define HAVE_LINUX_WATCHDOG_H 1
  8550. | #define HAVE_LINUX_FD_H 1
  8551. | #define HAVE_LINUX_RAW_H 1
  8552. | #define HAVE_LINUX_TIOCL_H 1
  8553. | #define HAVE_LINUX_VERSION_H 1
  8554. | #define HAVE_LINUX_SECUREBITS_H 1
  8555. | #define HAVE_LOCALE_H 1
  8556. | #define HAVE_MNTENT_H 1
  8557. | #define HAVE_NET_IF_H 1
  8558. | #define HAVE_NETINET_IN_H 1
  8559. | #define HAVE_PATHS_H 1
  8560. | #define HAVE_PTY_H 1
  8561. | #define HAVE_STDINT_H 1
  8562. | #define HAVE_STDIO_EXT_H 1
  8563. | #define HAVE_STDLIB_H 1
  8564. | #define HAVE_ENDIAN_H 1
  8565. | #define HAVE_BYTESWAP_H 1
  8566. | #define HAVE_SYS_FILE_H 1
  8567. | #define HAVE_SYS_IO_H 1
  8568. | #define HAVE_SYS_IOCTL_H 1
  8569. | #define HAVE_SYS_MOUNT_H 1
  8570. | #define HAVE_SYS_PARAM_H 1
  8571. | #define HAVE_SYS_PRCTL_H 1
  8572. | #define HAVE_SYS_RESOURCE_H 1
  8573. | #define HAVE_SYS_SIGNALFD_H 1
  8574. | #define HAVE_SYS_SOCKET_H 1
  8575. | #define HAVE_SYS_STAT_H 1
  8576. | #define HAVE_SYS_SYSMACROS_H 1
  8577. | #define HAVE_SYS_SWAP_H 1
  8578. | #define HAVE_SYS_SYSCALL_H 1
  8579. | #define HAVE_SYS_TIME_H 1
  8580. | #define HAVE_SYS_TIMEX_H 1
  8581. | #define HAVE_SYS_TTYDEFAULTS_H 1
  8582. | #define HAVE_SYS_TYPES_H 1
  8583. | #define HAVE_SYS_UN_H 1
  8584. | #define HAVE_UNISTD_H 1
  8585. | #define HAVE_SHADOW_H 1
  8586. | #define HAVE_UTMP_H 1
  8587. | #define HAVE_LANGINFO_H 1
  8588. | #define HAVE_TM_GMTOFF 1
  8589. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  8590. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  8591. | #define SWAPON_HAS_TWO_ARGS 1
  8592. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  8593. | #define HAVE_LSEEK64_PROTOTYPE 1
  8594. | #define HAVE_ENVIRON_DECL 1
  8595. | #define HAVE_STRSIGNAL_DECL 1
  8596. | #define HAVE___FPENDING 1
  8597. | #define HAVE_SECURE_GETENV 1
  8598. | #define HAVE_ERR 1
  8599. | #define HAVE_ERRX 1
  8600. | #define HAVE_FSYNC 1
  8601. | #define HAVE_UTIMENSAT 1
  8602. | #define HAVE_GETDOMAINNAME 1
  8603. | #define HAVE_GETDTABLESIZE 1
  8604. | #define HAVE_GETRLIMIT 1
  8605. | #define HAVE_GETSGNAM 1
  8606. | #define HAVE_INOTIFY_INIT 1
  8607. | #define HAVE_JRAND48 1
  8608. | #define HAVE_LCHOWN 1
  8609. | #define HAVE_LLSEEK 1
  8610. | #define HAVE_LSEEK64 1
  8611. | #define HAVE_MEMPCPY 1
  8612. | #define HAVE_MKOSTEMP 1
  8613. | #define HAVE_NANOSLEEP 1
  8614. | #define HAVE_NTP_GETTIME 1
  8615. | #define HAVE_PERSONALITY 1
  8616. | #define HAVE_POSIX_FADVISE 1
  8617. | #define HAVE_PRCTL 1
  8618. | #define HAVE_QSORT_R 1
  8619. | #define HAVE_RPMATCH 1
  8620. | #define HAVE_SCANDIRAT 1
  8621. | #define HAVE_SETRESGID 1
  8622. | #define HAVE_SETRESUID 1
  8623. | #define HAVE_SCHED_SETSCHEDULER 1
  8624. | #define HAVE_SIGQUEUE 1
  8625. | #define HAVE_SRANDOM 1
  8626. | #define HAVE_STRNDUP 1
  8627. | #define HAVE_STRNLEN 1
  8628. | #define HAVE_SYSCONF 1
  8629. | #define HAVE_SYSINFO 1
  8630. | #define HAVE_UPDWTMP 1
  8631. | #define HAVE_USLEEP 1
  8632. | #define HAVE_WARN 1
  8633. | #define HAVE_WARNX 1
  8634. | #define HAVE_FSEEKO 1
  8635. | #define HAVE_OPENAT 1
  8636. | #define HAVE_FSTATAT 1
  8637. | #define HAVE_UNLINKAT 1
  8638. | #define HAVE_IOPERM 1
  8639. | #define HAVE_IOPL 1
  8640. | #define HAVE_FUTIMENS 1
  8641. | #define HAVE_INOTIFY_INIT1 1
  8642. | #define HAVE_OPEN_MEMSTREAM 1
  8643. | #define HAVE_REBOOT 1
  8644. | #define HAVE_ISNAN 1
  8645. | #define HAVE_CLOCK_GETTIME 1
  8646. | #define HAVE_DECL_DIRFD 1
  8647. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  8648. | #define HAVE_LOFF_T 1
  8649. | #define HAVE_WIDECHAR 1
  8650. | #define HAVE_CPU_SET_T 1
  8651. | #define HAVE_SIGHANDLER_T 1
  8652. | #define HAVE_DECL_CPU_ALLOC 1
  8653. | #define HAVE_CRYPT_H 1
  8654. | #define HAVE_LIBCRYPT 1
  8655. | #define HAVE_LIBNCURSESW 1
  8656. | #define HAVE_NCURSES_H 1
  8657. | /* end confdefs.h. */
  8658. |
  8659. | /* Override any GCC internal prototype to avoid an error.
  8660. | Use char because int might match the return type of a GCC
  8661. | builtin and then its argument prototype would still apply. */
  8662. | #ifdef __cplusplus
  8663. | extern "C"
  8664. | #endif
  8665. | char resizeterm ();
  8666. | int
  8667. | main ()
  8668. | {
  8669. | return resizeterm ();
  8670. | ;
  8671. | return 0;
  8672. | }
  8673. configure:21157: result: no
  8674. configure:21185: checking for TINFO
  8675. configure:21290: result: no
  8676. configure:21294: checking for tgetent in -ltinfo
  8677. configure:21319: gcc -o conftest -g -O2 conftest.c -ltinfo -lrt -lcrypt >&5
  8678. /usr/bin/ld: cannot find -ltinfo
  8679. collect2: error: ld returned 1 exit status
  8680. configure:21319: $? = 1
  8681. configure: failed program was:
  8682. | /* confdefs.h */
  8683. | #define PACKAGE_NAME "util-linux"
  8684. | #define PACKAGE_TARNAME "util-linux"
  8685. | #define PACKAGE_VERSION "2.29.1"
  8686. | #define PACKAGE_STRING "util-linux 2.29.1"
  8687. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  8688. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  8689. | #define STDC_HEADERS 1
  8690. | #define HAVE_SYS_TYPES_H 1
  8691. | #define HAVE_SYS_STAT_H 1
  8692. | #define HAVE_STDLIB_H 1
  8693. | #define HAVE_STRING_H 1
  8694. | #define HAVE_MEMORY_H 1
  8695. | #define HAVE_STRINGS_H 1
  8696. | #define HAVE_INTTYPES_H 1
  8697. | #define HAVE_STDINT_H 1
  8698. | #define HAVE_UNISTD_H 1
  8699. | #define __EXTENSIONS__ 1
  8700. | #define _ALL_SOURCE 1
  8701. | #define _GNU_SOURCE 1
  8702. | #define _POSIX_PTHREAD_SEMANTICS 1
  8703. | #define _TANDEM_SOURCE 1
  8704. | #define PACKAGE "util-linux"
  8705. | #define VERSION "2.29.1"
  8706. | #define HAVE_DLFCN_H 1
  8707. | #define LT_OBJDIR ".libs/"
  8708. | #define ENABLE_NLS 1
  8709. | #define HAVE_GETTEXT 1
  8710. | #define HAVE_DCGETTEXT 1
  8711. | #define HAVE_LINUX_BLKPG_H 1
  8712. | #define HAVE_LINUX_MAJOR_H 1
  8713. | #define HAVE_ERR_H 1
  8714. | #define HAVE_ERRNO_H 1
  8715. | #define HAVE_FCNTL_H 1
  8716. | #define HAVE_GETOPT_H 1
  8717. | #define HAVE_INTTYPES_H 1
  8718. | #define HAVE_LINUX_BTRFS_H 1
  8719. | #define HAVE_LINUX_CDROM_H 1
  8720. | #define HAVE_LINUX_FALLOC_H 1
  8721. | #define HAVE_LINUX_WATCHDOG_H 1
  8722. | #define HAVE_LINUX_FD_H 1
  8723. | #define HAVE_LINUX_RAW_H 1
  8724. | #define HAVE_LINUX_TIOCL_H 1
  8725. | #define HAVE_LINUX_VERSION_H 1
  8726. | #define HAVE_LINUX_SECUREBITS_H 1
  8727. | #define HAVE_LOCALE_H 1
  8728. | #define HAVE_MNTENT_H 1
  8729. | #define HAVE_NET_IF_H 1
  8730. | #define HAVE_NETINET_IN_H 1
  8731. | #define HAVE_PATHS_H 1
  8732. | #define HAVE_PTY_H 1
  8733. | #define HAVE_STDINT_H 1
  8734. | #define HAVE_STDIO_EXT_H 1
  8735. | #define HAVE_STDLIB_H 1
  8736. | #define HAVE_ENDIAN_H 1
  8737. | #define HAVE_BYTESWAP_H 1
  8738. | #define HAVE_SYS_FILE_H 1
  8739. | #define HAVE_SYS_IO_H 1
  8740. | #define HAVE_SYS_IOCTL_H 1
  8741. | #define HAVE_SYS_MOUNT_H 1
  8742. | #define HAVE_SYS_PARAM_H 1
  8743. | #define HAVE_SYS_PRCTL_H 1
  8744. | #define HAVE_SYS_RESOURCE_H 1
  8745. | #define HAVE_SYS_SIGNALFD_H 1
  8746. | #define HAVE_SYS_SOCKET_H 1
  8747. | #define HAVE_SYS_STAT_H 1
  8748. | #define HAVE_SYS_SYSMACROS_H 1
  8749. | #define HAVE_SYS_SWAP_H 1
  8750. | #define HAVE_SYS_SYSCALL_H 1
  8751. | #define HAVE_SYS_TIME_H 1
  8752. | #define HAVE_SYS_TIMEX_H 1
  8753. | #define HAVE_SYS_TTYDEFAULTS_H 1
  8754. | #define HAVE_SYS_TYPES_H 1
  8755. | #define HAVE_SYS_UN_H 1
  8756. | #define HAVE_UNISTD_H 1
  8757. | #define HAVE_SHADOW_H 1
  8758. | #define HAVE_UTMP_H 1
  8759. | #define HAVE_LANGINFO_H 1
  8760. | #define HAVE_TM_GMTOFF 1
  8761. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  8762. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  8763. | #define SWAPON_HAS_TWO_ARGS 1
  8764. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  8765. | #define HAVE_LSEEK64_PROTOTYPE 1
  8766. | #define HAVE_ENVIRON_DECL 1
  8767. | #define HAVE_STRSIGNAL_DECL 1
  8768. | #define HAVE___FPENDING 1
  8769. | #define HAVE_SECURE_GETENV 1
  8770. | #define HAVE_ERR 1
  8771. | #define HAVE_ERRX 1
  8772. | #define HAVE_FSYNC 1
  8773. | #define HAVE_UTIMENSAT 1
  8774. | #define HAVE_GETDOMAINNAME 1
  8775. | #define HAVE_GETDTABLESIZE 1
  8776. | #define HAVE_GETRLIMIT 1
  8777. | #define HAVE_GETSGNAM 1
  8778. | #define HAVE_INOTIFY_INIT 1
  8779. | #define HAVE_JRAND48 1
  8780. | #define HAVE_LCHOWN 1
  8781. | #define HAVE_LLSEEK 1
  8782. | #define HAVE_LSEEK64 1
  8783. | #define HAVE_MEMPCPY 1
  8784. | #define HAVE_MKOSTEMP 1
  8785. | #define HAVE_NANOSLEEP 1
  8786. | #define HAVE_NTP_GETTIME 1
  8787. | #define HAVE_PERSONALITY 1
  8788. | #define HAVE_POSIX_FADVISE 1
  8789. | #define HAVE_PRCTL 1
  8790. | #define HAVE_QSORT_R 1
  8791. | #define HAVE_RPMATCH 1
  8792. | #define HAVE_SCANDIRAT 1
  8793. | #define HAVE_SETRESGID 1
  8794. | #define HAVE_SETRESUID 1
  8795. | #define HAVE_SCHED_SETSCHEDULER 1
  8796. | #define HAVE_SIGQUEUE 1
  8797. | #define HAVE_SRANDOM 1
  8798. | #define HAVE_STRNDUP 1
  8799. | #define HAVE_STRNLEN 1
  8800. | #define HAVE_SYSCONF 1
  8801. | #define HAVE_SYSINFO 1
  8802. | #define HAVE_UPDWTMP 1
  8803. | #define HAVE_USLEEP 1
  8804. | #define HAVE_WARN 1
  8805. | #define HAVE_WARNX 1
  8806. | #define HAVE_FSEEKO 1
  8807. | #define HAVE_OPENAT 1
  8808. | #define HAVE_FSTATAT 1
  8809. | #define HAVE_UNLINKAT 1
  8810. | #define HAVE_IOPERM 1
  8811. | #define HAVE_IOPL 1
  8812. | #define HAVE_FUTIMENS 1
  8813. | #define HAVE_INOTIFY_INIT1 1
  8814. | #define HAVE_OPEN_MEMSTREAM 1
  8815. | #define HAVE_REBOOT 1
  8816. | #define HAVE_ISNAN 1
  8817. | #define HAVE_CLOCK_GETTIME 1
  8818. | #define HAVE_DECL_DIRFD 1
  8819. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  8820. | #define HAVE_LOFF_T 1
  8821. | #define HAVE_WIDECHAR 1
  8822. | #define HAVE_CPU_SET_T 1
  8823. | #define HAVE_SIGHANDLER_T 1
  8824. | #define HAVE_DECL_CPU_ALLOC 1
  8825. | #define HAVE_CRYPT_H 1
  8826. | #define HAVE_LIBCRYPT 1
  8827. | #define HAVE_LIBNCURSESW 1
  8828. | #define HAVE_NCURSES_H 1
  8829. | /* end confdefs.h. */
  8830. |
  8831. | /* Override any GCC internal prototype to avoid an error.
  8832. | Use char because int might match the return type of a GCC
  8833. | builtin and then its argument prototype would still apply. */
  8834. | #ifdef __cplusplus
  8835. | extern "C"
  8836. | #endif
  8837. | char tgetent ();
  8838. | int
  8839. | main ()
  8840. | {
  8841. | return tgetent ();
  8842. | ;
  8843. | return 0;
  8844. | }
  8845. configure:21328: result: no
  8846. configure:21406: checking for readline in -lreadline
  8847. configure:21431: gcc -o conftest -g -O2 conftest.c -lreadline -lrt -lcrypt >&5
  8848. /usr/bin/ld: cannot find -lreadline
  8849. collect2: error: ld returned 1 exit status
  8850. configure:21431: $? = 1
  8851. configure: failed program was:
  8852. | /* confdefs.h */
  8853. | #define PACKAGE_NAME "util-linux"
  8854. | #define PACKAGE_TARNAME "util-linux"
  8855. | #define PACKAGE_VERSION "2.29.1"
  8856. | #define PACKAGE_STRING "util-linux 2.29.1"
  8857. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  8858. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  8859. | #define STDC_HEADERS 1
  8860. | #define HAVE_SYS_TYPES_H 1
  8861. | #define HAVE_SYS_STAT_H 1
  8862. | #define HAVE_STDLIB_H 1
  8863. | #define HAVE_STRING_H 1
  8864. | #define HAVE_MEMORY_H 1
  8865. | #define HAVE_STRINGS_H 1
  8866. | #define HAVE_INTTYPES_H 1
  8867. | #define HAVE_STDINT_H 1
  8868. | #define HAVE_UNISTD_H 1
  8869. | #define __EXTENSIONS__ 1
  8870. | #define _ALL_SOURCE 1
  8871. | #define _GNU_SOURCE 1
  8872. | #define _POSIX_PTHREAD_SEMANTICS 1
  8873. | #define _TANDEM_SOURCE 1
  8874. | #define PACKAGE "util-linux"
  8875. | #define VERSION "2.29.1"
  8876. | #define HAVE_DLFCN_H 1
  8877. | #define LT_OBJDIR ".libs/"
  8878. | #define ENABLE_NLS 1
  8879. | #define HAVE_GETTEXT 1
  8880. | #define HAVE_DCGETTEXT 1
  8881. | #define HAVE_LINUX_BLKPG_H 1
  8882. | #define HAVE_LINUX_MAJOR_H 1
  8883. | #define HAVE_ERR_H 1
  8884. | #define HAVE_ERRNO_H 1
  8885. | #define HAVE_FCNTL_H 1
  8886. | #define HAVE_GETOPT_H 1
  8887. | #define HAVE_INTTYPES_H 1
  8888. | #define HAVE_LINUX_BTRFS_H 1
  8889. | #define HAVE_LINUX_CDROM_H 1
  8890. | #define HAVE_LINUX_FALLOC_H 1
  8891. | #define HAVE_LINUX_WATCHDOG_H 1
  8892. | #define HAVE_LINUX_FD_H 1
  8893. | #define HAVE_LINUX_RAW_H 1
  8894. | #define HAVE_LINUX_TIOCL_H 1
  8895. | #define HAVE_LINUX_VERSION_H 1
  8896. | #define HAVE_LINUX_SECUREBITS_H 1
  8897. | #define HAVE_LOCALE_H 1
  8898. | #define HAVE_MNTENT_H 1
  8899. | #define HAVE_NET_IF_H 1
  8900. | #define HAVE_NETINET_IN_H 1
  8901. | #define HAVE_PATHS_H 1
  8902. | #define HAVE_PTY_H 1
  8903. | #define HAVE_STDINT_H 1
  8904. | #define HAVE_STDIO_EXT_H 1
  8905. | #define HAVE_STDLIB_H 1
  8906. | #define HAVE_ENDIAN_H 1
  8907. | #define HAVE_BYTESWAP_H 1
  8908. | #define HAVE_SYS_FILE_H 1
  8909. | #define HAVE_SYS_IO_H 1
  8910. | #define HAVE_SYS_IOCTL_H 1
  8911. | #define HAVE_SYS_MOUNT_H 1
  8912. | #define HAVE_SYS_PARAM_H 1
  8913. | #define HAVE_SYS_PRCTL_H 1
  8914. | #define HAVE_SYS_RESOURCE_H 1
  8915. | #define HAVE_SYS_SIGNALFD_H 1
  8916. | #define HAVE_SYS_SOCKET_H 1
  8917. | #define HAVE_SYS_STAT_H 1
  8918. | #define HAVE_SYS_SYSMACROS_H 1
  8919. | #define HAVE_SYS_SWAP_H 1
  8920. | #define HAVE_SYS_SYSCALL_H 1
  8921. | #define HAVE_SYS_TIME_H 1
  8922. | #define HAVE_SYS_TIMEX_H 1
  8923. | #define HAVE_SYS_TTYDEFAULTS_H 1
  8924. | #define HAVE_SYS_TYPES_H 1
  8925. | #define HAVE_SYS_UN_H 1
  8926. | #define HAVE_UNISTD_H 1
  8927. | #define HAVE_SHADOW_H 1
  8928. | #define HAVE_UTMP_H 1
  8929. | #define HAVE_LANGINFO_H 1
  8930. | #define HAVE_TM_GMTOFF 1
  8931. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  8932. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  8933. | #define SWAPON_HAS_TWO_ARGS 1
  8934. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  8935. | #define HAVE_LSEEK64_PROTOTYPE 1
  8936. | #define HAVE_ENVIRON_DECL 1
  8937. | #define HAVE_STRSIGNAL_DECL 1
  8938. | #define HAVE___FPENDING 1
  8939. | #define HAVE_SECURE_GETENV 1
  8940. | #define HAVE_ERR 1
  8941. | #define HAVE_ERRX 1
  8942. | #define HAVE_FSYNC 1
  8943. | #define HAVE_UTIMENSAT 1
  8944. | #define HAVE_GETDOMAINNAME 1
  8945. | #define HAVE_GETDTABLESIZE 1
  8946. | #define HAVE_GETRLIMIT 1
  8947. | #define HAVE_GETSGNAM 1
  8948. | #define HAVE_INOTIFY_INIT 1
  8949. | #define HAVE_JRAND48 1
  8950. | #define HAVE_LCHOWN 1
  8951. | #define HAVE_LLSEEK 1
  8952. | #define HAVE_LSEEK64 1
  8953. | #define HAVE_MEMPCPY 1
  8954. | #define HAVE_MKOSTEMP 1
  8955. | #define HAVE_NANOSLEEP 1
  8956. | #define HAVE_NTP_GETTIME 1
  8957. | #define HAVE_PERSONALITY 1
  8958. | #define HAVE_POSIX_FADVISE 1
  8959. | #define HAVE_PRCTL 1
  8960. | #define HAVE_QSORT_R 1
  8961. | #define HAVE_RPMATCH 1
  8962. | #define HAVE_SCANDIRAT 1
  8963. | #define HAVE_SETRESGID 1
  8964. | #define HAVE_SETRESUID 1
  8965. | #define HAVE_SCHED_SETSCHEDULER 1
  8966. | #define HAVE_SIGQUEUE 1
  8967. | #define HAVE_SRANDOM 1
  8968. | #define HAVE_STRNDUP 1
  8969. | #define HAVE_STRNLEN 1
  8970. | #define HAVE_SYSCONF 1
  8971. | #define HAVE_SYSINFO 1
  8972. | #define HAVE_UPDWTMP 1
  8973. | #define HAVE_USLEEP 1
  8974. | #define HAVE_WARN 1
  8975. | #define HAVE_WARNX 1
  8976. | #define HAVE_FSEEKO 1
  8977. | #define HAVE_OPENAT 1
  8978. | #define HAVE_FSTATAT 1
  8979. | #define HAVE_UNLINKAT 1
  8980. | #define HAVE_IOPERM 1
  8981. | #define HAVE_IOPL 1
  8982. | #define HAVE_FUTIMENS 1
  8983. | #define HAVE_INOTIFY_INIT1 1
  8984. | #define HAVE_OPEN_MEMSTREAM 1
  8985. | #define HAVE_REBOOT 1
  8986. | #define HAVE_ISNAN 1
  8987. | #define HAVE_CLOCK_GETTIME 1
  8988. | #define HAVE_DECL_DIRFD 1
  8989. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  8990. | #define HAVE_LOFF_T 1
  8991. | #define HAVE_WIDECHAR 1
  8992. | #define HAVE_CPU_SET_T 1
  8993. | #define HAVE_SIGHANDLER_T 1
  8994. | #define HAVE_DECL_CPU_ALLOC 1
  8995. | #define HAVE_CRYPT_H 1
  8996. | #define HAVE_LIBCRYPT 1
  8997. | #define HAVE_LIBNCURSESW 1
  8998. | #define HAVE_NCURSES_H 1
  8999. | /* end confdefs.h. */
  9000. |
  9001. | /* Override any GCC internal prototype to avoid an error.
  9002. | Use char because int might match the return type of a GCC
  9003. | builtin and then its argument prototype would still apply. */
  9004. | #ifdef __cplusplus
  9005. | extern "C"
  9006. | #endif
  9007. | char readline ();
  9008. | int
  9009. | main ()
  9010. | {
  9011. | return readline ();
  9012. | ;
  9013. | return 0;
  9014. | }
  9015. configure:21440: result: no
  9016. configure:21771: WARNING: scanf string alloc modifier not found; not building libmount
  9017. configure:22321: WARNING: libmount disabled; not building mount
  9018. configure:22518: WARNING: libmount disabled; not building fsck
  9019. configure:22941: WARNING: libmount disabled; not building findmnt
  9020. configure:23034: WARNING: libmount disabled; not building mountpoint
  9021. configure:23103: checking for syscall fallocate
  9022. configure:23122: gcc -c -g -O2 conftest.c >&5
  9023. configure:23122: $? = 0
  9024. configure:23160: result: SYS_fallocate
  9025. configure:23199: checking for valid fallocate() function
  9026. configure:23231: gcc -o conftest -g -O2 conftest.c -lrt -lcrypt >&5
  9027. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  9028. collect2: error: ld returned 1 exit status
  9029. configure:23231: $? = 1
  9030. configure: failed program was:
  9031. | /* confdefs.h */
  9032. | #define PACKAGE_NAME "util-linux"
  9033. | #define PACKAGE_TARNAME "util-linux"
  9034. | #define PACKAGE_VERSION "2.29.1"
  9035. | #define PACKAGE_STRING "util-linux 2.29.1"
  9036. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  9037. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  9038. | #define STDC_HEADERS 1
  9039. | #define HAVE_SYS_TYPES_H 1
  9040. | #define HAVE_SYS_STAT_H 1
  9041. | #define HAVE_STDLIB_H 1
  9042. | #define HAVE_STRING_H 1
  9043. | #define HAVE_MEMORY_H 1
  9044. | #define HAVE_STRINGS_H 1
  9045. | #define HAVE_INTTYPES_H 1
  9046. | #define HAVE_STDINT_H 1
  9047. | #define HAVE_UNISTD_H 1
  9048. | #define __EXTENSIONS__ 1
  9049. | #define _ALL_SOURCE 1
  9050. | #define _GNU_SOURCE 1
  9051. | #define _POSIX_PTHREAD_SEMANTICS 1
  9052. | #define _TANDEM_SOURCE 1
  9053. | #define PACKAGE "util-linux"
  9054. | #define VERSION "2.29.1"
  9055. | #define HAVE_DLFCN_H 1
  9056. | #define LT_OBJDIR ".libs/"
  9057. | #define ENABLE_NLS 1
  9058. | #define HAVE_GETTEXT 1
  9059. | #define HAVE_DCGETTEXT 1
  9060. | #define HAVE_LINUX_BLKPG_H 1
  9061. | #define HAVE_LINUX_MAJOR_H 1
  9062. | #define HAVE_ERR_H 1
  9063. | #define HAVE_ERRNO_H 1
  9064. | #define HAVE_FCNTL_H 1
  9065. | #define HAVE_GETOPT_H 1
  9066. | #define HAVE_INTTYPES_H 1
  9067. | #define HAVE_LINUX_BTRFS_H 1
  9068. | #define HAVE_LINUX_CDROM_H 1
  9069. | #define HAVE_LINUX_FALLOC_H 1
  9070. | #define HAVE_LINUX_WATCHDOG_H 1
  9071. | #define HAVE_LINUX_FD_H 1
  9072. | #define HAVE_LINUX_RAW_H 1
  9073. | #define HAVE_LINUX_TIOCL_H 1
  9074. | #define HAVE_LINUX_VERSION_H 1
  9075. | #define HAVE_LINUX_SECUREBITS_H 1
  9076. | #define HAVE_LOCALE_H 1
  9077. | #define HAVE_MNTENT_H 1
  9078. | #define HAVE_NET_IF_H 1
  9079. | #define HAVE_NETINET_IN_H 1
  9080. | #define HAVE_PATHS_H 1
  9081. | #define HAVE_PTY_H 1
  9082. | #define HAVE_STDINT_H 1
  9083. | #define HAVE_STDIO_EXT_H 1
  9084. | #define HAVE_STDLIB_H 1
  9085. | #define HAVE_ENDIAN_H 1
  9086. | #define HAVE_BYTESWAP_H 1
  9087. | #define HAVE_SYS_FILE_H 1
  9088. | #define HAVE_SYS_IO_H 1
  9089. | #define HAVE_SYS_IOCTL_H 1
  9090. | #define HAVE_SYS_MOUNT_H 1
  9091. | #define HAVE_SYS_PARAM_H 1
  9092. | #define HAVE_SYS_PRCTL_H 1
  9093. | #define HAVE_SYS_RESOURCE_H 1
  9094. | #define HAVE_SYS_SIGNALFD_H 1
  9095. | #define HAVE_SYS_SOCKET_H 1
  9096. | #define HAVE_SYS_STAT_H 1
  9097. | #define HAVE_SYS_SYSMACROS_H 1
  9098. | #define HAVE_SYS_SWAP_H 1
  9099. | #define HAVE_SYS_SYSCALL_H 1
  9100. | #define HAVE_SYS_TIME_H 1
  9101. | #define HAVE_SYS_TIMEX_H 1
  9102. | #define HAVE_SYS_TTYDEFAULTS_H 1
  9103. | #define HAVE_SYS_TYPES_H 1
  9104. | #define HAVE_SYS_UN_H 1
  9105. | #define HAVE_UNISTD_H 1
  9106. | #define HAVE_SHADOW_H 1
  9107. | #define HAVE_UTMP_H 1
  9108. | #define HAVE_LANGINFO_H 1
  9109. | #define HAVE_TM_GMTOFF 1
  9110. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  9111. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  9112. | #define SWAPON_HAS_TWO_ARGS 1
  9113. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  9114. | #define HAVE_LSEEK64_PROTOTYPE 1
  9115. | #define HAVE_ENVIRON_DECL 1
  9116. | #define HAVE_STRSIGNAL_DECL 1
  9117. | #define HAVE___FPENDING 1
  9118. | #define HAVE_SECURE_GETENV 1
  9119. | #define HAVE_ERR 1
  9120. | #define HAVE_ERRX 1
  9121. | #define HAVE_FSYNC 1
  9122. | #define HAVE_UTIMENSAT 1
  9123. | #define HAVE_GETDOMAINNAME 1
  9124. | #define HAVE_GETDTABLESIZE 1
  9125. | #define HAVE_GETRLIMIT 1
  9126. | #define HAVE_GETSGNAM 1
  9127. | #define HAVE_INOTIFY_INIT 1
  9128. | #define HAVE_JRAND48 1
  9129. | #define HAVE_LCHOWN 1
  9130. | #define HAVE_LLSEEK 1
  9131. | #define HAVE_LSEEK64 1
  9132. | #define HAVE_MEMPCPY 1
  9133. | #define HAVE_MKOSTEMP 1
  9134. | #define HAVE_NANOSLEEP 1
  9135. | #define HAVE_NTP_GETTIME 1
  9136. | #define HAVE_PERSONALITY 1
  9137. | #define HAVE_POSIX_FADVISE 1
  9138. | #define HAVE_PRCTL 1
  9139. | #define HAVE_QSORT_R 1
  9140. | #define HAVE_RPMATCH 1
  9141. | #define HAVE_SCANDIRAT 1
  9142. | #define HAVE_SETRESGID 1
  9143. | #define HAVE_SETRESUID 1
  9144. | #define HAVE_SCHED_SETSCHEDULER 1
  9145. | #define HAVE_SIGQUEUE 1
  9146. | #define HAVE_SRANDOM 1
  9147. | #define HAVE_STRNDUP 1
  9148. | #define HAVE_STRNLEN 1
  9149. | #define HAVE_SYSCONF 1
  9150. | #define HAVE_SYSINFO 1
  9151. | #define HAVE_UPDWTMP 1
  9152. | #define HAVE_USLEEP 1
  9153. | #define HAVE_WARN 1
  9154. | #define HAVE_WARNX 1
  9155. | #define HAVE_FSEEKO 1
  9156. | #define HAVE_OPENAT 1
  9157. | #define HAVE_FSTATAT 1
  9158. | #define HAVE_UNLINKAT 1
  9159. | #define HAVE_IOPERM 1
  9160. | #define HAVE_IOPL 1
  9161. | #define HAVE_FUTIMENS 1
  9162. | #define HAVE_INOTIFY_INIT1 1
  9163. | #define HAVE_OPEN_MEMSTREAM 1
  9164. | #define HAVE_REBOOT 1
  9165. | #define HAVE_ISNAN 1
  9166. | #define HAVE_CLOCK_GETTIME 1
  9167. | #define HAVE_DECL_DIRFD 1
  9168. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  9169. | #define HAVE_LOFF_T 1
  9170. | #define HAVE_WIDECHAR 1
  9171. | #define HAVE_CPU_SET_T 1
  9172. | #define HAVE_SIGHANDLER_T 1
  9173. | #define HAVE_DECL_CPU_ALLOC 1
  9174. | #define HAVE_CRYPT_H 1
  9175. | #define HAVE_LIBCRYPT 1
  9176. | #define HAVE_LIBNCURSESW 1
  9177. | #define HAVE_NCURSES_H 1
  9178. | #define HAVE_LIBUUID 1
  9179. | #define LIBBLKID_VERSION "2.29.1"
  9180. | #define LIBBLKID_DATE "20-Jan-2017"
  9181. | #define HAVE_LIBBLKID 1
  9182. | #define LIBMOUNT_VERSION "2.29.1"
  9183. | #define LIBSMARTCOLS_VERSION "2.29.1"
  9184. | #define LIBFDISK_VERSION "2.29.1"
  9185. | #define HAVE_UUIDD 1
  9186. | /* end confdefs.h. */
  9187. |
  9188. | #ifdef HAVE_UNISTD_H
  9189. | # include <unistd.h>
  9190. | #endif
  9191. | #ifdef HAVE_SYS_TYPES_H
  9192. | # include <sys/types.h>
  9193. | #endif
  9194. | #ifdef HAVE_LINUX_FALLOC_H
  9195. | # include <linux/falloc.h>
  9196. | #endif
  9197. | #ifdef HAVE_FCNTL_H
  9198. | # include <fcntl.h>
  9199. | #endif
  9200. |
  9201. | int
  9202. | main ()
  9203. | {
  9204. |
  9205. | long ret;
  9206. | ret = fallocate(0, FALLOC_FL_KEEP_SIZE, 0xfffffffful, 0xfffffffful);
  9207. | if (ret != 0) {
  9208. | return 1;
  9209. | }
  9210. |
  9211. | ;
  9212. | return 0;
  9213. | }
  9214. configure:23240: result: no
  9215. configure:23302: checking for syscall unshare
  9216. configure:23321: gcc -c -g -O2 conftest.c >&5
  9217. configure:23321: $? = 0
  9218. configure:23359: result: SYS_unshare
  9219. configure:23397: checking for unshare
  9220. configure:23397: gcc -o conftest -g -O2 conftest.c -lrt -lcrypt >&5
  9221. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  9222. collect2: error: ld returned 1 exit status
  9223. configure:23397: $? = 1
  9224. configure: failed program was:
  9225. | /* confdefs.h */
  9226. | #define PACKAGE_NAME "util-linux"
  9227. | #define PACKAGE_TARNAME "util-linux"
  9228. | #define PACKAGE_VERSION "2.29.1"
  9229. | #define PACKAGE_STRING "util-linux 2.29.1"
  9230. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  9231. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  9232. | #define STDC_HEADERS 1
  9233. | #define HAVE_SYS_TYPES_H 1
  9234. | #define HAVE_SYS_STAT_H 1
  9235. | #define HAVE_STDLIB_H 1
  9236. | #define HAVE_STRING_H 1
  9237. | #define HAVE_MEMORY_H 1
  9238. | #define HAVE_STRINGS_H 1
  9239. | #define HAVE_INTTYPES_H 1
  9240. | #define HAVE_STDINT_H 1
  9241. | #define HAVE_UNISTD_H 1
  9242. | #define __EXTENSIONS__ 1
  9243. | #define _ALL_SOURCE 1
  9244. | #define _GNU_SOURCE 1
  9245. | #define _POSIX_PTHREAD_SEMANTICS 1
  9246. | #define _TANDEM_SOURCE 1
  9247. | #define PACKAGE "util-linux"
  9248. | #define VERSION "2.29.1"
  9249. | #define HAVE_DLFCN_H 1
  9250. | #define LT_OBJDIR ".libs/"
  9251. | #define ENABLE_NLS 1
  9252. | #define HAVE_GETTEXT 1
  9253. | #define HAVE_DCGETTEXT 1
  9254. | #define HAVE_LINUX_BLKPG_H 1
  9255. | #define HAVE_LINUX_MAJOR_H 1
  9256. | #define HAVE_ERR_H 1
  9257. | #define HAVE_ERRNO_H 1
  9258. | #define HAVE_FCNTL_H 1
  9259. | #define HAVE_GETOPT_H 1
  9260. | #define HAVE_INTTYPES_H 1
  9261. | #define HAVE_LINUX_BTRFS_H 1
  9262. | #define HAVE_LINUX_CDROM_H 1
  9263. | #define HAVE_LINUX_FALLOC_H 1
  9264. | #define HAVE_LINUX_WATCHDOG_H 1
  9265. | #define HAVE_LINUX_FD_H 1
  9266. | #define HAVE_LINUX_RAW_H 1
  9267. | #define HAVE_LINUX_TIOCL_H 1
  9268. | #define HAVE_LINUX_VERSION_H 1
  9269. | #define HAVE_LINUX_SECUREBITS_H 1
  9270. | #define HAVE_LOCALE_H 1
  9271. | #define HAVE_MNTENT_H 1
  9272. | #define HAVE_NET_IF_H 1
  9273. | #define HAVE_NETINET_IN_H 1
  9274. | #define HAVE_PATHS_H 1
  9275. | #define HAVE_PTY_H 1
  9276. | #define HAVE_STDINT_H 1
  9277. | #define HAVE_STDIO_EXT_H 1
  9278. | #define HAVE_STDLIB_H 1
  9279. | #define HAVE_ENDIAN_H 1
  9280. | #define HAVE_BYTESWAP_H 1
  9281. | #define HAVE_SYS_FILE_H 1
  9282. | #define HAVE_SYS_IO_H 1
  9283. | #define HAVE_SYS_IOCTL_H 1
  9284. | #define HAVE_SYS_MOUNT_H 1
  9285. | #define HAVE_SYS_PARAM_H 1
  9286. | #define HAVE_SYS_PRCTL_H 1
  9287. | #define HAVE_SYS_RESOURCE_H 1
  9288. | #define HAVE_SYS_SIGNALFD_H 1
  9289. | #define HAVE_SYS_SOCKET_H 1
  9290. | #define HAVE_SYS_STAT_H 1
  9291. | #define HAVE_SYS_SYSMACROS_H 1
  9292. | #define HAVE_SYS_SWAP_H 1
  9293. | #define HAVE_SYS_SYSCALL_H 1
  9294. | #define HAVE_SYS_TIME_H 1
  9295. | #define HAVE_SYS_TIMEX_H 1
  9296. | #define HAVE_SYS_TTYDEFAULTS_H 1
  9297. | #define HAVE_SYS_TYPES_H 1
  9298. | #define HAVE_SYS_UN_H 1
  9299. | #define HAVE_UNISTD_H 1
  9300. | #define HAVE_SHADOW_H 1
  9301. | #define HAVE_UTMP_H 1
  9302. | #define HAVE_LANGINFO_H 1
  9303. | #define HAVE_TM_GMTOFF 1
  9304. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  9305. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  9306. | #define SWAPON_HAS_TWO_ARGS 1
  9307. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  9308. | #define HAVE_LSEEK64_PROTOTYPE 1
  9309. | #define HAVE_ENVIRON_DECL 1
  9310. | #define HAVE_STRSIGNAL_DECL 1
  9311. | #define HAVE___FPENDING 1
  9312. | #define HAVE_SECURE_GETENV 1
  9313. | #define HAVE_ERR 1
  9314. | #define HAVE_ERRX 1
  9315. | #define HAVE_FSYNC 1
  9316. | #define HAVE_UTIMENSAT 1
  9317. | #define HAVE_GETDOMAINNAME 1
  9318. | #define HAVE_GETDTABLESIZE 1
  9319. | #define HAVE_GETRLIMIT 1
  9320. | #define HAVE_GETSGNAM 1
  9321. | #define HAVE_INOTIFY_INIT 1
  9322. | #define HAVE_JRAND48 1
  9323. | #define HAVE_LCHOWN 1
  9324. | #define HAVE_LLSEEK 1
  9325. | #define HAVE_LSEEK64 1
  9326. | #define HAVE_MEMPCPY 1
  9327. | #define HAVE_MKOSTEMP 1
  9328. | #define HAVE_NANOSLEEP 1
  9329. | #define HAVE_NTP_GETTIME 1
  9330. | #define HAVE_PERSONALITY 1
  9331. | #define HAVE_POSIX_FADVISE 1
  9332. | #define HAVE_PRCTL 1
  9333. | #define HAVE_QSORT_R 1
  9334. | #define HAVE_RPMATCH 1
  9335. | #define HAVE_SCANDIRAT 1
  9336. | #define HAVE_SETRESGID 1
  9337. | #define HAVE_SETRESUID 1
  9338. | #define HAVE_SCHED_SETSCHEDULER 1
  9339. | #define HAVE_SIGQUEUE 1
  9340. | #define HAVE_SRANDOM 1
  9341. | #define HAVE_STRNDUP 1
  9342. | #define HAVE_STRNLEN 1
  9343. | #define HAVE_SYSCONF 1
  9344. | #define HAVE_SYSINFO 1
  9345. | #define HAVE_UPDWTMP 1
  9346. | #define HAVE_USLEEP 1
  9347. | #define HAVE_WARN 1
  9348. | #define HAVE_WARNX 1
  9349. | #define HAVE_FSEEKO 1
  9350. | #define HAVE_OPENAT 1
  9351. | #define HAVE_FSTATAT 1
  9352. | #define HAVE_UNLINKAT 1
  9353. | #define HAVE_IOPERM 1
  9354. | #define HAVE_IOPL 1
  9355. | #define HAVE_FUTIMENS 1
  9356. | #define HAVE_INOTIFY_INIT1 1
  9357. | #define HAVE_OPEN_MEMSTREAM 1
  9358. | #define HAVE_REBOOT 1
  9359. | #define HAVE_ISNAN 1
  9360. | #define HAVE_CLOCK_GETTIME 1
  9361. | #define HAVE_DECL_DIRFD 1
  9362. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  9363. | #define HAVE_LOFF_T 1
  9364. | #define HAVE_WIDECHAR 1
  9365. | #define HAVE_CPU_SET_T 1
  9366. | #define HAVE_SIGHANDLER_T 1
  9367. | #define HAVE_DECL_CPU_ALLOC 1
  9368. | #define HAVE_CRYPT_H 1
  9369. | #define HAVE_LIBCRYPT 1
  9370. | #define HAVE_LIBNCURSESW 1
  9371. | #define HAVE_NCURSES_H 1
  9372. | #define HAVE_LIBUUID 1
  9373. | #define LIBBLKID_VERSION "2.29.1"
  9374. | #define LIBBLKID_DATE "20-Jan-2017"
  9375. | #define HAVE_LIBBLKID 1
  9376. | #define LIBMOUNT_VERSION "2.29.1"
  9377. | #define LIBSMARTCOLS_VERSION "2.29.1"
  9378. | #define LIBFDISK_VERSION "2.29.1"
  9379. | #define HAVE_UUIDD 1
  9380. | /* end confdefs.h. */
  9381. | /* Define unshare to an innocuous variant, in case <limits.h> declares unshare.
  9382. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  9383. | #define unshare innocuous_unshare
  9384. |
  9385. | /* System header to define __stub macros and hopefully few prototypes,
  9386. | which can conflict with char unshare (); below.
  9387. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9388. | <limits.h> exists even on freestanding compilers. */
  9389. |
  9390. | #ifdef __STDC__
  9391. | # include <limits.h>
  9392. | #else
  9393. | # include <assert.h>
  9394. | #endif
  9395. |
  9396. | #undef unshare
  9397. |
  9398. | /* Override any GCC internal prototype to avoid an error.
  9399. | Use char because int might match the return type of a GCC
  9400. | builtin and then its argument prototype would still apply. */
  9401. | #ifdef __cplusplus
  9402. | extern "C"
  9403. | #endif
  9404. | char unshare ();
  9405. | /* The GNU C library defines this for functions which it implements
  9406. | to always fail with ENOSYS. Some functions are actually named
  9407. | something starting with __ and the normal name is an alias. */
  9408. | #if defined __stub_unshare || defined __stub___unshare
  9409. | choke me
  9410. | #endif
  9411. |
  9412. | int
  9413. | main ()
  9414. | {
  9415. | return unshare ();
  9416. | ;
  9417. | return 0;
  9418. | }
  9419. configure:23397: result: no
  9420. configure:23460: checking for syscall setns
  9421. configure:23479: gcc -c -g -O2 conftest.c >&5
  9422. configure:23479: $? = 0
  9423. configure:23517: result: SYS_setns
  9424. configure:23555: checking for setns
  9425. configure:23555: gcc -o conftest -g -O2 conftest.c -lrt -lcrypt >&5
  9426. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  9427. collect2: error: ld returned 1 exit status
  9428. configure:23555: $? = 1
  9429. configure: failed program was:
  9430. | /* confdefs.h */
  9431. | #define PACKAGE_NAME "util-linux"
  9432. | #define PACKAGE_TARNAME "util-linux"
  9433. | #define PACKAGE_VERSION "2.29.1"
  9434. | #define PACKAGE_STRING "util-linux 2.29.1"
  9435. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  9436. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  9437. | #define STDC_HEADERS 1
  9438. | #define HAVE_SYS_TYPES_H 1
  9439. | #define HAVE_SYS_STAT_H 1
  9440. | #define HAVE_STDLIB_H 1
  9441. | #define HAVE_STRING_H 1
  9442. | #define HAVE_MEMORY_H 1
  9443. | #define HAVE_STRINGS_H 1
  9444. | #define HAVE_INTTYPES_H 1
  9445. | #define HAVE_STDINT_H 1
  9446. | #define HAVE_UNISTD_H 1
  9447. | #define __EXTENSIONS__ 1
  9448. | #define _ALL_SOURCE 1
  9449. | #define _GNU_SOURCE 1
  9450. | #define _POSIX_PTHREAD_SEMANTICS 1
  9451. | #define _TANDEM_SOURCE 1
  9452. | #define PACKAGE "util-linux"
  9453. | #define VERSION "2.29.1"
  9454. | #define HAVE_DLFCN_H 1
  9455. | #define LT_OBJDIR ".libs/"
  9456. | #define ENABLE_NLS 1
  9457. | #define HAVE_GETTEXT 1
  9458. | #define HAVE_DCGETTEXT 1
  9459. | #define HAVE_LINUX_BLKPG_H 1
  9460. | #define HAVE_LINUX_MAJOR_H 1
  9461. | #define HAVE_ERR_H 1
  9462. | #define HAVE_ERRNO_H 1
  9463. | #define HAVE_FCNTL_H 1
  9464. | #define HAVE_GETOPT_H 1
  9465. | #define HAVE_INTTYPES_H 1
  9466. | #define HAVE_LINUX_BTRFS_H 1
  9467. | #define HAVE_LINUX_CDROM_H 1
  9468. | #define HAVE_LINUX_FALLOC_H 1
  9469. | #define HAVE_LINUX_WATCHDOG_H 1
  9470. | #define HAVE_LINUX_FD_H 1
  9471. | #define HAVE_LINUX_RAW_H 1
  9472. | #define HAVE_LINUX_TIOCL_H 1
  9473. | #define HAVE_LINUX_VERSION_H 1
  9474. | #define HAVE_LINUX_SECUREBITS_H 1
  9475. | #define HAVE_LOCALE_H 1
  9476. | #define HAVE_MNTENT_H 1
  9477. | #define HAVE_NET_IF_H 1
  9478. | #define HAVE_NETINET_IN_H 1
  9479. | #define HAVE_PATHS_H 1
  9480. | #define HAVE_PTY_H 1
  9481. | #define HAVE_STDINT_H 1
  9482. | #define HAVE_STDIO_EXT_H 1
  9483. | #define HAVE_STDLIB_H 1
  9484. | #define HAVE_ENDIAN_H 1
  9485. | #define HAVE_BYTESWAP_H 1
  9486. | #define HAVE_SYS_FILE_H 1
  9487. | #define HAVE_SYS_IO_H 1
  9488. | #define HAVE_SYS_IOCTL_H 1
  9489. | #define HAVE_SYS_MOUNT_H 1
  9490. | #define HAVE_SYS_PARAM_H 1
  9491. | #define HAVE_SYS_PRCTL_H 1
  9492. | #define HAVE_SYS_RESOURCE_H 1
  9493. | #define HAVE_SYS_SIGNALFD_H 1
  9494. | #define HAVE_SYS_SOCKET_H 1
  9495. | #define HAVE_SYS_STAT_H 1
  9496. | #define HAVE_SYS_SYSMACROS_H 1
  9497. | #define HAVE_SYS_SWAP_H 1
  9498. | #define HAVE_SYS_SYSCALL_H 1
  9499. | #define HAVE_SYS_TIME_H 1
  9500. | #define HAVE_SYS_TIMEX_H 1
  9501. | #define HAVE_SYS_TTYDEFAULTS_H 1
  9502. | #define HAVE_SYS_TYPES_H 1
  9503. | #define HAVE_SYS_UN_H 1
  9504. | #define HAVE_UNISTD_H 1
  9505. | #define HAVE_SHADOW_H 1
  9506. | #define HAVE_UTMP_H 1
  9507. | #define HAVE_LANGINFO_H 1
  9508. | #define HAVE_TM_GMTOFF 1
  9509. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  9510. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  9511. | #define SWAPON_HAS_TWO_ARGS 1
  9512. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  9513. | #define HAVE_LSEEK64_PROTOTYPE 1
  9514. | #define HAVE_ENVIRON_DECL 1
  9515. | #define HAVE_STRSIGNAL_DECL 1
  9516. | #define HAVE___FPENDING 1
  9517. | #define HAVE_SECURE_GETENV 1
  9518. | #define HAVE_ERR 1
  9519. | #define HAVE_ERRX 1
  9520. | #define HAVE_FSYNC 1
  9521. | #define HAVE_UTIMENSAT 1
  9522. | #define HAVE_GETDOMAINNAME 1
  9523. | #define HAVE_GETDTABLESIZE 1
  9524. | #define HAVE_GETRLIMIT 1
  9525. | #define HAVE_GETSGNAM 1
  9526. | #define HAVE_INOTIFY_INIT 1
  9527. | #define HAVE_JRAND48 1
  9528. | #define HAVE_LCHOWN 1
  9529. | #define HAVE_LLSEEK 1
  9530. | #define HAVE_LSEEK64 1
  9531. | #define HAVE_MEMPCPY 1
  9532. | #define HAVE_MKOSTEMP 1
  9533. | #define HAVE_NANOSLEEP 1
  9534. | #define HAVE_NTP_GETTIME 1
  9535. | #define HAVE_PERSONALITY 1
  9536. | #define HAVE_POSIX_FADVISE 1
  9537. | #define HAVE_PRCTL 1
  9538. | #define HAVE_QSORT_R 1
  9539. | #define HAVE_RPMATCH 1
  9540. | #define HAVE_SCANDIRAT 1
  9541. | #define HAVE_SETRESGID 1
  9542. | #define HAVE_SETRESUID 1
  9543. | #define HAVE_SCHED_SETSCHEDULER 1
  9544. | #define HAVE_SIGQUEUE 1
  9545. | #define HAVE_SRANDOM 1
  9546. | #define HAVE_STRNDUP 1
  9547. | #define HAVE_STRNLEN 1
  9548. | #define HAVE_SYSCONF 1
  9549. | #define HAVE_SYSINFO 1
  9550. | #define HAVE_UPDWTMP 1
  9551. | #define HAVE_USLEEP 1
  9552. | #define HAVE_WARN 1
  9553. | #define HAVE_WARNX 1
  9554. | #define HAVE_FSEEKO 1
  9555. | #define HAVE_OPENAT 1
  9556. | #define HAVE_FSTATAT 1
  9557. | #define HAVE_UNLINKAT 1
  9558. | #define HAVE_IOPERM 1
  9559. | #define HAVE_IOPL 1
  9560. | #define HAVE_FUTIMENS 1
  9561. | #define HAVE_INOTIFY_INIT1 1
  9562. | #define HAVE_OPEN_MEMSTREAM 1
  9563. | #define HAVE_REBOOT 1
  9564. | #define HAVE_ISNAN 1
  9565. | #define HAVE_CLOCK_GETTIME 1
  9566. | #define HAVE_DECL_DIRFD 1
  9567. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  9568. | #define HAVE_LOFF_T 1
  9569. | #define HAVE_WIDECHAR 1
  9570. | #define HAVE_CPU_SET_T 1
  9571. | #define HAVE_SIGHANDLER_T 1
  9572. | #define HAVE_DECL_CPU_ALLOC 1
  9573. | #define HAVE_CRYPT_H 1
  9574. | #define HAVE_LIBCRYPT 1
  9575. | #define HAVE_LIBNCURSESW 1
  9576. | #define HAVE_NCURSES_H 1
  9577. | #define HAVE_LIBUUID 1
  9578. | #define LIBBLKID_VERSION "2.29.1"
  9579. | #define LIBBLKID_DATE "20-Jan-2017"
  9580. | #define HAVE_LIBBLKID 1
  9581. | #define LIBMOUNT_VERSION "2.29.1"
  9582. | #define LIBSMARTCOLS_VERSION "2.29.1"
  9583. | #define LIBFDISK_VERSION "2.29.1"
  9584. | #define HAVE_UUIDD 1
  9585. | /* end confdefs.h. */
  9586. | /* Define setns to an innocuous variant, in case <limits.h> declares setns.
  9587. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  9588. | #define setns innocuous_setns
  9589. |
  9590. | /* System header to define __stub macros and hopefully few prototypes,
  9591. | which can conflict with char setns (); below.
  9592. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9593. | <limits.h> exists even on freestanding compilers. */
  9594. |
  9595. | #ifdef __STDC__
  9596. | # include <limits.h>
  9597. | #else
  9598. | # include <assert.h>
  9599. | #endif
  9600. |
  9601. | #undef setns
  9602. |
  9603. | /* Override any GCC internal prototype to avoid an error.
  9604. | Use char because int might match the return type of a GCC
  9605. | builtin and then its argument prototype would still apply. */
  9606. | #ifdef __cplusplus
  9607. | extern "C"
  9608. | #endif
  9609. | char setns ();
  9610. | /* The GNU C library defines this for functions which it implements
  9611. | to always fail with ENOSYS. Some functions are actually named
  9612. | something starting with __ and the normal name is an alias. */
  9613. | #if defined __stub_setns || defined __stub___setns
  9614. | choke me
  9615. | #endif
  9616. |
  9617. | int
  9618. | main ()
  9619. | {
  9620. | return setns ();
  9621. | ;
  9622. | return 0;
  9623. | }
  9624. configure:23555: result: no
  9625. configure:23592: checking for capng_apply in -lcap-ng
  9626. configure:23617: gcc -o conftest -g -O2 conftest.c -lcap-ng -lrt -lcrypt >&5
  9627. /usr/bin/ld: cannot find -lcap-ng
  9628. collect2: error: ld returned 1 exit status
  9629. configure:23617: $? = 1
  9630. configure: failed program was:
  9631. | /* confdefs.h */
  9632. | #define PACKAGE_NAME "util-linux"
  9633. | #define PACKAGE_TARNAME "util-linux"
  9634. | #define PACKAGE_VERSION "2.29.1"
  9635. | #define PACKAGE_STRING "util-linux 2.29.1"
  9636. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  9637. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  9638. | #define STDC_HEADERS 1
  9639. | #define HAVE_SYS_TYPES_H 1
  9640. | #define HAVE_SYS_STAT_H 1
  9641. | #define HAVE_STDLIB_H 1
  9642. | #define HAVE_STRING_H 1
  9643. | #define HAVE_MEMORY_H 1
  9644. | #define HAVE_STRINGS_H 1
  9645. | #define HAVE_INTTYPES_H 1
  9646. | #define HAVE_STDINT_H 1
  9647. | #define HAVE_UNISTD_H 1
  9648. | #define __EXTENSIONS__ 1
  9649. | #define _ALL_SOURCE 1
  9650. | #define _GNU_SOURCE 1
  9651. | #define _POSIX_PTHREAD_SEMANTICS 1
  9652. | #define _TANDEM_SOURCE 1
  9653. | #define PACKAGE "util-linux"
  9654. | #define VERSION "2.29.1"
  9655. | #define HAVE_DLFCN_H 1
  9656. | #define LT_OBJDIR ".libs/"
  9657. | #define ENABLE_NLS 1
  9658. | #define HAVE_GETTEXT 1
  9659. | #define HAVE_DCGETTEXT 1
  9660. | #define HAVE_LINUX_BLKPG_H 1
  9661. | #define HAVE_LINUX_MAJOR_H 1
  9662. | #define HAVE_ERR_H 1
  9663. | #define HAVE_ERRNO_H 1
  9664. | #define HAVE_FCNTL_H 1
  9665. | #define HAVE_GETOPT_H 1
  9666. | #define HAVE_INTTYPES_H 1
  9667. | #define HAVE_LINUX_BTRFS_H 1
  9668. | #define HAVE_LINUX_CDROM_H 1
  9669. | #define HAVE_LINUX_FALLOC_H 1
  9670. | #define HAVE_LINUX_WATCHDOG_H 1
  9671. | #define HAVE_LINUX_FD_H 1
  9672. | #define HAVE_LINUX_RAW_H 1
  9673. | #define HAVE_LINUX_TIOCL_H 1
  9674. | #define HAVE_LINUX_VERSION_H 1
  9675. | #define HAVE_LINUX_SECUREBITS_H 1
  9676. | #define HAVE_LOCALE_H 1
  9677. | #define HAVE_MNTENT_H 1
  9678. | #define HAVE_NET_IF_H 1
  9679. | #define HAVE_NETINET_IN_H 1
  9680. | #define HAVE_PATHS_H 1
  9681. | #define HAVE_PTY_H 1
  9682. | #define HAVE_STDINT_H 1
  9683. | #define HAVE_STDIO_EXT_H 1
  9684. | #define HAVE_STDLIB_H 1
  9685. | #define HAVE_ENDIAN_H 1
  9686. | #define HAVE_BYTESWAP_H 1
  9687. | #define HAVE_SYS_FILE_H 1
  9688. | #define HAVE_SYS_IO_H 1
  9689. | #define HAVE_SYS_IOCTL_H 1
  9690. | #define HAVE_SYS_MOUNT_H 1
  9691. | #define HAVE_SYS_PARAM_H 1
  9692. | #define HAVE_SYS_PRCTL_H 1
  9693. | #define HAVE_SYS_RESOURCE_H 1
  9694. | #define HAVE_SYS_SIGNALFD_H 1
  9695. | #define HAVE_SYS_SOCKET_H 1
  9696. | #define HAVE_SYS_STAT_H 1
  9697. | #define HAVE_SYS_SYSMACROS_H 1
  9698. | #define HAVE_SYS_SWAP_H 1
  9699. | #define HAVE_SYS_SYSCALL_H 1
  9700. | #define HAVE_SYS_TIME_H 1
  9701. | #define HAVE_SYS_TIMEX_H 1
  9702. | #define HAVE_SYS_TTYDEFAULTS_H 1
  9703. | #define HAVE_SYS_TYPES_H 1
  9704. | #define HAVE_SYS_UN_H 1
  9705. | #define HAVE_UNISTD_H 1
  9706. | #define HAVE_SHADOW_H 1
  9707. | #define HAVE_UTMP_H 1
  9708. | #define HAVE_LANGINFO_H 1
  9709. | #define HAVE_TM_GMTOFF 1
  9710. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  9711. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  9712. | #define SWAPON_HAS_TWO_ARGS 1
  9713. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  9714. | #define HAVE_LSEEK64_PROTOTYPE 1
  9715. | #define HAVE_ENVIRON_DECL 1
  9716. | #define HAVE_STRSIGNAL_DECL 1
  9717. | #define HAVE___FPENDING 1
  9718. | #define HAVE_SECURE_GETENV 1
  9719. | #define HAVE_ERR 1
  9720. | #define HAVE_ERRX 1
  9721. | #define HAVE_FSYNC 1
  9722. | #define HAVE_UTIMENSAT 1
  9723. | #define HAVE_GETDOMAINNAME 1
  9724. | #define HAVE_GETDTABLESIZE 1
  9725. | #define HAVE_GETRLIMIT 1
  9726. | #define HAVE_GETSGNAM 1
  9727. | #define HAVE_INOTIFY_INIT 1
  9728. | #define HAVE_JRAND48 1
  9729. | #define HAVE_LCHOWN 1
  9730. | #define HAVE_LLSEEK 1
  9731. | #define HAVE_LSEEK64 1
  9732. | #define HAVE_MEMPCPY 1
  9733. | #define HAVE_MKOSTEMP 1
  9734. | #define HAVE_NANOSLEEP 1
  9735. | #define HAVE_NTP_GETTIME 1
  9736. | #define HAVE_PERSONALITY 1
  9737. | #define HAVE_POSIX_FADVISE 1
  9738. | #define HAVE_PRCTL 1
  9739. | #define HAVE_QSORT_R 1
  9740. | #define HAVE_RPMATCH 1
  9741. | #define HAVE_SCANDIRAT 1
  9742. | #define HAVE_SETRESGID 1
  9743. | #define HAVE_SETRESUID 1
  9744. | #define HAVE_SCHED_SETSCHEDULER 1
  9745. | #define HAVE_SIGQUEUE 1
  9746. | #define HAVE_SRANDOM 1
  9747. | #define HAVE_STRNDUP 1
  9748. | #define HAVE_STRNLEN 1
  9749. | #define HAVE_SYSCONF 1
  9750. | #define HAVE_SYSINFO 1
  9751. | #define HAVE_UPDWTMP 1
  9752. | #define HAVE_USLEEP 1
  9753. | #define HAVE_WARN 1
  9754. | #define HAVE_WARNX 1
  9755. | #define HAVE_FSEEKO 1
  9756. | #define HAVE_OPENAT 1
  9757. | #define HAVE_FSTATAT 1
  9758. | #define HAVE_UNLINKAT 1
  9759. | #define HAVE_IOPERM 1
  9760. | #define HAVE_IOPL 1
  9761. | #define HAVE_FUTIMENS 1
  9762. | #define HAVE_INOTIFY_INIT1 1
  9763. | #define HAVE_OPEN_MEMSTREAM 1
  9764. | #define HAVE_REBOOT 1
  9765. | #define HAVE_ISNAN 1
  9766. | #define HAVE_CLOCK_GETTIME 1
  9767. | #define HAVE_DECL_DIRFD 1
  9768. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  9769. | #define HAVE_LOFF_T 1
  9770. | #define HAVE_WIDECHAR 1
  9771. | #define HAVE_CPU_SET_T 1
  9772. | #define HAVE_SIGHANDLER_T 1
  9773. | #define HAVE_DECL_CPU_ALLOC 1
  9774. | #define HAVE_CRYPT_H 1
  9775. | #define HAVE_LIBCRYPT 1
  9776. | #define HAVE_LIBNCURSESW 1
  9777. | #define HAVE_NCURSES_H 1
  9778. | #define HAVE_LIBUUID 1
  9779. | #define LIBBLKID_VERSION "2.29.1"
  9780. | #define LIBBLKID_DATE "20-Jan-2017"
  9781. | #define HAVE_LIBBLKID 1
  9782. | #define LIBMOUNT_VERSION "2.29.1"
  9783. | #define LIBSMARTCOLS_VERSION "2.29.1"
  9784. | #define LIBFDISK_VERSION "2.29.1"
  9785. | #define HAVE_UUIDD 1
  9786. | /* end confdefs.h. */
  9787. |
  9788. | /* Override any GCC internal prototype to avoid an error.
  9789. | Use char because int might match the return type of a GCC
  9790. | builtin and then its argument prototype would still apply. */
  9791. | #ifdef __cplusplus
  9792. | extern "C"
  9793. | #endif
  9794. | char capng_apply ();
  9795. | int
  9796. | main ()
  9797. | {
  9798. | return capng_apply ();
  9799. | ;
  9800. | return 0;
  9801. | }
  9802. configure:23626: result: no
  9803. configure:23743: WARNING: libcap-ng library not found; not building setpriv
  9804. configure:23816: WARNING: libmount disabled; not building eject
  9805. configure:24058: checking for crc32 in -lz
  9806. configure:24083: gcc -o conftest -g -O2 conftest.c -lz -lrt -lcrypt >&5
  9807. /usr/bin/ld: cannot find -lz
  9808. collect2: error: ld returned 1 exit status
  9809. configure:24083: $? = 1
  9810. configure: failed program was:
  9811. | /* confdefs.h */
  9812. | #define PACKAGE_NAME "util-linux"
  9813. | #define PACKAGE_TARNAME "util-linux"
  9814. | #define PACKAGE_VERSION "2.29.1"
  9815. | #define PACKAGE_STRING "util-linux 2.29.1"
  9816. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  9817. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  9818. | #define STDC_HEADERS 1
  9819. | #define HAVE_SYS_TYPES_H 1
  9820. | #define HAVE_SYS_STAT_H 1
  9821. | #define HAVE_STDLIB_H 1
  9822. | #define HAVE_STRING_H 1
  9823. | #define HAVE_MEMORY_H 1
  9824. | #define HAVE_STRINGS_H 1
  9825. | #define HAVE_INTTYPES_H 1
  9826. | #define HAVE_STDINT_H 1
  9827. | #define HAVE_UNISTD_H 1
  9828. | #define __EXTENSIONS__ 1
  9829. | #define _ALL_SOURCE 1
  9830. | #define _GNU_SOURCE 1
  9831. | #define _POSIX_PTHREAD_SEMANTICS 1
  9832. | #define _TANDEM_SOURCE 1
  9833. | #define PACKAGE "util-linux"
  9834. | #define VERSION "2.29.1"
  9835. | #define HAVE_DLFCN_H 1
  9836. | #define LT_OBJDIR ".libs/"
  9837. | #define ENABLE_NLS 1
  9838. | #define HAVE_GETTEXT 1
  9839. | #define HAVE_DCGETTEXT 1
  9840. | #define HAVE_LINUX_BLKPG_H 1
  9841. | #define HAVE_LINUX_MAJOR_H 1
  9842. | #define HAVE_ERR_H 1
  9843. | #define HAVE_ERRNO_H 1
  9844. | #define HAVE_FCNTL_H 1
  9845. | #define HAVE_GETOPT_H 1
  9846. | #define HAVE_INTTYPES_H 1
  9847. | #define HAVE_LINUX_BTRFS_H 1
  9848. | #define HAVE_LINUX_CDROM_H 1
  9849. | #define HAVE_LINUX_FALLOC_H 1
  9850. | #define HAVE_LINUX_WATCHDOG_H 1
  9851. | #define HAVE_LINUX_FD_H 1
  9852. | #define HAVE_LINUX_RAW_H 1
  9853. | #define HAVE_LINUX_TIOCL_H 1
  9854. | #define HAVE_LINUX_VERSION_H 1
  9855. | #define HAVE_LINUX_SECUREBITS_H 1
  9856. | #define HAVE_LOCALE_H 1
  9857. | #define HAVE_MNTENT_H 1
  9858. | #define HAVE_NET_IF_H 1
  9859. | #define HAVE_NETINET_IN_H 1
  9860. | #define HAVE_PATHS_H 1
  9861. | #define HAVE_PTY_H 1
  9862. | #define HAVE_STDINT_H 1
  9863. | #define HAVE_STDIO_EXT_H 1
  9864. | #define HAVE_STDLIB_H 1
  9865. | #define HAVE_ENDIAN_H 1
  9866. | #define HAVE_BYTESWAP_H 1
  9867. | #define HAVE_SYS_FILE_H 1
  9868. | #define HAVE_SYS_IO_H 1
  9869. | #define HAVE_SYS_IOCTL_H 1
  9870. | #define HAVE_SYS_MOUNT_H 1
  9871. | #define HAVE_SYS_PARAM_H 1
  9872. | #define HAVE_SYS_PRCTL_H 1
  9873. | #define HAVE_SYS_RESOURCE_H 1
  9874. | #define HAVE_SYS_SIGNALFD_H 1
  9875. | #define HAVE_SYS_SOCKET_H 1
  9876. | #define HAVE_SYS_STAT_H 1
  9877. | #define HAVE_SYS_SYSMACROS_H 1
  9878. | #define HAVE_SYS_SWAP_H 1
  9879. | #define HAVE_SYS_SYSCALL_H 1
  9880. | #define HAVE_SYS_TIME_H 1
  9881. | #define HAVE_SYS_TIMEX_H 1
  9882. | #define HAVE_SYS_TTYDEFAULTS_H 1
  9883. | #define HAVE_SYS_TYPES_H 1
  9884. | #define HAVE_SYS_UN_H 1
  9885. | #define HAVE_UNISTD_H 1
  9886. | #define HAVE_SHADOW_H 1
  9887. | #define HAVE_UTMP_H 1
  9888. | #define HAVE_LANGINFO_H 1
  9889. | #define HAVE_TM_GMTOFF 1
  9890. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  9891. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  9892. | #define SWAPON_HAS_TWO_ARGS 1
  9893. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  9894. | #define HAVE_LSEEK64_PROTOTYPE 1
  9895. | #define HAVE_ENVIRON_DECL 1
  9896. | #define HAVE_STRSIGNAL_DECL 1
  9897. | #define HAVE___FPENDING 1
  9898. | #define HAVE_SECURE_GETENV 1
  9899. | #define HAVE_ERR 1
  9900. | #define HAVE_ERRX 1
  9901. | #define HAVE_FSYNC 1
  9902. | #define HAVE_UTIMENSAT 1
  9903. | #define HAVE_GETDOMAINNAME 1
  9904. | #define HAVE_GETDTABLESIZE 1
  9905. | #define HAVE_GETRLIMIT 1
  9906. | #define HAVE_GETSGNAM 1
  9907. | #define HAVE_INOTIFY_INIT 1
  9908. | #define HAVE_JRAND48 1
  9909. | #define HAVE_LCHOWN 1
  9910. | #define HAVE_LLSEEK 1
  9911. | #define HAVE_LSEEK64 1
  9912. | #define HAVE_MEMPCPY 1
  9913. | #define HAVE_MKOSTEMP 1
  9914. | #define HAVE_NANOSLEEP 1
  9915. | #define HAVE_NTP_GETTIME 1
  9916. | #define HAVE_PERSONALITY 1
  9917. | #define HAVE_POSIX_FADVISE 1
  9918. | #define HAVE_PRCTL 1
  9919. | #define HAVE_QSORT_R 1
  9920. | #define HAVE_RPMATCH 1
  9921. | #define HAVE_SCANDIRAT 1
  9922. | #define HAVE_SETRESGID 1
  9923. | #define HAVE_SETRESUID 1
  9924. | #define HAVE_SCHED_SETSCHEDULER 1
  9925. | #define HAVE_SIGQUEUE 1
  9926. | #define HAVE_SRANDOM 1
  9927. | #define HAVE_STRNDUP 1
  9928. | #define HAVE_STRNLEN 1
  9929. | #define HAVE_SYSCONF 1
  9930. | #define HAVE_SYSINFO 1
  9931. | #define HAVE_UPDWTMP 1
  9932. | #define HAVE_USLEEP 1
  9933. | #define HAVE_WARN 1
  9934. | #define HAVE_WARNX 1
  9935. | #define HAVE_FSEEKO 1
  9936. | #define HAVE_OPENAT 1
  9937. | #define HAVE_FSTATAT 1
  9938. | #define HAVE_UNLINKAT 1
  9939. | #define HAVE_IOPERM 1
  9940. | #define HAVE_IOPL 1
  9941. | #define HAVE_FUTIMENS 1
  9942. | #define HAVE_INOTIFY_INIT1 1
  9943. | #define HAVE_OPEN_MEMSTREAM 1
  9944. | #define HAVE_REBOOT 1
  9945. | #define HAVE_ISNAN 1
  9946. | #define HAVE_CLOCK_GETTIME 1
  9947. | #define HAVE_DECL_DIRFD 1
  9948. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  9949. | #define HAVE_LOFF_T 1
  9950. | #define HAVE_WIDECHAR 1
  9951. | #define HAVE_CPU_SET_T 1
  9952. | #define HAVE_SIGHANDLER_T 1
  9953. | #define HAVE_DECL_CPU_ALLOC 1
  9954. | #define HAVE_CRYPT_H 1
  9955. | #define HAVE_LIBCRYPT 1
  9956. | #define HAVE_LIBNCURSESW 1
  9957. | #define HAVE_NCURSES_H 1
  9958. | #define HAVE_LIBUUID 1
  9959. | #define LIBBLKID_VERSION "2.29.1"
  9960. | #define LIBBLKID_DATE "20-Jan-2017"
  9961. | #define HAVE_LIBBLKID 1
  9962. | #define LIBMOUNT_VERSION "2.29.1"
  9963. | #define LIBSMARTCOLS_VERSION "2.29.1"
  9964. | #define LIBFDISK_VERSION "2.29.1"
  9965. | #define HAVE_UUIDD 1
  9966. | #define AGETTY_RELOAD 1
  9967. | #define USE_PLYMOUTH_SUPPORT 1
  9968. | /* end confdefs.h. */
  9969. |
  9970. | /* Override any GCC internal prototype to avoid an error.
  9971. | Use char because int might match the return type of a GCC
  9972. | builtin and then its argument prototype would still apply. */
  9973. | #ifdef __cplusplus
  9974. | extern "C"
  9975. | #endif
  9976. | char crc32 ();
  9977. | int
  9978. | main ()
  9979. | {
  9980. | return crc32 ();
  9981. | ;
  9982. | return 0;
  9983. | }
  9984. configure:24092: result: no
  9985. configure:24148: WARNING: z library not found; not building cramfs
  9986. configure:24444: WARNING: libmount disabled; not building fstrim
  9987. configure:24528: WARNING: libmount disabled; not building swapon
  9988. configure:24632: WARNING: libmount disabled; not building lsblk
  9989. configure:25399: checking for syscall prlimit64
  9990. configure:25418: gcc -c -g -O2 conftest.c >&5
  9991. configure:25418: $? = 0
  9992. configure:25456: result: SYS_prlimit64
  9993. configure:25496: checking for prlimit
  9994. configure:25496: gcc -o conftest -g -O2 conftest.c -lrt -lcrypt >&5
  9995. //lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__libc_dl_error_tsd@GLIBC_PRIVATE'
  9996. collect2: error: ld returned 1 exit status
  9997. configure:25496: $? = 1
  9998. configure: failed program was:
  9999. | /* confdefs.h */
  10000. | #define PACKAGE_NAME "util-linux"
  10001. | #define PACKAGE_TARNAME "util-linux"
  10002. | #define PACKAGE_VERSION "2.29.1"
  10003. | #define PACKAGE_STRING "util-linux 2.29.1"
  10004. | #define PACKAGE_BUGREPORT "kzak@redhat.com"
  10005. | #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  10006. | #define STDC_HEADERS 1
  10007. | #define HAVE_SYS_TYPES_H 1
  10008. | #define HAVE_SYS_STAT_H 1
  10009. | #define HAVE_STDLIB_H 1
  10010. | #define HAVE_STRING_H 1
  10011. | #define HAVE_MEMORY_H 1
  10012. | #define HAVE_STRINGS_H 1
  10013. | #define HAVE_INTTYPES_H 1
  10014. | #define HAVE_STDINT_H 1
  10015. | #define HAVE_UNISTD_H 1
  10016. | #define __EXTENSIONS__ 1
  10017. | #define _ALL_SOURCE 1
  10018. | #define _GNU_SOURCE 1
  10019. | #define _POSIX_PTHREAD_SEMANTICS 1
  10020. | #define _TANDEM_SOURCE 1
  10021. | #define PACKAGE "util-linux"
  10022. | #define VERSION "2.29.1"
  10023. | #define HAVE_DLFCN_H 1
  10024. | #define LT_OBJDIR ".libs/"
  10025. | #define ENABLE_NLS 1
  10026. | #define HAVE_GETTEXT 1
  10027. | #define HAVE_DCGETTEXT 1
  10028. | #define HAVE_LINUX_BLKPG_H 1
  10029. | #define HAVE_LINUX_MAJOR_H 1
  10030. | #define HAVE_ERR_H 1
  10031. | #define HAVE_ERRNO_H 1
  10032. | #define HAVE_FCNTL_H 1
  10033. | #define HAVE_GETOPT_H 1
  10034. | #define HAVE_INTTYPES_H 1
  10035. | #define HAVE_LINUX_BTRFS_H 1
  10036. | #define HAVE_LINUX_CDROM_H 1
  10037. | #define HAVE_LINUX_FALLOC_H 1
  10038. | #define HAVE_LINUX_WATCHDOG_H 1
  10039. | #define HAVE_LINUX_FD_H 1
  10040. | #define HAVE_LINUX_RAW_H 1
  10041. | #define HAVE_LINUX_TIOCL_H 1
  10042. | #define HAVE_LINUX_VERSION_H 1
  10043. | #define HAVE_LINUX_SECUREBITS_H 1
  10044. | #define HAVE_LOCALE_H 1
  10045. | #define HAVE_MNTENT_H 1
  10046. | #define HAVE_NET_IF_H 1
  10047. | #define HAVE_NETINET_IN_H 1
  10048. | #define HAVE_PATHS_H 1
  10049. | #define HAVE_PTY_H 1
  10050. | #define HAVE_STDINT_H 1
  10051. | #define HAVE_STDIO_EXT_H 1
  10052. | #define HAVE_STDLIB_H 1
  10053. | #define HAVE_ENDIAN_H 1
  10054. | #define HAVE_BYTESWAP_H 1
  10055. | #define HAVE_SYS_FILE_H 1
  10056. | #define HAVE_SYS_IO_H 1
  10057. | #define HAVE_SYS_IOCTL_H 1
  10058. | #define HAVE_SYS_MOUNT_H 1
  10059. | #define HAVE_SYS_PARAM_H 1
  10060. | #define HAVE_SYS_PRCTL_H 1
  10061. | #define HAVE_SYS_RESOURCE_H 1
  10062. | #define HAVE_SYS_SIGNALFD_H 1
  10063. | #define HAVE_SYS_SOCKET_H 1
  10064. | #define HAVE_SYS_STAT_H 1
  10065. | #define HAVE_SYS_SYSMACROS_H 1
  10066. | #define HAVE_SYS_SWAP_H 1
  10067. | #define HAVE_SYS_SYSCALL_H 1
  10068. | #define HAVE_SYS_TIME_H 1
  10069. | #define HAVE_SYS_TIMEX_H 1
  10070. | #define HAVE_SYS_TTYDEFAULTS_H 1
  10071. | #define HAVE_SYS_TYPES_H 1
  10072. | #define HAVE_SYS_UN_H 1
  10073. | #define HAVE_UNISTD_H 1
  10074. | #define HAVE_SHADOW_H 1
  10075. | #define HAVE_UTMP_H 1
  10076. | #define HAVE_LANGINFO_H 1
  10077. | #define HAVE_TM_GMTOFF 1
  10078. | #define HAVE_STRUCT_TERMIOS_C_LINE 1
  10079. | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  10080. | #define SWAPON_HAS_TWO_ARGS 1
  10081. | #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  10082. | #define HAVE_LSEEK64_PROTOTYPE 1
  10083. | #define HAVE_ENVIRON_DECL 1
  10084. | #define HAVE_STRSIGNAL_DECL 1
  10085. | #define HAVE___FPENDING 1
  10086. | #define HAVE_SECURE_GETENV 1
  10087. | #define HAVE_ERR 1
  10088. | #define HAVE_ERRX 1
  10089. | #define HAVE_FSYNC 1
  10090. | #define HAVE_UTIMENSAT 1
  10091. | #define HAVE_GETDOMAINNAME 1
  10092. | #define HAVE_GETDTABLESIZE 1
  10093. | #define HAVE_GETRLIMIT 1
  10094. | #define HAVE_GETSGNAM 1
  10095. | #define HAVE_INOTIFY_INIT 1
  10096. | #define HAVE_JRAND48 1
  10097. | #define HAVE_LCHOWN 1
  10098. | #define HAVE_LLSEEK 1
  10099. | #define HAVE_LSEEK64 1
  10100. | #define HAVE_MEMPCPY 1
  10101. | #define HAVE_MKOSTEMP 1
  10102. | #define HAVE_NANOSLEEP 1
  10103. | #define HAVE_NTP_GETTIME 1
  10104. | #define HAVE_PERSONALITY 1
  10105. | #define HAVE_POSIX_FADVISE 1
  10106. | #define HAVE_PRCTL 1
  10107. | #define HAVE_QSORT_R 1
  10108. | #define HAVE_RPMATCH 1
  10109. | #define HAVE_SCANDIRAT 1
  10110. | #define HAVE_SETRESGID 1
  10111. | #define HAVE_SETRESUID 1
  10112. | #define HAVE_SCHED_SETSCHEDULER 1
  10113. | #define HAVE_SIGQUEUE 1
  10114. | #define HAVE_SRANDOM 1
  10115. | #define HAVE_STRNDUP 1
  10116. | #define HAVE_STRNLEN 1
  10117. | #define HAVE_SYSCONF 1
  10118. | #define HAVE_SYSINFO 1
  10119. | #define HAVE_UPDWTMP 1
  10120. | #define HAVE_USLEEP 1
  10121. | #define HAVE_WARN 1
  10122. | #define HAVE_WARNX 1
  10123. | #define HAVE_FSEEKO 1
  10124. | #define HAVE_OPENAT 1
  10125. | #define HAVE_FSTATAT 1
  10126. | #define HAVE_UNLINKAT 1
  10127. | #define HAVE_IOPERM 1
  10128. | #define HAVE_IOPL 1
  10129. | #define HAVE_FUTIMENS 1
  10130. | #define HAVE_INOTIFY_INIT1 1
  10131. | #define HAVE_OPEN_MEMSTREAM 1
  10132. | #define HAVE_REBOOT 1
  10133. | #define HAVE_ISNAN 1
  10134. | #define HAVE_CLOCK_GETTIME 1
  10135. | #define HAVE_DECL_DIRFD 1
  10136. | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  10137. | #define HAVE_LOFF_T 1
  10138. | #define HAVE_WIDECHAR 1
  10139. | #define HAVE_CPU_SET_T 1
  10140. | #define HAVE_SIGHANDLER_T 1
  10141. | #define HAVE_DECL_CPU_ALLOC 1
  10142. | #define HAVE_CRYPT_H 1
  10143. | #define HAVE_LIBCRYPT 1
  10144. | #define HAVE_LIBNCURSESW 1
  10145. | #define HAVE_NCURSES_H 1
  10146. | #define HAVE_LIBUUID 1
  10147. | #define LIBBLKID_VERSION "2.29.1"
  10148. | #define LIBBLKID_DATE "20-Jan-2017"
  10149. | #define HAVE_LIBBLKID 1
  10150. | #define LIBMOUNT_VERSION "2.29.1"
  10151. | #define LIBSMARTCOLS_VERSION "2.29.1"
  10152. | #define LIBFDISK_VERSION "2.29.1"
  10153. | #define HAVE_UUIDD 1
  10154. | #define AGETTY_RELOAD 1
  10155. | #define USE_PLYMOUTH_SUPPORT 1
  10156. | /* end confdefs.h. */
  10157. | /* Define prlimit to an innocuous variant, in case <limits.h> declares prlimit.
  10158. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  10159. | #define prlimit innocuous_prlimit
  10160. |
  10161. | /* System header to define __stub macros and hopefully few prototypes,
  10162. | which can conflict with char prlimit (); below.
  10163. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  10164. | <limits.h> exists even on freestanding compilers. */
  10165. |
  10166. | #ifdef __STDC__
  10167. | # include <limits.h>
  10168. | #else
  10169. | # include <assert.h>
  10170. | #endif
  10171. |
  10172. | #undef prlimit
  10173. |
  10174. | /* Override any GCC internal prototype to avoid an error.
  10175. | Use char because int might match the return type of a GCC
  10176. | builtin and then its argument prototype would still apply. */
  10177. | #ifdef __cplusplus
  10178. | extern "C"
  10179. | #endif
  10180. | char prlimit ();
  10181. | /* The GNU C library defines this for functions which it implements
  10182. | to always fail with ENOSYS. Some functions are actually named
  10183. | something starting with __ and the normal name is an alias. */
  10184. | #if defined __stub_prlimit || defined __stub___prlimit
  10185. | choke me
  10186. | #endif
  10187. |
  10188. | int
  10189. | main ()
  10190. | {
  10191. | return prlimit ();
  10192. | ;
  10193. | return 0;
  10194. | }
  10195. configure:25496: result: no
  10196. configure:25557: WARNING: libmount disabled; not building lslocks
  10197. configure:25726: checking for syscall pivot_root
  10198. configure:25745: gcc -c -g -O2 conftest.c >&5
  10199. configure:25745: $? = 0
  10200. configure:25783: result: SYS_pivot_root
  10201. configure:27281: checking for LIBUSER
  10202. configure:27340: result: no
  10203. configure:27462: WARNING: PAM header file not found; not building chfn_chsh
  10204. configure:27552: WARNING: PAM header file not found; not building login
  10205. configure:27797: WARNING: PAM header file not found; not building su
  10206. configure:27884: WARNING: PAM header file not found; not building runuser
  10207. configure:28284: checking for syscall ioprio_set
  10208. configure:28303: gcc -c -g -O2 conftest.c >&5
  10209. configure:28303: $? = 0
  10210. configure:28349: result: SYS_ioprio_set
  10211. configure:28388: checking for syscall ioprio_get
  10212. configure:28407: gcc -c -g -O2 conftest.c >&5
  10213. configure:28407: $? = 0
  10214. configure:28453: result: SYS_ioprio_get
  10215. configure:28562: checking for syscall sched_getaffinity
  10216. configure:28581: gcc -c -g -O2 conftest.c >&5
  10217. configure:28581: $? = 0
  10218. configure:28619: result: SYS_sched_getaffinity
  10219. configure:28738: checking for syscall sched_setattr
  10220. configure:28757: gcc -c -g -O2 conftest.c >&5
  10221. configure:28757: $? = 0
  10222. configure:28795: result: SYS_sched_setattr
  10223. configure:28987: checking for SYSTEMD
  10224. configure:29046: result: no
  10225. configure:29061: checking for SYSTEMD_DAEMON
  10226. configure:29120: result: no
  10227. configure:29132: checking for SYSTEMD_JOURNAL
  10228. configure:29191: result: no
  10229. configure:29721: WARNING: libpython not found; not building pylibmount
  10230. configure:30093: checking that generated files are newer than configure
  10231. configure:30099: result: done
  10232. configure:30787: creating ./config.status
  10233.  
  10234. ## ---------------------- ##
  10235. ## Running config.status. ##
  10236. ## ---------------------- ##
  10237.  
  10238. This file was extended by util-linux config.status 2.29.1, which was
  10239. generated by GNU Autoconf 2.69. Invocation command line was
  10240.  
  10241. CONFIG_FILES =
  10242. CONFIG_HEADERS =
  10243. CONFIG_LINKS =
  10244. CONFIG_COMMANDS =
  10245. $ ./config.status
  10246.  
  10247. on ubuntu
  10248.  
  10249. config.status:1669: creating Makefile
  10250. config.status:1669: creating libblkid/docs/Makefile
  10251. config.status:1669: creating libblkid/docs/version.xml
  10252. config.status:1669: creating libblkid/src/blkid.h
  10253. config.status:1669: creating libfdisk/docs/Makefile
  10254. config.status:1669: creating libfdisk/docs/version.xml
  10255. config.status:1669: creating libfdisk/src/libfdisk.h
  10256. config.status:1669: creating libmount/docs/Makefile
  10257. config.status:1669: creating libmount/docs/version.xml
  10258. config.status:1669: creating libmount/src/libmount.h
  10259. config.status:1669: creating libsmartcols/docs/Makefile
  10260. config.status:1669: creating libsmartcols/docs/version.xml
  10261. config.status:1669: creating libsmartcols/src/libsmartcols.h
  10262. config.status:1669: creating po/Makefile.in
  10263. config.status:1669: creating config.h
  10264. config.status:1898: executing depfiles commands
  10265. config.status:1898: executing libtool commands
  10266. config.status:1898: executing po-directories commands
  10267. configure:33102: result:
  10268. util-linux 2.29.1
  10269.  
  10270. prefix: /tools
  10271. exec prefix: ${prefix}
  10272.  
  10273. localstatedir: ${prefix}/var
  10274. bindir: ${exec_prefix}/bin
  10275. sbindir: ${exec_prefix}/sbin
  10276. libdir: ${exec_prefix}/lib
  10277. includedir: ${prefix}/include
  10278. usrbin_execdir: ${exec_prefix}/bin
  10279. usrsbin_execdir: ${exec_prefix}/sbin
  10280. usrlib_execdir: ${exec_prefix}/lib
  10281.  
  10282. compiler: gcc
  10283. cflags: -g -O2
  10284. suid cflags:
  10285. ldflags:
  10286. suid ldflags:
  10287.  
  10288. Python:
  10289. Python version:
  10290. Python libs:
  10291.  
  10292. Bash completions: ${datarootdir}/bash-completion/completions
  10293. Systemd support: no
  10294. Btrfs support: yes
  10295. Wide-char support: yes
  10296.  
  10297. warnings:
  10298.  
  10299. -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration
  10300.  
  10301. Type 'make' or 'make <utilname>' to compile.
  10302.  
  10303.  
  10304. ## ---------------- ##
  10305. ## Cache variables. ##
  10306. ## ---------------- ##
  10307.  
  10308. ac_cv_build=x86_64-unknown-linux-gnu
  10309. ac_cv_c_bigendian=no
  10310. ac_cv_c_compiler_gnu=yes
  10311. ac_cv_c_const=yes
  10312. ac_cv_c_volatile=yes
  10313. ac_cv_env_ADJTIME_PATH_set=
  10314. ac_cv_env_ADJTIME_PATH_value=
  10315. ac_cv_env_CC_set=
  10316. ac_cv_env_CC_value=
  10317. ac_cv_env_CFLAGS_set=
  10318. ac_cv_env_CFLAGS_value=
  10319. ac_cv_env_CPPFLAGS_set=
  10320. ac_cv_env_CPPFLAGS_value=
  10321. ac_cv_env_CPP_set=
  10322. ac_cv_env_CPP_value=
  10323. ac_cv_env_DAEMON_CFLAGS_set=
  10324. ac_cv_env_DAEMON_CFLAGS_value=
  10325. ac_cv_env_DAEMON_LDFLAGS_set=
  10326. ac_cv_env_DAEMON_LDFLAGS_value=
  10327. ac_cv_env_LDFLAGS_set=
  10328. ac_cv_env_LDFLAGS_value=
  10329. ac_cv_env_LIBS_set=
  10330. ac_cv_env_LIBS_value=
  10331. ac_cv_env_LIBUSER_CFLAGS_set=
  10332. ac_cv_env_LIBUSER_CFLAGS_value=
  10333. ac_cv_env_LIBUSER_LIBS_set=
  10334. ac_cv_env_LIBUSER_LIBS_value=
  10335. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  10336. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  10337. ac_cv_env_NCURSESW_CFLAGS_set=
  10338. ac_cv_env_NCURSESW_CFLAGS_value=
  10339. ac_cv_env_NCURSESW_LIBS_set=
  10340. ac_cv_env_NCURSESW_LIBS_value=
  10341. ac_cv_env_NCURSES_CFLAGS_set=
  10342. ac_cv_env_NCURSES_CFLAGS_value=
  10343. ac_cv_env_NCURSES_LIBS_set=
  10344. ac_cv_env_NCURSES_LIBS_value=
  10345. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  10346. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  10347. ac_cv_env_PKG_CONFIG_PATH_set=
  10348. ac_cv_env_PKG_CONFIG_PATH_value=
  10349. ac_cv_env_PKG_CONFIG_set=set
  10350. ac_cv_env_PKG_CONFIG_value=
  10351. ac_cv_env_PYTHON_CFLAGS_set=
  10352. ac_cv_env_PYTHON_CFLAGS_value=
  10353. ac_cv_env_PYTHON_LIBS_set=
  10354. ac_cv_env_PYTHON_LIBS_value=
  10355. ac_cv_env_PYTHON_set=
  10356. ac_cv_env_PYTHON_value=
  10357. ac_cv_env_SELINUX_CFLAGS_set=
  10358. ac_cv_env_SELINUX_CFLAGS_value=
  10359. ac_cv_env_SELINUX_LIBS_set=
  10360. ac_cv_env_SELINUX_LIBS_value=
  10361. ac_cv_env_SOLIB_CFLAGS_set=
  10362. ac_cv_env_SOLIB_CFLAGS_value=
  10363. ac_cv_env_SOLIB_LDFLAGS_set=
  10364. ac_cv_env_SOLIB_LDFLAGS_value=
  10365. ac_cv_env_SUID_CFLAGS_set=
  10366. ac_cv_env_SUID_CFLAGS_value=
  10367. ac_cv_env_SUID_LDFLAGS_set=
  10368. ac_cv_env_SUID_LDFLAGS_value=
  10369. ac_cv_env_SYSTEMD_CFLAGS_set=
  10370. ac_cv_env_SYSTEMD_CFLAGS_value=
  10371. ac_cv_env_SYSTEMD_DAEMON_CFLAGS_set=
  10372. ac_cv_env_SYSTEMD_DAEMON_CFLAGS_value=
  10373. ac_cv_env_SYSTEMD_DAEMON_LIBS_set=
  10374. ac_cv_env_SYSTEMD_DAEMON_LIBS_value=
  10375. ac_cv_env_SYSTEMD_JOURNAL_CFLAGS_set=
  10376. ac_cv_env_SYSTEMD_JOURNAL_CFLAGS_value=
  10377. ac_cv_env_SYSTEMD_JOURNAL_LIBS_set=
  10378. ac_cv_env_SYSTEMD_JOURNAL_LIBS_value=
  10379. ac_cv_env_SYSTEMD_LIBS_set=
  10380. ac_cv_env_SYSTEMD_LIBS_value=
  10381. ac_cv_env_TINFO_CFLAGS_set=
  10382. ac_cv_env_TINFO_CFLAGS_value=
  10383. ac_cv_env_TINFO_LIBS_set=
  10384. ac_cv_env_TINFO_LIBS_value=
  10385. ac_cv_env_build_alias_set=
  10386. ac_cv_env_build_alias_value=
  10387. ac_cv_env_host_alias_set=
  10388. ac_cv_env_host_alias_value=
  10389. ac_cv_env_target_alias_set=
  10390. ac_cv_env_target_alias_value=
  10391. ac_cv_func___fpending=yes
  10392. ac_cv_func___secure_getenv=no
  10393. ac_cv_func_clock_gettime=yes
  10394. ac_cv_func_dirfd=no
  10395. ac_cv_func_err=yes
  10396. ac_cv_func_errx=yes
  10397. ac_cv_func_fstatat=yes
  10398. ac_cv_func_fsync=yes
  10399. ac_cv_func_futimens=yes
  10400. ac_cv_func_getdomainname=yes
  10401. ac_cv_func_getdtablesize=yes
  10402. ac_cv_func_getexecname=no
  10403. ac_cv_func_getmntinfo=no
  10404. ac_cv_func_getrlimit=yes
  10405. ac_cv_func_getsgnam=yes
  10406. ac_cv_func_inotify_init1=yes
  10407. ac_cv_func_inotify_init=yes
  10408. ac_cv_func_ioperm=yes
  10409. ac_cv_func_iopl=yes
  10410. ac_cv_func_isnan=yes
  10411. ac_cv_func_jrand48=yes
  10412. ac_cv_func_lchown=yes
  10413. ac_cv_func_llseek=yes
  10414. ac_cv_func_lseek64=yes
  10415. ac_cv_func_mempcpy=yes
  10416. ac_cv_func_mkostemp=yes
  10417. ac_cv_func_nanosleep=yes
  10418. ac_cv_func_ntp_gettime=yes
  10419. ac_cv_func_open_memstream=yes
  10420. ac_cv_func_openat=yes
  10421. ac_cv_func_personality=yes
  10422. ac_cv_func_posix_fadvise=yes
  10423. ac_cv_func_prctl=yes
  10424. ac_cv_func_prlimit=no
  10425. ac_cv_func_qsort_r=yes
  10426. ac_cv_func_reboot=yes
  10427. ac_cv_func_rpmatch=yes
  10428. ac_cv_func_scandirat=yes
  10429. ac_cv_func_sched_setattr=no
  10430. ac_cv_func_sched_setscheduler=yes
  10431. ac_cv_func_secure_getenv=yes
  10432. ac_cv_func_setns=no
  10433. ac_cv_func_setprogname=no
  10434. ac_cv_func_setresgid=yes
  10435. ac_cv_func_setresuid=yes
  10436. ac_cv_func_sigqueue=yes
  10437. ac_cv_func_srandom=yes
  10438. ac_cv_func_strnchr=no
  10439. ac_cv_func_strndup=yes
  10440. ac_cv_func_strnlen=yes
  10441. ac_cv_func_sysconf=yes
  10442. ac_cv_func_sysinfo=yes
  10443. ac_cv_func_timer_create=no
  10444. ac_cv_func_unlinkat=yes
  10445. ac_cv_func_unshare=no
  10446. ac_cv_func_updwtmp=yes
  10447. ac_cv_func_usleep=yes
  10448. ac_cv_func_utimensat=yes
  10449. ac_cv_func_warn=yes
  10450. ac_cv_func_warnx=yes
  10451. ac_cv_have_decl_CPU_ALLOC=yes
  10452. ac_cv_have_decl_SOCK_CLOEXEC=yes
  10453. ac_cv_have_decl_SOCK_NONBLOCK=yes
  10454. ac_cv_have_decl_SO_PASSCRED=yes
  10455. ac_cv_have_decl_TIOCGLCKTRMIOS=yes
  10456. ac_cv_have_decl__NL_TIME_WEEK_1STDAY=yes
  10457. ac_cv_have_decl_dirfd=yes
  10458. ac_cv_have_decl_environ=yes
  10459. ac_cv_have_decl_llseek=no
  10460. ac_cv_have_decl_lseek64=yes
  10461. ac_cv_have_decl_strsignal=yes
  10462. ac_cv_header_asm_io_h=no
  10463. ac_cv_header_byteswap_h=yes
  10464. ac_cv_header_crypt_h=yes
  10465. ac_cv_header_dlfcn_h=yes
  10466. ac_cv_header_endian_h=yes
  10467. ac_cv_header_err_h=yes
  10468. ac_cv_header_errno_h=yes
  10469. ac_cv_header_fcntl_h=yes
  10470. ac_cv_header_getopt_h=yes
  10471. ac_cv_header_inttypes_h=yes
  10472. ac_cv_header_langinfo_h=yes
  10473. ac_cv_header_linux_blkpg_h=yes
  10474. ac_cv_header_linux_btrfs_h=yes
  10475. ac_cv_header_linux_cdrom_h=yes
  10476. ac_cv_header_linux_compiler_h=no
  10477. ac_cv_header_linux_falloc_h=yes
  10478. ac_cv_header_linux_fd_h=yes
  10479. ac_cv_header_linux_gsmmux_h=no
  10480. ac_cv_header_linux_major_h=yes
  10481. ac_cv_header_linux_raw_h=yes
  10482. ac_cv_header_linux_securebits_h=yes
  10483. ac_cv_header_linux_tiocl_h=yes
  10484. ac_cv_header_linux_version_h=yes
  10485. ac_cv_header_linux_watchdog_h=yes
  10486. ac_cv_header_locale_h=yes
  10487. ac_cv_header_memory_h=yes
  10488. ac_cv_header_minix_config_h=no
  10489. ac_cv_header_mntent_h=yes
  10490. ac_cv_header_ncurses_h=yes
  10491. ac_cv_header_ncursesw_ncurses_h=no
  10492. ac_cv_header_net_if_dl_h=no
  10493. ac_cv_header_net_if_h=yes
  10494. ac_cv_header_netinet_in_h=yes
  10495. ac_cv_header_paths_h=yes
  10496. ac_cv_header_pty_h=yes
  10497. ac_cv_header_security_openpam_h=no
  10498. ac_cv_header_security_pam_appl_h=no
  10499. ac_cv_header_security_pam_misc_h=no
  10500. ac_cv_header_shadow_h=yes
  10501. ac_cv_header_stdc=yes
  10502. ac_cv_header_stdint_h=yes
  10503. ac_cv_header_stdio_ext_h=yes
  10504. ac_cv_header_stdlib_h=yes
  10505. ac_cv_header_string_h=yes
  10506. ac_cv_header_strings_h=yes
  10507. ac_cv_header_sys_disk_h=no
  10508. ac_cv_header_sys_disklabel_h=no
  10509. ac_cv_header_sys_endian_h=no
  10510. ac_cv_header_sys_file_h=yes
  10511. ac_cv_header_sys_io_h=yes
  10512. ac_cv_header_sys_ioccom_h=no
  10513. ac_cv_header_sys_ioctl_h=yes
  10514. ac_cv_header_sys_mkdev_h=no
  10515. ac_cv_header_sys_mount_h=yes
  10516. ac_cv_header_sys_param_h=yes
  10517. ac_cv_header_sys_prctl_h=yes
  10518. ac_cv_header_sys_resource_h=yes
  10519. ac_cv_header_sys_signalfd_h=yes
  10520. ac_cv_header_sys_socket_h=yes
  10521. ac_cv_header_sys_sockio_h=no
  10522. ac_cv_header_sys_stat_h=yes
  10523. ac_cv_header_sys_swap_h=yes
  10524. ac_cv_header_sys_syscall_h=yes
  10525. ac_cv_header_sys_sysmacros_h=yes
  10526. ac_cv_header_sys_time_h=yes
  10527. ac_cv_header_sys_timex_h=yes
  10528. ac_cv_header_sys_ttydefaults_h=yes
  10529. ac_cv_header_sys_types_h=yes
  10530. ac_cv_header_sys_ucred_h=no
  10531. ac_cv_header_sys_un_h=yes
  10532. ac_cv_header_unistd_h=yes
  10533. ac_cv_header_utmp_h=yes
  10534. ac_cv_host=x86_64-unknown-linux-gnu
  10535. ac_cv_lib_cap_ng_capng_apply=no
  10536. ac_cv_lib_ncursesw___resizeterm=no
  10537. ac_cv_lib_ncursesw___use_default_colors=no
  10538. ac_cv_lib_readline_readline=no
  10539. ac_cv_lib_rt_timer_create=no
  10540. ac_cv_lib_rtas_rtas_get_sysparm=no
  10541. ac_cv_lib_tinfo_tgetent=no
  10542. ac_cv_lib_udev_udev_new=no
  10543. ac_cv_lib_util_openpty=no
  10544. ac_cv_lib_z_crc32=no
  10545. ac_cv_member_struct_sockaddr_sa_len=no
  10546. ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
  10547. ac_cv_member_struct_termios_c_line=yes
  10548. ac_cv_objext=o
  10549. ac_cv_path_EGREP='/tools/bin/grep -E'
  10550. ac_cv_path_FGREP='/tools/bin/grep -F'
  10551. ac_cv_path_GMSGFMT=/tools/bin/msgfmt
  10552. ac_cv_path_GREP=/tools/bin/grep
  10553. ac_cv_path_MSGFMT=/tools/bin/msgfmt
  10554. ac_cv_path_MSGMERGE=/tools/bin/msgmerge
  10555. ac_cv_path_SED=/tools/bin/sed
  10556. ac_cv_path_XGETTEXT=/tools/bin/xgettext
  10557. ac_cv_path_install='/tools/bin/install -c'
  10558. ac_cv_path_lt_DD=/tools/bin/dd
  10559. ac_cv_path_mkdir=/tools/bin/mkdir
  10560. ac_cv_prog_AWK=gawk
  10561. ac_cv_prog_CPP='gcc -E'
  10562. ac_cv_prog_ac_ct_AR=ar
  10563. ac_cv_prog_ac_ct_CC=gcc
  10564. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  10565. ac_cv_prog_ac_ct_NCURSESW6_CONFIG=ncursesw6-config
  10566. ac_cv_prog_ac_ct_OBJDUMP=objdump
  10567. ac_cv_prog_ac_ct_RANLIB=ranlib
  10568. ac_cv_prog_ac_ct_STRIP=strip
  10569. ac_cv_prog_cc_c89=
  10570. ac_cv_prog_cc_c99=
  10571. ac_cv_prog_cc_g=yes
  10572. ac_cv_prog_cc_stdc=
  10573. ac_cv_prog_make_make_set=yes
  10574. ac_cv_safe_to_define___extensions__=yes
  10575. ac_cv_search_socket=no
  10576. ac_cv_search_timer_create=-lrt
  10577. ac_cv_sys_file_offset_bits=no
  10578. ac_cv_sys_largefile_CC=no
  10579. ac_cv_sys_largefile_source=no
  10580. ac_cv_type_cpu_set_t=yes
  10581. ac_cv_type_loff_t=yes
  10582. ac_cv_type_sighandler_t=yes
  10583. ac_cv_type_union_semun=no
  10584. acl_cv_hardcode_direct=no
  10585. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  10586. acl_cv_hardcode_libdir_separator=
  10587. acl_cv_hardcode_minus_L=no
  10588. acl_cv_libext=a
  10589. acl_cv_libname_spec='lib$name'
  10590. acl_cv_library_names_spec='$libname$shrext'
  10591. acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
  10592. acl_cv_prog_gnu_ld=yes
  10593. acl_cv_rpath=done
  10594. acl_cv_shlibext=so
  10595. acl_cv_wl=-Wl,
  10596. am_cv_CC_dependencies_compiler_type=gcc3
  10597. am_cv_make_support_nested_variables=yes
  10598. am_cv_prog_cc_c_o=yes
  10599. am_cv_prog_tar_pax=gnutar
  10600. ax_cv_check_vscript_complex_wildcards=yes
  10601. ax_cv_check_vscript_flag=--version-script
  10602. ax_cv_have_tls=no
  10603. gt_cv_func_CFLocaleCopyCurrent=no
  10604. gt_cv_func_CFPreferencesCopyAppValue=no
  10605. gt_cv_func_gnugettext1_libc=yes
  10606. lt_cv_ar_at_file=@
  10607. lt_cv_archive_cmds_need_lc=no
  10608. lt_cv_deplibs_check_method=pass_all
  10609. lt_cv_file_magic_cmd='$MAGIC_CMD'
  10610. lt_cv_file_magic_test_file=
  10611. lt_cv_ld_reload_flag=-r
  10612. lt_cv_nm_interface='BSD nm'
  10613. lt_cv_objdir=.libs
  10614. lt_cv_path_LD=/usr/bin/ld
  10615. lt_cv_path_NM='/usr/bin/nm -B'
  10616. lt_cv_path_mainfest_tool=no
  10617. lt_cv_prog_compiler_c_o=yes
  10618. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  10619. lt_cv_prog_compiler_pic_works=yes
  10620. lt_cv_prog_compiler_rtti_exceptions=no
  10621. lt_cv_prog_compiler_static_works=yes
  10622. lt_cv_prog_gnu_ld=yes
  10623. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  10624. lt_cv_shlibpath_overrides_runpath=no
  10625. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  10626. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  10627. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  10628. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  10629. lt_cv_sys_global_symbol_to_import=
  10630. lt_cv_sys_max_cmd_len=1572864
  10631. lt_cv_to_host_file_cmd=func_convert_file_noop
  10632. lt_cv_to_tool_file_cmd=func_convert_file_noop
  10633. lt_cv_truncate_bin='/tools/bin/dd bs=4096 count=1'
  10634. scanf_cv_alloc_modifier=no
  10635. ul_cv_syscall_fallocate=SYS_fallocate
  10636. ul_cv_syscall_ioprio_get=SYS_ioprio_get
  10637. ul_cv_syscall_ioprio_set=SYS_ioprio_set
  10638. ul_cv_syscall_pivot_root=SYS_pivot_root
  10639. ul_cv_syscall_prlimit64=SYS_prlimit64
  10640. ul_cv_syscall_sched_getaffinity=SYS_sched_getaffinity
  10641. ul_cv_syscall_sched_setattr=SYS_sched_setattr
  10642. ul_cv_syscall_setns=SYS_setns
  10643. ul_cv_syscall_unshare=SYS_unshare
  10644. ul_cv_warn__Wall=yes
  10645. ul_cv_warn__Wembedded_directive=no
  10646. ul_cv_warn__Werror_sequence_point=yes
  10647. ul_cv_warn__Wextra=yes
  10648. ul_cv_warn__Wextra_semi=no
  10649. ul_cv_warn__Wformat_security=no
  10650. ul_cv_warn__Wimplicit_function_declaration=yes
  10651. ul_cv_warn__Wmissing_declarations=yes
  10652. ul_cv_warn__Wmissing_parameter_type=yes
  10653. ul_cv_warn__Wmissing_prototypes=yes
  10654. ul_cv_warn__Wnested_externs=yes
  10655. ul_cv_warn__Wno_clobbered=yes
  10656. ul_cv_warn__Wno_missing_field_initializers=yes
  10657. ul_cv_warn__Wno_unused_parameter=yes
  10658. ul_cv_warn__Wpointer_arith=yes
  10659. ul_cv_warn__Wredundant_decls=yes
  10660. ul_cv_warn__Wsign_compare=yes
  10661. ul_cv_warn__Wstrict_prototypes=yes
  10662. ul_cv_warn__Wtype_limits=yes
  10663. ul_cv_warn__Wuninitialized=yes
  10664. ul_cv_warn__Wunused_but_set_parameter=yes
  10665. ul_cv_warn__Wunused_but_set_variable=yes
  10666. ul_cv_warn__Wunused_parameter=yes
  10667. ul_cv_warn__Wunused_result=yes
  10668. ul_cv_warn__Wunused_variable=yes
  10669. ul_cv_warn__fno_common=yes
  10670.  
  10671. ## ----------------- ##
  10672. ## Output variables. ##
  10673. ## ----------------- ##
  10674.  
  10675.  
  10676.  
  10677. # otherwise the libtool relink step will fail to find libmount.la and
  10678. # pylibmountexec module must be installed after usrlib_exec libraries,
  10679. # will try -lmount which is possibly not available.
  10680. '
  10681. ACLOCAL='${SHELL} /mnt/lfs/sources/util-linux-2.29.1/config/missing aclocal-1.15'
  10682. ADJTIME_PATH='/etc/adjtime'
  10683. AMDEPBACKSLASH='\'
  10684. AMDEP_FALSE='#'
  10685. AMDEP_TRUE=''
  10686. AMTAR='$${TAR-tar}'
  10687. AM_BACKSLASH='\'
  10688. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  10689. AM_DEFAULT_VERBOSITY='0'
  10690. AM_V='$(V)'
  10691. AR='ar'
  10692. ARCH_86_64_FALSE='#'
  10693. ARCH_86_64_TRUE=''
  10694. ARCH_HPPA_FALSE=''
  10695. ARCH_HPPA_TRUE='#'
  10696. ARCH_I86_FALSE=''
  10697. ARCH_I86_TRUE='#'
  10698. ARCH_IA64_FALSE=''
  10699. ARCH_IA64_TRUE='#'
  10700. ARCH_M68K_FALSE=''
  10701. ARCH_M68K_TRUE='#'
  10702. ARCH_MIPS_FALSE=''
  10703. ARCH_MIPS_TRUE='#'
  10704. ARCH_PPC_FALSE=''
  10705. ARCH_PPC_TRUE='#'
  10706. ARCH_S390_FALSE=''
  10707. ARCH_S390_TRUE='#'
  10708. ARCH_SPARC_FALSE=''
  10709. ARCH_SPARC_TRUE='#'
  10710. AUTOCONF='${SHELL} /mnt/lfs/sources/util-linux-2.29.1/config/missing autoconf'
  10711. AUTOHEADER='${SHELL} /mnt/lfs/sources/util-linux-2.29.1/config/missing autoheader'
  10712. AUTOMAKE='${SHELL} /mnt/lfs/sources/util-linux-2.29.1/config/missing automake-1.15'
  10713. AWK='gawk'
  10714. BSD_FALSE=''
  10715. BSD_TRUE='#'
  10716. BSD_WARN_CFLAGS=' -Wno-clobbered'
  10717. BUILD_AGETTY_FALSE='#'
  10718. BUILD_AGETTY_TRUE=''
  10719. BUILD_BASH_COMPLETION_FALSE='#'
  10720. BUILD_BASH_COMPLETION_TRUE=''
  10721. BUILD_BFS_FALSE='#'
  10722. BUILD_BFS_TRUE=''
  10723. BUILD_BLKDISCARD_FALSE='#'
  10724. BUILD_BLKDISCARD_TRUE=''
  10725. BUILD_BLKID_FALSE='#'
  10726. BUILD_BLKID_TRUE=''
  10727. BUILD_BLOCKDEV_FALSE='#'
  10728. BUILD_BLOCKDEV_TRUE=''
  10729. BUILD_CAL_FALSE='#'
  10730. BUILD_CAL_TRUE=''
  10731. BUILD_CFDISK_FALSE='#'
  10732. BUILD_CFDISK_TRUE=''
  10733. BUILD_CHCPU_FALSE='#'
  10734. BUILD_CHCPU_TRUE=''
  10735. BUILD_CHFN_CHSH_FALSE=''
  10736. BUILD_CHFN_CHSH_TRUE='#'
  10737. BUILD_CHRT_FALSE='#'
  10738. BUILD_CHRT_TRUE=''
  10739. BUILD_COLCRT_FALSE='#'
  10740. BUILD_COLCRT_TRUE=''
  10741. BUILD_COLRM_FALSE='#'
  10742. BUILD_COLRM_TRUE=''
  10743. BUILD_COLUMN_FALSE='#'
  10744. BUILD_COLUMN_TRUE=''
  10745. BUILD_COL_FALSE='#'
  10746. BUILD_COL_TRUE=''
  10747. BUILD_CRAMFS_FALSE=''
  10748. BUILD_CRAMFS_TRUE='#'
  10749. BUILD_CTRLALTDEL_FALSE='#'
  10750. BUILD_CTRLALTDEL_TRUE=''
  10751. BUILD_DMESG_FALSE='#'
  10752. BUILD_DMESG_TRUE=''
  10753. BUILD_EJECT_FALSE=''
  10754. BUILD_EJECT_TRUE='#'
  10755. BUILD_FALLOCATE_FALSE='#'
  10756. BUILD_FALLOCATE_TRUE=''
  10757. BUILD_FDFORMAT_FALSE='#'
  10758. BUILD_FDFORMAT_TRUE=''
  10759. BUILD_FDISK_FALSE='#'
  10760. BUILD_FDISK_TRUE=''
  10761. BUILD_FINDFS_FALSE='#'
  10762. BUILD_FINDFS_TRUE=''
  10763. BUILD_FINDMNT_FALSE=''
  10764. BUILD_FINDMNT_TRUE='#'
  10765. BUILD_FLOCK_FALSE='#'
  10766. BUILD_FLOCK_TRUE=''
  10767. BUILD_FSCK_FALSE=''
  10768. BUILD_FSCK_TRUE='#'
  10769. BUILD_FSFREEZE_FALSE='#'
  10770. BUILD_FSFREEZE_TRUE=''
  10771. BUILD_FSTRIM_FALSE=''
  10772. BUILD_FSTRIM_TRUE='#'
  10773. BUILD_GETOPT_FALSE='#'
  10774. BUILD_GETOPT_TRUE=''
  10775. BUILD_HEXDUMP_FALSE='#'
  10776. BUILD_HEXDUMP_TRUE=''
  10777. BUILD_HWCLOCK_FALSE='#'
  10778. BUILD_HWCLOCK_TRUE=''
  10779. BUILD_IONICE_FALSE='#'
  10780. BUILD_IONICE_TRUE=''
  10781. BUILD_IPCMK_FALSE='#'
  10782. BUILD_IPCMK_TRUE=''
  10783. BUILD_IPCRM_FALSE='#'
  10784. BUILD_IPCRM_TRUE=''
  10785. BUILD_IPCS_FALSE='#'
  10786. BUILD_IPCS_TRUE=''
  10787. BUILD_ISOSIZE_FALSE='#'
  10788. BUILD_ISOSIZE_TRUE=''
  10789. BUILD_KILL_FALSE='#'
  10790. BUILD_KILL_TRUE=''
  10791. BUILD_LAST_FALSE='#'
  10792. BUILD_LAST_TRUE=''
  10793. BUILD_LDATTACH_FALSE='#'
  10794. BUILD_LDATTACH_TRUE=''
  10795. BUILD_LIBBLKID_FALSE='#'
  10796. BUILD_LIBBLKID_TESTS_FALSE='#'
  10797. BUILD_LIBBLKID_TESTS_TRUE=''
  10798. BUILD_LIBBLKID_TRUE=''
  10799. BUILD_LIBFDISK_FALSE='#'
  10800. BUILD_LIBFDISK_TESTS_FALSE='#'
  10801. BUILD_LIBFDISK_TESTS_TRUE=''
  10802. BUILD_LIBFDISK_TRUE=''
  10803. BUILD_LIBMOUNT_FALSE=''
  10804. BUILD_LIBMOUNT_TESTS_FALSE=''
  10805. BUILD_LIBMOUNT_TESTS_TRUE='#'
  10806. BUILD_LIBMOUNT_TRUE='#'
  10807. BUILD_LIBSMARTCOLS_FALSE='#'
  10808. BUILD_LIBSMARTCOLS_TRUE=''
  10809. BUILD_LIBUUID_FALSE='#'
  10810. BUILD_LIBUUID_TRUE=''
  10811. BUILD_LINE_FALSE=''
  10812. BUILD_LINE_TRUE='#'
  10813. BUILD_LOGGER_FALSE='#'
  10814. BUILD_LOGGER_TRUE=''
  10815. BUILD_LOGIN_FALSE=''
  10816. BUILD_LOGIN_TRUE='#'
  10817. BUILD_LOOK_FALSE='#'
  10818. BUILD_LOOK_TRUE=''
  10819. BUILD_LOSETUP_FALSE='#'
  10820. BUILD_LOSETUP_TRUE=''
  10821. BUILD_LSBLK_FALSE=''
  10822. BUILD_LSBLK_TRUE='#'
  10823. BUILD_LSCPU_FALSE='#'
  10824. BUILD_LSCPU_TRUE=''
  10825. BUILD_LSIPC_FALSE='#'
  10826. BUILD_LSIPC_TRUE=''
  10827. BUILD_LSLOCKS_FALSE=''
  10828. BUILD_LSLOCKS_TRUE='#'
  10829. BUILD_LSLOGINS_FALSE='#'
  10830. BUILD_LSLOGINS_TRUE=''
  10831. BUILD_LSNS_FALSE='#'
  10832. BUILD_LSNS_TRUE=''
  10833. BUILD_MCOOKIE_FALSE='#'
  10834. BUILD_MCOOKIE_TRUE=''
  10835. BUILD_MESG_FALSE='#'
  10836. BUILD_MESG_TRUE=''
  10837. BUILD_MINIX_FALSE='#'
  10838. BUILD_MINIX_TRUE=''
  10839. BUILD_MKFS_FALSE='#'
  10840. BUILD_MKFS_TRUE=''
  10841. BUILD_MKSWAP_FALSE='#'
  10842. BUILD_MKSWAP_TRUE=''
  10843. BUILD_MORE_FALSE='#'
  10844. BUILD_MORE_TRUE=''
  10845. BUILD_MOUNTPOINT_FALSE=''
  10846. BUILD_MOUNTPOINT_TRUE='#'
  10847. BUILD_MOUNT_FALSE=''
  10848. BUILD_MOUNT_TRUE='#'
  10849. BUILD_NAMEI_FALSE='#'
  10850. BUILD_NAMEI_TRUE=''
  10851. BUILD_NEWGRP_FALSE=''
  10852. BUILD_NEWGRP_TRUE='#'
  10853. BUILD_NOLOGIN_FALSE='#'
  10854. BUILD_NOLOGIN_TRUE=''
  10855. BUILD_NSENTER_FALSE='#'
  10856. BUILD_NSENTER_TRUE=''
  10857. BUILD_PARTX_FALSE='#'
  10858. BUILD_PARTX_TRUE=''
  10859. BUILD_PG_FALSE=''
  10860. BUILD_PG_TRUE='#'
  10861. BUILD_PIVOT_ROOT_FALSE='#'
  10862. BUILD_PIVOT_ROOT_TRUE=''
  10863. BUILD_PRLIMIT_FALSE='#'
  10864. BUILD_PRLIMIT_TRUE=''
  10865. BUILD_PYLIBMOUNT_FALSE=''
  10866. BUILD_PYLIBMOUNT_TRUE='#'
  10867. BUILD_RAW_FALSE='#'
  10868. BUILD_RAW_TRUE=''
  10869. BUILD_READPROFILE_FALSE='#'
  10870. BUILD_READPROFILE_TRUE=''
  10871. BUILD_RENAME_FALSE='#'
  10872. BUILD_RENAME_TRUE=''
  10873. BUILD_RENICE_FALSE='#'
  10874. BUILD_RENICE_TRUE=''
  10875. BUILD_RESET_FALSE=''
  10876. BUILD_RESET_TRUE='#'
  10877. BUILD_REV_FALSE='#'
  10878. BUILD_REV_TRUE=''
  10879. BUILD_RTCWAKE_FALSE='#'
  10880. BUILD_RTCWAKE_TRUE=''
  10881. BUILD_RUNUSER_FALSE=''
  10882. BUILD_RUNUSER_TRUE='#'
  10883. BUILD_SCRIPTREPLAY_FALSE='#'
  10884. BUILD_SCRIPTREPLAY_TRUE=''
  10885. BUILD_SCRIPT_FALSE='#'
  10886. BUILD_SCRIPT_TRUE=''
  10887. BUILD_SETARCH_FALSE='#'
  10888. BUILD_SETARCH_TRUE=''
  10889. BUILD_SETPRIV_FALSE=''
  10890. BUILD_SETPRIV_TRUE='#'
  10891. BUILD_SETSID_FALSE='#'
  10892. BUILD_SETSID_TRUE=''
  10893. BUILD_SETTERM_FALSE='#'
  10894. BUILD_SETTERM_TRUE=''
  10895. BUILD_SFDISK_FALSE='#'
  10896. BUILD_SFDISK_TRUE=''
  10897. BUILD_SULOGIN_FALSE='#'
  10898. BUILD_SULOGIN_TRUE=''
  10899. BUILD_SU_FALSE=''
  10900. BUILD_SU_TRUE='#'
  10901. BUILD_SWAPLABEL_FALSE='#'
  10902. BUILD_SWAPLABEL_TRUE=''
  10903. BUILD_SWAPON_FALSE=''
  10904. BUILD_SWAPON_TRUE='#'
  10905. BUILD_SWITCH_ROOT_FALSE='#'
  10906. BUILD_SWITCH_ROOT_TRUE=''
  10907. BUILD_TAILF_FALSE='#'
  10908. BUILD_TAILF_TRUE=''
  10909. BUILD_TASKSET_FALSE='#'
  10910. BUILD_TASKSET_TRUE=''
  10911. BUILD_TUNELP_FALSE=''
  10912. BUILD_TUNELP_TRUE='#'
  10913. BUILD_UL_FALSE='#'
  10914. BUILD_UL_TRUE=''
  10915. BUILD_UNSHARE_FALSE='#'
  10916. BUILD_UNSHARE_TRUE=''
  10917. BUILD_UTMPDUMP_FALSE='#'
  10918. BUILD_UTMPDUMP_TRUE=''
  10919. BUILD_UUIDD_FALSE='#'
  10920. BUILD_UUIDD_TRUE=''
  10921. BUILD_UUIDGEN_FALSE='#'
  10922. BUILD_UUIDGEN_TRUE=''
  10923. BUILD_VIPW_FALSE=''
  10924. BUILD_VIPW_TRUE='#'
  10925. BUILD_WALL_FALSE='#'
  10926. BUILD_WALL_TRUE=''
  10927. BUILD_WDCTL_FALSE='#'
  10928. BUILD_WDCTL_TRUE=''
  10929. BUILD_WHEREIS_FALSE='#'
  10930. BUILD_WHEREIS_TRUE=''
  10931. BUILD_WIPEFS_FALSE='#'
  10932. BUILD_WIPEFS_TRUE=''
  10933. BUILD_WRITE_FALSE=''
  10934. BUILD_WRITE_TRUE='#'
  10935. BUILD_ZRAMCTL_FALSE='#'
  10936. BUILD_ZRAMCTL_TRUE=''
  10937. CC='gcc'
  10938. CCDEPMODE='depmode=gcc3'
  10939. CFLAGS='-g -O2'
  10940. CHFN_CHSH_PASSWORD_FALSE='#'
  10941. CHFN_CHSH_PASSWORD_TRUE=''
  10942. CPP='gcc -E'
  10943. CPPFLAGS=''
  10944. CYGPATH_W='echo'
  10945. DAEMON_CFLAGS=''
  10946. DAEMON_LDFLAGS=''
  10947. DARWIN_FALSE=''
  10948. DARWIN_TRUE='#'
  10949. DEFS='-DHAVE_CONFIG_H'
  10950. DEPDIR='.deps'
  10951. DLLTOOL='false'
  10952. DSYMUTIL=''
  10953. DUMPBIN=''
  10954. ECHO_C=''
  10955. ECHO_N='-n'
  10956. ECHO_T=''
  10957. EGREP='/tools/bin/grep -E'
  10958. ENABLE_GTK_DOC_FALSE=''
  10959. ENABLE_GTK_DOC_TRUE='#'
  10960. EXEEXT=''
  10961. FGREP='/tools/bin/grep -F'
  10962. GETTEXT_MACRO_VERSION='0.18'
  10963. GMSGFMT='/tools/bin/msgfmt'
  10964. GMSGFMT_015='/tools/bin/msgfmt'
  10965. GREP='/tools/bin/grep'
  10966. GTKDOC_CHECK=''
  10967. GTK_DOC_USE_LIBTOOL_FALSE='#'
  10968. GTK_DOC_USE_LIBTOOL_TRUE=''
  10969. HAVE_AUDIT_FALSE=''
  10970. HAVE_AUDIT_TRUE='#'
  10971. HAVE_BTRFS_FALSE='#'
  10972. HAVE_BTRFS_TRUE=''
  10973. HAVE_CAP_NG_FALSE=''
  10974. HAVE_CAP_NG_TRUE='#'
  10975. HAVE_CPU_SET_T_FALSE='#'
  10976. HAVE_CPU_SET_T_TRUE=''
  10977. HAVE_LANGINFO_FALSE='#'
  10978. HAVE_LANGINFO_TRUE=''
  10979. HAVE_LIBCRYPT_FALSE='#'
  10980. HAVE_LIBCRYPT_TRUE=''
  10981. HAVE_LINUXPAM_FALSE=''
  10982. HAVE_LINUXPAM_TRUE='#'
  10983. HAVE_NCURSES_FALSE='#'
  10984. HAVE_NCURSES_TRUE=''
  10985. HAVE_OPENAT_FALSE='#'
  10986. HAVE_OPENAT_TRUE=''
  10987. HAVE_READLINE_FALSE=''
  10988. HAVE_READLINE_TRUE='#'
  10989. HAVE_SELINUX_FALSE=''
  10990. HAVE_SELINUX_TRUE='#'
  10991. HAVE_SLANG_FALSE=''
  10992. HAVE_SLANG_TRUE='#'
  10993. HAVE_STATIC_BLKID_FALSE=''
  10994. HAVE_STATIC_BLKID_TRUE='#'
  10995. HAVE_STATIC_FDISK_FALSE=''
  10996. HAVE_STATIC_FDISK_TRUE='#'
  10997. HAVE_STATIC_LOSETUP_FALSE=''
  10998. HAVE_STATIC_LOSETUP_TRUE='#'
  10999. HAVE_STATIC_MOUNT_FALSE=''
  11000. HAVE_STATIC_MOUNT_TRUE='#'
  11001. HAVE_STATIC_NSENTER_FALSE=''
  11002. HAVE_STATIC_NSENTER_TRUE='#'
  11003. HAVE_STATIC_SFDISK_FALSE=''
  11004. HAVE_STATIC_SFDISK_TRUE='#'
  11005. HAVE_STATIC_UMOUNT_FALSE=''
  11006. HAVE_STATIC_UMOUNT_TRUE='#'
  11007. HAVE_STATIC_UNSHARE_FALSE=''
  11008. HAVE_STATIC_UNSHARE_TRUE='#'
  11009. HAVE_SYSTEMD_FALSE=''
  11010. HAVE_SYSTEMD_TRUE='#'
  11011. HAVE_TINFO_FALSE=''
  11012. HAVE_TINFO_TRUE='#'
  11013. HAVE_UDEV_FALSE=''
  11014. HAVE_UDEV_TRUE='#'
  11015. HAVE_USER_FALSE=''
  11016. HAVE_USER_TRUE='#'
  11017. HAVE_UTEMPTER_FALSE=''
  11018. HAVE_UTEMPTER_TRUE='#'
  11019. HAVE_UTIL_FALSE=''
  11020. HAVE_UTIL_TRUE='#'
  11021. HAVE_VSCRIPT_COMPLEX_FALSE='#'
  11022. HAVE_VSCRIPT_COMPLEX_TRUE=''
  11023. HAVE_VSCRIPT_FALSE='#'
  11024. HAVE_VSCRIPT_TRUE=''
  11025. HTML_DIR='${datadir}/gtk-doc/html'
  11026. INSTALL_DATA='${INSTALL} -m 644'
  11027. INSTALL_PROGRAM='${INSTALL}'
  11028. INSTALL_SCRIPT='${INSTALL}'
  11029. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  11030. INTLLIBS=''
  11031. INTL_MACOSX_LIBS=''
  11032. LD='/usr/bin/ld -m elf_x86_64'
  11033. LDFLAGS=''
  11034. LIBBLKID_DATE='20-Jan-2017'
  11035. LIBBLKID_VERSION='2.29.1'
  11036. LIBBLKID_VERSION_INFO='2:0:1'
  11037. LIBFDISK_MAJOR_VERSION='2'
  11038. LIBFDISK_MINOR_VERSION='29'
  11039. LIBFDISK_PATCH_VERSION='1'
  11040. LIBFDISK_PC_REQUIRES='uuid blkid'
  11041. LIBFDISK_VERSION='2.29.1'
  11042. LIBFDISK_VERSION_INFO='2:0:1'
  11043. LIBICONV='-liconv'
  11044. LIBINTL=''
  11045. LIBMOUNT_MAJOR_VERSION='2'
  11046. LIBMOUNT_MINOR_VERSION='29'
  11047. LIBMOUNT_PATCH_VERSION='1'
  11048. LIBMOUNT_VERSION='2.29.1'
  11049. LIBMOUNT_VERSION_INFO='2:0:1'
  11050. LIBOBJS=''
  11051. LIBS=''
  11052. LIBSMARTCOLS_VERSION='2.29.1'
  11053. LIBSMARTCOLS_VERSION_INFO='2:0:1'
  11054. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  11055. LIBUSER_CFLAGS=''
  11056. LIBUSER_LIBS=''
  11057. LIBUUID_VERSION='2.29.1'
  11058. LIBUUID_VERSION_INFO='4:0:3'
  11059. LINUX_FALSE='#'
  11060. LINUX_TRUE=''
  11061. LIPO=''
  11062. LN_S='ln -s'
  11063. LTLIBICONV='-liconv'
  11064. LTLIBINTL=''
  11065. LTLIBOBJS=''
  11066. LT_SYS_LIBRARY_PATH=''
  11067. MAKEINFO='${SHELL} /mnt/lfs/sources/util-linux-2.29.1/config/missing makeinfo'
  11068. MAKEINSTALL_DO_CHOWN_FALSE=''
  11069. MAKEINSTALL_DO_CHOWN_TRUE='#'
  11070. MAKEINSTALL_DO_SETUID_FALSE='#'
  11071. MAKEINSTALL_DO_SETUID_TRUE=''
  11072. MANIFEST_TOOL=':'
  11073. MATH_LIBS=''
  11074. MKDIR_P='/tools/bin/mkdir -p'
  11075. MSGFMT='/tools/bin/msgfmt'
  11076. MSGFMT_015='/tools/bin/msgfmt'
  11077. MSGMERGE='/tools/bin/msgmerge'
  11078. NCURSES5_CONFIG=''
  11079. NCURSES6_CONFIG=''
  11080. NCURSESW5_CONFIG=''
  11081. NCURSESW6_CONFIG='ncursesw6-config'
  11082. NCURSESW_CFLAGS=''
  11083. NCURSESW_LIBS=''
  11084. NCURSES_CFLAGS='-D_GNU_SOURCE -I/tools/include'
  11085. NCURSES_LIBS='-L/tools/lib -lncursesw'
  11086. NM='/usr/bin/nm -B'
  11087. NMEDIT=''
  11088. NO_UNUSED_WARN_CFLAGS=' -Wno-unused-parameter'
  11089. OBJDUMP='objdump'
  11090. OBJEXT='o'
  11091. OTOOL64=''
  11092. OTOOL=''
  11093. PACKAGE='util-linux'
  11094. PACKAGE_BUGREPORT='kzak@redhat.com'
  11095. PACKAGE_NAME='util-linux'
  11096. PACKAGE_STRING='util-linux 2.29.1'
  11097. PACKAGE_TARNAME='util-linux'
  11098. PACKAGE_URL='http://www.kernel.org/pub/linux/utils/util-linux/'
  11099. PACKAGE_VERSION='2.29.1'
  11100. PATH_SEPARATOR=':'
  11101. PKG_CONFIG=''
  11102. PKG_CONFIG_LIBDIR=''
  11103. PKG_CONFIG_PATH=''
  11104. POSUB='po'
  11105. PYTHON=''
  11106. PYTHON_CFLAGS=''
  11107. PYTHON_EXEC_PREFIX=''
  11108. PYTHON_LIBS=''
  11109. PYTHON_PLATFORM=''
  11110. PYTHON_PREFIX=''
  11111. PYTHON_VERSION=''
  11112. RANLIB='ranlib'
  11113. READLINE_LIBS=''
  11114. READLINE_LIBS_STATIC=''
  11115. REALTIME_LIBS='-lrt -lpthread'
  11116. RTAS_LIBS=''
  11117. SED='/tools/bin/sed'
  11118. SELINUX_CFLAGS=''
  11119. SELINUX_LIBS=''
  11120. SELINUX_LIBS_STATIC=''
  11121. SET_MAKE=''
  11122. SHELL='/bin/sh'
  11123. SOCKET_LIBS=''
  11124. SOLIB_CFLAGS=''
  11125. SOLIB_LDFLAGS=''
  11126. STRIP='strip'
  11127. SUID_CFLAGS=''
  11128. SUID_LDFLAGS=''
  11129. SYSTEMD_CFLAGS=''
  11130. SYSTEMD_DAEMON_CFLAGS=''
  11131. SYSTEMD_DAEMON_LIBS=''
  11132. SYSTEMD_JOURNAL_CFLAGS=''
  11133. SYSTEMD_JOURNAL_LIBS=''
  11134. SYSTEMD_LIBS=''
  11135. TINFO_CFLAGS=''
  11136. TINFO_LIBS=''
  11137. TINFO_LIBS_STATIC=''
  11138. USE_NLS='yes'
  11139. USE_PLYMOUTH_SUPPORT_FALSE='#'
  11140. USE_PLYMOUTH_SUPPORT_TRUE=''
  11141. USE_TTY_GROUP_FALSE='#'
  11142. USE_TTY_GROUP_TRUE=''
  11143. VERSION='2.29.1'
  11144. VSCRIPT_LDFLAGS='-Wl,--version-script'
  11145. WARN_CFLAGS=' -fno-common -Wall -Werror=sequence-point -Wextra -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wno-missing-field-initializers -Wredundant-decls -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wimplicit-function-declaration'
  11146. XGETTEXT='/tools/bin/xgettext'
  11147. XGETTEXT_015='/tools/bin/xgettext'
  11148. XGETTEXT_EXTRA_OPTIONS=''
  11149. XSLTPROC=''
  11150. ac_ct_AR='ar'
  11151. ac_ct_CC='gcc'
  11152. ac_ct_DUMPBIN=''
  11153. am__EXEEXT_FALSE=''
  11154. am__EXEEXT_TRUE='#'
  11155. am__fastdepCC_FALSE='#'
  11156. am__fastdepCC_TRUE=''
  11157. am__include='include'
  11158. am__isrc=''
  11159. am__leading_dot='.'
  11160. am__nodep='_no'
  11161. am__quote=''
  11162. am__tar='tar --format=posix -chf - "$$tardir"'
  11163. am__untar='tar -xf -'
  11164. bashcompletiondir='${datarootdir}/bash-completion/completions'
  11165. bindir='${exec_prefix}/bin'
  11166. build='x86_64-unknown-linux-gnu'
  11167. build_alias=''
  11168. build_cpu='x86_64'
  11169. build_os='linux-gnu'
  11170. build_vendor='unknown'
  11171. datadir='${datarootdir}'
  11172. datarootdir='${prefix}/share'
  11173. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  11174. dvidir='${docdir}'
  11175. exec_prefix='${prefix}'
  11176. host='x86_64-unknown-linux-gnu'
  11177. host_alias=''
  11178. host_cpu='x86_64'
  11179. host_os='linux-gnu'
  11180. host_vendor='unknown'
  11181. htmldir='${docdir}'
  11182. includedir='${prefix}/include'
  11183. infodir='${datarootdir}/info'
  11184. install-pylibmountexecLTLIBRARIES: install-usrlib_execLTLIBRARIES
  11185. install_sh='${SHELL} /mnt/lfs/sources/util-linux-2.29.1/config/install-sh'
  11186. libdir='${exec_prefix}/lib'
  11187. libexecdir='${exec_prefix}/libexec'
  11188. localedir='${datarootdir}/locale'
  11189. localstatedir='${prefix}/var'
  11190. mandir='${datarootdir}/man'
  11191. mkdir_p='$(MKDIR_P)'
  11192. oldincludedir='/usr/include'
  11193. pdfdir='${docdir}'
  11194. pkgpyexecdir=''
  11195. pkgpythondir=''
  11196. prefix='/tools'
  11197. program_transform_name='s,x,x,'
  11198. psdir='${docdir}'
  11199. pyexecdir=''
  11200. pythondir=''
  11201. sbindir='${exec_prefix}/sbin'
  11202. sharedstatedir='${prefix}/com'
  11203. sysconfdir='${prefix}/etc'
  11204. systemdsystemunitdir=''
  11205. target_alias=''
  11206. usrbin_execdir='${exec_prefix}/bin'
  11207. usrlib_execdir='${exec_prefix}/lib'
  11208. usrsbin_execdir='${exec_prefix}/sbin'
  11209. verbatim_pylibmount_dependency='
  11210.  
  11211. ## ----------- ##
  11212. ## confdefs.h. ##
  11213. ## ----------- ##
  11214.  
  11215. /* confdefs.h */
  11216. #define PACKAGE_NAME "util-linux"
  11217. #define PACKAGE_TARNAME "util-linux"
  11218. #define PACKAGE_VERSION "2.29.1"
  11219. #define PACKAGE_STRING "util-linux 2.29.1"
  11220. #define PACKAGE_BUGREPORT "kzak@redhat.com"
  11221. #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/"
  11222. #define STDC_HEADERS 1
  11223. #define HAVE_SYS_TYPES_H 1
  11224. #define HAVE_SYS_STAT_H 1
  11225. #define HAVE_STDLIB_H 1
  11226. #define HAVE_STRING_H 1
  11227. #define HAVE_MEMORY_H 1
  11228. #define HAVE_STRINGS_H 1
  11229. #define HAVE_INTTYPES_H 1
  11230. #define HAVE_STDINT_H 1
  11231. #define HAVE_UNISTD_H 1
  11232. #define __EXTENSIONS__ 1
  11233. #define _ALL_SOURCE 1
  11234. #define _GNU_SOURCE 1
  11235. #define _POSIX_PTHREAD_SEMANTICS 1
  11236. #define _TANDEM_SOURCE 1
  11237. #define PACKAGE "util-linux"
  11238. #define VERSION "2.29.1"
  11239. #define HAVE_DLFCN_H 1
  11240. #define LT_OBJDIR ".libs/"
  11241. #define ENABLE_NLS 1
  11242. #define HAVE_GETTEXT 1
  11243. #define HAVE_DCGETTEXT 1
  11244. #define HAVE_LINUX_BLKPG_H 1
  11245. #define HAVE_LINUX_MAJOR_H 1
  11246. #define HAVE_ERR_H 1
  11247. #define HAVE_ERRNO_H 1
  11248. #define HAVE_FCNTL_H 1
  11249. #define HAVE_GETOPT_H 1
  11250. #define HAVE_INTTYPES_H 1
  11251. #define HAVE_LINUX_BTRFS_H 1
  11252. #define HAVE_LINUX_CDROM_H 1
  11253. #define HAVE_LINUX_FALLOC_H 1
  11254. #define HAVE_LINUX_WATCHDOG_H 1
  11255. #define HAVE_LINUX_FD_H 1
  11256. #define HAVE_LINUX_RAW_H 1
  11257. #define HAVE_LINUX_TIOCL_H 1
  11258. #define HAVE_LINUX_VERSION_H 1
  11259. #define HAVE_LINUX_SECUREBITS_H 1
  11260. #define HAVE_LOCALE_H 1
  11261. #define HAVE_MNTENT_H 1
  11262. #define HAVE_NET_IF_H 1
  11263. #define HAVE_NETINET_IN_H 1
  11264. #define HAVE_PATHS_H 1
  11265. #define HAVE_PTY_H 1
  11266. #define HAVE_STDINT_H 1
  11267. #define HAVE_STDIO_EXT_H 1
  11268. #define HAVE_STDLIB_H 1
  11269. #define HAVE_ENDIAN_H 1
  11270. #define HAVE_BYTESWAP_H 1
  11271. #define HAVE_SYS_FILE_H 1
  11272. #define HAVE_SYS_IO_H 1
  11273. #define HAVE_SYS_IOCTL_H 1
  11274. #define HAVE_SYS_MOUNT_H 1
  11275. #define HAVE_SYS_PARAM_H 1
  11276. #define HAVE_SYS_PRCTL_H 1
  11277. #define HAVE_SYS_RESOURCE_H 1
  11278. #define HAVE_SYS_SIGNALFD_H 1
  11279. #define HAVE_SYS_SOCKET_H 1
  11280. #define HAVE_SYS_STAT_H 1
  11281. #define HAVE_SYS_SYSMACROS_H 1
  11282. #define HAVE_SYS_SWAP_H 1
  11283. #define HAVE_SYS_SYSCALL_H 1
  11284. #define HAVE_SYS_TIME_H 1
  11285. #define HAVE_SYS_TIMEX_H 1
  11286. #define HAVE_SYS_TTYDEFAULTS_H 1
  11287. #define HAVE_SYS_TYPES_H 1
  11288. #define HAVE_SYS_UN_H 1
  11289. #define HAVE_UNISTD_H 1
  11290. #define HAVE_SHADOW_H 1
  11291. #define HAVE_UTMP_H 1
  11292. #define HAVE_LANGINFO_H 1
  11293. #define HAVE_TM_GMTOFF 1
  11294. #define HAVE_STRUCT_TERMIOS_C_LINE 1
  11295. #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
  11296. #define SWAPON_HAS_TWO_ARGS 1
  11297. #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1
  11298. #define HAVE_LSEEK64_PROTOTYPE 1
  11299. #define HAVE_ENVIRON_DECL 1
  11300. #define HAVE_STRSIGNAL_DECL 1
  11301. #define HAVE___FPENDING 1
  11302. #define HAVE_SECURE_GETENV 1
  11303. #define HAVE_ERR 1
  11304. #define HAVE_ERRX 1
  11305. #define HAVE_FSYNC 1
  11306. #define HAVE_UTIMENSAT 1
  11307. #define HAVE_GETDOMAINNAME 1
  11308. #define HAVE_GETDTABLESIZE 1
  11309. #define HAVE_GETRLIMIT 1
  11310. #define HAVE_GETSGNAM 1
  11311. #define HAVE_INOTIFY_INIT 1
  11312. #define HAVE_JRAND48 1
  11313. #define HAVE_LCHOWN 1
  11314. #define HAVE_LLSEEK 1
  11315. #define HAVE_LSEEK64 1
  11316. #define HAVE_MEMPCPY 1
  11317. #define HAVE_MKOSTEMP 1
  11318. #define HAVE_NANOSLEEP 1
  11319. #define HAVE_NTP_GETTIME 1
  11320. #define HAVE_PERSONALITY 1
  11321. #define HAVE_POSIX_FADVISE 1
  11322. #define HAVE_PRCTL 1
  11323. #define HAVE_QSORT_R 1
  11324. #define HAVE_RPMATCH 1
  11325. #define HAVE_SCANDIRAT 1
  11326. #define HAVE_SETRESGID 1
  11327. #define HAVE_SETRESUID 1
  11328. #define HAVE_SCHED_SETSCHEDULER 1
  11329. #define HAVE_SIGQUEUE 1
  11330. #define HAVE_SRANDOM 1
  11331. #define HAVE_STRNDUP 1
  11332. #define HAVE_STRNLEN 1
  11333. #define HAVE_SYSCONF 1
  11334. #define HAVE_SYSINFO 1
  11335. #define HAVE_UPDWTMP 1
  11336. #define HAVE_USLEEP 1
  11337. #define HAVE_WARN 1
  11338. #define HAVE_WARNX 1
  11339. #define HAVE_FSEEKO 1
  11340. #define HAVE_OPENAT 1
  11341. #define HAVE_FSTATAT 1
  11342. #define HAVE_UNLINKAT 1
  11343. #define HAVE_IOPERM 1
  11344. #define HAVE_IOPL 1
  11345. #define HAVE_FUTIMENS 1
  11346. #define HAVE_INOTIFY_INIT1 1
  11347. #define HAVE_OPEN_MEMSTREAM 1
  11348. #define HAVE_REBOOT 1
  11349. #define HAVE_ISNAN 1
  11350. #define HAVE_CLOCK_GETTIME 1
  11351. #define HAVE_DECL_DIRFD 1
  11352. #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
  11353. #define HAVE_LOFF_T 1
  11354. #define HAVE_WIDECHAR 1
  11355. #define HAVE_CPU_SET_T 1
  11356. #define HAVE_SIGHANDLER_T 1
  11357. #define HAVE_DECL_CPU_ALLOC 1
  11358. #define HAVE_CRYPT_H 1
  11359. #define HAVE_LIBCRYPT 1
  11360. #define HAVE_LIBNCURSESW 1
  11361. #define HAVE_NCURSES_H 1
  11362. #define HAVE_LIBUUID 1
  11363. #define LIBBLKID_VERSION "2.29.1"
  11364. #define LIBBLKID_DATE "20-Jan-2017"
  11365. #define HAVE_LIBBLKID 1
  11366. #define LIBMOUNT_VERSION "2.29.1"
  11367. #define LIBSMARTCOLS_VERSION "2.29.1"
  11368. #define LIBFDISK_VERSION "2.29.1"
  11369. #define HAVE_UUIDD 1
  11370. #define AGETTY_RELOAD 1
  11371. #define USE_PLYMOUTH_SUPPORT 1
  11372. #define CHFN_CHSH_PASSWORD 1
  11373. #define ONLY_LISTED_SHELLS 1
  11374. #define HAVE_BTRFS_SUPPORT 1
  11375. #define PG_BELL 1
  11376. #define FS_SEARCH_PATH "/sbin:/sbin/fs.d:/sbin/fs"
  11377. #define USE_TTY_GROUP 1
  11378. #define USE_COLORS_BY_DEFAULT 1
  11379. #define CONFIG_ADJTIME_PATH "/etc/adjtime"
  11380.  
  11381. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement