This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.68. 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 --libdir=/usr/lib64 --disable-dependency-tracking --disable-desktop-update --disable-mime-update --enable-applet ## --------- ## ## Platform. ## ## --------- ## hostname = impala uname -m = x86_64 uname -r = 3.1.5-gentoo uname -s = Linux uname -v = #1 SMP Wed Dec 21 10:18:14 CET 2011 /usr/bin/uname -p = AMD Phenom(tm) II X4 965 Processor /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/lib64/portage/bin/ebuild-helpers 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.5.3 PATH: /usr/lib64/subversion/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2194: 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:2335: checking for a BSD-compatible install configure:2403: result: /usr/bin/install -c configure:2414: checking whether build environment is sane configure:2464: result: yes configure:2605: checking for a thread-safe mkdir -p configure:2644: result: /bin/mkdir -p configure:2657: checking for gawk configure:2673: found /usr/bin/gawk configure:2684: result: gawk configure:2695: checking whether make sets $(MAKE) configure:2717: result: yes configure:2807: checking for x86_64-pc-linux-gnu-gcc configure:2823: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:2834: result: x86_64-pc-linux-gnu-gcc configure:3103: checking for C compiler version configure:3112: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r2 p1.0, pie-0.4.6) 4.5.3 Copyright (C) 2010 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:3123: $? = 0 configure:3112: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r2 p1.0, pie-0.4.6' Thread model: posix gcc version 4.5.3 (Gentoo 4.5.3-r2 p1.0, pie-0.4.6) configure:3123: $? = 0 configure:3112: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: '-V' option must have argument configure:3123: $? = 1 configure:3112: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' x86_64-pc-linux-gnu-gcc: no input files configure:3123: $? = 1 configure:3143: checking whether the C compiler works configure:3165: x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3169: $? = 0 configure:3217: result: yes configure:3220: checking for C compiler default output file name configure:3222: result: a.out configure:3228: checking for suffix of executables configure:3235: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3239: $? = 0 configure:3261: result: configure:3283: checking whether we are cross compiling configure:3291: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3295: $? = 0 configure:3302: ./conftest configure:3306: $? = 0 configure:3321: result: no configure:3326: checking for suffix of object files configure:3348: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:3352: $? = 0 configure:3373: result: o configure:3377: checking whether we are using the GNU C compiler configure:3396: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:3396: $? = 0 configure:3405: result: yes configure:3414: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3434: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3434: $? = 0 configure:3475: result: yes configure:3492: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3556: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:3556: $? = 0 configure:3569: result: none needed configure:3600: checking for style of include used by make configure:3628: result: GNU configure:3654: checking dependency style of x86_64-pc-linux-gnu-gcc configure:3765: result: none configure:3809: checking build system type configure:3823: result: x86_64-pc-linux-gnu configure:3843: checking host system type configure:3856: result: x86_64-pc-linux-gnu configure:3897: checking how to print strings configure:3924: result: printf configure:3945: checking for a sed that does not truncate output configure:4009: result: /bin/sed configure:4027: checking for grep that handles long lines and -e configure:4085: result: /bin/grep configure:4090: checking for egrep configure:4152: result: /bin/grep -E configure:4157: checking for fgrep configure:4219: result: /bin/grep -F configure:4254: checking for ld used by x86_64-pc-linux-gnu-gcc configure:4321: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:4328: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:4343: result: yes configure:4355: checking for BSD- or MS-compatible name lister (nm) configure:4404: result: /usr/bin/nm -B configure:4534: checking the name lister (/usr/bin/nm -B) interface configure:4541: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:4544: /usr/bin/nm -B "conftest.o" configure:4547: output 0000000000000000 B some_variable configure:4554: result: BSD nm configure:4557: checking whether ln -s works configure:4561: result: yes configure:4569: checking the maximum length of command line arguments configure:4699: result: 1572864 configure:4716: checking whether the shell understands some XSI constructs configure:4726: result: yes configure:4730: checking whether the shell understands "+=" configure:4736: result: yes configure:4771: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:4811: result: func_convert_file_noop configure:4818: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:4838: result: func_convert_file_noop configure:4845: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:4852: result: -r configure:4886: checking for x86_64-pc-linux-gnu-objdump configure:4902: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:4913: result: x86_64-pc-linux-gnu-objdump configure:4985: checking how to recognize dependent libraries configure:5187: result: pass_all configure:5232: checking for x86_64-pc-linux-gnu-dlltool configure:5262: result: no configure:5272: checking for dlltool configure:5302: result: no configure:5332: checking how to associate runtime and link libraries configure:5359: result: printf %s\n configure:5376: checking for x86_64-pc-linux-gnu-ar configure:5392: found /usr/bin/x86_64-pc-linux-gnu-ar configure:5403: result: x86_64-pc-linux-gnu-ar configure:5484: checking for archiver @FILE support configure:5501: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:5501: $? = 0 configure:5504: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:5507: $? = 0 configure:5512: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:5515: $? = 1 configure:5527: result: @ configure:5545: checking for x86_64-pc-linux-gnu-strip configure:5561: found /usr/bin/x86_64-pc-linux-gnu-strip configure:5572: result: x86_64-pc-linux-gnu-strip configure:5644: checking for x86_64-pc-linux-gnu-ranlib configure:5660: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:5671: result: x86_64-pc-linux-gnu-ranlib configure:5813: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object configure:5933: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:5936: $? = 0 configure:5940: /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:5943: $? = 0 configure:6009: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:6012: $? = 0 configure:6050: result: ok configure:6087: checking for sysroot configure:6117: result: no configure:6194: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:6197: $? = 0 configure:6333: checking for x86_64-pc-linux-gnu-mt configure:6363: result: no configure:6373: checking for mt configure:6389: found /usr/sbin/mt configure:6400: result: mt configure:6423: checking if mt is a manifest tool configure:6429: mt '-?' usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] configure:6437: result: no configure:7079: checking how to run the C preprocessor configure:7110: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7110: $? = 0 configure:7124: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7124: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "revelation" | #define VERSION "0.4.11" | /* end confdefs.h. */ | #include configure:7149: result: x86_64-pc-linux-gnu-gcc -E configure:7169: x86_64-pc-linux-gnu-gcc -E conftest.c configure:7169: $? = 0 configure:7183: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7183: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "revelation" | #define VERSION "0.4.11" | /* end confdefs.h. */ | #include configure:7212: checking for ANSI C header files configure:7232: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7232: $? = 0 configure:7305: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:7305: $? = 0 configure:7305: ./conftest configure:7305: $? = 0 configure:7316: result: yes configure:7329: checking for sys/types.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7329: checking for sys/stat.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7329: checking for stdlib.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7329: checking for string.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7329: checking for memory.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7329: checking for strings.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7329: checking for inttypes.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7329: checking for stdint.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7329: checking for unistd.h configure:7329: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7329: $? = 0 configure:7329: result: yes configure:7343: checking for dlfcn.h configure:7343: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:7343: $? = 0 configure:7343: result: yes configure:7549: checking for objdir configure:7564: result: .libs configure:7831: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:7849: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7853: $? = 0 configure:7866: result: no configure:8193: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:8200: result: -fPIC -DPIC configure:8208: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:8226: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:8230: $? = 0 configure:8243: result: yes configure:8272: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:8300: result: yes configure:8315: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8336: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -o out/conftest2.o conftest.c >&5 configure:8340: $? = 0 configure:8362: result: yes configure:8370: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:8417: result: yes configure:8450: 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:9603: result: yes configure:9640: checking whether -lc should be explicitly linked in configure:9648: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:9651: $? = 0 configure:9666: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:9669: $? = 0 configure:9683: result: no configure:9843: checking dynamic linker characteristics configure:10367: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10367: $? = 0 configure:10589: result: GNU/Linux ld.so configure:10696: checking how to hardcode library paths into programs configure:10721: result: immediate configure:11261: checking whether stripping libraries is possible configure:11266: result: yes configure:11301: checking if libtool supports shared libraries configure:11303: result: yes configure:11306: checking whether to build shared libraries configure:11327: result: yes configure:11330: checking whether to build static libraries configure:11334: result: yes configure:11406: checking for a Python interpreter with version >= 2.3 configure:11423: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:11426: $? = 0 configure:11432: result: python configure:11440: checking for python configure:11458: found /usr/bin/python configure:11470: result: /usr/bin/python configure:11488: checking for python version configure:11495: result: 2.7 configure:11507: checking for python platform configure:11514: result: linux2 configure:11521: checking for python script directory configure:11550: result: ${prefix}/lib64/python2.7/site-packages configure:11559: checking for python extension module directory configure:11588: result: ${exec_prefix}/lib64/python2.7/site-packages configure:11602: checking Python include path configure:11618: result: /usr/include/python2.7 configure:11633: checking for x86_64-pc-linux-gnu-pkg-config configure:11666: result: no configure:11676: checking for pkg-config configure:11694: found /usr/bin/pkg-config configure:11706: result: /usr/bin/pkg-config configure:11731: checking pkg-config is at least version 0.9.0 configure:11734: result: yes configure:11745: checking for PYGTK configure:11752: $PKG_CONFIG --exists --print-errors "pygtk-2.0 >= 2.8.0" configure:11755: $? = 0 configure:11769: $PKG_CONFIG --exists --print-errors "pygtk-2.0 >= 2.8.0" configure:11772: $? = 0 configure:11830: result: yes configure:11836: checking for GNOME_PYTHON configure:11843: $PKG_CONFIG --exists --print-errors "gnome-python-2.0 >= 2.10.0" configure:11846: $? = 0 configure:11860: $PKG_CONFIG --exists --print-errors "gnome-python-2.0 >= 2.10.0" configure:11863: $? = 0 configure:11921: result: yes configure:11928: checking for pygtk-codegen-2.0 configure:11946: found /usr/bin/pygtk-codegen-2.0 configure:11959: result: /usr/bin/pygtk-codegen-2.0 configure:11972: checking path to pygtk defs configure:11976: result: /usr/share/pygtk/2.0/defs configure:11980: checking whether NLS is requested configure:11989: result: yes configure:12006: checking for intltool >= 0.35.0 configure:12013: result: 0.50.0 found configure:12021: checking for intltool-update configure:12039: found /usr/bin/intltool-update configure:12051: result: /usr/bin/intltool-update configure:12061: checking for intltool-merge configure:12079: found /usr/bin/intltool-merge configure:12091: result: /usr/bin/intltool-merge configure:12101: checking for intltool-extract configure:12119: found /usr/bin/intltool-extract configure:12131: result: /usr/bin/intltool-extract configure:12262: checking for xgettext configure:12280: found /usr/bin/xgettext configure:12292: result: /usr/bin/xgettext configure:12302: checking for msgmerge configure:12320: found /usr/bin/msgmerge configure:12332: result: /usr/bin/msgmerge configure:12342: checking for msgfmt configure:12360: found /usr/bin/msgfmt configure:12372: result: /usr/bin/msgfmt configure:12382: checking for gmsgfmt configure:12400: found /usr/bin/gmsgfmt configure:12413: result: /usr/bin/gmsgfmt configure:12433: checking for perl configure:12451: found /usr/bin/perl configure:12463: result: /usr/bin/perl configure:12474: checking for perl >= 5.8.1 configure:12481: result: 5.12.4 configure:12485: checking for XML::Parser configure:12488: result: ok configure:12513: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12513: $? = 0 configure:12549: checking locale.h usability configure:12549: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:12549: $? = 0 configure:12549: result: yes configure:12549: checking locale.h presence configure:12549: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12549: $? = 0 configure:12549: result: yes configure:12549: checking for locale.h configure:12549: result: yes configure:12560: checking for LC_MESSAGES configure:12576: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12576: $? = 0 configure:12584: result: yes configure:12601: checking libintl.h usability configure:12601: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:12601: $? = 0 configure:12601: result: yes configure:12601: checking libintl.h presence configure:12601: x86_64-pc-linux-gnu-gcc -E conftest.c configure:12601: $? = 0 configure:12601: result: yes configure:12601: checking for libintl.h configure:12601: result: yes configure:12609: checking for ngettext in libc configure:12627: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12627: $? = 0 configure:12636: result: yes configure:12640: checking for dgettext in libc configure:12658: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12658: $? = 0 configure:12667: result: yes configure:12674: checking for bind_textdomain_codeset configure:12674: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:12674: $? = 0 configure:12674: result: yes configure:12950: checking for msgfmt configure:12977: result: /usr/bin/msgfmt configure:12988: checking for dcgettext configure:12988: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:51:6: warning: conflicting types for built-in function 'dcgettext' configure:12988: $? = 0 configure:12988: result: yes configure:12998: checking if msgfmt accepts -c configure:13013: $MSGFMT -c -o /dev/null conftest.foo configure:13016: $? = 0 configure:13018: result: yes configure:13028: checking for gmsgfmt configure:13059: result: /usr/bin/gmsgfmt configure:13069: checking for xgettext configure:13096: result: /usr/bin/xgettext configure:13115: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13115: $? = 0 configure:13197: checking for catalogs to be installed configure:13222: result: de fr configure:13256: checking for FascistCheck in -lcrack configure:13281: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcrack >&5 configure:13281: $? = 0 configure:13290: result: yes configure:13305: checking cracklib dictionary database configure:13333: result: using builtin configure:13350: checking for mkdict configure:13384: result: no configure:13350: checking for crack_mkdict configure:13384: result: no configure:13350: checking for cracklib-format configure:13369: found /usr/sbin/cracklib-format configure:13381: result: /usr/sbin/cracklib-format configure:13400: checking for packer configure:13434: result: no configure:13400: checking for crack_packer configure:13434: result: no configure:13400: checking for cracklib-packer configure:13419: found /usr/sbin/cracklib-packer configure:13431: result: /usr/sbin/cracklib-packer configure:13451: checking for mlockall configure:13451: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcrack >&5 configure:13451: $? = 0 configure:13451: result: yes configure:13451: checking for munlockall configure:13451: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcrack >&5 configure:13451: $? = 0 configure:13451: result: yes configure:13464: checking for gconftool-2 configure:13482: found /usr/bin/gconftool-2 configure:13495: result: /usr/bin/gconftool-2 configure:13523: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation configure:13538: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files configure:13562: checking for update-desktop-database configure:13580: found /usr/bin/update-desktop-database configure:13593: result: /usr/bin/update-desktop-database configure:13603: checking for update-mime-database configure:13621: found /usr/bin/update-mime-database configure:13634: result: /usr/bin/update-mime-database configure:13677: checking python module Crypto configure:13683: result: yes configure:13694: checking python module bonobo configure:13700: result: yes configure:13711: checking python module gconf configure:13717: result: yes configure:13728: checking python module gtk configure:13734: result: yes configure:13745: checking python module gnome configure:13751: result: yes configure:13762: checking python module gnomevfs configure:13768: result: yes configure:13779: checking python module gobject configure:13785: result: yes configure:13796: checking python module pango configure:13802: result: yes configure:13830: checking python module gnomeapplet configure:13840: result: no configure:13842: error: failed to find module gnomeapplet ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=amdfam10 -O2 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_GNOME_PYTHON_CFLAGS_set= ac_cv_env_GNOME_PYTHON_CFLAGS_value= ac_cv_env_GNOME_PYTHON_LIBS_set= ac_cv_env_GNOME_PYTHON_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_PYGTK_CFLAGS_set= ac_cv_env_PYGTK_CFLAGS_value= ac_cv_env_PYGTK_LIBS_set= ac_cv_env_PYGTK_LIBS_value= ac_cv_env_PYTHON_set= ac_cv_env_PYTHON_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_bind_textdomain_codeset=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_dcgettext=yes ac_cv_func_mlockall=yes ac_cv_func_munlockall=yes ac_cv_func_setgrent_void=yes ac_cv_func_strnlen_working=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes 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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_crack_FascistCheck=yes ac_cv_objext=o ac_cv_path_CRACK_FORMAT=/usr/sbin/cracklib-format ac_cv_path_CRACK_PACKER=/usr/sbin/cracklib-packer ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2 ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PYGTK_CODEGEN=/usr/bin/pygtk-codegen-2.0 ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_SED=/bin/sed ac_cv_path_UPDATE_DESKTOP_DATABASE=/usr/bin/update-desktop-database ac_cv_path_UPDATE_MIME_DATABASE=/usr/bin/update-mime-database 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_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=none am_cv_pathless_PYTHON=python am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib64/python2.7/site-packages' am_cv_python_version=2.7 am_cv_val_LC_MESSAGES=yes 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_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_func_ngettext_libc=yes gt_cv_have_gettext=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/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=yes 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=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_GNOME_PYTHON_CFLAGS='-I/usr/include/gnome-python-2.0 ' pkg_cv_GNOME_PYTHON_LIBS=' ' pkg_cv_PYGTK_CFLAGS='-pthread -I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/libffi-3.0.10/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm ' pkg_cv_PYGTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' yeti_cv_func_scanf_modif_size_t=z ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/x11-misc/revelation-0.4.11-r2/work/revelation-0.4.11/missing --run aclocal-1.11' ALL_LINGUAS='cs de fr sv zh' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} /var/tmp/portage/x11-misc/revelation-0.4.11-r2/work/revelation-0.4.11/missing --run tar' AR='x86_64-pc-linux-gnu-ar' AUTOCONF='${SHELL} /var/tmp/portage/x11-misc/revelation-0.4.11-r2/work/revelation-0.4.11/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/x11-misc/revelation-0.4.11-r2/work/revelation-0.4.11/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/x11-misc/revelation-0.4.11-r2/work/revelation-0.4.11/missing --run automake-1.11' AWK='gawk' CATALOGS=' de.gmo fr.gmo' CATOBJEXT='.gmo' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-march=amdfam10 -O2 -pipe' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CRACK_DICTPATH='/usr/share/revelation/pwdict' CRACK_FORMAT='/usr/sbin/cracklib-format' CRACK_PACKER='/usr/sbin/cracklib-packer' CYGPATH_W='echo' DATADIRNAME='share' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_APPLET_FALSE='#' ENABLE_APPLET_TRUE='' EXEEXT='' FGREP='/bin/grep -F' GCONFTOOL='/usr/bin/gconftool-2' GCONF_SCHEMAS_INSTALL_FALSE='#' GCONF_SCHEMAS_INSTALL_TRUE='' GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults' GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' GETTEXT_PACKAGE='revelation' GMOFILES=' cs.gmo de.gmo fr.gmo sv.gmo zh.gmo' GMSGFMT='/usr/bin/gmsgfmt' GNOME_PYTHON_CFLAGS='-I/usr/include/gnome-python-2.0 ' GNOME_PYTHON_LIBS=' ' GREP='/bin/grep' HAVE_FDO_DESKTOP_FALSE='' HAVE_FDO_DESKTOP_TRUE='#' HAVE_FDO_MIME_FALSE='' HAVE_FDO_MIME_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='.mo' INTLLIBS='' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_EXTRACT='/usr/bin/intltool-extract' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_MERGE='/usr/bin/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='/usr/bin/intltool-update' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u --no-translations $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBOBJS='' LIBS='-lcrack ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /var/tmp/portage/x11-misc/revelation-0.4.11-r2/work/revelation-0.4.11/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGFMT_OPTS='-c' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='revelation' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' POFILES=' cs.po de.po fr.po sv.po zh.po' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' PYGTK_CFLAGS='-pthread -I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/libffi-3.0.10/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm ' PYGTK_CODEGEN='/usr/bin/pygtk-codegen-2.0' PYGTK_DEFSDIR='/usr/share/pygtk/2.0/defs' PYGTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' PYTHON='/usr/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_INCLUDE='/usr/include/python2.7' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='x86_64-pc-linux-gnu-strip' UPDATE_DESKTOP_DATABASE='/usr/bin/update-desktop-database' UPDATE_MIME_DATABASE='/usr/bin/update-mime-database' USE_NLS='yes' VERSION='0.4.11' XGETTEXT='/usr/bin/xgettext' ac_ct_AR='' 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__nodep='' 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}' dvidir='${docdir}' exec_prefix='NONE' 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/x11-misc/revelation-0.4.11-r2/work/revelation-0.4.11/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}' pkgpyexecdir='${pyexecdir}/revelation' pkgpythondir='${pythondir}/revelation' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib64/python2.7/site-packages' pythondir='${prefix}/lib64/python2.7/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "revelation" #define VERSION "0.4.11" #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 GETTEXT_PACKAGE "revelation" #define HAVE_LOCALE_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define ENABLE_NLS 1 #define HAVE_LIBCRACK 1 #define HAVE_MLOCKALL 1 #define HAVE_MUNLOCKALL 1 configure: exit 1