Advertisement
Guest User

Untitled

a guest
Mar 27th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.64 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 freeipa configure 4.9.0.dev202003271647+gitf9804558b, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --enable-silent-rules --host=x86_64-redhat-linux-gnu --build=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info build_alias=x86_64-redhat-linux-gnu host_alias=x86_64-redhat-linux-gnu --no-create --no-recursion
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = host-10-0-138-218
  14. uname -m = x86_64
  15. uname -r = 5.6.0-0.rc6.git2.1.fc33.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Fri Mar 20 22:04:59 UTC 2020
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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: /root/.local/bin
  31. PATH: /root/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2503: loading site script /usr/share/config.site
  43. | # This is the config.site file to satisfy FHS defaults when installing below
  44. | # /usr.
  45. | #
  46. | # You may override this file by your config.site using the CONFIG_SITE env
  47. | # variable.
  48. | #
  49. | # Note: This file includes also RHEL/Fedora fix for installing libraries into
  50. | # "/lib/lib64" on 64bit systems.
  51. |
  52. | if test -n "$host"; then
  53. | # skip when cross-compiling
  54. | return 0
  55. | fi
  56. |
  57. | if test "$prefix" = /usr \
  58. | || { test "$prefix" = NONE && test "$ac_default_prefix" = /usr ; }
  59. | then
  60. | test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
  61. | test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/var
  62. | test "$localstatedir" = '${prefix}/var' && localstatedir=/var
  63. |
  64. | ARCH=`uname -m`
  65. | for i in x86_64 ppc64 s390x aarch64; do
  66. | if test $ARCH = $i; then
  67. | test "$libdir" = '${exec_prefix}/lib' && libdir='${exec_prefix}/lib64'
  68. | break
  69. | fi
  70. | done
  71. | fi
  72. configure:2654: checking for a BSD-compatible install
  73. configure:2722: result: /usr/bin/install -c
  74. configure:2733: checking whether build environment is sane
  75. configure:2788: result: yes
  76. configure:2937: checking for a thread-safe mkdir -p
  77. configure:2976: result: /usr/bin/mkdir -p
  78. configure:2983: checking for gawk
  79. configure:2999: found /usr/bin/gawk
  80. configure:3010: result: gawk
  81. configure:3021: checking whether make sets $(MAKE)
  82. configure:3043: result: yes
  83. configure:3072: checking whether make supports nested variables
  84. configure:3089: result: yes
  85. configure:3168: checking how to create a pax tar archive
  86. configure:3179: tar --version
  87. tar (GNU tar) 1.32
  88. Copyright (C) 2019 Free Software Foundation, Inc.
  89. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
  90. This is free software: you are free to change and redistribute it.
  91. There is NO WARRANTY, to the extent permitted by law.
  92.  
  93. Written by John Gilmore and Jay Fenlason.
  94. configure:3182: $? = 0
  95. configure:3222: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
  96. configure:3225: $? = 0
  97. configure:3229: tar -xf - <conftest.tar
  98. configure:3232: $? = 0
  99. configure:3234: cat conftest.dir/file
  100. GrepMe
  101. configure:3237: $? = 0
  102. configure:3250: result: gnutar
  103. configure:3311: checking whether make supports nested variables
  104. configure:3328: result: yes
  105. configure:3349: checking whether make supports the include directive
  106. configure:3364: make -f confmf.GNU && cat confinc.out
  107. make[2]: Entering directory '/mnt/testarea/test/freeipa'
  108. make[2]: Leaving directory '/mnt/testarea/test/freeipa'
  109. this is the am__doit target
  110. configure:3367: $? = 0
  111. configure:3386: result: yes (GNU style)
  112. configure:3416: checking for x86_64-redhat-linux-gnu-gcc
  113. configure:3446: result: no
  114. configure:3456: checking for gcc
  115. configure:3472: found /usr/bin/gcc
  116. configure:3483: result: gcc
  117. configure:3712: checking for C compiler version
  118. configure:3721: gcc --version >&5
  119. gcc (GCC) 10.0.1 20200325 (Red Hat 10.0.1-0.10)
  120. Copyright (C) 2020 Free Software Foundation, Inc.
  121. This is free software; see the source for copying conditions. There is NO
  122. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  123.  
  124. configure:3732: $? = 0
  125. configure:3721: gcc -v >&5
  126. Using built-in specs.
  127. COLLECT_GCC=gcc
  128. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/10/lto-wrapper
  129. OFFLOAD_TARGET_NAMES=nvptx-none
  130. OFFLOAD_TARGET_DEFAULT=1
  131. Target: x86_64-redhat-linux
  132. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  133. Thread model: posix
  134. Supported LTO compression algorithms: zlib
  135. gcc version 10.0.1 20200325 (Red Hat 10.0.1-0.10) (GCC)
  136. ... rest of stderr output deleted ...
  137. configure:3732: $? = 0
  138. configure:3721: gcc -V >&5
  139. gcc: error: unrecognized command-line option '-V'
  140. gcc: fatal error: no input files
  141. compilation terminated.
  142. configure:3732: $? = 1
  143. configure:3721: gcc -qversion >&5
  144. gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  145. gcc: fatal error: no input files
  146. compilation terminated.
  147. configure:3732: $? = 1
  148. configure:3752: checking whether the C compiler works
  149. configure:3774: gcc -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  150. configure:3778: $? = 0
  151. configure:3826: result: yes
  152. configure:3829: checking for C compiler default output file name
  153. configure:3831: result: a.out
  154. configure:3837: checking for suffix of executables
  155. configure:3844: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  156. configure:3848: $? = 0
  157. configure:3870: result:
  158. configure:3892: checking whether we are cross compiling
  159. configure:3900: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  160. configure:3904: $? = 0
  161. configure:3911: ./conftest
  162. configure:3915: $? = 0
  163. configure:3903: result: no
  164. configure:3908: checking for suffix of object files
  165. configure:3930: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  166. configure:3934: $? = 0
  167. configure:3955: result: o
  168. configure:3959: checking whether we are using the GNU C compiler
  169. configure:3978: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  170. configure:3978: $? = 0
  171. configure:3987: result: yes
  172. configure:3996: checking whether gcc accepts -g
  173. configure:4016: gcc -c -g conftest.c >&5
  174. configure:4016: $? = 0
  175. configure:4057: result: yes
  176. configure:4074: checking for gcc option to accept ISO C89
  177. configure:4137: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  178. configure:4137: $? = 0
  179. configure:4150: result: none needed
  180. configure:4175: checking whether gcc understands -c and -o together
  181. configure:4197: gcc -c conftest.c -o conftest2.o
  182. configure:4200: $? = 0
  183. configure:4197: gcc -c conftest.c -o conftest2.o
  184. configure:4200: $? = 0
  185. configure:4212: result: yes
  186. configure:4231: checking dependency style of gcc
  187. configure:4342: result: gcc3
  188. configure:4357: checking for gcc option to accept ISO C99
  189. configure:4506: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  190. configure:4506: $? = 0
  191. configure:4519: result: none needed
  192. configure:4594: checking build system type
  193. configure:4608: result: x86_64-redhat-linux-gnu
  194. configure:4628: checking host system type
  195. configure:4641: result: x86_64-redhat-linux-gnu
  196. configure:4682: checking how to print strings
  197. configure:4709: result: printf
  198. configure:4730: checking for a sed that does not truncate output
  199. configure:4794: result: /usr/bin/sed
  200. configure:4812: checking for grep that handles long lines and -e
  201. configure:4870: result: /usr/bin/grep
  202. configure:4875: checking for egrep
  203. configure:4937: result: /usr/bin/grep -E
  204. configure:4942: checking for fgrep
  205. configure:5004: result: /usr/bin/grep -F
  206. configure:5039: checking for ld used by gcc
  207. configure:5106: result: /usr/bin/ld
  208. configure:5113: checking if the linker (/usr/bin/ld) is GNU ld
  209. configure:5128: result: yes
  210. configure:5140: checking for BSD- or MS-compatible name lister (nm)
  211. configure:5194: result: /usr/bin/nm -B
  212. configure:5324: checking the name lister (/usr/bin/nm -B) interface
  213. configure:5331: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  214. configure:5334: /usr/bin/nm -B "conftest.o"
  215. configure:5337: output
  216. 0000000000000000 B some_variable
  217. configure:5338: result: BSD nm
  218. configure:5341: checking whether ln -s works
  219. configure:5345: result: yes
  220. configure:5353: checking the maximum length of command line arguments
  221. configure:5484: result: 1572864
  222. configure:5532: checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format
  223. configure:5572: result: func_convert_file_noop
  224. configure:5579: checking how to convert x86_64-redhat-linux-gnu file names to toolchain format
  225. configure:5599: result: func_convert_file_noop
  226. configure:5606: checking for /usr/bin/ld option to reload object files
  227. configure:5613: result: -r
  228. configure:5647: checking for x86_64-redhat-linux-gnu-objdump
  229. configure:5677: result: no
  230. configure:5687: checking for objdump
  231. configure:5703: found /usr/bin/objdump
  232. configure:5714: result: objdump
  233. configure:5746: checking how to recognize dependent libraries
  234. configure:5946: result: pass_all
  235. configure:5991: checking for x86_64-redhat-linux-gnu-dlltool
  236. configure:6021: result: no
  237. configure:6031: checking for dlltool
  238. configure:6061: result: no
  239. configure:6091: checking how to associate runtime and link libraries
  240. configure:6118: result: printf %s\n
  241. configure:6135: checking for x86_64-redhat-linux-gnu-ar
  242. configure:6165: result: no
  243. configure:6179: checking for ar
  244. configure:6195: found /usr/bin/ar
  245. configure:6206: result: ar
  246. configure:6243: checking for archiver @FILE support
  247. configure:6260: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  248. configure:6260: $? = 0
  249. configure:6263: ar cru libconftest.a @conftest.lst >&5
  250. configure:6266: $? = 0
  251. configure:6271: ar cru libconftest.a @conftest.lst >&5
  252. ar: conftest.o: No such file or directory
  253. configure:6274: $? = 1
  254. configure:6273: result: @
  255. configure:6291: checking for x86_64-redhat-linux-gnu-strip
  256. configure:6321: result: no
  257. configure:6331: checking for strip
  258. configure:6347: found /usr/bin/strip
  259. configure:6358: result: strip
  260. configure:6390: checking for x86_64-redhat-linux-gnu-ranlib
  261. configure:6420: result: no
  262. configure:6430: checking for ranlib
  263. configure:6446: found /usr/bin/ranlib
  264. configure:6457: result: ranlib
  265. configure:6559: checking command to parse /usr/bin/nm -B output from gcc object
  266. configure:6712: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  267. configure:6715: $? = 0
  268. configure:6719: /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
  269. configure:6722: $? = 0
  270. configure:6788: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c conftstm.o >&5
  271. configure:6791: $? = 0
  272. configure:6829: result: ok
  273. configure:6876: checking for sysroot
  274. configure:6906: result: no
  275. configure:6913: checking for a working dd
  276. configure:6951: result: /usr/bin/dd
  277. configure:6955: checking how to truncate binary pipes
  278. configure:6970: result: /usr/bin/dd bs=4096 count=1
  279. configure:7106: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  280. configure:7109: $? = 0
  281. configure:7259: checking for x86_64-redhat-linux-gnu-mt
  282. configure:7289: result: no
  283. configure:7299: checking for mt
  284. configure:7329: result: no
  285. configure:7349: checking if : is a manifest tool
  286. configure:7355: : '-?'
  287. configure:7363: result: no
  288. configure:8040: checking how to run the C preprocessor
  289. configure:8071: gcc -E conftest.c
  290. configure:8071: $? = 0
  291. configure:8085: gcc -E conftest.c
  292. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  293. 11 | #include <ac_nonexistent.h>
  294. | ^~~~~~~~~~~~~~~~~~
  295. compilation terminated.
  296. configure:8085: $? = 1
  297. configure: failed program was:
  298. | /* confdefs.h */
  299. | #define PACKAGE_NAME "freeipa"
  300. | #define PACKAGE_TARNAME "freeipa"
  301. | #define PACKAGE_VERSION "4.9.0.dev202003271647+gitf9804558b"
  302. | #define PACKAGE_STRING "freeipa 4.9.0.dev202003271647+gitf9804558b"
  303. | #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
  304. | #define PACKAGE_URL ""
  305. | #define PACKAGE "freeipa"
  306. | #define VERSION "4.9.0.dev202003271647+gitf9804558b"
  307. | /* end confdefs.h. */
  308. | #include <ac_nonexistent.h>
  309. configure:8110: result: gcc -E
  310. configure:8130: gcc -E conftest.c
  311. configure:8130: $? = 0
  312. configure:8144: gcc -E conftest.c
  313. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  314. 11 | #include <ac_nonexistent.h>
  315. | ^~~~~~~~~~~~~~~~~~
  316. compilation terminated.
  317. configure:8144: $? = 1
  318. configure: failed program was:
  319. | /* confdefs.h */
  320. | #define PACKAGE_NAME "freeipa"
  321. | #define PACKAGE_TARNAME "freeipa"
  322. | #define PACKAGE_VERSION "4.9.0.dev202003271647+gitf9804558b"
  323. | #define PACKAGE_STRING "freeipa 4.9.0.dev202003271647+gitf9804558b"
  324. | #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
  325. | #define PACKAGE_URL ""
  326. | #define PACKAGE "freeipa"
  327. | #define VERSION "4.9.0.dev202003271647+gitf9804558b"
  328. | /* end confdefs.h. */
  329. | #include <ac_nonexistent.h>
  330. configure:8173: checking for ANSI C header files
  331. configure:8193: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  332. configure:8193: $? = 0
  333. configure:8266: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  334. configure:8266: $? = 0
  335. configure:8266: ./conftest
  336. configure:8266: $? = 0
  337. configure:8277: result: yes
  338. configure:8290: checking for sys/types.h
  339. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  340. configure:8290: $? = 0
  341. configure:8290: result: yes
  342. configure:8290: checking for sys/stat.h
  343. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  344. configure:8290: $? = 0
  345. configure:8290: result: yes
  346. configure:8290: checking for stdlib.h
  347. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  348. configure:8290: $? = 0
  349. configure:8290: result: yes
  350. configure:8290: checking for string.h
  351. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  352. configure:8290: $? = 0
  353. configure:8290: result: yes
  354. configure:8290: checking for memory.h
  355. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  356. configure:8290: $? = 0
  357. configure:8290: result: yes
  358. configure:8290: checking for strings.h
  359. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  360. configure:8290: $? = 0
  361. configure:8290: result: yes
  362. configure:8290: checking for inttypes.h
  363. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  364. configure:8290: $? = 0
  365. configure:8290: result: yes
  366. configure:8290: checking for stdint.h
  367. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  368. configure:8290: $? = 0
  369. configure:8290: result: yes
  370. configure:8290: checking for unistd.h
  371. configure:8290: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  372. configure:8290: $? = 0
  373. configure:8290: result: yes
  374. configure:8304: checking for dlfcn.h
  375. configure:8304: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  376. configure:8304: $? = 0
  377. configure:8304: result: yes
  378. configure:8530: checking for objdir
  379. configure:8545: result: .libs
  380. configure:8809: checking if gcc supports -fno-rtti -fno-exceptions
  381. configure:8827: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -fno-rtti -fno-exceptions conftest.c >&5
  382. cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
  383. configure:8831: $? = 0
  384. configure:8844: result: no
  385. configure:9202: checking for gcc option to produce PIC
  386. configure:9209: result: -fPIC -DPIC
  387. configure:9217: checking if gcc PIC flag -fPIC -DPIC works
  388. configure:9235: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -fPIC -DPIC -DPIC conftest.c >&5
  389. configure:9239: $? = 0
  390. configure:9252: result: yes
  391. configure:9281: checking if gcc static flag -static works
  392. configure:9309: result: no
  393. configure:9324: checking if gcc supports -c -o file.o
  394. configure:9345: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -o out/conftest2.o conftest.c >&5
  395. configure:9349: $? = 0
  396. configure:9371: result: yes
  397. configure:9379: checking if gcc supports -c -o file.o
  398. configure:9426: result: yes
  399. configure:9459: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  400. configure:10718: result: yes
  401. configure:10755: checking whether -lc should be explicitly linked in
  402. configure:10763: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  403. configure:10766: $? = 0
  404. configure:10781: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  405. configure:10784: $? = 0
  406. configure:10798: result: no
  407. configure:10958: checking dynamic linker characteristics
  408. configure:11539: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -Wl,-rpath -Wl,/foo conftest.c >&5
  409. configure:11539: $? = 0
  410. configure:11779: result: GNU/Linux ld.so
  411. configure:11901: checking how to hardcode library paths into programs
  412. configure:11926: result: immediate
  413. configure:12474: checking whether stripping libraries is possible
  414. configure:12479: result: yes
  415. configure:12514: checking if libtool supports shared libraries
  416. configure:12516: result: yes
  417. configure:12519: checking whether to build shared libraries
  418. configure:12544: result: yes
  419. configure:12547: checking whether to build static libraries
  420. configure:12551: result: no
  421. configure:9378: checking for ANSI C header files
  422. configure:9482: result: yes
  423. configure:9502: checking for x86_64-redhat-linux-gnu-pkg-config
  424. configure:9520: found /usr/bin/x86_64-redhat-linux-gnu-pkg-config
  425. configure:9532: result: /usr/bin/x86_64-redhat-linux-gnu-pkg-config
  426. configure:9600: checking pkg-config is at least version 0.9.0
  427. configure:9603: result: yes
  428. configure:9660: checking for NSPR
  429. configure:9667: $PKG_CONFIG --exists --print-errors "nspr"
  430. configure:9670: $? = 0
  431. configure:9684: $PKG_CONFIG --exists --print-errors "nspr"
  432. configure:9687: $? = 0
  433. configure:9745: result: yes
  434. configure:9751: checking for NSS
  435. configure:9758: $PKG_CONFIG --exists --print-errors "nss"
  436. configure:9761: $? = 0
  437. configure:9775: $PKG_CONFIG --exists --print-errors "nss"
  438. configure:9778: $? = 0
  439. configure:9836: result: yes
  440. configure:9844: checking for KRB5
  441. configure:9851: $PKG_CONFIG --exists --print-errors "krb5"
  442. configure:9854: $? = 0
  443. configure:9868: $PKG_CONFIG --exists --print-errors "krb5"
  444. configure:9871: $? = 0
  445. configure:9929: result: yes
  446. configure:9934: checking kdb.h usability
  447. configure:9934: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  448. configure:9934: $? = 0
  449. configure:9934: result: yes
  450. configure:9934: checking kdb.h presence
  451. configure:9934: gcc -E conftest.c
  452. configure:9934: $? = 0
  453. configure:9934: result: yes
  454. configure:9934: checking for kdb.h
  455. configure:9934: result: yes
  456. configure:9942: checking for kdb_vftabl.free_principal
  457. configure:9942: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  458. conftest.c: In function 'main':
  459. conftest.c:30:13: error: 'kdb_vftabl' {aka 'struct _kdb_vftabl'} has no member named 'free_principal'; did you mean 'get_principal'?
  460. 30 | if (ac_aggr.free_principal)
  461. | ^~~~~~~~~~~~~~
  462. | get_principal
  463. configure:9942: $? = 1
  464. configure: failed program was:
  465. | /* confdefs.h */
  466. | #define PACKAGE_NAME "freeipa"
  467. | #define PACKAGE_TARNAME "freeipa"
  468. | #define PACKAGE_VERSION "4.9.0.dev202003271647+gitf9804558b"
  469. | #define PACKAGE_STRING "freeipa 4.9.0.dev202003271647+gitf9804558b"
  470. | #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
  471. | #define PACKAGE_URL ""
  472. | #define PACKAGE "freeipa"
  473. | #define VERSION "4.9.0.dev202003271647+gitf9804558b"
  474. | #define STDC_HEADERS 1
  475. | #define HAVE_SYS_TYPES_H 1
  476. | #define HAVE_SYS_STAT_H 1
  477. | #define HAVE_STDLIB_H 1
  478. | #define HAVE_STRING_H 1
  479. | #define HAVE_MEMORY_H 1
  480. | #define HAVE_STRINGS_H 1
  481. | #define HAVE_INTTYPES_H 1
  482. | #define HAVE_STDINT_H 1
  483. | #define HAVE_UNISTD_H 1
  484. | #define HAVE_DLFCN_H 1
  485. | #define LT_OBJDIR ".libs/"
  486. | #define STDC_HEADERS 1
  487. | /* end confdefs.h. */
  488. | #include <kdb.h>
  489. |
  490. | int
  491. | main ()
  492. | {
  493. | static kdb_vftabl ac_aggr;
  494. | if (ac_aggr.free_principal)
  495. | return 0;
  496. | ;
  497. | return 0;
  498. | }
  499. configure:9942: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  500. conftest.c: In function 'main':
  501. conftest.c:30:20: error: 'kdb_vftabl' {aka 'struct _kdb_vftabl'} has no member named 'free_principal'; did you mean 'get_principal'?
  502. 30 | if (sizeof ac_aggr.free_principal)
  503. | ^~~~~~~~~~~~~~
  504. | get_principal
  505. configure:9942: $? = 1
  506. configure: failed program was:
  507. | /* confdefs.h */
  508. | #define PACKAGE_NAME "freeipa"
  509. | #define PACKAGE_TARNAME "freeipa"
  510. | #define PACKAGE_VERSION "4.9.0.dev202003271647+gitf9804558b"
  511. | #define PACKAGE_STRING "freeipa 4.9.0.dev202003271647+gitf9804558b"
  512. | #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
  513. | #define PACKAGE_URL ""
  514. | #define PACKAGE "freeipa"
  515. | #define VERSION "4.9.0.dev202003271647+gitf9804558b"
  516. | #define STDC_HEADERS 1
  517. | #define HAVE_SYS_TYPES_H 1
  518. | #define HAVE_SYS_STAT_H 1
  519. | #define HAVE_STDLIB_H 1
  520. | #define HAVE_STRING_H 1
  521. | #define HAVE_MEMORY_H 1
  522. | #define HAVE_STRINGS_H 1
  523. | #define HAVE_INTTYPES_H 1
  524. | #define HAVE_STDINT_H 1
  525. | #define HAVE_UNISTD_H 1
  526. | #define HAVE_DLFCN_H 1
  527. | #define LT_OBJDIR ".libs/"
  528. | #define STDC_HEADERS 1
  529. | /* end confdefs.h. */
  530. | #include <kdb.h>
  531. |
  532. | int
  533. | main ()
  534. | {
  535. | static kdb_vftabl ac_aggr;
  536. | if (sizeof ac_aggr.free_principal)
  537. | return 0;
  538. | ;
  539. | return 0;
  540. | }
  541. configure:9942: result: no
  542. configure:9949: KDB driver API has no free_principal callback
  543. configure:9953: checking for kdb_vftabl.free_principal_e_data
  544. configure:9953: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration conftest.c >&5
  545. configure:9953: $? = 0
  546. configure:9953: result: yes
  547. configure:9978: checking for ldap_search in -lldap_r
  548. configure:10003: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lldap_r >&5
  549. configure:10003: $? = 0
  550. configure:10012: result: yes
  551. configure:10020: checking for ber_peek_tag in -llber
  552. configure:10045: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -llber >&5
  553. configure:10045: $? = 0
  554. configure:10054: result: yes
  555. configure:10069: checking for CRYPTO
  556. configure:10076: $PKG_CONFIG --exists --print-errors "libcrypto"
  557. configure:10079: $? = 0
  558. configure:10093: $PKG_CONFIG --exists --print-errors "libcrypto"
  559. configure:10096: $? = 0
  560. configure:10154: result: yes
  561. configure:10167: Checking for platform Python
  562. configure:10171: checking for platform-python
  563. configure:10204: result: no
  564. configure:10251: checking for a Python interpreter with version >= 3.6
  565. configure:10268: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  566. configure:10271: $? = 0
  567. configure:10277: result: python
  568. configure:10285: checking for python
  569. configure:10303: found /usr/bin/python
  570. configure:10315: result: /usr/bin/python
  571. configure:10333: checking for python version
  572. configure:10340: result: 3.8
  573. configure:10352: checking for python platform
  574. configure:10359: result: linux
  575. configure:10385: checking for python script directory
  576. configure:10420: result: ${prefix}/lib/python3.8/site-packages
  577. configure:10429: checking for python extension module directory
  578. configure:10464: result: ${exec_prefix}/lib64/python3.8/site-packages
  579. configure:10480: $PKG_CONFIG --exists --print-errors "cmocka"
  580. configure:10483: $? = 0
  581. configure:10488: checking stdarg.h usability
  582. configure:10488: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  583. configure:10488: $? = 0
  584. configure:10488: result: yes
  585. configure:10488: checking stdarg.h presence
  586. configure:10488: gcc -E -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c
  587. configure:10488: $? = 0
  588. configure:10488: result: yes
  589. configure:10488: checking for stdarg.h
  590. configure:10488: result: yes
  591. configure:10488: checking stddef.h usability
  592. configure:10488: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  593. configure:10488: $? = 0
  594. configure:10488: result: yes
  595. configure:10488: checking stddef.h presence
  596. configure:10488: gcc -E -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c
  597. configure:10488: $? = 0
  598. configure:10488: result: yes
  599. configure:10488: checking for stddef.h
  600. configure:10488: result: yes
  601. configure:10488: checking setjmp.h usability
  602. configure:10488: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  603. configure:10488: $? = 0
  604. configure:10488: result: yes
  605. configure:10488: checking setjmp.h presence
  606. configure:10488: gcc -E -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c
  607. configure:10488: $? = 0
  608. configure:10488: result: yes
  609. configure:10488: checking for setjmp.h
  610. configure:10488: result: yes
  611. configure:10507: checking for CMOCKA
  612. configure:10514: $PKG_CONFIG --exists --print-errors "cmocka"
  613. configure:10517: $? = 0
  614. configure:10531: $PKG_CONFIG --exists --print-errors "cmocka"
  615. configure:10534: $? = 0
  616. configure:10592: result: yes
  617. configure:10615: checking for POPT
  618. configure:10622: $PKG_CONFIG --exists --print-errors "popt"
  619. configure:10625: $? = 0
  620. configure:10639: $PKG_CONFIG --exists --print-errors "popt"
  621. configure:10642: $? = 0
  622. configure:10780: result: yes
  623. configure:10787: checking for SASL
  624. configure:10794: $PKG_CONFIG --exists --print-errors "libsasl2"
  625. configure:10797: $? = 0
  626. configure:10811: $PKG_CONFIG --exists --print-errors "libsasl2"
  627. configure:10814: $? = 0
  628. configure:10872: result: yes
  629. configure:10879: checking for XMLRPC
  630. configure:10886: $PKG_CONFIG --exists --print-errors "xmlrpc xmlrpc_client xmlrpc_util"
  631. configure:10889: $? = 0
  632. configure:10903: $PKG_CONFIG --exists --print-errors "xmlrpc xmlrpc_client xmlrpc_util"
  633. configure:10906: $? = 0
  634. configure:10944: result: yes
  635. configure:11007: checking libintl.h usability
  636. configure:11007: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  637. configure:11007: $? = 0
  638. configure:11007: result: yes
  639. configure:11007: checking libintl.h presence
  640. configure:11007: gcc -E -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c
  641. configure:11007: $? = 0
  642. configure:11007: result: yes
  643. configure:11007: checking for libintl.h
  644. configure:11007: result: yes
  645. configure:11015: checking for library containing bindtextdomain
  646. configure:11046: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  647. configure:11046: $? = 0
  648. configure:11063: result: none required
  649. configure:11081: checking for INI
  650. configure:11088: $PKG_CONFIG --exists --print-errors "ini_config >= 1.2.0"
  651. configure:11091: $? = 0
  652. configure:11105: $PKG_CONFIG --exists --print-errors "ini_config >= 1.2.0"
  653. configure:11108: $? = 0
  654. configure:11166: result: yes
  655. configure:11189: checking dirsrv/slapi-plugin.h usability
  656. configure:11189: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 conftest.c >&5
  657. configure:11189: $? = 0
  658. configure:11189: result: yes
  659. configure:11189: checking dirsrv/slapi-plugin.h presence
  660. configure:11189: gcc -E -I/usr/include/nspr4 conftest.c
  661. configure:11189: $? = 0
  662. configure:11189: result: yes
  663. configure:11189: checking for dirsrv/slapi-plugin.h
  664. configure:11189: result: yes
  665. configure:11198: checking dirsrv/repl-session-plugin.h usability
  666. configure:11198: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 conftest.c >&5
  667. configure:11198: $? = 0
  668. configure:11198: result: yes
  669. configure:11198: checking dirsrv/repl-session-plugin.h presence
  670. configure:11198: gcc -E -I/usr/include/nspr4 conftest.c
  671. configure:11198: $? = 0
  672. configure:11198: result: yes
  673. configure:11198: checking for dirsrv/repl-session-plugin.h
  674. configure:11198: result: yes
  675. configure:11215: checking for DIRSRV
  676. configure:11222: $PKG_CONFIG --exists --print-errors "dirsrv >= 1.3.0"
  677. configure:11225: $? = 0
  678. configure:11239: $PKG_CONFIG --exists --print-errors "dirsrv >= 1.3.0"
  679. configure:11242: $? = 0
  680. configure:11300: result: yes
  681. configure:11309: checking for SSSIDMAP
  682. configure:11316: $PKG_CONFIG --exists --print-errors "sss_idmap"
  683. configure:11319: $? = 0
  684. configure:11333: $PKG_CONFIG --exists --print-errors "sss_idmap"
  685. configure:11336: $? = 0
  686. configure:11394: result: yes
  687. configure:11400: checking for SSSNSSIDMAP
  688. configure:11407: $PKG_CONFIG --exists --print-errors "sss_nss_idmap >= 1.15.2"
  689. configure:11410: $? = 0
  690. configure:11424: $PKG_CONFIG --exists --print-errors "sss_nss_idmap >= 1.15.2"
  691. configure:11427: $? = 0
  692. configure:11485: result: yes
  693. configure:11489: checking for sss_nss_getlistbycert in -lsss_nss_idmap
  694. configure:11514: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lsss_nss_idmap >&5
  695. configure:11514: $? = 0
  696. configure:11523: result: yes
  697. configure:11534: checking whether sss_nss_getpwnam_timeout is declared
  698. configure:11534: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -DIPA_389DS_PLUGIN_HELPER_CALLS -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  699. configure:11534: $? = 0
  700. configure:11534: result: yes
  701. configure:11555: $PKG_CONFIG --exists --print-errors "sss_certmap"
  702. configure:11558: $? = 0
  703. configure:11562: checking for SSSCERTMAP
  704. configure:11569: $PKG_CONFIG --exists --print-errors "sss_certmap"
  705. configure:11572: $? = 0
  706. configure:11586: $PKG_CONFIG --exists --print-errors "sss_certmap"
  707. configure:11589: $? = 0
  708. configure:11647: result: yes
  709. configure:11655: checking krb5/certauth_plugin.h usability
  710. configure:11655: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  711. configure:11655: $? = 0
  712. configure:11655: result: yes
  713. configure:11655: checking krb5/certauth_plugin.h presence
  714. configure:11655: gcc -E -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c
  715. configure:11655: $? = 0
  716. configure:11655: result: yes
  717. configure:11655: checking for krb5/certauth_plugin.h
  718. configure:11655: result: yes
  719. configure:11664: checking krb5/kdcpolicy_plugin.h usability
  720. configure:11664: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  721. configure:11664: $? = 0
  722. configure:11664: result: yes
  723. configure:11664: checking krb5/kdcpolicy_plugin.h presence
  724. configure:11664: gcc -E -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c
  725. configure:11664: $? = 0
  726. configure:11664: result: yes
  727. configure:11664: checking for krb5/kdcpolicy_plugin.h
  728. configure:11664: result: yes
  729. configure:11674: checking krad.h usability
  730. configure:11674: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  731. configure:11674: $? = 0
  732. configure:11674: result: yes
  733. configure:11674: checking krad.h presence
  734. configure:11674: gcc -E -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c
  735. configure:11674: $? = 0
  736. configure:11674: result: yes
  737. configure:11674: checking for krad.h
  738. configure:11674: result: yes
  739. configure:11682: checking for main in -lkrad
  740. configure:11701: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lkrad >&5
  741. configure:11701: $? = 0
  742. configure:11710: result: yes
  743. configure:11725: checking for UUID
  744. configure:11732: $PKG_CONFIG --exists --print-errors "uuid"
  745. configure:11735: $? = 0
  746. configure:11749: $PKG_CONFIG --exists --print-errors "uuid"
  747. configure:11752: $? = 0
  748. configure:11810: result: yes
  749. configure:11818: checking for TALLOC
  750. configure:11825: $PKG_CONFIG --exists --print-errors "talloc"
  751. configure:11828: $? = 0
  752. configure:11842: $PKG_CONFIG --exists --print-errors "talloc"
  753. configure:11845: $? = 0
  754. configure:11903: result: yes
  755. configure:11909: checking for TEVENT
  756. configure:11916: $PKG_CONFIG --exists --print-errors "tevent"
  757. configure:11919: $? = 0
  758. configure:11933: $PKG_CONFIG --exists --print-errors "tevent"
  759. configure:11936: $? = 0
  760. configure:11994: result: yes
  761. configure:12000: checking for NDRPAC
  762. configure:12007: $PKG_CONFIG --exists --print-errors "ndr_krb5pac"
  763. configure:12010: $? = 0
  764. configure:12024: $PKG_CONFIG --exists --print-errors "ndr_krb5pac"
  765. configure:12027: $? = 0
  766. configure:12085: result: yes
  767. configure:12091: checking for NDRNBT
  768. configure:12098: $PKG_CONFIG --exists --print-errors "ndr_nbt"
  769. configure:12101: $? = 0
  770. configure:12115: $PKG_CONFIG --exists --print-errors "ndr_nbt"
  771. configure:12118: $? = 0
  772. configure:12176: result: yes
  773. configure:12182: checking for NDR
  774. configure:12189: $PKG_CONFIG --exists --print-errors "ndr"
  775. configure:12192: $? = 0
  776. configure:12206: $PKG_CONFIG --exists --print-errors "ndr"
  777. configure:12209: $? = 0
  778. configure:12267: result: yes
  779. configure:12273: checking for SAMBAUTIL
  780. configure:12280: $PKG_CONFIG --exists --print-errors "samba-util"
  781. configure:12283: $? = 0
  782. configure:12297: $PKG_CONFIG --exists --print-errors "samba-util"
  783. configure:12300: $? = 0
  784. configure:12358: result: yes
  785. configure:12367: checking for struct PAC_DOMAIN_GROUP_MEMBERSHIP.domain_sid
  786. configure:12367: gcc -c -I/usr/include/samba-4.0 -D_GNU_SOURCE=1 -DHAVE_IMMEDIATE_STRUCTURES=1 -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  787. configure:12367: $? = 0
  788. configure:12367: result: yes
  789. configure:12383: checking for make_pdb_method in -lsamba-passdb
  790. configure:12408: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lsamba-passdb -L/usr/lib64/samba -Wl,-rpath=/usr/lib64/samba >&5
  791. configure:12408: $? = 0
  792. configure:12417: result: yes
  793. configure:12476: checking for pdb_enum_upn_suffixes in -lsamba-passdb
  794. configure:12501: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lsamba-passdb -L/usr/lib64/samba -Wl,-rpath=/usr/lib64/samba >&5
  795. configure:12501: $? = 0
  796. configure:12511: result: yes
  797. configure:12523: checking for smbldap_get_ldap in -lsmbldap
  798. configure:12548: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lsmbldap -L/usr/lib64/samba -Wl,-rpath=/usr/lib64/samba >&5
  799. configure:12548: $? = 0
  800. configure:12557: result: yes
  801. configure:12569: checking for smbldap_set_bind_callback in -lsmbldap
  802. configure:12594: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lsmbldap -L/usr/lib64/samba -Wl,-rpath=/usr/lib64/samba >&5
  803. configure:12594: $? = 0
  804. configure:12603: result: yes
  805. configure:12618: checking unicase.h usability
  806. configure:12618: gcc -c -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  807. configure:12618: $? = 0
  808. configure:12618: result: yes
  809. configure:12618: checking unicase.h presence
  810. configure:12618: gcc -E -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c
  811. configure:12618: $? = 0
  812. configure:12618: result: yes
  813. configure:12618: checking for unicase.h
  814. configure:12618: result: yes
  815. configure:12630: checking for ulc_casecmp in -lunistring
  816. configure:12655: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lunistring >&5
  817. configure:12655: $? = 0
  818. configure:12664: result: yes
  819. configure:12678: checking for LIBVERTO
  820. configure:12685: $PKG_CONFIG --exists --print-errors "libverto"
  821. configure:12688: $? = 0
  822. configure:12702: $PKG_CONFIG --exists --print-errors "libverto"
  823. configure:12705: $? = 0
  824. configure:12763: result: yes
  825. configure:12770: $PKG_CONFIG --exists --print-errors "systemd"
  826. configure:12773: $? = 0
  827. configure:12825: Build IPA KDB certauth plugin
  828. configure:12845: checking for unlink
  829. configure:12863: found /usr/bin/unlink
  830. configure:12876: result: /usr/bin/unlink
  831. configure:12898: checking whether NLS is requested
  832. configure:12907: result: yes
  833. configure:12947: checking for msgfmt
  834. configure: trying /usr/bin/msgfmt...
  835. 0 translated messages.
  836. configure:12979: result: /usr/bin/msgfmt
  837. configure:12988: checking for gmsgfmt
  838. configure:13019: result: /usr/bin/msgfmt
  839. configure:13069: checking for xgettext
  840. configure: trying /usr/bin/xgettext...
  841. /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
  842. configure:13101: result: /usr/bin/xgettext
  843. configure:13146: checking for msgmerge
  844. configure: trying /usr/bin/msgmerge...
  845. configure:13177: result: /usr/bin/msgmerge
  846. configure:13235: checking for ld used by gcc
  847. configure:13302: result: /usr/bin/ld -m elf_x86_64
  848. configure:13309: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  849. configure:13324: result: yes
  850. configure:13331: checking for shared library run path origin
  851. configure:13344: result: done
  852. configure:13916: checking for CFPreferencesCopyAppValue
  853. configure:13934: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  854. conftest.c:36:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  855. 36 | #include <CoreFoundation/CFPreferences.h>
  856. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  857. compilation terminated.
  858. configure:13934: $? = 1
  859. configure: failed program was:
  860. | /* confdefs.h */
  861. | #define PACKAGE_NAME "freeipa"
  862. | #define PACKAGE_TARNAME "freeipa"
  863. | #define PACKAGE_VERSION "4.9.0.dev202003271647+gitf9804558b"
  864. | #define PACKAGE_STRING "freeipa 4.9.0.dev202003271647+gitf9804558b"
  865. | #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
  866. | #define PACKAGE_URL ""
  867. | #define PACKAGE "freeipa"
  868. | #define VERSION "4.9.0.dev202003271647+gitf9804558b"
  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 HAVE_DLFCN_H 1
  880. | #define LT_OBJDIR ".libs/"
  881. | #define STDC_HEADERS 1
  882. | #define HAVE_KDB_FREEPRINCIPAL_EDATA 1
  883. | #define HAVE_STDARG_H 1
  884. | #define HAVE_STDDEF_H 1
  885. | #define HAVE_SETJMP_H 1
  886. | #define HAVE_DECL_SSS_NSS_GETPWNAM_TIMEOUT 1
  887. | #define USE_SSS_NSS_TIMEOUT 1
  888. | #define HAVE_STRUCT_PAC_DOMAIN_GROUP_MEMBERSHIP 1
  889. | #define HAVE_PDB_ENUM_UPN_SUFFIXES 1
  890. | #define HAVE_SMBLDAP_GET_LDAP 1
  891. | #define HAVE_SMBLDAP_SET_BIND_CALLBACK 1
  892. | #define HAVE_UNICASE_H 1
  893. | #define HAVE_KRB5_CERTAUTH_PLUGIN 1
  894. | /* end confdefs.h. */
  895. | #include <CoreFoundation/CFPreferences.h>
  896. | int
  897. | main ()
  898. | {
  899. | CFPreferencesCopyAppValue(NULL, NULL)
  900. | ;
  901. | return 0;
  902. | }
  903. configure:13943: result: no
  904. configure:13950: checking for CFLocaleCopyCurrent
  905. configure:13968: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  906. conftest.c:36:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  907. 36 | #include <CoreFoundation/CFLocale.h>
  908. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  909. compilation terminated.
  910. configure:13968: $? = 1
  911. configure: failed program was:
  912. | /* confdefs.h */
  913. | #define PACKAGE_NAME "freeipa"
  914. | #define PACKAGE_TARNAME "freeipa"
  915. | #define PACKAGE_VERSION "4.9.0.dev202003271647+gitf9804558b"
  916. | #define PACKAGE_STRING "freeipa 4.9.0.dev202003271647+gitf9804558b"
  917. | #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
  918. | #define PACKAGE_URL ""
  919. | #define PACKAGE "freeipa"
  920. | #define VERSION "4.9.0.dev202003271647+gitf9804558b"
  921. | #define STDC_HEADERS 1
  922. | #define HAVE_SYS_TYPES_H 1
  923. | #define HAVE_SYS_STAT_H 1
  924. | #define HAVE_STDLIB_H 1
  925. | #define HAVE_STRING_H 1
  926. | #define HAVE_MEMORY_H 1
  927. | #define HAVE_STRINGS_H 1
  928. | #define HAVE_INTTYPES_H 1
  929. | #define HAVE_STDINT_H 1
  930. | #define HAVE_UNISTD_H 1
  931. | #define HAVE_DLFCN_H 1
  932. | #define LT_OBJDIR ".libs/"
  933. | #define STDC_HEADERS 1
  934. | #define HAVE_KDB_FREEPRINCIPAL_EDATA 1
  935. | #define HAVE_STDARG_H 1
  936. | #define HAVE_STDDEF_H 1
  937. | #define HAVE_SETJMP_H 1
  938. | #define HAVE_DECL_SSS_NSS_GETPWNAM_TIMEOUT 1
  939. | #define USE_SSS_NSS_TIMEOUT 1
  940. | #define HAVE_STRUCT_PAC_DOMAIN_GROUP_MEMBERSHIP 1
  941. | #define HAVE_PDB_ENUM_UPN_SUFFIXES 1
  942. | #define HAVE_SMBLDAP_GET_LDAP 1
  943. | #define HAVE_SMBLDAP_SET_BIND_CALLBACK 1
  944. | #define HAVE_UNICASE_H 1
  945. | #define HAVE_KRB5_CERTAUTH_PLUGIN 1
  946. | /* end confdefs.h. */
  947. | #include <CoreFoundation/CFLocale.h>
  948. | int
  949. | main ()
  950. | {
  951. | CFLocaleCopyCurrent();
  952. | ;
  953. | return 0;
  954. | }
  955. configure:13977: result: no
  956. configure:14026: checking for GNU gettext in libc
  957. configure:14050: gcc -o conftest -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5
  958. configure:14050: $? = 0
  959. configure:14059: result: yes
  960. configure:14887: checking whether to use NLS
  961. configure:14889: result: yes
  962. configure:14892: checking where the gettext function comes from
  963. configure:14903: result: libc
  964. configure:14969: checking for gawk
  965. configure:14996: result: gawk
  966. configure:15007: checking for a sed that does not truncate output
  967. configure:15071: result: /usr/bin/sed
  968. configure:15079: checking for msgattrib
  969. configure:15097: found /usr/bin/msgattrib
  970. configure:15110: result: /usr/bin/msgattrib
  971. configure:15131: checking supported IPA platform
  972. configure:15150: result: fedora
  973. configure:15168: checking NAMED_GROUP
  974. configure:15171: result: named
  975. configure:15174: checking ODS_USER
  976. configure:15177: result: ods
  977. configure:15180: checking python setup.py install extra options
  978. configure:15184: result: none
  979. configure:15201: checking if source directory is a Git reposistory
  980. configure:15206: result: yes
  981. configure:15252: checking for /usr/share/selinux/devel/Makefile
  982. configure:15266: result: yes
  983. configure:15300: checking for more warnings
  984. configure:15344: result: no
  985. configure:15385: checking for Pylint
  986. configure:15391: cannot find optional pylint for /usr/bin/python
  987. configure:15477: checking for jsl
  988. configure:15508: result: no
  989. configure:15658: checking that generated files are newer than configure
  990. configure:15664: result: done
  991. configure:15739: creating ./config.status
  992.  
  993. ## ---------------- ##
  994. ## Cache variables. ##
  995. ## ---------------- ##
  996.  
  997. ac_cv_build=x86_64-redhat-linux-gnu
  998. ac_cv_c_compiler_gnu=yes
  999. ac_cv_env_CC_set=
  1000. ac_cv_env_CC_value=
  1001. ac_cv_env_CFLAGS_set=
  1002. ac_cv_env_CFLAGS_value=
  1003. ac_cv_env_CMOCKA_CFLAGS_set=
  1004. ac_cv_env_CMOCKA_CFLAGS_value=
  1005. ac_cv_env_CMOCKA_LIBS_set=
  1006. ac_cv_env_CMOCKA_LIBS_value=
  1007. ac_cv_env_CPPFLAGS_set=
  1008. ac_cv_env_CPPFLAGS_value=
  1009. ac_cv_env_CPP_set=
  1010. ac_cv_env_CPP_value=
  1011. ac_cv_env_CRYPTO_CFLAGS_set=
  1012. ac_cv_env_CRYPTO_CFLAGS_value=
  1013. ac_cv_env_CRYPTO_LIBS_set=
  1014. ac_cv_env_CRYPTO_LIBS_value=
  1015. ac_cv_env_DIRSRV_CFLAGS_set=
  1016. ac_cv_env_DIRSRV_CFLAGS_value=
  1017. ac_cv_env_DIRSRV_LIBS_set=
  1018. ac_cv_env_DIRSRV_LIBS_value=
  1019. ac_cv_env_INI_CFLAGS_set=
  1020. ac_cv_env_INI_CFLAGS_value=
  1021. ac_cv_env_INI_LIBS_set=
  1022. ac_cv_env_INI_LIBS_value=
  1023. ac_cv_env_KRB5_CFLAGS_set=
  1024. ac_cv_env_KRB5_CFLAGS_value=
  1025. ac_cv_env_KRB5_LIBS_set=
  1026. ac_cv_env_KRB5_LIBS_value=
  1027. ac_cv_env_LDFLAGS_set=
  1028. ac_cv_env_LDFLAGS_value=
  1029. ac_cv_env_LIBS_set=
  1030. ac_cv_env_LIBS_value=
  1031. ac_cv_env_LIBVERTO_CFLAGS_set=
  1032. ac_cv_env_LIBVERTO_CFLAGS_value=
  1033. ac_cv_env_LIBVERTO_LIBS_set=
  1034. ac_cv_env_LIBVERTO_LIBS_value=
  1035. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1036. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1037. ac_cv_env_NDRNBT_CFLAGS_set=
  1038. ac_cv_env_NDRNBT_CFLAGS_value=
  1039. ac_cv_env_NDRNBT_LIBS_set=
  1040. ac_cv_env_NDRNBT_LIBS_value=
  1041. ac_cv_env_NDRPAC_CFLAGS_set=
  1042. ac_cv_env_NDRPAC_CFLAGS_value=
  1043. ac_cv_env_NDRPAC_LIBS_set=
  1044. ac_cv_env_NDRPAC_LIBS_value=
  1045. ac_cv_env_NDR_CFLAGS_set=
  1046. ac_cv_env_NDR_CFLAGS_value=
  1047. ac_cv_env_NDR_LIBS_set=
  1048. ac_cv_env_NDR_LIBS_value=
  1049. ac_cv_env_NSPR_CFLAGS_set=
  1050. ac_cv_env_NSPR_CFLAGS_value=
  1051. ac_cv_env_NSPR_LIBS_set=
  1052. ac_cv_env_NSPR_LIBS_value=
  1053. ac_cv_env_NSS_CFLAGS_set=
  1054. ac_cv_env_NSS_CFLAGS_value=
  1055. ac_cv_env_NSS_LIBS_set=
  1056. ac_cv_env_NSS_LIBS_value=
  1057. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1058. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1059. ac_cv_env_PKG_CONFIG_PATH_set=
  1060. ac_cv_env_PKG_CONFIG_PATH_value=
  1061. ac_cv_env_PKG_CONFIG_set=
  1062. ac_cv_env_PKG_CONFIG_value=
  1063. ac_cv_env_POPT_CFLAGS_set=
  1064. ac_cv_env_POPT_CFLAGS_value=
  1065. ac_cv_env_POPT_LIBS_set=
  1066. ac_cv_env_POPT_LIBS_value=
  1067. ac_cv_env_PYTHON_set=
  1068. ac_cv_env_PYTHON_value=
  1069. ac_cv_env_SAMBAUTIL_CFLAGS_set=
  1070. ac_cv_env_SAMBAUTIL_CFLAGS_value=
  1071. ac_cv_env_SAMBAUTIL_LIBS_set=
  1072. ac_cv_env_SAMBAUTIL_LIBS_value=
  1073. ac_cv_env_SASL_CFLAGS_set=
  1074. ac_cv_env_SASL_CFLAGS_value=
  1075. ac_cv_env_SASL_LIBS_set=
  1076. ac_cv_env_SASL_LIBS_value=
  1077. ac_cv_env_SSSCERTMAP_CFLAGS_set=
  1078. ac_cv_env_SSSCERTMAP_CFLAGS_value=
  1079. ac_cv_env_SSSCERTMAP_LIBS_set=
  1080. ac_cv_env_SSSCERTMAP_LIBS_value=
  1081. ac_cv_env_SSSIDMAP_CFLAGS_set=
  1082. ac_cv_env_SSSIDMAP_CFLAGS_value=
  1083. ac_cv_env_SSSIDMAP_LIBS_set=
  1084. ac_cv_env_SSSIDMAP_LIBS_value=
  1085. ac_cv_env_SSSNSSIDMAP_CFLAGS_set=
  1086. ac_cv_env_SSSNSSIDMAP_CFLAGS_value=
  1087. ac_cv_env_SSSNSSIDMAP_LIBS_set=
  1088. ac_cv_env_SSSNSSIDMAP_LIBS_value=
  1089. ac_cv_env_TALLOC_CFLAGS_set=
  1090. ac_cv_env_TALLOC_CFLAGS_value=
  1091. ac_cv_env_TALLOC_LIBS_set=
  1092. ac_cv_env_TALLOC_LIBS_value=
  1093. ac_cv_env_TEVENT_CFLAGS_set=
  1094. ac_cv_env_TEVENT_CFLAGS_value=
  1095. ac_cv_env_TEVENT_LIBS_set=
  1096. ac_cv_env_TEVENT_LIBS_value=
  1097. ac_cv_env_UUID_CFLAGS_set=
  1098. ac_cv_env_UUID_CFLAGS_value=
  1099. ac_cv_env_UUID_LIBS_set=
  1100. ac_cv_env_UUID_LIBS_value=
  1101. ac_cv_env_XMLRPC_CFLAGS_set=
  1102. ac_cv_env_XMLRPC_CFLAGS_value=
  1103. ac_cv_env_XMLRPC_LIBS_set=
  1104. ac_cv_env_XMLRPC_LIBS_value=
  1105. ac_cv_env_build_alias_set=set
  1106. ac_cv_env_build_alias_value=x86_64-redhat-linux-gnu
  1107. ac_cv_env_host_alias_set=set
  1108. ac_cv_env_host_alias_value=x86_64-redhat-linux-gnu
  1109. ac_cv_env_target_alias_set=
  1110. ac_cv_env_target_alias_value=
  1111. ac_cv_file__usr_share_selinux_devel_Makefile=yes
  1112. ac_cv_have_decl_sss_nss_getpwnam_timeout=yes
  1113. ac_cv_header_dirsrv_repl_session_plugin_h=yes
  1114. ac_cv_header_dirsrv_slapi_plugin_h=yes
  1115. ac_cv_header_dlfcn_h=yes
  1116. ac_cv_header_inttypes_h=yes
  1117. ac_cv_header_kdb_h=yes
  1118. ac_cv_header_krad_h=yes
  1119. ac_cv_header_krb5_certauth_plugin_h=yes
  1120. ac_cv_header_krb5_kdcpolicy_plugin_h=yes
  1121. ac_cv_header_libintl_h=yes
  1122. ac_cv_header_memory_h=yes
  1123. ac_cv_header_setjmp_h=yes
  1124. ac_cv_header_stdarg_h=yes
  1125. ac_cv_header_stdc=yes
  1126. ac_cv_header_stddef_h=yes
  1127. ac_cv_header_stdint_h=yes
  1128. ac_cv_header_stdlib_h=yes
  1129. ac_cv_header_string_h=yes
  1130. ac_cv_header_strings_h=yes
  1131. ac_cv_header_sys_stat_h=yes
  1132. ac_cv_header_sys_types_h=yes
  1133. ac_cv_header_unicase_h=yes
  1134. ac_cv_header_unistd_h=yes
  1135. ac_cv_host=x86_64-redhat-linux-gnu
  1136. ac_cv_lib_krad_main=yes
  1137. ac_cv_lib_lber_ber_peek_tag=yes
  1138. ac_cv_lib_ldap_r_ldap_search=yes
  1139. ac_cv_lib_samba_passdb___pdb_enum_upn_suffixes=yes
  1140. ac_cv_lib_samba_passdb_make_pdb_method=yes
  1141. ac_cv_lib_smbldap_smbldap_get_ldap=yes
  1142. ac_cv_lib_smbldap_smbldap_set_bind_callback=yes
  1143. ac_cv_lib_sss_nss_idmap_sss_nss_getlistbycert=yes
  1144. ac_cv_lib_unistring_ulc_casecmp=yes
  1145. ac_cv_member_kdb_vftabl_free_principal=no
  1146. ac_cv_member_kdb_vftabl_free_principal_e_data=yes
  1147. ac_cv_member_struct_PAC_DOMAIN_GROUP_MEMBERSHIP_domain_sid=yes
  1148. ac_cv_objext=o
  1149. ac_cv_path_EGREP='/usr/bin/grep -E'
  1150. ac_cv_path_FGREP='/usr/bin/grep -F'
  1151. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  1152. ac_cv_path_GREP=/usr/bin/grep
  1153. ac_cv_path_JSLINT=no
  1154. ac_cv_path_MSGATTRIB=/usr/bin/msgattrib
  1155. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1156. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  1157. ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-redhat-linux-gnu-pkg-config
  1158. ac_cv_path_PYTHON=/usr/bin/python
  1159. ac_cv_path_SED=/usr/bin/sed
  1160. ac_cv_path_UNLINK=/usr/bin/unlink
  1161. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1162. ac_cv_path_install='/usr/bin/install -c'
  1163. ac_cv_path_lt_DD=/usr/bin/dd
  1164. ac_cv_path_mkdir=/usr/bin/mkdir
  1165. ac_cv_prog_AWK=gawk
  1166. ac_cv_prog_CPP='gcc -E'
  1167. ac_cv_prog_ac_ct_AR=ar
  1168. ac_cv_prog_ac_ct_CC=gcc
  1169. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1170. ac_cv_prog_ac_ct_RANLIB=ranlib
  1171. ac_cv_prog_ac_ct_STRIP=strip
  1172. ac_cv_prog_cc_c89=
  1173. ac_cv_prog_cc_c99=
  1174. ac_cv_prog_cc_g=yes
  1175. ac_cv_prog_make_make_set=yes
  1176. ac_cv_search_bindtextdomain='none required'
  1177. acl_cv_hardcode_direct=no
  1178. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1179. acl_cv_hardcode_libdir_separator=
  1180. acl_cv_hardcode_minus_L=no
  1181. acl_cv_libext=a
  1182. acl_cv_libname_spec='lib$name'
  1183. acl_cv_library_names_spec='$libname$shrext'
  1184. acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
  1185. acl_cv_prog_gnu_ld=yes
  1186. acl_cv_rpath=done
  1187. acl_cv_shlibext=so
  1188. acl_cv_wl=-Wl,
  1189. am_cv_CC_dependencies_compiler_type=gcc3
  1190. am_cv_make_support_nested_variables=yes
  1191. am_cv_pathless_PYTHON=python
  1192. am_cv_prog_cc_c_o=yes
  1193. am_cv_prog_tar_pax=gnutar
  1194. am_cv_python_platform=linux
  1195. am_cv_python_pyexecdir='${exec_prefix}/lib64/python3.8/site-packages'
  1196. am_cv_python_pythondir='${prefix}/lib/python3.8/site-packages'
  1197. am_cv_python_version=3.8
  1198. gt_cv_func_CFLocaleCopyCurrent=no
  1199. gt_cv_func_CFPreferencesCopyAppValue=no
  1200. gt_cv_func_gnugettext1_libc=yes
  1201. lt_cv_ar_at_file=@
  1202. lt_cv_archive_cmds_need_lc=no
  1203. lt_cv_deplibs_check_method=pass_all
  1204. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1205. lt_cv_file_magic_test_file=
  1206. lt_cv_ld_reload_flag=-r
  1207. lt_cv_nm_interface='BSD nm'
  1208. lt_cv_objdir=.libs
  1209. lt_cv_path_LD=/usr/bin/ld
  1210. lt_cv_path_NM='/usr/bin/nm -B'
  1211. lt_cv_path_mainfest_tool=no
  1212. lt_cv_prog_compiler_c_o=yes
  1213. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1214. lt_cv_prog_compiler_pic_works=yes
  1215. lt_cv_prog_compiler_rtti_exceptions=no
  1216. lt_cv_prog_compiler_static_works=no
  1217. lt_cv_prog_gnu_ld=yes
  1218. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1219. lt_cv_shlibpath_overrides_runpath=no
  1220. 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'\'''
  1221. 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'\'''
  1222. 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'\'''
  1223. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1224. lt_cv_sys_global_symbol_to_import=
  1225. lt_cv_sys_max_cmd_len=1572864
  1226. lt_cv_to_host_file_cmd=func_convert_file_noop
  1227. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1228. lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
  1229. pkg_cv_CMOCKA_CFLAGS=
  1230. pkg_cv_CMOCKA_LIBS='-lcmocka '
  1231. pkg_cv_CRYPTO_CFLAGS=
  1232. pkg_cv_CRYPTO_LIBS='-lcrypto '
  1233. pkg_cv_DIRSRV_CFLAGS='-DUSE_OPENLDAP -I/usr/include/dirsrv '
  1234. pkg_cv_DIRSRV_LIBS='-L/usr/lib64/dirsrv -lslapd '
  1235. pkg_cv_INI_CFLAGS=
  1236. pkg_cv_INI_LIBS='-lini_config -lbasicobjects -lref_array -lcollection '
  1237. pkg_cv_KRB5_CFLAGS=
  1238. pkg_cv_KRB5_LIBS='-lkrb5 -lk5crypto -lcom_err '
  1239. pkg_cv_LIBVERTO_CFLAGS=
  1240. pkg_cv_LIBVERTO_LIBS='-lverto '
  1241. pkg_cv_NDRNBT_CFLAGS='-I/usr/include/samba-4.0 -D_GNU_SOURCE=1 -DHAVE_IMMEDIATE_STRUCTURES=1 '
  1242. pkg_cv_NDRNBT_LIBS='-lndr-nbt -lndr -lsamba-util -ltevent -ltalloc '
  1243. pkg_cv_NDRPAC_CFLAGS='-I/usr/include/samba-4.0 -D_GNU_SOURCE=1 -DHAVE_IMMEDIATE_STRUCTURES=1 '
  1244. pkg_cv_NDRPAC_LIBS='-lndr-krb5pac -lndr-standard -lndr -lsamba-util -ltevent -ltalloc '
  1245. pkg_cv_NDR_CFLAGS='-I/usr/include/samba-4.0 -D_GNU_SOURCE=1 -DHAVE_IMMEDIATE_STRUCTURES=1 '
  1246. pkg_cv_NDR_LIBS='-lndr -lsamba-util -ltevent -ltalloc '
  1247. pkg_cv_NSPR_CFLAGS='-I/usr/include/nspr4 '
  1248. pkg_cv_NSPR_LIBS='-lplds4 -lplc4 -lnspr4 -lpthread -ldl '
  1249. pkg_cv_NSS_CFLAGS='-I/usr/include/nss3 -I/usr/include/nspr4 '
  1250. pkg_cv_NSS_LIBS='-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl '
  1251. pkg_cv_POPT_CFLAGS=
  1252. pkg_cv_POPT_LIBS='-lpopt '
  1253. pkg_cv_SAMBAUTIL_CFLAGS='-I/usr/include/samba-4.0 -DHAVE_IMMEDIATE_STRUCTURES=1 '
  1254. pkg_cv_SAMBAUTIL_LIBS='-lsamba-util -ltevent -ltalloc '
  1255. pkg_cv_SASL_CFLAGS=
  1256. pkg_cv_SASL_LIBS='-lsasl2 '
  1257. pkg_cv_SSSCERTMAP_CFLAGS=
  1258. pkg_cv_SSSCERTMAP_LIBS='-lsss_certmap '
  1259. pkg_cv_SSSIDMAP_CFLAGS=
  1260. pkg_cv_SSSIDMAP_LIBS='-lsss_idmap '
  1261. pkg_cv_SSSNSSIDMAP_CFLAGS=
  1262. pkg_cv_SSSNSSIDMAP_LIBS='-lsss_nss_idmap '
  1263. pkg_cv_TALLOC_CFLAGS=
  1264. pkg_cv_TALLOC_LIBS='-ltalloc '
  1265. pkg_cv_TEVENT_CFLAGS=
  1266. pkg_cv_TEVENT_LIBS='-ltevent -ltalloc '
  1267. pkg_cv_UUID_CFLAGS='-I/usr/include/uuid '
  1268. pkg_cv_UUID_LIBS='-luuid '
  1269. pkg_cv_XMLRPC_CFLAGS=
  1270. pkg_cv_XMLRPC_LIBS='-lxmlrpc -lxmlrpc_client -lxmlrpc_util '
  1271.  
  1272. ## ----------------- ##
  1273. ## Output variables. ##
  1274. ## ----------------- ##
  1275.  
  1276. ACLOCAL='${SHELL} /mnt/testarea/test/freeipa/missing aclocal-1.16'
  1277. AMDEPBACKSLASH='\'
  1278. AMDEP_FALSE='#'
  1279. AMDEP_TRUE=''
  1280. AMTAR='$${TAR-tar}'
  1281. AM_BACKSLASH='\'
  1282. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1283. AM_DEFAULT_VERBOSITY='0'
  1284. AM_V='$(V)'
  1285. API_VERSION='2.236'
  1286. AR='ar'
  1287. AUTOCONF='${SHELL} /mnt/testarea/test/freeipa/missing autoconf'
  1288. AUTOHEADER='${SHELL} /mnt/testarea/test/freeipa/missing autoheader'
  1289. AUTOMAKE='${SHELL} /mnt/testarea/test/freeipa/missing automake-1.16'
  1290. AWK='gawk'
  1291. BUILD_IPA_CERTAUTH_PLUGIN_FALSE='#'
  1292. BUILD_IPA_CERTAUTH_PLUGIN_TRUE=''
  1293. BUILD_IPA_KDCPOLICY_PLUGIN_FALSE='#'
  1294. BUILD_IPA_KDCPOLICY_PLUGIN_TRUE=''
  1295. BUILD_SELINUX_POLICY_FALSE='#'
  1296. BUILD_SELINUX_POLICY_TRUE=''
  1297. CC='gcc'
  1298. CCDEPMODE='depmode=gcc3'
  1299. CFLAGS=' -D__STDC_WANT_LIB_EXT1__=1 -D_DEFAULT_SOURCE=1 -D_POSIX_C_SOURCE=200809L -Werror=implicit-function-declaration'
  1300. CMOCKA_CFLAGS=''
  1301. CMOCKA_LIBS='-lcmocka '
  1302. CONFIG_STATUS='./config.status'
  1303. CPP='gcc -E'
  1304. CPPFLAGS='-I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 '
  1305. CRYPTO_CFLAGS=''
  1306. CRYPTO_LIBS='-lcrypto '
  1307. CYGPATH_W='echo'
  1308. DATA_VERSION='20100614120000'
  1309. DEFS='-DHAVE_CONFIG_H'
  1310. DEPDIR='.deps'
  1311. DIRSRV_CFLAGS='-DUSE_OPENLDAP -I/usr/include/dirsrv -I/usr/include/nspr4 '
  1312. DIRSRV_LIBS='-L/usr/lib64/dirsrv -lslapd '
  1313. DLLTOOL='false'
  1314. DSYMUTIL=''
  1315. DUMPBIN=''
  1316. ECHO_C=''
  1317. ECHO_N='-n'
  1318. ECHO_T=''
  1319. EGREP='/usr/bin/grep -E'
  1320. ENABLE_SERVER_FALSE='#'
  1321. ENABLE_SERVER_TRUE=''
  1322. EXEEXT=''
  1323. FGREP='/usr/bin/grep -F'
  1324. GETTEXT_DOMAIN='ipa'
  1325. GETTEXT_MACRO_VERSION='0.18'
  1326. GIT_BRANCH='master'
  1327. GIT_VERSION='dev202003271647+gitf9804558b'
  1328. GMSGFMT='/usr/bin/msgfmt'
  1329. GMSGFMT_015='/usr/bin/msgfmt'
  1330. GREP='/usr/bin/grep'
  1331. HAVE_CMOCKA_FALSE='#'
  1332. HAVE_CMOCKA_TRUE=''
  1333. HAVE_GCC_FALSE='#'
  1334. HAVE_GCC_TRUE=''
  1335. INI_CFLAGS=''
  1336. INI_LIBS='-lini_config -lbasicobjects -lref_array -lcollection '
  1337. INSTALL_DATA='${INSTALL} -m 644'
  1338. INSTALL_PROGRAM='${INSTALL}'
  1339. INSTALL_SCRIPT='${INSTALL}'
  1340. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1341. INTLLIBS=''
  1342. INTL_MACOSX_LIBS=''
  1343. IPAPLATFORM='fedora'
  1344. IPA_DATA_DIR='/usr/share/ipa'
  1345. IPA_SYSCONF_DIR='/etc/ipa'
  1346. IS_GIT_SNAPSHOT_FALSE='#'
  1347. IS_GIT_SNAPSHOT_TRUE=''
  1348. JSLINT='no'
  1349. KRAD_LIBS='-lkrad'
  1350. KRB5KDC_SERVICE='krb5kdc.service'
  1351. KRB5_CFLAGS=''
  1352. KRB5_LIBS='-lkrb5 -lk5crypto -lcom_err '
  1353. LD='/usr/bin/ld -m elf_x86_64'
  1354. LDAP_CFLAGS=''
  1355. LDAP_LIBS='-lldap_r -llber'
  1356. LDFLAGS=''
  1357. LIBICONV='-liconv'
  1358. LIBINTL=''
  1359. LIBINTL_LIBS=''
  1360. LIBOBJS=''
  1361. LIBPDB_NAME='samba-passdb'
  1362. LIBS=''
  1363. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1364. LIBVERTO_CFLAGS=''
  1365. LIBVERTO_LIBS='-lverto '
  1366. LIPO=''
  1367. LN_S='ln -s'
  1368. LTLIBICONV='-liconv'
  1369. LTLIBINTL=''
  1370. LTLIBOBJS=''
  1371. LT_SYS_LIBRARY_PATH=''
  1372. MAKEINFO='${SHELL} /mnt/testarea/test/freeipa/missing makeinfo'
  1373. MANIFEST_TOOL=':'
  1374. MKDIR_P='/usr/bin/mkdir -p'
  1375. MK_ASSIGN='='
  1376. MK_ELSE='else'
  1377. MK_ENDIF='endif'
  1378. MK_IFEQ='ifeq'
  1379. MSGATTRIB='/usr/bin/msgattrib'
  1380. MSGFMT='/usr/bin/msgfmt'
  1381. MSGFMT_015='/usr/bin/msgfmt'
  1382. MSGMERGE='/usr/bin/msgmerge'
  1383. NAMED_GROUP='named'
  1384. NDRNBT_CFLAGS='-I/usr/include/samba-4.0 -D_GNU_SOURCE=1 -DHAVE_IMMEDIATE_STRUCTURES=1 '
  1385. NDRNBT_LIBS='-lndr-nbt -lndr -lsamba-util -ltevent -ltalloc '
  1386. NDRPAC_CFLAGS='-I/usr/include/samba-4.0 -D_GNU_SOURCE=1 -DHAVE_IMMEDIATE_STRUCTURES=1 '
  1387. NDRPAC_LIBS='-lndr-krb5pac -lndr-standard -lndr -lsamba-util -ltevent -ltalloc '
  1388. NDR_CFLAGS='-I/usr/include/samba-4.0 -D_GNU_SOURCE=1 -DHAVE_IMMEDIATE_STRUCTURES=1 '
  1389. NDR_LIBS='-lndr -lsamba-util -ltevent -ltalloc '
  1390. NM='/usr/bin/nm -B'
  1391. NMEDIT=''
  1392. NSPR_CFLAGS='-I/usr/include/nspr4 '
  1393. NSPR_LIBS='-lplds4 -lplc4 -lnspr4 -lpthread -ldl '
  1394. NSS_CFLAGS='-I/usr/include/nss3 -I/usr/include/nspr4 '
  1395. NSS_LIBS='-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl '
  1396. NUM_VERSION='40900'
  1397. OBJDUMP='objdump'
  1398. OBJEXT='o'
  1399. ODS_USER='ods'
  1400. OTOOL64=''
  1401. OTOOL=''
  1402. PACKAGE='freeipa'
  1403. PACKAGE_BUGREPORT='https://hosted.fedoraproject.org/projects/freeipa/newticket'
  1404. PACKAGE_NAME='freeipa'
  1405. PACKAGE_STRING='freeipa 4.9.0.dev202003271647+gitf9804558b'
  1406. PACKAGE_TARNAME='freeipa'
  1407. PACKAGE_URL=''
  1408. PACKAGE_VERSION='4.9.0.dev202003271647+gitf9804558b'
  1409. PATH_SEPARATOR=':'
  1410. PKG_CONFIG='/usr/bin/x86_64-redhat-linux-gnu-pkg-config'
  1411. PKG_CONFIG_LIBDIR=''
  1412. PKG_CONFIG_PATH=''
  1413. PLATFORM_PYTHON=''
  1414. POPT_CFLAGS=''
  1415. POPT_LIBS='-lpopt '
  1416. POSUB='po'
  1417. PYLINT='no'
  1418. PYTHON='/usr/bin/python'
  1419. PYTHON_EXEC_PREFIX='${exec_prefix}'
  1420. PYTHON_INSTALL_EXTRA_OPTIONS=''
  1421. PYTHON_PLATFORM='linux'
  1422. PYTHON_PREFIX='${prefix}'
  1423. PYTHON_VERSION='3.8'
  1424. RANLIB='ranlib'
  1425. SAMBA40EXTRA_LIBPATH='-L/usr/lib64/samba -Wl,-rpath=/usr/lib64/samba'
  1426. SAMBAUTIL_CFLAGS='-I/usr/include/samba-4.0 -DHAVE_IMMEDIATE_STRUCTURES=1 '
  1427. SAMBAUTIL_LIBS='-lsamba-util -ltevent -ltalloc '
  1428. SASL_CFLAGS=''
  1429. SASL_LIBS='-lsasl2 '
  1430. SED='/usr/bin/sed'
  1431. SET_MAKE=''
  1432. SHELL='/bin/sh'
  1433. SSSCERTMAP_CFLAGS=''
  1434. SSSCERTMAP_LIBS='-lsss_certmap '
  1435. SSSIDMAP_CFLAGS=''
  1436. SSSIDMAP_LIBS='-lsss_idmap '
  1437. SSSNSSIDMAP_CFLAGS=''
  1438. SSSNSSIDMAP_LIBS='-lsss_nss_idmap '
  1439. STRIP='strip'
  1440. TALLOC_CFLAGS=''
  1441. TALLOC_LIBS='-ltalloc '
  1442. TEVENT_CFLAGS=''
  1443. TEVENT_LIBS='-ltevent -ltalloc '
  1444. UNISTRING_LIBS='-lunistring'
  1445. UNLINK='/usr/bin/unlink'
  1446. USE_NLS='yes'
  1447. USE_SSS_NSS_TIMEOUT_FALSE='#'
  1448. USE_SSS_NSS_TIMEOUT_TRUE=''
  1449. UUID_CFLAGS='-I/usr/include/uuid '
  1450. UUID_LIBS='-luuid '
  1451. VENDOR_SUFFIX=''
  1452. VERBOSE_MAKE_FALSE=''
  1453. VERBOSE_MAKE_TRUE='#'
  1454. VERSION='4.9.0.dev202003271647+gitf9804558b'
  1455. WITH_IPATESTS_FALSE='#'
  1456. WITH_IPATESTS_TRUE=''
  1457. WITH_JSLINT_FALSE=''
  1458. WITH_JSLINT_TRUE='#'
  1459. WITH_POLINT_FALSE='#'
  1460. WITH_POLINT_TRUE=''
  1461. WITH_PYLINT_FALSE=''
  1462. WITH_PYLINT_TRUE='#'
  1463. XGETTEXT='/usr/bin/xgettext'
  1464. XGETTEXT_015='/usr/bin/xgettext'
  1465. XGETTEXT_EXTRA_OPTIONS=''
  1466. XMLRPC_CFLAGS=''
  1467. XMLRPC_LIBS='-lxmlrpc -lxmlrpc_client -lxmlrpc_util '
  1468. ac_ct_AR='ar'
  1469. ac_ct_CC='gcc'
  1470. ac_ct_DUMPBIN=''
  1471. am__EXEEXT_FALSE=''
  1472. am__EXEEXT_TRUE='#'
  1473. am__fastdepCC_FALSE='#'
  1474. am__fastdepCC_TRUE=''
  1475. am__include='include'
  1476. am__isrc=''
  1477. am__leading_dot='.'
  1478. am__nodep='_no'
  1479. am__quote=''
  1480. am__tar='tar --format=posix -chf - "$$tardir"'
  1481. am__untar='tar -xf -'
  1482. bindir='/usr/bin'
  1483. build='x86_64-redhat-linux-gnu'
  1484. build_alias='x86_64-redhat-linux-gnu'
  1485. build_cpu='x86_64'
  1486. build_os='linux-gnu'
  1487. build_vendor='redhat'
  1488. datadir='/usr/share'
  1489. datarootdir='${prefix}/share'
  1490. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1491. dvidir='${docdir}'
  1492. exec_prefix='/usr'
  1493. host='x86_64-redhat-linux-gnu'
  1494. host_alias='x86_64-redhat-linux-gnu'
  1495. host_cpu='x86_64'
  1496. host_os='linux-gnu'
  1497. host_vendor='redhat'
  1498. htmldir='${docdir}'
  1499. i18ntests=''
  1500. includedir='/usr/include'
  1501. infodir='/usr/share/info'
  1502. install_sh='${SHELL} /mnt/testarea/test/freeipa/install-sh'
  1503. krb5rundir='/var/run/krb5kdc'
  1504. libdir='/usr/lib64'
  1505. libexecdir='/usr/libexec'
  1506. localedir='${datarootdir}/locale'
  1507. localstatedir='/var'
  1508. mandir='/usr/share/man'
  1509. mkdir_p='$(MKDIR_P)'
  1510. oldincludedir='/usr/include'
  1511. pdfdir='${docdir}'
  1512. pkgpyexecdir='${pyexecdir}/freeipa'
  1513. pkgpythondir='${pythondir}/freeipa'
  1514. prefix='/usr'
  1515. program_transform_name='s&^&&'
  1516. psdir='${docdir}'
  1517. pyexecdir='${exec_prefix}/lib64/python3.8/site-packages'
  1518. pythondir='${prefix}/lib/python3.8/site-packages'
  1519. sbindir='/usr/sbin'
  1520. selinux_makefile='/usr/share/selinux/devel/Makefile'
  1521. sharedstatedir='/var/lib'
  1522. sysconfdir='/etc'
  1523. sysconfenvdir='/etc/sysconfig'
  1524. systemdsystemunitdir='/usr/lib/systemd/system'
  1525. systemdtmpfilesdir='${prefix}/lib/tmpfiles.d'
  1526. target_alias=''
  1527.  
  1528. ## ----------- ##
  1529. ## confdefs.h. ##
  1530. ## ----------- ##
  1531.  
  1532. /* confdefs.h */
  1533. #define PACKAGE_NAME "freeipa"
  1534. #define PACKAGE_TARNAME "freeipa"
  1535. #define PACKAGE_VERSION "4.9.0.dev202003271647+gitf9804558b"
  1536. #define PACKAGE_STRING "freeipa 4.9.0.dev202003271647+gitf9804558b"
  1537. #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
  1538. #define PACKAGE_URL ""
  1539. #define PACKAGE "freeipa"
  1540. #define VERSION "4.9.0.dev202003271647+gitf9804558b"
  1541. #define STDC_HEADERS 1
  1542. #define HAVE_SYS_TYPES_H 1
  1543. #define HAVE_SYS_STAT_H 1
  1544. #define HAVE_STDLIB_H 1
  1545. #define HAVE_STRING_H 1
  1546. #define HAVE_MEMORY_H 1
  1547. #define HAVE_STRINGS_H 1
  1548. #define HAVE_INTTYPES_H 1
  1549. #define HAVE_STDINT_H 1
  1550. #define HAVE_UNISTD_H 1
  1551. #define HAVE_DLFCN_H 1
  1552. #define LT_OBJDIR ".libs/"
  1553. #define STDC_HEADERS 1
  1554. #define HAVE_KDB_FREEPRINCIPAL_EDATA 1
  1555. #define HAVE_STDARG_H 1
  1556. #define HAVE_STDDEF_H 1
  1557. #define HAVE_SETJMP_H 1
  1558. #define HAVE_DECL_SSS_NSS_GETPWNAM_TIMEOUT 1
  1559. #define USE_SSS_NSS_TIMEOUT 1
  1560. #define HAVE_STRUCT_PAC_DOMAIN_GROUP_MEMBERSHIP 1
  1561. #define HAVE_PDB_ENUM_UPN_SUFFIXES 1
  1562. #define HAVE_SMBLDAP_GET_LDAP 1
  1563. #define HAVE_SMBLDAP_SET_BIND_CALLBACK 1
  1564. #define HAVE_UNICASE_H 1
  1565. #define HAVE_KRB5_CERTAUTH_PLUGIN 1
  1566. #define ENABLE_NLS 1
  1567. #define HAVE_GETTEXT 1
  1568. #define HAVE_DCGETTEXT 1
  1569.  
  1570. configure: exit 0
  1571.  
  1572. ## ---------------------- ##
  1573. ## Running config.status. ##
  1574. ## ---------------------- ##
  1575.  
  1576. This file was extended by freeipa config.status 4.9.0.dev202003271647+gitf9804558b, which was
  1577. generated by GNU Autoconf 2.69. Invocation command line was
  1578.  
  1579. CONFIG_FILES =
  1580. CONFIG_HEADERS =
  1581. CONFIG_LINKS =
  1582. CONFIG_COMMANDS =
  1583. $ ./config.status
  1584.  
  1585. on host-10-0-138-218
  1586.  
  1587. config.status:1312: creating Makefile
  1588. config.status:1312: creating asn1/Makefile
  1589. config.status:1312: creating asn1/asn1c/Makefile
  1590. config.status:1312: creating client/Makefile
  1591. config.status:1312: creating client/share/Makefile
  1592. config.status:1312: creating client/man/Makefile
  1593. config.status:1312: creating client/sysconfig/Makefile
  1594. config.status:1312: creating contrib/completion/Makefile
  1595. config.status:1312: creating contrib/Makefile
  1596. config.status:1312: creating daemons/dnssec/Makefile
  1597. config.status:1312: creating daemons/Makefile
  1598. config.status:1312: creating daemons/ipa-kdb/Makefile
  1599. config.status:1312: creating daemons/ipa-sam/Makefile
  1600. config.status:1312: creating daemons/ipa-otpd/Makefile
  1601. config.status:1312: creating daemons/ipa-slapi-plugins/Makefile
  1602. config.status:1312: creating daemons/ipa-slapi-plugins/libotp/Makefile
  1603. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-cldap/Makefile
  1604. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-dns/Makefile
  1605. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-enrollment/Makefile
  1606. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-lockout/Makefile
  1607. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-otp-counter/Makefile
  1608. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-otp-lasttoken/Makefile
  1609. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile
  1610. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-extdom-extop/Makefile
  1611. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-winsync/Makefile
  1612. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-version/Makefile
  1613. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-uuid/Makefile
  1614. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-modrdn/Makefile
  1615. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-sidgen/Makefile
  1616. config.status:1312: creating daemons/ipa-slapi-plugins/ipa-range-check/Makefile
  1617. config.status:1312: creating daemons/ipa-slapi-plugins/topology/Makefile
  1618. config.status:1312: creating init/systemd/Makefile
  1619. config.status:1312: creating init/tmpfilesd/Makefile
  1620. config.status:1312: creating init/Makefile
  1621. config.status:1312: creating install/Makefile
  1622. config.status:1312: creating install/certmonger/Makefile
  1623. config.status:1312: creating install/custodia/Makefile
  1624. config.status:1312: creating install/html/Makefile
  1625. config.status:1312: creating install/migration/Makefile
  1626. config.status:1312: creating install/share/Makefile
  1627. config.status:1312: creating install/share/advise/Makefile
  1628. config.status:1312: creating install/share/advise/legacy/Makefile
  1629. config.status:1312: creating install/share/profiles/Makefile
  1630. config.status:1312: creating install/share/schema.d/Makefile
  1631. config.status:1312: creating install/ui/Makefile
  1632. config.status:1312: creating install/ui/css/Makefile
  1633. config.status:1312: creating install/ui/src/Makefile
  1634. config.status:1312: creating install/ui/src/libs/Makefile
  1635. config.status:1312: creating install/ui/images/Makefile
  1636. config.status:1312: creating install/ui/build/Makefile
  1637. config.status:1312: creating install/ui/build/dojo/Makefile
  1638. config.status:1312: creating install/ui/build/freeipa/Makefile
  1639. config.status:1312: creating install/tools/Makefile
  1640. config.status:1312: creating install/tools/man/Makefile
  1641. config.status:1312: creating install/updates/Makefile
  1642. config.status:1312: creating install/restart_scripts/Makefile
  1643. config.status:1312: creating install/wsgi/Makefile
  1644. config.status:1312: creating install/oddjob/Makefile
  1645. config.status:1312: creating ipaclient/Makefile
  1646. config.status:1312: creating ipalib/Makefile
  1647. config.status:1312: creating ipaplatform/Makefile
  1648. config.status:1312: creating ipapython/Makefile
  1649. config.status:1312: creating ipaserver/Makefile
  1650. config.status:1312: creating ipatests/Makefile
  1651. config.status:1312: creating ipatests/man/Makefile
  1652. config.status:1312: creating pypi/Makefile
  1653. config.status:1312: creating pypi/freeipa/Makefile
  1654. config.status:1312: creating pypi/ipa/Makefile
  1655. config.status:1312: creating pypi/ipaserver/Makefile
  1656. config.status:1312: creating pypi/ipatests/Makefile
  1657. config.status:1312: creating po/Makefile.in
  1658. config.status:1312: creating po/Makefile.hack
  1659. config.status:1312: creating selinux/Makefile
  1660. config.status:1312: creating util/Makefile
  1661. config.status:1312: creating config.h
  1662. config.status:1493: config.h is unchanged
  1663. config.status:1541: executing depfiles commands
  1664. config.status:1618: cd asn1 && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1665. make[2]: Entering directory '/mnt/testarea/test/freeipa/asn1'
  1666. make[2]: Nothing to be done for 'am--depfiles'.
  1667. make[2]: Leaving directory '/mnt/testarea/test/freeipa/asn1'
  1668. config.status:1623: $? = 0
  1669. config.status:1618: cd asn1/asn1c && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1670. make[2]: Entering directory '/mnt/testarea/test/freeipa/asn1/asn1c'
  1671. make[2]: Nothing to be done for 'am--depfiles'.
  1672. make[2]: Leaving directory '/mnt/testarea/test/freeipa/asn1/asn1c'
  1673. config.status:1623: $? = 0
  1674. config.status:1618: cd client && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1675. make[2]: Entering directory '/mnt/testarea/test/freeipa/client'
  1676. make[2]: Nothing to be done for 'am--depfiles'.
  1677. make[2]: Leaving directory '/mnt/testarea/test/freeipa/client'
  1678. config.status:1623: $? = 0
  1679. config.status:1618: cd daemons/ipa-kdb && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1680. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-kdb'
  1681. make[2]: Nothing to be done for 'am--depfiles'.
  1682. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-kdb'
  1683. config.status:1623: $? = 0
  1684. config.status:1618: cd daemons/ipa-sam && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1685. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-sam'
  1686. make[2]: Nothing to be done for 'am--depfiles'.
  1687. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-sam'
  1688. config.status:1623: $? = 0
  1689. config.status:1618: cd daemons/ipa-otpd && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1690. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-otpd'
  1691. make[2]: Nothing to be done for 'am--depfiles'.
  1692. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-otpd'
  1693. config.status:1623: $? = 0
  1694. config.status:1618: cd daemons/ipa-slapi-plugins/libotp && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1695. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/libotp'
  1696. make[2]: Nothing to be done for 'am--depfiles'.
  1697. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/libotp'
  1698. config.status:1623: $? = 0
  1699. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-cldap && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1700. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-cldap'
  1701. make[2]: Nothing to be done for 'am--depfiles'.
  1702. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-cldap'
  1703. config.status:1623: $? = 0
  1704. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-dns && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1705. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-dns'
  1706. make[2]: Nothing to be done for 'am--depfiles'.
  1707. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-dns'
  1708. config.status:1623: $? = 0
  1709. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-enrollment && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1710. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-enrollment'
  1711. make[2]: Nothing to be done for 'am--depfiles'.
  1712. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-enrollment'
  1713. config.status:1623: $? = 0
  1714. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-lockout && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1715. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-lockout'
  1716. make[2]: Nothing to be done for 'am--depfiles'.
  1717. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-lockout'
  1718. config.status:1623: $? = 0
  1719. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-otp-counter && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1720. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-otp-counter'
  1721. make[2]: Nothing to be done for 'am--depfiles'.
  1722. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-otp-counter'
  1723. config.status:1623: $? = 0
  1724. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-otp-lasttoken && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1725. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-otp-lasttoken'
  1726. make[2]: Nothing to be done for 'am--depfiles'.
  1727. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-otp-lasttoken'
  1728. config.status:1623: $? = 0
  1729. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-pwd-extop && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1730. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-pwd-extop'
  1731. make[2]: Nothing to be done for 'am--depfiles'.
  1732. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-pwd-extop'
  1733. config.status:1623: $? = 0
  1734. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-extdom-extop && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1735. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-extdom-extop'
  1736. make[2]: Nothing to be done for 'am--depfiles'.
  1737. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-extdom-extop'
  1738. config.status:1623: $? = 0
  1739. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-winsync && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1740. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-winsync'
  1741. make[2]: Nothing to be done for 'am--depfiles'.
  1742. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-winsync'
  1743. config.status:1623: $? = 0
  1744. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-version && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1745. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-version'
  1746. make[2]: Nothing to be done for 'am--depfiles'.
  1747. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-version'
  1748. config.status:1623: $? = 0
  1749. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-uuid && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1750. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-uuid'
  1751. make[2]: Nothing to be done for 'am--depfiles'.
  1752. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-uuid'
  1753. config.status:1623: $? = 0
  1754. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-modrdn && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1755. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-modrdn'
  1756. make[2]: Nothing to be done for 'am--depfiles'.
  1757. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-modrdn'
  1758. config.status:1623: $? = 0
  1759. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-sidgen && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1760. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-sidgen'
  1761. make[2]: Nothing to be done for 'am--depfiles'.
  1762. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-sidgen'
  1763. config.status:1623: $? = 0
  1764. config.status:1618: cd daemons/ipa-slapi-plugins/ipa-range-check && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1765. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-range-check'
  1766. make[2]: Nothing to be done for 'am--depfiles'.
  1767. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/ipa-range-check'
  1768. config.status:1623: $? = 0
  1769. config.status:1618: cd daemons/ipa-slapi-plugins/topology && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1770. make[2]: Entering directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/topology'
  1771. make[2]: Nothing to be done for 'am--depfiles'.
  1772. make[2]: Leaving directory '/mnt/testarea/test/freeipa/daemons/ipa-slapi-plugins/topology'
  1773. config.status:1623: $? = 0
  1774. config.status:1618: cd util && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1775. make[2]: Entering directory '/mnt/testarea/test/freeipa/util'
  1776. make[2]: Nothing to be done for 'am--depfiles'.
  1777. make[2]: Leaving directory '/mnt/testarea/test/freeipa/util'
  1778. config.status:1623: $? = 0
  1779. config.status:1541: executing libtool commands
  1780. config.status:1541: executing po/POTFILES.in commands
  1781. config.status:1541: executing po-directories commands
  1782. config.status:1541: executing po/Makefile-hackit commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement