This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by cryptsetup configure 1.1.2, which was generated by GNU Autoconf 2.65. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --sbindir=/sbin --enable-shared --enable-static --libdir=/usr/lib64 --enable-nls --enable-selinux ## --------- ## ## Platform. ## ## --------- ## hostname = linuxkiste uname -m = x86_64 uname -r = 2.6.35.7 uname -s = Linux uname -v = #7 SMP PREEMPT Tue Oct 5 06:08:28 CEST 2010 /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz /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/lib/ccache/bin PATH: /usr/lib64/portage/bin/ebuild-helpers PATH: /usr/lib/ccache/bin PATH: /usr/lib/icecc/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 PATH: /usr/lib64/subversion/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2263: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | if [[ ${CHOST} != "" ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2403: checking for a BSD-compatible install configure:2471: result: /usr/bin/install -c configure:2482: checking whether build environment is sane configure:2532: result: yes configure:2673: checking for a thread-safe mkdir -p configure:2712: result: /bin/mkdir -p configure:2725: checking for gawk configure:2741: found /usr/bin/gawk configure:2752: result: gawk configure:2763: checking whether make sets $(MAKE) configure:2785: result: yes configure:2875: checking build system type configure:2889: result: x86_64-pc-linux-gnu configure:2909: checking host system type configure:2922: result: x86_64-pc-linux-gnu configure:2954: checking for style of include used by make configure:2982: result: GNU configure:3012: checking for x86_64-pc-linux-gnu-gcc configure:3028: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc configure:3039: result: x86_64-pc-linux-gnu-gcc configure:3308: checking for C compiler version configure:3317: x86_64-pc-linux-gnu-gcc --version >&5 gcc (Gentoo Hardened 4.3.4 p1.1, pie-10.1.5) 4.3.4 Copyright (C) 2008 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:3328: $? = 0 configure:3317: x86_64-pc-linux-gnu-gcc -v >&5 Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/specs Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-checking=release --disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.3.4 p1.1, pie-10.1.5' Thread model: posix gcc version 4.3.4 (Gentoo Hardened 4.3.4 p1.1, pie-10.1.5) configure:3328: $? = 0 configure:3317: x86_64-pc-linux-gnu-gcc -V >&5 gcc: '-V' option must have argument configure:3328: $? = 1 configure:3317: x86_64-pc-linux-gnu-gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3328: $? = 1 configure:3348: checking whether the C compiler works configure:3370: x86_64-pc-linux-gnu-gcc -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3374: $? = 0 configure:3423: result: yes configure:3426: checking for C compiler default output file name configure:3428: result: a.out configure:3434: checking for suffix of executables configure:3441: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3445: $? = 0 configure:3467: result: configure:3489: checking whether we are cross compiling configure:3497: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3501: $? = 0 configure:3508: ./conftest configure:3512: $? = 0 configure:3527: result: no configure:3532: checking for suffix of object files configure:3554: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:3558: $? = 0 configure:3579: result: o configure:3583: checking whether we are using the GNU C compiler configure:3602: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:3602: $? = 0 configure:3611: result: yes configure:3620: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3640: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3640: $? = 0 configure:3681: result: yes configure:3698: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3762: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:3762: $? = 0 configure:3775: result: none needed configure:3797: checking dependency style of x86_64-pc-linux-gnu-gcc configure:3907: result: gcc3 configure:3928: checking how to run the C preprocessor configure:3959: x86_64-pc-linux-gnu-gcc -E conftest.c configure:3959: $? = 0 configure:3973: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:3973: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | /* end confdefs.h. */ | #include configure:3998: result: x86_64-pc-linux-gnu-gcc -E configure:4018: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4018: $? = 0 configure:4032: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:4032: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | /* end confdefs.h. */ | #include configure:4061: checking for grep that handles long lines and -e configure:4119: result: /bin/grep configure:4124: checking for egrep configure:4186: result: /bin/grep -E configure:4191: checking for ANSI C header files configure:4211: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4211: $? = 0 configure:4284: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4284: $? = 0 configure:4284: ./conftest configure:4284: $? = 0 configure:4295: result: yes configure:4308: checking for sys/types.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for sys/stat.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for stdlib.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for string.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for memory.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for strings.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for inttypes.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for stdint.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4308: checking for unistd.h configure:4308: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4308: $? = 0 configure:4308: result: yes configure:4322: checking minix/config.h usability configure:4322: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 conftest.c:54:26: error: minix/config.h: No such file or directory configure:4322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 | /* 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:4322: result: no configure:4322: checking minix/config.h presence configure:4322: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:21:26: error: minix/config.h: No such file or directory configure:4322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 | /* end confdefs.h. */ | #include configure:4322: result: no configure:4322: checking for minix/config.h configure:4322: result: no configure:4343: checking whether it is safe to define __EXTENSIONS__ configure:4361: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:4361: $? = 0 configure:4368: result: yes configure:4391: checking for x86_64-pc-linux-gnu-gcc configure:4418: result: x86_64-pc-linux-gnu-gcc configure:4687: checking for C compiler version configure:4696: x86_64-pc-linux-gnu-gcc --version >&5 gcc (Gentoo Hardened 4.3.4 p1.1, pie-10.1.5) 4.3.4 Copyright (C) 2008 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:4707: $? = 0 configure:4696: x86_64-pc-linux-gnu-gcc -v >&5 Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/specs Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-checking=release --disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.3.4 p1.1, pie-10.1.5' Thread model: posix gcc version 4.3.4 (Gentoo Hardened 4.3.4 p1.1, pie-10.1.5) configure:4707: $? = 0 configure:4696: x86_64-pc-linux-gnu-gcc -V >&5 gcc: '-V' option must have argument configure:4707: $? = 1 configure:4696: x86_64-pc-linux-gnu-gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:4707: $? = 1 configure:4711: checking whether we are using the GNU C compiler configure:4739: result: yes configure:4748: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4809: result: yes configure:4826: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4903: result: none needed configure:4925: checking dependency style of x86_64-pc-linux-gnu-gcc configure:5035: result: gcc3 configure:5051: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together configure:5082: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:5086: $? = 0 configure:5092: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:5096: $? = 0 configure:5107: cc -c conftest.c >&5 configure:5111: $? = 0 configure:5119: cc -c conftest.c -o conftest2.o >&5 configure:5123: $? = 0 configure:5129: cc -c conftest.c -o conftest2.o >&5 configure:5133: $? = 0 configure:5151: result: yes configure:5181: checking how to run the C preprocessor configure:5251: result: x86_64-pc-linux-gnu-gcc -E configure:5271: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5271: $? = 0 configure:5285: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:26:28: error: ac_nonexistent.h: No such file or directory configure:5285: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include configure:5314: checking whether make sets $(MAKE) configure:5336: result: yes configure:5422: checking how to print strings configure:5449: result: printf configure:5470: checking for a sed that does not truncate output configure:5534: result: /bin/sed configure:5552: checking for fgrep configure:5614: result: /bin/grep -F configure:5649: checking for ld used by x86_64-pc-linux-gnu-gcc configure:5716: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:5723: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:5738: result: yes configure:5750: checking for BSD- or MS-compatible name lister (nm) configure:5799: result: /usr/bin/nm -B configure:5929: checking the name lister (/usr/bin/nm -B) interface configure:5936: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:5939: /usr/bin/nm -B "conftest.o" configure:5942: output 0000000000000000 B some_variable configure:5949: result: BSD nm configure:5952: checking whether ln -s works configure:5956: result: yes configure:5964: checking the maximum length of command line arguments configure:6089: result: 1572864 configure:6106: checking whether the shell understands some XSI constructs configure:6116: result: yes configure:6120: checking whether the shell understands "+=" configure:6126: result: yes configure:6161: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:6168: result: -r configure:6197: checking for x86_64-pc-linux-gnu-objdump configure:6213: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:6224: result: x86_64-pc-linux-gnu-objdump configure:6296: checking how to recognize dependent libraries configure:6498: result: pass_all configure:6518: checking for x86_64-pc-linux-gnu-ar configure:6534: found /usr/bin/x86_64-pc-linux-gnu-ar configure:6545: result: x86_64-pc-linux-gnu-ar configure:6623: checking for x86_64-pc-linux-gnu-strip configure:6639: found /usr/bin/x86_64-pc-linux-gnu-strip configure:6650: result: x86_64-pc-linux-gnu-strip configure:6722: checking for x86_64-pc-linux-gnu-ranlib configure:6738: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:6749: result: x86_64-pc-linux-gnu-ranlib configure:6891: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object configure:7009: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:7012: $? = 0 configure:7016: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7019: $? = 0 configure:7073: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:7076: $? = 0 configure:7114: result: ok configure:7209: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:7212: $? = 0 configure:7951: checking for dlfcn.h configure:7951: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:7951: $? = 0 configure:7951: result: yes configure:8108: checking for objdir configure:8123: result: .libs configure:8394: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:8412: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8416: $? = 0 configure:8429: result: no configure:8449: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:8734: result: -fPIC -DPIC configure:8746: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:8764: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:8768: $? = 0 configure:8781: result: yes configure:8805: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:8833: result: yes configure:8848: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8869: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe -o out/conftest2.o conftest.c >&5 configure:8873: $? = 0 configure:8895: result: yes configure:8903: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8950: result: yes configure:8983: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:10058: result: yes configure:10095: checking whether -lc should be explicitly linked in configure:10103: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:10106: $? = 0 configure:10121: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10124: $? = 0 configure:10138: result: no configure:10303: checking dynamic linker characteristics configure:10771: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10771: $? = 0 configure:10993: result: GNU/Linux ld.so configure:11100: checking how to hardcode library paths into programs configure:11125: result: immediate configure:11665: checking whether stripping libraries is possible configure:11670: result: yes configure:11705: checking if libtool supports shared libraries configure:11707: result: yes configure:11710: checking whether to build shared libraries configure:11731: result: yes configure:11734: checking whether to build static libraries configure:11738: result: yes configure:11777: checking for dirent.h that defines DIR configure:11796: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:11796: $? = 0 configure:11804: result: yes configure:11818: checking for library containing opendir configure:11849: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:11849: $? = 0 configure:11866: result: none required configure:11933: checking for ANSI C header files configure:12037: result: yes configure:12049: checking fcntl.h usability configure:12049: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking fcntl.h presence configure:12049: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking for fcntl.h configure:12049: result: yes configure:12049: checking malloc.h usability configure:12049: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking malloc.h presence configure:12049: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking for malloc.h configure:12049: result: yes configure:12049: checking for inttypes.h configure:12049: result: yes configure:12049: checking sys/ioctl.h usability configure:12049: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking sys/ioctl.h presence configure:12049: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking for sys/ioctl.h configure:12049: result: yes configure:12049: checking sys/mman.h usability configure:12049: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking sys/mman.h presence configure:12049: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking for sys/mman.h configure:12049: result: yes configure:12049: checking ctype.h usability configure:12049: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking ctype.h presence configure:12049: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking for ctype.h configure:12049: result: yes configure:12049: checking for unistd.h configure:12049: result: yes configure:12049: checking locale.h usability configure:12049: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking locale.h presence configure:12049: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12049: $? = 0 configure:12049: result: yes configure:12049: checking for locale.h configure:12049: result: yes configure:12063: checking uuid/uuid.h usability configure:12063: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12063: $? = 0 configure:12063: result: yes configure:12063: checking uuid/uuid.h presence configure:12063: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12063: $? = 0 configure:12063: result: yes configure:12063: checking for uuid/uuid.h configure:12063: result: yes configure:12075: checking libdevmapper.h usability configure:12075: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12075: $? = 0 configure:12075: result: yes configure:12075: checking libdevmapper.h presence configure:12075: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12075: $? = 0 configure:12075: result: yes configure:12075: checking for libdevmapper.h configure:12075: result: yes configure:12085: checking for uuid_clear in -luuid configure:12110: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -luuid >&5 configure:12110: $? = 0 configure:12119: result: yes configure:12153: checking for libgcrypt-config configure:12171: found /usr/bin/libgcrypt-config configure:12184: result: /usr/bin/libgcrypt-config configure:12201: checking for LIBGCRYPT - version >= 1.1.42 configure:12235: result: yes (1.4.6) configure:12275: checking for posix_memalign configure:12275: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12275: $? = 0 configure:12275: result: yes configure:12285: checking for an ANSI C-conforming const configure:12350: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12350: $? = 0 configure:12357: result: yes configure:12365: checking whether byte ordering is bigendian configure:12380: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 conftest.c:42: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:12380: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UUID_UUID_H 1 | #define HAVE_LIBUUID 1 | #define HAVE_POSIX_MEMALIGN 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:12425: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12425: $? = 0 configure:12443: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:48: error: 'not' undeclared (first use in this function) conftest.c:48: error: (Each undeclared identifier is reported only once conftest.c:48: error: for each function it appears in.) conftest.c:48: error: expected ';' before 'big' configure:12443: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UUID_UUID_H 1 | #define HAVE_LIBUUID 1 | #define HAVE_POSIX_MEMALIGN 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:12571: result: no configure:12589: checking for off_t configure:12589: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12589: $? = 0 configure:12589: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:77: error: expected expression before ')' token configure:12589: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UUID_UUID_H 1 | #define HAVE_LIBUUID 1 | #define HAVE_POSIX_MEMALIGN 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 | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:12589: result: yes configure:12600: checking for struct stat.st_rdev configure:12600: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12600: $? = 0 configure:12600: result: yes configure:12620: checking for special C compiler options needed for large files configure:12665: result: no configure:12671: checking for _FILE_OFFSET_BITS value needed for large files configure:12696: x86_64-pc-linux-gnu-gcc -c -O2 -march=core2 -pipe conftest.c >&5 configure:12696: $? = 0 configure:12728: result: no configure:12813: checking whether x86_64-pc-linux-gnu-gcc needs -traditional configure:12847: result: no configure:12857: checking whether NLS is requested configure:12866: result: yes configure:12904: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:12936: result: /usr/bin/msgfmt configure:12945: checking for gmsgfmt configure:12963: found /usr/bin/gmsgfmt configure:12976: result: /usr/bin/gmsgfmt configure:13027: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C configure:13059: result: /usr/bin/xgettext configure:13105: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:13136: result: /usr/bin/msgmerge configure:13190: checking for ld used by GCC configure:13254: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 configure:13261: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld configure:13274: result: yes configure:13281: checking for shared library run path origin configure:13294: result: done configure:13730: checking for CFPreferencesCopyAppValue configure:13748: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:43:42: error: CoreFoundation/CFPreferences.h: No such file or directory conftest.c: In function 'main': conftest.c:47: error: 'NULL' undeclared (first use in this function) conftest.c:47: error: (Each undeclared identifier is reported only once conftest.c:47: error: for each function it appears in.) configure:13748: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UUID_UUID_H 1 | #define HAVE_LIBUUID 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:13757: result: no configure:13764: checking for CFLocaleCopyCurrent configure:13782: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:43:37: error: CoreFoundation/CFLocale.h: No such file or directory configure:13782: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UUID_UUID_H 1 | #define HAVE_LIBUUID 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:13791: result: no configure:13820: checking for GNU gettext in libc configure:13839: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13839: $? = 0 configure:13847: result: yes configure:14436: checking whether to use NLS configure:14438: result: yes configure:14441: checking where the gettext function comes from configure:14452: result: libc configure:14513: checking for poptConfigFileToString in -lpopt configure:14538: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpopt >&5 configure:14538: $? = 0 configure:14547: result: yes configure:14596: pkg-config --exists --print-errors devmapper configure:14599: $? = 0 configure:14611: checking for x86_64-pc-linux-gnu-pkg-config configure:14644: result: no configure:14654: checking for pkg-config configure:14672: found /usr/bin/pkg-config configure:14684: result: /usr/bin/pkg-config configure:14709: checking pkg-config is at least version 0.9.0 configure:14712: result: yes configure:14725: checking for DEVMAPPER configure:14732: $PKG_CONFIG --exists --print-errors "devmapper >= 1.02.03" configure:14735: $? = 0 configure:14748: $PKG_CONFIG --exists --print-errors "devmapper >= 1.02.03" configure:14751: $? = 0 configure:14808: result: yes configure:14913: checking for dm_task_set_cookie configure:14913: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 /var/tmp/portage/sys-fs/cryptsetup-1.1.2/temp/cc6V0k39.o: In function `main': conftest.c:(.text+0x7): undefined reference to `dm_task_set_cookie' collect2: ld returned 1 exit status configure:14913: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UUID_UUID_H 1 | #define HAVE_LIBUUID 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LIBPOPT 1 | /* end confdefs.h. */ | /* Define dm_task_set_cookie to an innocuous variant, in case declares dm_task_set_cookie. | For example, HP-UX 11i declares gettimeofday. */ | #define dm_task_set_cookie innocuous_dm_task_set_cookie | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dm_task_set_cookie (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dm_task_set_cookie | | /* 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 dm_task_set_cookie (); | /* 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_dm_task_set_cookie || defined __stub___dm_task_set_cookie | choke me | #endif | | int | main () | { | return dm_task_set_cookie (); | ; | return 0; | } configure:14913: result: no configure:14926: WARNING: The device-mapper library on your system has no udev support, udev support disabled. configure:14937: checking for sepol_bool_set in -lsepol configure:14962: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lsepol >&5 configure:14962: $? = 0 configure:14971: result: yes configure:14982: checking for is_selinux_enabled in -lselinux configure:15007: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lselinux -lsepol >&5 configure:15007: $? = 0 configure:15016: result: yes configure:15032: checking for library containing pthread_mutex_lock configure:15063: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lselinux -lsepol -static >&5 /var/tmp/portage/sys-fs/cryptsetup-1.1.2/temp/ccg5oolo.o: In function `main': conftest.c:(.text+0x7): undefined reference to `pthread_mutex_lock' /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/libgcc_eh.a(unwind-dw2-fde-glibc.o): In function `__register_frame_info_bases': (.text+0x42): undefined reference to `pthread_mutex_lock' /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/libgcc_eh.a(unwind-dw2-fde-glibc.o): In function `__register_frame_info_table_bases': (.text+0xdb): undefined reference to `pthread_mutex_lock' /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/libgcc_eh.a(unwind-dw2-fde-glibc.o): In function `_Unwind_Find_FDE': (.text+0x1816): undefined reference to `pthread_mutex_lock' /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/libgcc_eh.a(unwind-dw2-fde-glibc.o): In function `__deregister_frame_info_bases': (.text+0x1a3a): undefined reference to `pthread_mutex_lock' collect2: ld returned 1 exit status configure:15063: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "cryptsetup" | #define PACKAGE_TARNAME "cryptsetup" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "cryptsetup 1.1.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "cryptsetup" | #define VERSION "1.1.2" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_UUID_UUID_H 1 | #define HAVE_LIBUUID 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_ST_RDEV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LIBPOPT 1 | #define HAVE_LIBSEPOL 1 | #define HAVE_LIBSELINUX 1 | /* 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 pthread_mutex_lock (); | int | main () | { | return pthread_mutex_lock (); | ; | return 0; | } configure:15063: x86_64-pc-linux-gnu-gcc -o conftest -O2 -march=core2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthread -lselinux -lsepol -static >&5 configure:15063: $? = 0 configure:15080: result: -lpthread configure:15416: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by cryptsetup config.status 1.1.2, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on linuxkiste config.status:1148: creating Makefile config.status:1148: creating lib/Makefile config.status:1148: creating lib/libcryptsetup.pc config.status:1148: creating src/Makefile config.status:1148: creating po/Makefile.in config.status:1148: creating luks/Makefile config.status:1148: creating man/Makefile config.status:1148: creating tests/Makefile config.status:1148: creating config.h config.status:1368: executing depfiles commands config.status:1368: executing libtool commands config.status:1368: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=core2 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DEVMAPPER_CFLAGS_set= ac_cv_env_DEVMAPPER_CFLAGS_value= ac_cv_env_DEVMAPPER_LIBS_set= ac_cv_env_DEVMAPPER_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___dev_urandom_=yes ac_cv_file__bin_bash=yes ac_cv_file__dev_arandom=no ac_cv_file__dev_random=yes ac_cv_file__dev_srandom=yes ac_cv_file__dev_urandom=yes ac_cv_file__dev_zero=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func_calloc_0_nonnull=yes ac_cv_func_dm_task_set_cookie=no ac_cv_func_posix_memalign=yes ac_cv_func_setgrent_void=yes ac_cv_func_strnlen_working=yes ac_cv_header_ctype_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libdevmapper_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_pwd_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_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_uuid_uuid_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_popt_poptConfigFileToString=yes ac_cv_lib_selinux_is_selinux_enabled=yes ac_cv_lib_sepol_sepol_bool_set=yes ac_cv_lib_uuid_uuid_clear=yes ac_cv_member_struct_stat_st_rdev=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_opendir='none required' ac_cv_search_pthread_mutex_lock=-lpthread ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type_off_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 fu_cv_sys_stat_statvfs=yes gl_cv_func_btowc_eof=yes gl_cv_func_malloc_0_nonnull=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_sizeof_gmutex=40 glib_cv_stack_grows=no glib_cv_uscore=no glib_cv_va_copy=yes glib_cv_va_val_copy=no gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext2_libc=yes 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/x86_64-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes 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_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' 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=1572864 pkg_cv_DEVMAPPER_CFLAGS= pkg_cv_DEVMAPPER_LIBS= yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/sys-fs/cryptsetup-1.1.2/work/cryptsetup-1.1.2/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/tmp/portage/sys-fs/cryptsetup-1.1.2/work/cryptsetup-1.1.2/missing --run tar' AR='x86_64-pc-linux-gnu-ar' AUTOCONF='${SHELL} /var/tmp/portage/sys-fs/cryptsetup-1.1.2/work/cryptsetup-1.1.2/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/sys-fs/cryptsetup-1.1.2/work/cryptsetup-1.1.2/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/sys-fs/cryptsetup-1.1.2/work/cryptsetup-1.1.2/missing --run automake-1.11' AWK='gawk' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=core2 -pipe' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DEVMAPPER_CFLAGS='' DEVMAPPER_LIBS=' -lpthread' DSYMUTIL='' DUMPBIN='' DYNAMIC_CRYPTSETUP_FALSE='' DYNAMIC_CRYPTSETUP_TRUE='#' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GMSGFMT='/usr/bin/gmsgfmt' GMSGFMT_015='/usr/bin/gmsgfmt' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBCRYPTSETUP_VERSION='1.1.2' LIBCRYPTSETUP_VERSION_INFO='1:0:0' LIBGCRYPT_CFLAGS='' LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config' LIBGCRYPT_LIBS='-L/usr/lib64 -lgcrypt -lgpg-error' LIBICONV='-liconv' LIBINTL='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' MAKEINFO='${SHELL} /var/tmp/portage/sys-fs/cryptsetup-1.1.2/work/cryptsetup-1.1.2/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='cryptsetup' PACKAGE_BUGREPORT='' PACKAGE_NAME='cryptsetup' PACKAGE_STRING='cryptsetup 1.1.2' PACKAGE_TARNAME='cryptsetup' PACKAGE_URL='' PACKAGE_VERSION='1.1.2' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config --static' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' POPT_LIBS='-lpopt ' POSUB='po' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SELINUX_STATIC_LIBS='-lselinux -lsepol ' SET_MAKE='' SHELL='/bin/sh' STATIC_CRYPTSETUP_FALSE='#' STATIC_CRYPTSETUP_TRUE='' STATIC_LIBRARY_FALSE='' STATIC_LIBRARY_TRUE='#' STRIP='x86_64-pc-linux-gnu-strip' USE_NLS='yes' UUID_LIBS='-luuid ' VERSION='1.1.2' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/sys-fs/cryptsetup-1.1.2/work/cryptsetup-1.1.2/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "cryptsetup" #define PACKAGE_TARNAME "cryptsetup" #define PACKAGE_VERSION "1.1.2" #define PACKAGE_STRING "cryptsetup 1.1.2" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "cryptsetup" #define VERSION "1.1.2" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_FCNTL_H 1 #define HAVE_MALLOC_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_CTYPE_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LOCALE_H 1 #define HAVE_UUID_UUID_H 1 #define HAVE_LIBUUID 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_ST_RDEV 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_LIBPOPT 1 #define HAVE_LIBSEPOL 1 #define HAVE_LIBSELINUX 1 #define DEFAULT_PLAIN_HASH "ripemd160" #define DEFAULT_PLAIN_CIPHER "aes" #define DEFAULT_PLAIN_MODE "cbc-essiv:sha256" #define DEFAULT_PLAIN_KEYBITS 256 #define DEFAULT_LUKS1_HASH "sha1" #define DEFAULT_LUKS1_CIPHER "aes" #define DEFAULT_LUKS1_MODE "cbc-essiv:sha256" #define DEFAULT_LUKS1_KEYBITS 256 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by cryptsetup config.status 1.1.2, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on linuxkiste config.status:1148: creating config.h config.status:1320: config.h is unchanged