diff -u openldap-2.4.28/debian/changelog openldap-2.4.28/debian/changelog --- openldap-2.4.28/debian/changelog +++ openldap-2.4.28/debian/changelog @@ -1,3 +1,11 @@ +openldap (2.4.28-1.1+rpi1) unstable; urgency=low + + * Non-maintainer upload. + * Made change to get package to compile to work around bug described here: + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664930 + + -- Mike Thompson Sat, 28 Apr 2012 22:13:33 +0000 + openldap (2.4.28-1.1) unstable; urgency=low * Non-maintainer upload. diff -u openldap-2.4.28/debian/patches/series openldap-2.4.28/debian/patches/series --- openldap-2.4.28/debian/patches/series +++ openldap-2.4.28/debian/patches/series @@ -19,0 +20 @@ +fix-smbk5pwd only in patch2: unchanged: --- openldap-2.4.28.orig/debian/patches/fix-smbk5pwd +++ openldap-2.4.28/debian/patches/fix-smbk5pwd @@ -0,0 +1,11 @@ +--- a/contrib/slapd-modules/smbk5pwd/smbk5pwd.c ++++ b/contrib/slapd-modules/smbk5pwd/smbk5pwd.c +@@ -468,7 +468,7 @@ + } + + ret = hdb_generate_key_set_password(context, ent.principal, +- qpw->rs_new.bv_val, &ent.keys.val, &nkeys); ++ qpw->rs_new.bv_val, NULL, 0, &ent.keys.val, &nkeys); + ent.keys.len = nkeys; + hdb_seal_keys(context, db, &ent); + krb5_free_principal( context, ent.principal ); only in patch2: unchanged: --- openldap-2.4.28.orig/debian/.pc/.version +++ openldap-2.4.28/debian/.pc/.version @@ -0,0 +1 @@ +2 only in patch2: unchanged: --- openldap-2.4.28.orig/debian/.pc/.quilt_series +++ openldap-2.4.28/debian/.pc/.quilt_series @@ -0,0 +1 @@ +series only in patch2: unchanged: --- openldap-2.4.28.orig/debian/.pc/.quilt_patches +++ openldap-2.4.28/debian/.pc/.quilt_patches @@ -0,0 +1 @@ +patches only in patch2: unchanged: --- openldap-2.4.28.orig/debian/build/config.log +++ openldap-2.4.28/debian/build/config.log @@ -0,0 +1,2145 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by OpenLDAP configure , which was +generated by GNU Autoconf 2.68. Invocation command line was + + $ ../../configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/arm-linux-gnueabihf --libexecdir=${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --libexecdir=${prefix}/lib --sysconfdir=/etc --localstatedir=/var --mandir=${prefix}/share/man --enable-debug --enable-dynamic --enable-syslog --enable-proctitle --enable-ipv6 --enable-local --enable-slapd --enable-dynacl --enable-aci --enable-cleartext --enable-crypt --disable-lmpasswd --enable-spasswd --enable-modules --enable-rewrite --enable-rlookups --enable-slapi --enable-slp --enable-wrappers --enable-backends=mod --disable-ndb --enable-overlays=mod --with-subdir=ldap --with-cyrus-sasl --with-threads --with-tls=gnutls --with-odbc=unixodbc + +## --------- ## +## Platform. ## +## --------- ## + +hostname = build01.raspbian.lan +uname -m = armv7l +uname -r = 3.2.0-2-mx5 +uname -s = Linux +uname -v = #1 Sun Apr 15 19:59:08 UTC 2012 + +/usr/bin/uname -p = unknown +/bin/uname -X = unknown + +/bin/arch = unknown +/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/sbin +PATH: /usr/bin +PATH: /sbin +PATH: /bin +PATH: /usr/bin/X11 + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:2661: checking whether make sets $(MAKE) +configure:2683: result: yes +configure:2781: checking build system type +configure:2795: result: arm-unknown-linux-gnueabihf +configure:2815: checking host system type +configure:2828: result: arm-unknown-linux-gnueabihf +configure:2848: checking target system type +configure:2861: result: arm-unknown-linux-gnueabihf +configure:2937: checking configure arguments +configure:4544: result: done +configure:4716: checking for cc +configure:4732: found /usr/bin/cc +configure:4743: result: cc +configure:4766: checking for ar +configure:4782: found /usr/bin/ar +configure:4793: result: ar +configure:5164: checking how to print strings +configure:5191: result: printf +configure:5516: checking for C compiler version +configure:5525: cc --version >&5 +cc (Debian 4.6.3-1.1+rpi) 4.6.3 +Copyright (C) 2011 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:5536: $? = 0 +configure:5525: cc -v >&5 +Using built-in specs. +COLLECT_GCC=cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper +Target: arm-linux-gnueabihf +Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-1.1+rpi' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-float=hard --with-fpu=vfp --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf +Thread model: posix +gcc version 4.6.3 (Debian 4.6.3-1.1+rpi) +configure:5536: $? = 0 +configure:5525: cc -V >&5 +cc: error: unrecognized option '-V' +cc: fatal error: no input files +compilation terminated. +configure:5536: $? = 4 +configure:5525: cc -qversion >&5 +cc: error: unrecognized option '-qversion' +cc: fatal error: no input files +compilation terminated. +configure:5536: $? = 4 +configure:5556: checking whether the C compiler works +configure:5578: cc -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 +configure:5582: $? = 0 +configure:5630: result: yes +configure:5633: checking for C compiler default output file name +configure:5635: result: a.out +configure:5641: checking for suffix of executables +configure:5648: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 +configure:5652: $? = 0 +configure:5674: result: +configure:5696: checking whether we are cross compiling +configure:5704: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 +configure:5708: $? = 0 +configure:5715: ./conftest +configure:5719: $? = 0 +configure:5734: result: no +configure:5739: checking for suffix of object files +configure:5761: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:5765: $? = 0 +configure:5786: result: o +configure:5790: checking whether we are using the GNU C compiler +configure:5809: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:5809: $? = 0 +configure:5818: result: yes +configure:5827: checking whether cc accepts -g +configure:5847: cc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:5847: $? = 0 +configure:5888: result: yes +configure:5905: checking for cc option to accept ISO C89 +configure:5969: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:5969: $? = 0 +configure:5982: result: none needed +configure:6002: checking for a sed that does not truncate output +configure:6066: result: /bin/sed +configure:6084: checking for grep that handles long lines and -e +configure:6142: result: /bin/grep +configure:6147: checking for egrep +configure:6209: result: /bin/grep -E +configure:6214: checking for fgrep +configure:6276: result: /bin/grep -F +configure:6311: checking for ld used by cc +configure:6378: result: /usr/bin/ld +configure:6385: checking if the linker (/usr/bin/ld) is GNU ld +configure:6400: result: yes +configure:6412: checking for BSD- or MS-compatible name lister (nm) +configure:6461: result: /usr/bin/nm -B +configure:6591: checking the name lister (/usr/bin/nm -B) interface +configure:6598: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:6601: /usr/bin/nm -B "conftest.o" +configure:6604: output +00000000 B some_variable +configure:6611: result: BSD nm +configure:6614: checking whether ln -s works +configure:6618: result: yes +configure:6626: checking the maximum length of command line arguments +configure:6756: result: 805306365 +configure:6773: checking whether the shell understands some XSI constructs +configure:6783: result: yes +configure:6787: checking whether the shell understands "+=" +configure:6793: result: yes +configure:6828: checking how to convert arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format +configure:6868: result: func_convert_file_noop +configure:6875: checking how to convert arm-unknown-linux-gnueabihf file names to toolchain format +configure:6895: result: func_convert_file_noop +configure:6902: checking for /usr/bin/ld option to reload object files +configure:6909: result: -r +configure:6983: checking for objdump +configure:7010: result: objdump +configure:7039: checking how to recognize dependent libraries +configure:7241: result: pass_all +configure:7326: checking for dlltool +configure:7353: result: dlltool +configure:7383: checking how to associate runtime and link libraries +configure:7410: result: printf %s\n +configure:7535: checking for archiver @FILE support +configure:7552: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:7552: $? = 0 +configure:7555: ar cru libconftest.a @conftest.lst >&5 +configure:7558: $? = 0 +configure:7563: ar cru libconftest.a @conftest.lst >&5 +ar: conftest.o: No such file or directory +configure:7566: $? = 1 +configure:7578: result: @ +configure:7636: checking for strip +configure:7652: found /usr/bin/strip +configure:7663: result: strip +configure:7735: checking for ranlib +configure:7751: found /usr/bin/ranlib +configure:7762: result: ranlib +configure:7839: checking for gawk +configure:7855: found /usr/bin/gawk +configure:7866: result: gawk +configure:7906: checking command to parse /usr/bin/nm -B output from cc object +configure:8026: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:8029: $? = 0 +configure:8033: /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:8036: $? = 0 +configure:8102: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c conftstm.o >&5 +configure:8105: $? = 0 +configure:8143: result: ok +configure:8180: checking for sysroot +configure:8210: result: no +configure:8466: checking for mt +configure:8482: found /bin/mt +configure:8493: result: mt +configure:8516: checking if mt is a manifest tool +configure:8522: mt '-?' +configure:8530: result: no +configure:9172: checking how to run the C preprocessor +configure:9203: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:9203: $? = 0 +configure:9217: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory +compilation terminated. +configure:9217: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| /* end confdefs.h. */ +| #include +configure:9242: result: cc -E +configure:9262: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:9262: $? = 0 +configure:9276: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory +compilation terminated. +configure:9276: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| /* end confdefs.h. */ +| #include +configure:9305: checking for ANSI C header files +configure:9325: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9325: $? = 0 +configure:9398: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 +configure:9398: $? = 0 +configure:9398: ./conftest +configure:9398: $? = 0 +configure:9409: result: yes +configure:9422: checking for sys/types.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9422: checking for sys/stat.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9422: checking for stdlib.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9422: checking for string.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9422: checking for memory.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9422: checking for strings.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9422: checking for inttypes.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9422: checking for stdint.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9422: checking for unistd.h +configure:9422: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9422: $? = 0 +configure:9422: result: yes +configure:9436: checking for dlfcn.h +configure:9436: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:9436: $? = 0 +configure:9436: result: yes +configure:9578: checking for objdir +configure:9593: result: .libs +configure:9860: checking if cc supports -fno-rtti -fno-exceptions +configure:9878: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5 +cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] +configure:9882: $? = 0 +configure:9895: result: no +configure:10222: checking for cc option to produce PIC +configure:10229: result: -fPIC -DPIC +configure:10237: checking if cc PIC flag -fPIC -DPIC works +configure:10255: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5 +configure:10259: $? = 0 +configure:10272: result: yes +configure:10301: checking if cc static flag -static works +configure:10329: result: yes +configure:10344: checking if cc supports -c -o file.o +configure:10365: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5 +configure:10369: $? = 0 +configure:10391: result: yes +configure:10399: checking if cc supports -c -o file.o +configure:10446: result: yes +configure:10479: checking whether the cc linker (/usr/bin/ld) supports shared libraries +configure:11636: result: yes +configure:11673: checking whether -lc should be explicitly linked in +configure:11681: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:11684: $? = 0 +configure:11699: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 +configure:11702: $? = 0 +configure:11716: result: no +configure:11876: checking dynamic linker characteristics +configure:12387: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-rpath -Wl,/foo conftest.c >&5 +configure:12387: $? = 0 +configure:12621: result: GNU/Linux ld.so +configure:12728: checking how to hardcode library paths into programs +configure:12753: result: immediate +configure:12847: checking for shl_load +configure:12847: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 +/tmp/ccgUl3kr.o: In function `main': +/home/mike/builds/openldap/openldap-2.4.28/debian/build/conftest.c:62: undefined reference to `shl_load' +collect2: ld returned 1 exit status +configure:12847: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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/" +| /* end confdefs.h. */ +| /* Define shl_load to an innocuous variant, in case declares shl_load. +| For example, HP-UX 11i declares gettimeofday. */ +| #define shl_load innocuous_shl_load +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char shl_load (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef shl_load +| +| /* Override any GCC internal prototype to avoid an error. +| Use char because int might match the return type of a GCC +| builtin and then its argument prototype would still apply. */ +| #ifdef __cplusplus +| extern "C" +| #endif +| char shl_load (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_shl_load || defined __stub___shl_load +| choke me +| #endif +| +| int +| main () +| { +| return shl_load (); +| ; +| return 0; +| } +configure:12847: result: no +configure:12851: checking for shl_load in -ldld +configure:12876: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c -ldld >&5 +/usr/bin/ld: cannot find -ldld +collect2: ld returned 1 exit status +configure:12876: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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/" +| /* end confdefs.h. */ +| +| /* Override any GCC internal prototype to avoid an error. +| Use char because int might match the return type of a GCC +| builtin and then its argument prototype would still apply. */ +| #ifdef __cplusplus +| extern "C" +| #endif +| char shl_load (); +| int +| main () +| { +| return shl_load (); +| ; +| return 0; +| } +configure:12885: result: no +configure:12890: checking for dlopen +configure:12890: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 +/tmp/ccgXsJ6z.o: In function `main': +/home/mike/builds/openldap/openldap-2.4.28/debian/build/conftest.c:62: undefined reference to `dlopen' +collect2: ld returned 1 exit status +configure:12890: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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/" +| /* end confdefs.h. */ +| /* Define dlopen to an innocuous variant, in case declares dlopen. +| For example, HP-UX 11i declares gettimeofday. */ +| #define dlopen innocuous_dlopen +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char dlopen (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef dlopen +| +| /* Override any GCC internal prototype to avoid an error. +| Use char because int might match the return type of a GCC +| builtin and then its argument prototype would still apply. */ +| #ifdef __cplusplus +| extern "C" +| #endif +| char dlopen (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_dlopen || defined __stub___dlopen +| choke me +| #endif +| +| int +| main () +| { +| return dlopen (); +| ; +| return 0; +| } +configure:12890: result: no +configure:12894: checking for dlopen in -ldl +configure:12919: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c -ldl >&5 +configure:12919: $? = 0 +configure:12928: result: yes +configure:13047: checking whether a program can dlopen itself +configure:13127: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_DLFCN_H -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic conftest.c -ldl >&5 +configure:13130: $? = 0 +configure:13148: result: yes +configure:13153: checking whether a statically linked program can dlopen itself +configure:13233: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_DLFCN_H -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--export-dynamic -static conftest.c -ldl >&5 +/tmp/ccg1ozFf.o: In function `main': +/home/mike/builds/openldap/openldap-2.4.28/debian/build/configure:13212: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking +configure:13236: $? = 0 +configure:13254: result: no +configure:13293: checking whether stripping libraries is possible +configure:13298: result: yes +configure:13333: checking if libtool supports shared libraries +configure:13335: result: yes +configure:13338: checking whether to build shared libraries +configure:13359: result: yes +configure:13362: checking whether to build static libraries +configure:13366: result: yes +configure:13408: checking for perl +configure:13426: found /usr/bin/perl +configure:13439: result: /usr/bin/perl +configure:13471: checking how to run the C preprocessor +configure:13541: result: cc -E +configure:13561: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:13561: $? = 0 +configure:13575: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory +compilation terminated. +configure:13575: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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/" +| /* end confdefs.h. */ +| #include +configure:13603: checking whether we are using MS Visual C++ +configure:13616: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:30:36: fatal error: __FOO__/generate_error.h: No such file or directory +compilation terminated. +configure:13616: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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/" +| /* end confdefs.h. */ +| +| #ifndef _MSC_VER +| #include <__FOO__/generate_error.h> +| #endif +| +configure:13623: result: no +configure:13640: checking for be_app in -lbe +configure:13665: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c -lbe -lroot -lnet >&5 +/usr/bin/ld: cannot find -lbe +/usr/bin/ld: cannot find -lroot +/usr/bin/ld: cannot find -lnet +collect2: ld returned 1 exit status +configure:13665: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| /* end confdefs.h. */ +| +| /* Override any GCC internal prototype to avoid an error. +| Use char because int might match the return type of a GCC +| builtin and then its argument prototype would still apply. */ +| #ifdef __cplusplus +| extern "C" +| #endif +| char be_app (); +| int +| main () +| { +| return be_app (); +| ; +| return 0; +| } +configure:13674: result: no +configure:13987: checking for C compiler version +configure:13996: cc --version >&5 +cc (Debian 4.6.3-1.1+rpi) 4.6.3 +Copyright (C) 2011 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:14007: $? = 0 +configure:13996: cc -v >&5 +Using built-in specs. +COLLECT_GCC=cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper +Target: arm-linux-gnueabihf +Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-1.1+rpi' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv6 --with-float=hard --with-fpu=vfp --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf +Thread model: posix +gcc version 4.6.3 (Debian 4.6.3-1.1+rpi) +configure:14007: $? = 0 +configure:13996: cc -V >&5 +cc: error: unrecognized option '-V' +cc: fatal error: no input files +compilation terminated. +configure:14007: $? = 4 +configure:13996: cc -qversion >&5 +cc: error: unrecognized option '-qversion' +cc: fatal error: no input files +compilation terminated. +configure:14007: $? = 4 +configure:14011: checking whether we are using the GNU C compiler +configure:14039: result: yes +configure:14048: checking whether cc accepts -g +configure:14109: result: yes +configure:14126: checking for cc option to accept ISO C89 +configure:14203: result: none needed +configure:14233: checking for cc depend flag +configure:14245: cc -M conftest.c +configure:14248: $? = 0 +configure:14262: result: -M +configure:14283: checking for afopen in -ls +configure:14308: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c -ls >&5 +/usr/bin/ld: cannot find -ls +collect2: ld returned 1 exit status +configure:14308: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| /* end confdefs.h. */ +| +| /* Override any GCC internal prototype to avoid an error. +| Use char because int might match the return type of a GCC +| builtin and then its argument prototype would still apply. */ +| #ifdef __cplusplus +| extern "C" +| #endif +| char afopen (); +| int +| main () +| { +| return afopen (); +| ; +| return 0; +| } +configure:14317: result: no +configure:14343: checking ltdl.h usability +configure:14343: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14343: $? = 0 +configure:14343: result: yes +configure:14343: checking ltdl.h presence +configure:14343: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14343: $? = 0 +configure:14343: result: yes +configure:14343: checking for ltdl.h +configure:14343: result: yes +configure:14358: checking for lt_dlinit in -lltdl +configure:14383: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c -lltdl >&5 +configure:14383: $? = 0 +configure:14392: result: yes +configure:14430: checking for EBCDIC +configure:14444: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:33:38: fatal error: __ASCII__/generate_error.h: No such file or directory +compilation terminated. +configure:14444: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| /* end confdefs.h. */ +| +| #if !('M' == 0xd4) +| #include <__ASCII__/generate_error.h> +| #endif +| +configure:14451: result: no +configure:14459: checking for ANSI C header files +configure:14471: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14471: $? = 0 +configure:14535: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 +conftest.c: In function 'main': +conftest.c:41:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] +conftest.c:41:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] +configure:14535: $? = 0 +configure:14535: ./conftest +configure:14535: $? = 0 +configure:14546: result: yes +configure:14563: checking for dirent.h that defines DIR +configure:14582: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14582: $? = 0 +configure:14590: result: yes +configure:14603: checking for library containing opendir +configure:14634: cc -o conftest -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5 +configure:14634: $? = 0 +configure:14651: result: none required +configure:14718: checking for sys/wait.h that is POSIX.1 compatible +configure:14744: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14744: $? = 0 +configure:14751: result: yes +configure:14759: checking whether termios.h defines TIOCGWINSZ +configure:14782: result: no +configure:14786: checking whether sys/ioctl.h defines TIOCGWINSZ +configure:14809: result: yes +configure:14871: checking arpa/inet.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking arpa/inet.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for arpa/inet.h +configure:14871: result: yes +configure:14871: checking arpa/nameser.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking arpa/nameser.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for arpa/nameser.h +configure:14871: result: yes +configure:14871: checking assert.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking assert.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for assert.h +configure:14871: result: yes +configure:14871: checking bits/types.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking bits/types.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for bits/types.h +configure:14871: result: yes +configure:14871: checking conio.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +conftest.c:72:19: fatal error: conio.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:14871: result: no +configure:14871: checking conio.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:39:19: fatal error: conio.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| /* end confdefs.h. */ +| #include +configure:14871: result: no +configure:14871: checking for conio.h +configure:14871: result: no +configure:14871: checking crypt.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking crypt.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for crypt.h +configure:14871: result: yes +configure:14871: checking direct.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +conftest.c:73:20: fatal error: direct.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:14871: result: no +configure:14871: checking direct.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:40:20: fatal error: direct.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| /* end confdefs.h. */ +| #include +configure:14871: result: no +configure:14871: checking for direct.h +configure:14871: result: no +configure:14871: checking errno.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking errno.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for errno.h +configure:14871: result: yes +configure:14871: checking fcntl.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking fcntl.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for fcntl.h +configure:14871: result: yes +configure:14871: checking filio.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +conftest.c:75:19: fatal error: filio.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:14871: result: no +configure:14871: checking filio.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:42:19: fatal error: filio.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| /* end confdefs.h. */ +| #include +configure:14871: result: no +configure:14871: checking for filio.h +configure:14871: result: no +configure:14871: checking getopt.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking getopt.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for getopt.h +configure:14871: result: yes +configure:14871: checking grp.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking grp.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for grp.h +configure:14871: result: yes +configure:14871: checking io.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +conftest.c:77:16: fatal error: io.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_GRP_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:14871: result: no +configure:14871: checking io.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:44:16: fatal error: io.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_GRP_H 1 +| /* end confdefs.h. */ +| #include +configure:14871: result: no +configure:14871: checking for io.h +configure:14871: result: no +configure:14871: checking libutil.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +conftest.c:77:21: fatal error: libutil.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_GRP_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:14871: result: no +configure:14871: checking libutil.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:44:21: fatal error: libutil.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_GRP_H 1 +| /* end confdefs.h. */ +| #include +configure:14871: result: no +configure:14871: checking for libutil.h +configure:14871: result: no +configure:14871: checking limits.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking limits.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for limits.h +configure:14871: result: yes +configure:14871: checking locale.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking locale.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for locale.h +configure:14871: result: yes +configure:14871: checking malloc.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking malloc.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for malloc.h +configure:14871: result: yes +configure:14871: checking for memory.h +configure:14871: result: yes +configure:14871: checking psap.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +conftest.c:81:18: fatal error: psap.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_LOCALE_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| #include +configure:14871: result: no +configure:14871: checking psap.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +conftest.c:48:18: fatal error: psap.h: No such file or directory +compilation terminated. +configure:14871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "OpenLDAP" +| #define PACKAGE_TARNAME "openldap" +| #define PACKAGE_VERSION "$OL_VERSION" +| #define PACKAGE_STRING "OpenLDAP $OL_VERSION" +| #define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +| #define PACKAGE_URL "" +| #define OPENLDAP_PACKAGE "" +| #define OPENLDAP_VERSION "" +| #define LDAP_VENDOR_VERSION 20428 +| #define LDAP_VENDOR_VERSION_MAJOR 2 +| #define LDAP_VENDOR_VERSION_MINOR 4 +| #define LDAP_VENDOR_VERSION_PATCH 28 +| #define HAVE_MKVERSION 1 +| #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 EXEEXT "" +| #define HAVE_LTDL_H 1 +| #define HAVE_LIBLTDL 1 +| #define STDC_HEADERS 1 +| #define HAVE_DIRENT_H 1 +| #define HAVE_SYS_WAIT_H 1 +| #define GWINSZ_IN_SYS_IOCTL 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_ARPA_NAMESER_H 1 +| #define HAVE_ASSERT_H 1 +| #define HAVE_BITS_TYPES_H 1 +| #define HAVE_CRYPT_H 1 +| #define HAVE_ERRNO_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_GRP_H 1 +| #define HAVE_LIMITS_H 1 +| #define HAVE_LOCALE_H 1 +| #define HAVE_MALLOC_H 1 +| #define HAVE_MEMORY_H 1 +| /* end confdefs.h. */ +| #include +configure:14871: result: no +configure:14871: checking for psap.h +configure:14871: result: no +configure:14871: checking pwd.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking pwd.h presence +configure:14871: cc -E -D_FORTIFY_SOURCE=2 conftest.c +configure:14871: $? = 0 +configure:14871: result: yes +configure:14871: checking for pwd.h +configure:14871: result: yes +configure:14871: checking process.h usability +configure:14871: cc -c -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 conftest.c >&5 + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_build=arm-unknown-linux-gnueabihf +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 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE' +ac_cv_env_CPPFLAGS_set=set +ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2 +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_LDFLAGS_set=set +ac_cv_env_LDFLAGS_value='-fPIE -pie -Wl,-z,relro -Wl,-z,now' +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_value= +ac_cv_env_build_alias_set=set +ac_cv_env_build_alias_value=arm-linux-gnueabihf +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_func_dlopen=no +ac_cv_func_shl_load=no +ac_cv_header_arpa_inet_h=yes +ac_cv_header_arpa_nameser_h=yes +ac_cv_header_assert_h=yes +ac_cv_header_bits_types_h=yes +ac_cv_header_conio_h=no +ac_cv_header_crypt_h=yes +ac_cv_header_direct_h=no +ac_cv_header_dirent_dirent_h=yes +ac_cv_header_dlfcn_h=yes +ac_cv_header_errno_h=yes +ac_cv_header_fcntl_h=yes +ac_cv_header_filio_h=no +ac_cv_header_getopt_h=yes +ac_cv_header_grp_h=yes +ac_cv_header_inttypes_h=yes +ac_cv_header_io_h=no +ac_cv_header_libutil_h=no +ac_cv_header_limits_h=yes +ac_cv_header_locale_h=yes +ac_cv_header_ltdl_h=yes +ac_cv_header_malloc_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_psap_h=no +ac_cv_header_pwd_h=yes +ac_cv_header_stdc=disable +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_sys_wait_h=yes +ac_cv_header_unistd_h=yes +ac_cv_host=arm-unknown-linux-gnueabihf +ac_cv_lib_be_be_app=no +ac_cv_lib_dl_dlopen=yes +ac_cv_lib_dld_shl_load=no +ac_cv_lib_ltdl_lt_dlinit=yes +ac_cv_lib_s_afopen=no +ac_cv_objext=o +ac_cv_path_EGREP='/bin/grep -E' +ac_cv_path_FGREP='/bin/grep -F' +ac_cv_path_GREP=/bin/grep +ac_cv_path_PERLBIN=/usr/bin/perl +ac_cv_path_SED=/bin/sed +ac_cv_prog_AR=ar +ac_cv_prog_AWK=gawk +ac_cv_prog_CC=cc +ac_cv_prog_CPP='cc -E' +ac_cv_prog_ac_ct_DLLTOOL=dlltool +ac_cv_prog_ac_ct_MANIFEST_TOOL=mt +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_g=yes +ac_cv_prog_make_make_set=yes +ac_cv_search_opendir='none required' +ac_cv_shtool=../../build/shtool +ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes +ac_cv_sys_tiocgwinsz_in_termios_h=no +ac_cv_target=arm-unknown-linux-gnueabihf +lt_cv_ar_at_file=@ +lt_cv_archive_cmds_need_lc=no +lt_cv_deplibs_check_method=pass_all +lt_cv_dlopen=dlopen +lt_cv_dlopen_libs=-ldl +lt_cv_dlopen_self=yes +lt_cv_dlopen_self_static=no +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=yes +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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' +lt_cv_sys_max_cmd_len=805306365 +lt_cv_to_host_file_cmd=func_convert_file_noop +lt_cv_to_tool_file_cmd=func_convert_file_noop +ol_cv_cpp_ebcdic=no +ol_cv_header_stdc=yes +ol_cv_mkdep=-M +ol_cv_msvc=no + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +AR='ar' +AS='as' +AUTH_LIBS='' +AWK='gawk' +BDB_LIBS='' +BUILD_ACCESSLOG='no' +BUILD_AUDITLOG='no' +BUILD_BDB='no' +BUILD_COLLECT='' +BUILD_CONSTRAINT='no' +BUILD_DDS='no' +BUILD_DENYOP='no' +BUILD_DEREF='no' +BUILD_DNSSRV='no' +BUILD_DYNGROUP='no' +BUILD_DYNLIST='no' +BUILD_HDB='no' +BUILD_LASTMOD='no' +BUILD_LDAP='no' +BUILD_LIBS_DYNAMIC='' +BUILD_MDB='no' +BUILD_MEMBEROF='no' +BUILD_META='no' +BUILD_MONITOR='no' +BUILD_NDB='no' +BUILD_NULL='no' +BUILD_PASSWD='no' +BUILD_PERL='no' +BUILD_PPOLICY='no' +BUILD_PROXYCACHE='no' +BUILD_REFINT='no' +BUILD_RELAY='no' +BUILD_RETCODE='no' +BUILD_RWM='no' +BUILD_SEQMOD='no' +BUILD_SHELL='no' +BUILD_SLAPD='no' +BUILD_SLAPI='no' +BUILD_SOCK='no' +BUILD_SQL='no' +BUILD_SSSVLV='no' +BUILD_SYNCPROV='no' +BUILD_THREAD='no' +BUILD_TRANSLUCENT='no' +BUILD_UNIQUE='no' +BUILD_VALSORT='no' +CC='cc' +CFLAGS='-g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE' +CPP='cc -E' +CPPFLAGS='-D_FORTIFY_SOURCE=2' +DEFS='' +DLLTOOL='dlltool' +DSYMUTIL='' +DUMPBIN='' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='/bin/grep -E' +EXEEXT='' +FGREP='/bin/grep -F' +GREP='/bin/grep' +ICU_LIBS='' +KRB4_LIBS='' +KRB5_LIBS='' +LD='/usr/bin/ld' +LDAP_LIBS='' +LDFLAGS='-fPIE -pie -Wl,-z,relro -Wl,-z,now' +LIBOBJS='' +LIBS='' +LIBSLAPI='' +LIBSRCS='' +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +LIPO='' +LN_S='ln -s' +LTHREAD_LIBS='' +LTLIBOBJS='' +LTSTATIC='' +LUTIL_LIBS='' +MANIFEST_TOOL=':' +MODULES_LIBS='-lltdl' +MOD_PERL_LDFLAGS='-Wl,-E -fstack-protector -L/usr/local/lib -L/usr/lib/perl/5.14/CORE -lperl -ldl -lm -lpthread -lcrypt' +MYSQL='' +NM='/usr/bin/nm -B' +NMEDIT='' +OBJDUMP='objdump' +OBJEXT='o' +OL_MKDEP='cc' +OL_MKDEP_FLAGS='-M' +OPENLDAP_LIBRELEASE='2.4' +OPENLDAP_LIBVERSION='10:1:8' +OPENLDAP_RELEASE_DATE='2011/11/24' +OTOOL64='' +OTOOL='' +PACKAGE='' +PACKAGE_BUGREPORT='http://www.openldap.org/its/' +PACKAGE_NAME='OpenLDAP' +PACKAGE_STRING='OpenLDAP $OL_VERSION' +PACKAGE_TARNAME='openldap' +PACKAGE_URL='' +PACKAGE_VERSION='$OL_VERSION' +PATH_SEPARATOR=':' +PERLBIN='/usr/bin/perl' +PERL_CPPFLAGS=' -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.14/CORE ' +PLAT='' +RANLIB='ranlib' +SASL_LIBS='' +SED='/bin/sed' +SET_MAKE='' +SHELL='/bin/bash' +SLAPD_DYNAMIC_BACKENDS='' +SLAPD_DYNAMIC_OVERLAYS='' +SLAPD_GMP_LIBS='' +SLAPD_LIBS='' +SLAPD_MODULES_CPPFLAGS='' +SLAPD_MODULES_LDFLAGS='' +SLAPD_NDB_INCS='' +SLAPD_NDB_LIBS='' +SLAPD_NO_STATIC='' +SLAPD_PERL_LDFLAGS='' +SLAPD_SLAPI_DEPEND='' +SLAPD_SLP_LIBS='' +SLAPD_SQL_INCLUDES='' +SLAPD_SQL_LDFLAGS='' +SLAPD_SQL_LIBS='' +SLAPD_STATIC_BACKENDS='back-ldif' +SLAPD_STATIC_OVERLAYS='' +SLAPI_LIBS='' +STRIP='strip' +TLS_LIBS='' +VERSION='' +VERSION_OPTION='' +WITH_ACI_ENABLED='' +WITH_MODULES_ENABLED='yes' +WITH_SASL='' +WITH_TLS='' +WRAP_LIBS='' +ac_ct_AR='' +ac_ct_CC='' +ac_ct_DUMPBIN='' +bindir='${exec_prefix}/bin' +build='arm-unknown-linux-gnueabihf' +build_alias='arm-linux-gnueabihf' +build_cpu='arm' +build_os='linux-gnueabihf' +build_vendor='unknown' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +dvidir='${docdir}' +exec_prefix='NONE' +host='arm-unknown-linux-gnueabihf' +host_alias='' +host_cpu='arm' +host_os='linux-gnueabihf' +host_vendor='unknown' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${prefix}/share/info' +ldap_subdir='/ldap' +libdir='${prefix}/lib/arm-linux-gnueabihf' +libexecdir='${prefix}/lib' +localedir='${datarootdir}/locale' +localstatedir='/var' +mandir='${prefix}/share/man' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/usr' +program_transform_name='s,x,x,' +psdir='${docdir}' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='/etc' +target='arm-unknown-linux-gnueabihf' +target_alias='' +target_cpu='arm' +target_os='linux-gnueabihf' +target_vendor='unknown' +top_builddir='/home/mike/builds/openldap/openldap-2.4.28/debian/build' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +/* confdefs.h */ +#define PACKAGE_NAME "OpenLDAP" +#define PACKAGE_TARNAME "openldap" +#define PACKAGE_VERSION "$OL_VERSION" +#define PACKAGE_STRING "OpenLDAP $OL_VERSION" +#define PACKAGE_BUGREPORT "http://www.openldap.org/its/" +#define PACKAGE_URL "" +#define OPENLDAP_PACKAGE "" +#define OPENLDAP_VERSION "" +#define LDAP_VENDOR_VERSION 20428 +#define LDAP_VENDOR_VERSION_MAJOR 2 +#define LDAP_VENDOR_VERSION_MINOR 4 +#define LDAP_VENDOR_VERSION_PATCH 28 +#define HAVE_MKVERSION 1 +#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 EXEEXT "" +#define HAVE_LTDL_H 1 +#define HAVE_LIBLTDL 1 +#define STDC_HEADERS 1 +#define HAVE_DIRENT_H 1 +#define HAVE_SYS_WAIT_H 1 +#define GWINSZ_IN_SYS_IOCTL 1 +#define HAVE_ARPA_INET_H 1 +#define HAVE_ARPA_NAMESER_H 1 +#define HAVE_ASSERT_H 1 +#define HAVE_BITS_TYPES_H 1 +#define HAVE_CRYPT_H 1 +#define HAVE_ERRNO_H 1 +#define HAVE_FCNTL_H 1 +#define HAVE_GETOPT_H 1 +#define HAVE_GRP_H 1 +#define HAVE_LIMITS_H 1 +#define HAVE_LOCALE_H 1 +#define HAVE_MALLOC_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_PWD_H 1 + +configure: caught signal 2 +configure: exit 1