656 lines
26 KiB
Plaintext
656 lines
26 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by ipa-server configure 4.3.1, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
$ ./configure --disable-option-checking --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib CFLAGS=-g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers --cache-file=/dev/null --srcdir=.
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = mortal
|
|
uname -m = x86_64
|
|
uname -r = 4.4.3-300.fc23.x86_64
|
|
uname -s = Linux
|
|
uname -v = #1 SMP Fri Feb 26 18:45:40 UTC 2016
|
|
|
|
/usr/bin/uname -p = x86_64
|
|
/bin/uname -X = unknown
|
|
|
|
/bin/arch = x86_64
|
|
/usr/bin/arch -k = unknown
|
|
/usr/convex/getsysinfo = unknown
|
|
/usr/bin/hostinfo = unknown
|
|
/bin/machine = unknown
|
|
/usr/bin/oslevel = unknown
|
|
/bin/universe = unknown
|
|
|
|
PATH: /usr/lib64/qt-3.3/bin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/local/sbin
|
|
PATH: /usr/bin
|
|
PATH: /usr/sbin
|
|
PATH: /home/pvoborni/bin
|
|
PATH: /home/pvoborni/dev/freeipa/ipa-tools
|
|
PATH: /home/pvoborni/.local/bin
|
|
PATH: /home/pvoborni/bin
|
|
PATH: /home/pvoborni/bin
|
|
PATH: /home/pvoborni/dev/freeipa/ipa-tools
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2033: loading site script /usr/share/config.site
|
|
| # This is the config.site file to satisfy FHS defaults when installing below
|
|
| # /usr.
|
|
| #
|
|
| # You may override this file by your config.site using the CONFIG_SITE env
|
|
| # variable.
|
|
| #
|
|
| # Note: This file includes also RHEL/Fedora fix for installing libraries into
|
|
| # "/lib/lib64" on 64bit systems.
|
|
|
|
|
| if test -n "$host"; then
|
|
| # skip when cross-compiling
|
|
| return 0
|
|
| fi
|
|
|
|
|
| if test "$prefix" = /usr \
|
|
| || { test "$prefix" = NONE && test "$ac_default_prefix" = /usr ; }
|
|
| then
|
|
| test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
|
|
| test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/var
|
|
| test "$localstatedir" = '${prefix}/var' && localstatedir=/var
|
|
|
|
|
| ARCH=`uname -m`
|
|
| for i in x86_64 ppc64 s390x aarch64; do
|
|
| if test $ARCH = $i; then
|
|
| test "$libdir" = '${exec_prefix}/lib' && libdir='${exec_prefix}/lib64'
|
|
| break
|
|
| fi
|
|
| done
|
|
| fi
|
|
configure:2212: checking for gcc
|
|
configure:2228: found /usr/bin/gcc
|
|
configure:2239: result: gcc
|
|
configure:2468: checking for C compiler version
|
|
configure:2477: gcc --version >&5
|
|
gcc (GCC) 5.3.1 20151207 (Red Hat 5.3.1-2)
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
configure:2488: $? = 0
|
|
configure:2477: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.3.1/lto-wrapper
|
|
Target: x86_64-redhat-linux
|
|
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,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-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
|
|
Thread model: posix
|
|
gcc version 5.3.1 20151207 (Red Hat 5.3.1-2) (GCC)
|
|
configure:2488: $? = 0
|
|
configure:2477: gcc -V >&5
|
|
gcc: error: unrecognized command line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2488: $? = 1
|
|
configure:2477: gcc -qversion >&5
|
|
gcc: error: unrecognized command line option '-qversion'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2488: $? = 1
|
|
configure:2508: checking whether the C compiler works
|
|
configure:2530: gcc -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:2534: $? = 0
|
|
configure:2582: result: yes
|
|
configure:2585: checking for C compiler default output file name
|
|
configure:2587: result: a.out
|
|
configure:2593: checking for suffix of executables
|
|
configure:2600: gcc -o conftest -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:2604: $? = 0
|
|
configure:2626: result:
|
|
configure:2648: checking whether we are cross compiling
|
|
configure:2656: gcc -o conftest -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:2660: $? = 0
|
|
configure:2667: ./conftest
|
|
configure:2671: $? = 0
|
|
configure:2686: result: no
|
|
configure:2691: checking for suffix of object files
|
|
configure:2713: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:2717: $? = 0
|
|
configure:2738: result: o
|
|
configure:2742: checking whether we are using the GNU C compiler
|
|
configure:2761: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:2761: $? = 0
|
|
configure:2770: result: yes
|
|
configure:2779: checking whether gcc accepts -g
|
|
configure:2799: gcc -c -g conftest.c >&5
|
|
configure:2799: $? = 0
|
|
configure:2840: result: yes
|
|
configure:2857: checking for gcc option to accept ISO C89
|
|
configure:2920: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:2920: $? = 0
|
|
configure:2933: result: none needed
|
|
configure:2958: checking whether gcc understands -c and -o together
|
|
configure:2980: gcc -c conftest.c -o conftest2.o
|
|
configure:2983: $? = 0
|
|
configure:2980: gcc -c conftest.c -o conftest2.o
|
|
configure:2983: $? = 0
|
|
configure:2995: result: yes
|
|
configure:3012: checking for gcc option to accept ISO C99
|
|
configure:3161: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
conftest.c: In function 'test_varargs':
|
|
conftest.c:80:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable]
|
|
float fnumber;
|
|
^
|
|
conftest.c:79:7: warning: variable 'number' set but not used [-Wunused-but-set-variable]
|
|
int number;
|
|
^
|
|
conftest.c:78:15: warning: variable 'str' set but not used [-Wunused-but-set-variable]
|
|
const char *str;
|
|
^
|
|
configure:3161: $? = 0
|
|
configure:3174: result: none needed
|
|
configure:3218: checking build system type
|
|
configure:3232: result: x86_64-unknown-linux-gnu
|
|
configure:3252: checking host system type
|
|
configure:3265: result: x86_64-unknown-linux-gnu
|
|
configure:3306: checking how to print strings
|
|
configure:3333: result: printf
|
|
configure:3354: checking for a sed that does not truncate output
|
|
configure:3418: result: /usr/bin/sed
|
|
configure:3436: checking for grep that handles long lines and -e
|
|
configure:3494: result: /usr/bin/grep
|
|
configure:3499: checking for egrep
|
|
configure:3561: result: /usr/bin/grep -E
|
|
configure:3566: checking for fgrep
|
|
configure:3628: result: /usr/bin/grep -F
|
|
configure:3663: checking for ld used by gcc
|
|
configure:3730: result: /usr/bin/ld
|
|
configure:3737: checking if the linker (/usr/bin/ld) is GNU ld
|
|
configure:3752: result: yes
|
|
configure:3764: checking for BSD- or MS-compatible name lister (nm)
|
|
configure:3818: result: /usr/bin/nm -B
|
|
configure:3948: checking the name lister (/usr/bin/nm -B) interface
|
|
configure:3955: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:3958: /usr/bin/nm -B "conftest.o"
|
|
configure:3961: output
|
|
0000000000000000 B some_variable
|
|
configure:3968: result: BSD nm
|
|
configure:3971: checking whether ln -s works
|
|
configure:3975: result: yes
|
|
configure:3983: checking the maximum length of command line arguments
|
|
configure:4114: result: 1572864
|
|
configure:4162: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
|
|
configure:4202: result: func_convert_file_noop
|
|
configure:4209: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
|
|
configure:4229: result: func_convert_file_noop
|
|
configure:4236: checking for /usr/bin/ld option to reload object files
|
|
configure:4243: result: -r
|
|
configure:4317: checking for objdump
|
|
configure:4333: found /usr/bin/objdump
|
|
configure:4344: result: objdump
|
|
configure:4376: checking how to recognize dependent libraries
|
|
configure:4576: result: pass_all
|
|
configure:4661: checking for dlltool
|
|
configure:4691: result: no
|
|
configure:4721: checking how to associate runtime and link libraries
|
|
configure:4748: result: printf %s\n
|
|
configure:4809: checking for ar
|
|
configure:4825: found /usr/bin/ar
|
|
configure:4836: result: ar
|
|
configure:4873: checking for archiver @FILE support
|
|
configure:4890: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:4890: $? = 0
|
|
configure:4893: ar cru libconftest.a @conftest.lst >&5
|
|
ar: `u' modifier ignored since `D' is the default (see `U')
|
|
configure:4896: $? = 0
|
|
configure:4901: ar cru libconftest.a @conftest.lst >&5
|
|
ar: `u' modifier ignored since `D' is the default (see `U')
|
|
ar: conftest.o: No such file or directory
|
|
configure:4904: $? = 1
|
|
configure:4916: result: @
|
|
configure:4974: checking for strip
|
|
configure:4990: found /usr/bin/strip
|
|
configure:5001: result: strip
|
|
configure:5073: checking for ranlib
|
|
configure:5089: found /usr/bin/ranlib
|
|
configure:5100: result: ranlib
|
|
configure:5177: checking for gawk
|
|
configure:5193: found /usr/bin/gawk
|
|
configure:5204: result: gawk
|
|
configure:5244: checking command to parse /usr/bin/nm -B output from gcc object
|
|
configure:5397: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:5400: $? = 0
|
|
configure:5404: /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
|
|
configure:5407: $? = 0
|
|
configure:5473: gcc -o conftest -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c conftstm.o >&5
|
|
configure:5476: $? = 0
|
|
configure:5514: result: ok
|
|
configure:5561: checking for sysroot
|
|
configure:5591: result: no
|
|
configure:5598: checking for a working dd
|
|
configure:5636: result: /usr/bin/dd
|
|
configure:5640: checking how to truncate binary pipes
|
|
configure:5655: result: /usr/bin/dd bs=4096 count=1
|
|
configure:5791: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:5794: $? = 0
|
|
configure:5984: checking for mt
|
|
configure:6014: result: no
|
|
configure:6034: checking if : is a manifest tool
|
|
configure:6040: : '-?'
|
|
configure:6048: result: no
|
|
configure:6725: checking how to run the C preprocessor
|
|
configure:6756: gcc -E conftest.c
|
|
configure:6756: $? = 0
|
|
configure:6770: gcc -E conftest.c
|
|
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:6770: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "ipa-server"
|
|
| #define PACKAGE_TARNAME "ipa-server"
|
|
| #define PACKAGE_VERSION "4.3.1"
|
|
| #define PACKAGE_STRING "ipa-server 4.3.1"
|
|
| #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
|
|
| #define PACKAGE_URL ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:6795: result: gcc -E
|
|
configure:6815: gcc -E conftest.c
|
|
configure:6815: $? = 0
|
|
configure:6829: gcc -E conftest.c
|
|
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:6829: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "ipa-server"
|
|
| #define PACKAGE_TARNAME "ipa-server"
|
|
| #define PACKAGE_VERSION "4.3.1"
|
|
| #define PACKAGE_STRING "ipa-server 4.3.1"
|
|
| #define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
|
|
| #define PACKAGE_URL ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:6858: checking for ANSI C header files
|
|
configure:6878: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6878: $? = 0
|
|
configure:6951: gcc -o conftest -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6951: $? = 0
|
|
configure:6951: ./conftest
|
|
configure:6951: $? = 0
|
|
configure:6962: result: yes
|
|
configure:6975: checking for sys/types.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6975: checking for sys/stat.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6975: checking for stdlib.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6975: checking for string.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6975: checking for memory.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6975: checking for strings.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6975: checking for inttypes.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6975: checking for stdint.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6975: checking for unistd.h
|
|
configure:6975: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6975: $? = 0
|
|
configure:6975: result: yes
|
|
configure:6989: checking for dlfcn.h
|
|
configure:6989: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:6989: $? = 0
|
|
configure:6989: result: yes
|
|
configure:7245: checking for objdir
|
|
configure:7260: result: .libs
|
|
configure:7520: checking if gcc supports -fno-rtti -fno-exceptions
|
|
configure:7538: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -fno-rtti -fno-exceptions conftest.c >&5
|
|
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
|
|
configure:7542: $? = 0
|
|
configure:7555: result: no
|
|
configure:7913: checking for gcc option to produce PIC
|
|
configure:7920: result: -fPIC -DPIC
|
|
configure:7928: checking if gcc PIC flag -fPIC -DPIC works
|
|
configure:7946: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -fPIC -DPIC -DPIC conftest.c >&5
|
|
configure:7950: $? = 0
|
|
configure:7963: result: yes
|
|
configure:7992: checking if gcc static flag -static works
|
|
configure:8020: result: no
|
|
configure:8035: checking if gcc supports -c -o file.o
|
|
configure:8056: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -o out/conftest2.o conftest.c >&5
|
|
configure:8060: $? = 0
|
|
configure:8082: result: yes
|
|
configure:8090: checking if gcc supports -c -o file.o
|
|
configure:8137: result: yes
|
|
configure:8170: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
|
configure:9429: result: yes
|
|
configure:9466: checking whether -lc should be explicitly linked in
|
|
configure:9474: gcc -c -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers conftest.c >&5
|
|
configure:9477: $? = 0
|
|
configure:9492: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
|
|
configure:9495: $? = 0
|
|
configure:9509: result: no
|
|
configure:9669: checking dynamic linker characteristics
|
|
configure:10250: gcc -o conftest -g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wl,-rpath -Wl,/foo conftest.c >&5
|
|
configure:10250: $? = 0
|
|
configure:10490: result: GNU/Linux ld.so
|
|
configure:10612: checking how to hardcode library paths into programs
|
|
configure:10637: result: immediate
|
|
configure:11185: checking whether stripping libraries is possible
|
|
configure:11190: result: yes
|
|
configure:11225: checking if libtool supports shared libraries
|
|
configure:11227: result: yes
|
|
configure:11230: checking whether to build shared libraries
|
|
configure:11255: result: yes
|
|
configure:11258: checking whether to build static libraries
|
|
configure:11262: result: yes
|
|
configure:11316: checking for a BSD-compatible install
|
|
configure:11384: result: /usr/bin/install -c
|
|
configure:11395: checking whether build environment is sane
|
|
configure:11450: result: yes
|
|
configure:11598: checking for a thread-safe mkdir -p
|
|
configure:11637: result: /usr/bin/mkdir -p
|
|
configure:11640: checking whether make sets $(MAKE)
|
|
configure:11662: result: yes
|
|
configure:11692: checking for style of include used by make
|
|
configure:11720: result: GNU
|
|
configure:11754: checking whether make supports nested variables
|
|
configure:11771: result: yes
|
|
configure:11856: checking dependency style of gcc
|
|
configure:11967: result: gcc3
|
|
configure:12027: checking whether to enable maintainer-specific portions of Makefiles
|
|
configure:12036: result: no
|
|
configure:12166: checking that generated files are newer than configure
|
|
configure:12172: result: done
|
|
configure:12199: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by ipa-server config.status 4.3.1, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on mortal
|
|
|
|
config.status:1087: creating Makefile
|
|
config.status:1087: creating asn1c/Makefile
|
|
config.status:1087: creating config.h
|
|
config.status:1268: config.h is unchanged
|
|
config.status:1316: executing libtool commands
|
|
config.status:1316: executing depfiles commands
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_build=x86_64-unknown-linux-gnu
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_env_CC_set=
|
|
ac_cv_env_CC_value=
|
|
ac_cv_env_CFLAGS_set=set
|
|
ac_cv_env_CFLAGS_value='-g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers '
|
|
ac_cv_env_CPPFLAGS_set=
|
|
ac_cv_env_CPPFLAGS_value=
|
|
ac_cv_env_CPP_set=
|
|
ac_cv_env_CPP_value=
|
|
ac_cv_env_LDFLAGS_set=
|
|
ac_cv_env_LDFLAGS_value=
|
|
ac_cv_env_LIBS_set=
|
|
ac_cv_env_LIBS_value=
|
|
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
|
|
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
|
|
ac_cv_env_build_alias_set=
|
|
ac_cv_env_build_alias_value=
|
|
ac_cv_env_host_alias_set=
|
|
ac_cv_env_host_alias_value=
|
|
ac_cv_env_target_alias_set=
|
|
ac_cv_env_target_alias_value=
|
|
ac_cv_header_dlfcn_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_stdc=yes
|
|
ac_cv_header_stdint_h=yes
|
|
ac_cv_header_stdlib_h=yes
|
|
ac_cv_header_string_h=yes
|
|
ac_cv_header_strings_h=yes
|
|
ac_cv_header_sys_stat_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_host=x86_64-unknown-linux-gnu
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/usr/bin/grep -E'
|
|
ac_cv_path_FGREP='/usr/bin/grep -F'
|
|
ac_cv_path_GREP=/usr/bin/grep
|
|
ac_cv_path_SED=/usr/bin/sed
|
|
ac_cv_path_install='/usr/bin/install -c'
|
|
ac_cv_path_lt_DD=/usr/bin/dd
|
|
ac_cv_path_mkdir=/usr/bin/mkdir
|
|
ac_cv_prog_AWK=gawk
|
|
ac_cv_prog_CPP='gcc -E'
|
|
ac_cv_prog_ac_ct_AR=ar
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_ac_ct_OBJDUMP=objdump
|
|
ac_cv_prog_ac_ct_RANLIB=ranlib
|
|
ac_cv_prog_ac_ct_STRIP=strip
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_c99=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_make_make_set=yes
|
|
am_cv_CC_dependencies_compiler_type=gcc3
|
|
am_cv_make_support_nested_variables=yes
|
|
am_cv_prog_cc_c_o=yes
|
|
lt_cv_ar_at_file=@
|
|
lt_cv_archive_cmds_need_lc=no
|
|
lt_cv_deplibs_check_method=pass_all
|
|
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
|
lt_cv_file_magic_test_file=
|
|
lt_cv_ld_reload_flag=-r
|
|
lt_cv_nm_interface='BSD nm'
|
|
lt_cv_objdir=.libs
|
|
lt_cv_path_LD=/usr/bin/ld
|
|
lt_cv_path_NM='/usr/bin/nm -B'
|
|
lt_cv_path_mainfest_tool=no
|
|
lt_cv_prog_compiler_c_o=yes
|
|
lt_cv_prog_compiler_pic='-fPIC -DPIC'
|
|
lt_cv_prog_compiler_pic_works=yes
|
|
lt_cv_prog_compiler_rtti_exceptions=no
|
|
lt_cv_prog_compiler_static_works=no
|
|
lt_cv_prog_gnu_ld=yes
|
|
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
|
|
lt_cv_shlibpath_overrides_runpath=no
|
|
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'\'''
|
|
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'\'''
|
|
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'\'''
|
|
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
|
|
lt_cv_sys_global_symbol_to_import=
|
|
lt_cv_sys_max_cmd_len=1572864
|
|
lt_cv_to_host_file_cmd=func_convert_file_noop
|
|
lt_cv_to_tool_file_cmd=func_convert_file_noop
|
|
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
ACLOCAL='${SHELL} /home/pvoborni/dev/freeipa/freeipa/dist/freeipa-4.3.1/asn1/missing aclocal-1.15'
|
|
AMDEPBACKSLASH='\'
|
|
AMDEP_FALSE='#'
|
|
AMDEP_TRUE=''
|
|
AMTAR='$${TAR-tar}'
|
|
AM_BACKSLASH='\'
|
|
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
|
|
AM_DEFAULT_VERBOSITY='1'
|
|
AM_V='$(V)'
|
|
AR='ar'
|
|
AUTOCONF='${SHELL} /home/pvoborni/dev/freeipa/freeipa/dist/freeipa-4.3.1/asn1/missing autoconf'
|
|
AUTOHEADER='${SHELL} /home/pvoborni/dev/freeipa/freeipa/dist/freeipa-4.3.1/asn1/missing autoheader'
|
|
AUTOMAKE='${SHELL} /home/pvoborni/dev/freeipa/freeipa/dist/freeipa-4.3.1/asn1/missing automake-1.15'
|
|
AWK='gawk'
|
|
CC='gcc'
|
|
CCDEPMODE='depmode=gcc3'
|
|
CFLAGS='-g -O2 -Wall -Wextra -Wformat-security -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers '
|
|
CPP='gcc -E'
|
|
CPPFLAGS=''
|
|
CYGPATH_W='echo'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DEPDIR='.deps'
|
|
DLLTOOL='false'
|
|
DSYMUTIL=''
|
|
DUMPBIN=''
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/usr/bin/grep -E'
|
|
EXEEXT=''
|
|
FGREP='/usr/bin/grep -F'
|
|
GREP='/usr/bin/grep'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
|
LD='/usr/bin/ld -m elf_x86_64'
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
LIPO=''
|
|
LN_S='ln -s'
|
|
LTLIBOBJS=''
|
|
LT_SYS_LIBRARY_PATH=''
|
|
MAINT='#'
|
|
MAINTAINER_MODE_FALSE=''
|
|
MAINTAINER_MODE_TRUE='#'
|
|
MAKEINFO='${SHELL} /home/pvoborni/dev/freeipa/freeipa/dist/freeipa-4.3.1/asn1/missing makeinfo'
|
|
MANIFEST_TOOL=':'
|
|
MKDIR_P='/usr/bin/mkdir -p'
|
|
NM='/usr/bin/nm -B'
|
|
NMEDIT=''
|
|
OBJDUMP='objdump'
|
|
OBJEXT='o'
|
|
OTOOL64=''
|
|
OTOOL=''
|
|
PACKAGE='ipa-server'
|
|
PACKAGE_BUGREPORT='https://hosted.fedoraproject.org/projects/freeipa/newticket'
|
|
PACKAGE_NAME='ipa-server'
|
|
PACKAGE_STRING='ipa-server 4.3.1'
|
|
PACKAGE_TARNAME='ipa-server'
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION='4.3.1'
|
|
PATH_SEPARATOR=':'
|
|
RANLIB='ranlib'
|
|
SED='/usr/bin/sed'
|
|
SET_MAKE=''
|
|
SHELL='/bin/sh'
|
|
STRIP='strip'
|
|
VERSION='4.3.1'
|
|
ac_ct_AR='ar'
|
|
ac_ct_CC='gcc'
|
|
ac_ct_DUMPBIN=''
|
|
am__EXEEXT_FALSE=''
|
|
am__EXEEXT_TRUE='#'
|
|
am__fastdepCC_FALSE='#'
|
|
am__fastdepCC_TRUE=''
|
|
am__include='include'
|
|
am__isrc=''
|
|
am__leading_dot='.'
|
|
am__nodep='_no'
|
|
am__quote=''
|
|
am__tar='$${TAR-tar} chof - "$$tardir"'
|
|
am__untar='$${TAR-tar} xf -'
|
|
bindir='${exec_prefix}/bin'
|
|
build='x86_64-unknown-linux-gnu'
|
|
build_alias=''
|
|
build_cpu='x86_64'
|
|
build_os='linux-gnu'
|
|
build_vendor='unknown'
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
dvidir='${docdir}'
|
|
exec_prefix='${prefix}'
|
|
host='x86_64-unknown-linux-gnu'
|
|
host_alias=''
|
|
host_cpu='x86_64'
|
|
host_os='linux-gnu'
|
|
host_vendor='unknown'
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
install_sh='${SHELL} /home/pvoborni/dev/freeipa/freeipa/dist/freeipa-4.3.1/asn1/install-sh'
|
|
libdir='/usr/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='/var'
|
|
mandir='${datarootdir}/man'
|
|
mkdir_p='$(MKDIR_P)'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/usr'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='/var'
|
|
sysconfdir='/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME "ipa-server"
|
|
#define PACKAGE_TARNAME "ipa-server"
|
|
#define PACKAGE_VERSION "4.3.1"
|
|
#define PACKAGE_STRING "ipa-server 4.3.1"
|
|
#define PACKAGE_BUGREPORT "https://hosted.fedoraproject.org/projects/freeipa/newticket"
|
|
#define PACKAGE_URL ""
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_DLFCN_H 1
|
|
#define LT_OBJDIR ".libs/"
|
|
#define PACKAGE "ipa-server"
|
|
#define VERSION "4.3.1"
|
|
|
|
configure: exit 0
|