Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by sabayon configure 2.30.1, which was
- generated by GNU Autoconf 2.67. 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-static --with-distro=gentoo --with-prototype-user=sabayon-admin --enable-console-helper=no
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = drakon
- uname -m = x86_64
- uname -r = 3.0.6-gentoo
- uname -s = Linux
- uname -v = #5 SMP Sat Dec 3 22:14:51 MSK 2011
- /usr/bin/uname -p = Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
- /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/ccache/bin
- 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: /opt/vmware/player/bin
- PATH: /opt/cuda/computeprof/bin
- PATH: /opt/cuda/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2348: 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:2491: checking for a BSD-compatible install
- configure:2559: result: /usr/bin/install -c
- configure:2570: checking whether build environment is sane
- configure:2620: result: yes
- configure:2761: checking for a thread-safe mkdir -p
- configure:2800: result: /bin/mkdir -p
- configure:2813: checking for gawk
- configure:2829: found /usr/bin/gawk
- configure:2840: result: gawk
- configure:2851: checking whether make sets $(MAKE)
- configure:2873: result: yes
- configure:2956: checking whether to enable maintainer-specific portions of Makefiles
- configure:2965: result: no
- configure:2998: checking for style of include used by make
- configure:3026: result: GNU
- configure:3056: checking for x86_64-pc-linux-gnu-gcc
- configure:3072: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc
- configure:3083: result: x86_64-pc-linux-gnu-gcc
- configure:3352: checking for C compiler version
- configure:3361: x86_64-pc-linux-gnu-gcc --version >&5
- x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) 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:3372: $? = 0
- configure:3361: 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-r1/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 --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r1 p1.0, pie-0.4.5'
- Thread model: posix
- gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5)
- configure:3372: $? = 0
- configure:3361: x86_64-pc-linux-gnu-gcc -V >&5
- x86_64-pc-linux-gnu-gcc: '-V' option must have argument
- configure:3372: $? = 1
- configure:3361: 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:3372: $? = 1
- configure:3392: checking whether the C compiler works
- configure:3414: x86_64-pc-linux-gnu-gcc -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:3418: $? = 0
- configure:3466: result: yes
- configure:3469: checking for C compiler default output file name
- configure:3471: result: a.out
- configure:3477: checking for suffix of executables
- configure:3484: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:3488: $? = 0
- configure:3510: result:
- configure:3532: checking whether we are cross compiling
- configure:3540: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:3544: $? = 0
- configure:3551: ./conftest
- configure:3555: $? = 0
- configure:3570: result: no
- configure:3575: checking for suffix of object files
- configure:3597: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:3601: $? = 0
- configure:3622: result: o
- configure:3626: checking whether we are using the GNU C compiler
- configure:3645: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:3645: $? = 0
- configure:3654: result: yes
- configure:3663: checking whether x86_64-pc-linux-gnu-gcc accepts -g
- configure:3683: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
- configure:3683: $? = 0
- configure:3724: result: yes
- configure:3741: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
- configure:3805: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:3805: $? = 0
- configure:3818: result: none needed
- configure:3840: checking dependency style of x86_64-pc-linux-gnu-gcc
- configure:3950: result: gcc3
- configure:3971: checking how to run the C preprocessor
- configure:4002: x86_64-pc-linux-gnu-gcc -E conftest.c
- configure:4002: $? = 0
- configure:4016: 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:4016: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "sabayon"
- | #define PACKAGE_TARNAME "sabayon"
- | #define PACKAGE_VERSION "2.30.1"
- | #define PACKAGE_STRING "sabayon 2.30.1"
- | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon"
- | #define PACKAGE_URL ""
- | #define PACKAGE "sabayon"
- | #define VERSION "2.30.1"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4041: result: x86_64-pc-linux-gnu-gcc -E
- configure:4061: x86_64-pc-linux-gnu-gcc -E conftest.c
- configure:4061: $? = 0
- configure:4075: 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:4075: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "sabayon"
- | #define PACKAGE_TARNAME "sabayon"
- | #define PACKAGE_VERSION "2.30.1"
- | #define PACKAGE_STRING "sabayon 2.30.1"
- | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon"
- | #define PACKAGE_URL ""
- | #define PACKAGE "sabayon"
- | #define VERSION "2.30.1"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4104: checking for grep that handles long lines and -e
- configure:4162: result: /bin/grep
- configure:4167: checking for egrep
- configure:4229: result: /bin/grep -E
- configure:4234: checking for ANSI C header files
- configure:4254: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4254: $? = 0
- configure:4327: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4327: $? = 0
- configure:4327: ./conftest
- configure:4327: $? = 0
- configure:4338: result: yes
- configure:4351: checking for sys/types.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4351: checking for sys/stat.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4351: checking for stdlib.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4351: checking for string.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4351: checking for memory.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4351: checking for strings.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4351: checking for inttypes.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4351: checking for stdint.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4351: checking for unistd.h
- configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4351: $? = 0
- configure:4351: result: yes
- configure:4366: checking locale.h usability
- configure:4366: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4366: $? = 0
- configure:4366: result: yes
- configure:4366: checking locale.h presence
- configure:4366: x86_64-pc-linux-gnu-gcc -E conftest.c
- configure:4366: $? = 0
- configure:4366: result: yes
- configure:4366: checking for locale.h
- configure:4366: result: yes
- configure:4377: checking for LC_MESSAGES
- configure:4393: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4393: $? = 0
- configure:4401: result: yes
- configure:4418: checking libintl.h usability
- configure:4418: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:4418: $? = 0
- configure:4418: result: yes
- configure:4418: checking libintl.h presence
- configure:4418: x86_64-pc-linux-gnu-gcc -E conftest.c
- configure:4418: $? = 0
- configure:4418: result: yes
- configure:4418: checking for libintl.h
- configure:4418: result: yes
- configure:4426: checking for ngettext in libc
- configure:4444: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4444: $? = 0
- configure:4453: result: yes
- configure:4457: checking for dgettext in libc
- configure:4475: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4475: $? = 0
- configure:4484: result: yes
- configure:4491: checking for bind_textdomain_codeset
- configure:4491: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4491: $? = 0
- configure:4491: result: yes
- configure:4767: checking for msgfmt
- configure:4794: result: /usr/bin/msgfmt
- configure:4805: checking for dcgettext
- configure:4805: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- conftest.c:48:6: warning: conflicting types for built-in function 'dcgettext'
- configure:4805: $? = 0
- configure:4805: result: yes
- configure:4815: checking if msgfmt accepts -c
- configure:4830: $MSGFMT -c -o /dev/null conftest.foo
- configure:4833: $? = 0
- configure:4835: result: yes
- configure:4845: checking for gmsgfmt
- configure:4863: found /usr/bin/gmsgfmt
- configure:4876: result: /usr/bin/gmsgfmt
- configure:4886: checking for xgettext
- configure:4913: result: /usr/bin/xgettext
- configure:4932: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:4932: $? = 0
- configure:5076: checking for x86_64-pc-linux-gnu-gcc
- configure:5103: result: x86_64-pc-linux-gnu-gcc
- configure:5372: checking for C compiler version
- configure:5381: x86_64-pc-linux-gnu-gcc --version >&5
- x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) 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:5392: $? = 0
- configure:5381: 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-r1/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 --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r1 p1.0, pie-0.4.5'
- Thread model: posix
- gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5)
- configure:5392: $? = 0
- configure:5381: x86_64-pc-linux-gnu-gcc -V >&5
- x86_64-pc-linux-gnu-gcc: '-V' option must have argument
- configure:5392: $? = 1
- configure:5381: 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:5392: $? = 1
- configure:5396: checking whether we are using the GNU C compiler
- configure:5424: result: yes
- configure:5433: checking whether x86_64-pc-linux-gnu-gcc accepts -g
- configure:5494: result: yes
- configure:5511: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
- configure:5588: result: none needed
- configure:5610: checking dependency style of x86_64-pc-linux-gnu-gcc
- configure:5720: result: gcc3
- configure:5735: checking for library containing strerror
- configure:5766: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:5766: $? = 0
- configure:5783: result: none required
- configure:5791: checking for ANSI C header files
- configure:5895: result: yes
- configure:5933: checking build system type
- configure:5947: result: x86_64-pc-linux-gnu
- configure:5967: checking host system type
- configure:5980: result: x86_64-pc-linux-gnu
- configure:6000: checking for a sed that does not truncate output
- configure:6064: result: /bin/sed
- configure:6082: checking for fgrep
- configure:6144: result: /bin/grep -F
- configure:6179: checking for ld used by x86_64-pc-linux-gnu-gcc
- configure:6246: result: /usr/x86_64-pc-linux-gnu/bin/ld
- configure:6253: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
- configure:6268: result: yes
- configure:6280: checking for BSD- or MS-compatible name lister (nm)
- configure:6329: result: /usr/bin/nm -B
- configure:6447: checking the name lister (/usr/bin/nm -B) interface
- configure:6454: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:6457: /usr/bin/nm -B "conftest.o"
- configure:6460: output
- 0000000000000000 B some_variable
- configure:6467: result: BSD nm
- configure:6470: checking whether ln -s works
- configure:6474: result: yes
- configure:6482: checking the maximum length of command line arguments
- configure:6602: result: 1572864
- configure:6619: checking whether the shell understands some XSI constructs
- configure:6629: result: yes
- configure:6633: checking whether the shell understands "+="
- configure:6639: result: yes
- configure:6674: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
- configure:6681: result: -r
- configure:6710: checking for x86_64-pc-linux-gnu-objdump
- configure:6726: found /usr/bin/x86_64-pc-linux-gnu-objdump
- configure:6737: result: x86_64-pc-linux-gnu-objdump
- configure:6809: checking how to recognize dependent libraries
- configure:7005: result: pass_all
- configure:7025: checking for x86_64-pc-linux-gnu-ar
- configure:7041: found /usr/bin/x86_64-pc-linux-gnu-ar
- configure:7052: result: x86_64-pc-linux-gnu-ar
- configure:7130: checking for x86_64-pc-linux-gnu-strip
- configure:7146: found /usr/bin/x86_64-pc-linux-gnu-strip
- configure:7157: result: x86_64-pc-linux-gnu-strip
- configure:7229: checking for x86_64-pc-linux-gnu-ranlib
- configure:7245: found /usr/bin/x86_64-pc-linux-gnu-ranlib
- configure:7256: result: x86_64-pc-linux-gnu-ranlib
- configure:7386: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object
- configure:7504: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:7507: $? = 0
- configure:7511: /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:7514: $? = 0
- configure:7568: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
- configure:7571: $? = 0
- configure:7609: result: ok
- configure:7704: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:7707: $? = 0
- configure:8414: checking for dlfcn.h
- configure:8414: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:8414: $? = 0
- configure:8414: result: yes
- configure:8598: checking for objdir
- configure:8613: result: .libs
- configure:8905: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
- configure:8923: x86_64-pc-linux-gnu-gcc -c -march=native -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:8927: $? = 0
- configure:8940: result: no
- configure:8960: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
- configure:9232: result: -fPIC -DPIC
- configure:9244: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
- configure:9262: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -fPIC -DPIC -DPIC conftest.c >&5
- configure:9266: $? = 0
- configure:9279: result: yes
- configure:9303: checking if x86_64-pc-linux-gnu-gcc static flag -static works
- configure:9331: result: yes
- configure:9346: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
- configure:9367: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -o out/conftest2.o conftest.c >&5
- configure:9371: $? = 0
- configure:9393: result: yes
- configure:9401: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
- configure:9448: result: yes
- configure:9481: 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:10467: result: yes
- configure:10504: checking whether -lc should be explicitly linked in
- configure:10509: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
- configure:10512: $? = 0
- configure:10527: 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:10530: $? = 0
- configure:10542: result: no
- configure:10706: checking dynamic linker characteristics
- configure:11139: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:11139: $? = 0
- configure:11357: result: GNU/Linux ld.so
- configure:11459: checking how to hardcode library paths into programs
- configure:11484: result: immediate
- configure:12004: checking whether stripping libraries is possible
- configure:12009: result: yes
- configure:12044: checking if libtool supports shared libraries
- configure:12046: result: yes
- configure:12049: checking whether to build shared libraries
- configure:12070: result: yes
- configure:12073: checking whether to build static libraries
- configure:12077: result: no
- configure:12122: checking for python
- configure:12140: found /usr/bin/python
- configure:12152: result: /usr/bin/python
- configure:12173: checking for python version
- configure:12180: result: 2.6
- configure:12192: checking for python platform
- configure:12199: result: linux2
- configure:12206: checking for python script directory
- configure:12235: result: ${prefix}/lib64/python2.6/site-packages
- configure:12244: checking for python extension module directory
- configure:12273: result: ${exec_prefix}/lib64/python2.6/site-packages
- configure:12287: checking whether NLS is requested
- configure:12296: result: yes
- configure:12311: checking for intltool >= 0.40.0
- configure:12318: result: 0.41.1 found
- configure:12326: checking for intltool-update
- configure:12344: found /usr/bin/intltool-update
- configure:12356: result: /usr/bin/intltool-update
- configure:12366: checking for intltool-merge
- configure:12384: found /usr/bin/intltool-merge
- configure:12396: result: /usr/bin/intltool-merge
- configure:12406: checking for intltool-extract
- configure:12424: found /usr/bin/intltool-extract
- configure:12436: result: /usr/bin/intltool-extract
- configure:12567: checking for xgettext
- configure:12597: result: /usr/bin/xgettext
- configure:12607: checking for msgmerge
- configure:12625: found /usr/bin/msgmerge
- configure:12637: result: /usr/bin/msgmerge
- configure:12647: checking for msgfmt
- configure:12677: result: /usr/bin/msgfmt
- configure:12687: checking for gmsgfmt
- configure:12718: result: /usr/bin/gmsgfmt
- configure:12738: checking for perl
- configure:12756: found /usr/bin/perl
- configure:12768: result: /usr/bin/perl
- configure:12779: checking for perl >= 5.8.1
- configure:12786: result: 5.12.4
- configure:12790: checking for XML::Parser
- configure:12793: result: ok
- configure:12854: checking for x86_64-pc-linux-gnu-pkg-config
- configure:12887: result: no
- configure:12897: checking for pkg-config
- configure:12915: found /usr/bin/pkg-config
- configure:12927: result: /usr/bin/pkg-config
- configure:12952: checking pkg-config is at least version 0.9.0
- configure:12955: result: yes
- configure:12966: checking gnome-doc-utils >= 0.17.3
- configure:12969: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
- configure:12972: $? = 0
- configure:12980: result: yes
- configure:13052: checking whether ln -s works
- configure:13056: result: yes
- configure:13136: checking what warning flags to pass to the C compiler
- configure:13138: result: -Wall -Wmissing-prototypes
- configure:13149: checking what language compliance flags to pass to the C compiler
- configure:13164: result:
- configure:13173: checking for headers required to compile python extensions
- configure:13188: x86_64-pc-linux-gnu-gcc -E -I/usr/include/python2.6 conftest.c
- configure:13188: $? = 0
- configure:13189: result: found
- configure:13204: checking whether the xdg.DesktopEntry module for Python is available
- configure:13213: result: yes
- configure:13219: checking whether Pessulus is available
- configure:13228: result: yes
- configure:13238: checking whether the ldap module for Python is available
- configure:13245: result: yes
- configure:13255: checking whether the selinux module for Python is available
- configure:13259: result: no
- configure:13269: checking for XLIB_MODULE
- configure:13276: $PKG_CONFIG --exists --print-errors "gdk-x11-2.0 pygobject-2.0 pygtk-2.0"
- configure:13279: $? = 0
- configure:13292: $PKG_CONFIG --exists --print-errors "gdk-x11-2.0 pygobject-2.0 pygtk-2.0"
- configure:13295: $? = 0
- configure:13352: result: yes
- configure:13358: checking for pygobject 2.15.0 or greater
- configure:13362: result: found
- configure:13372: checking for pygtk 2.16.0 or greater
- configure:13376: result: found
- configure:13407: checking for X
- configure:13546: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5
- configure:13546: $? = 0
- configure:13596: result: libraries , headers
- configure:13695: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5
- configure:13695: $? = 0
- configure:13793: checking for gethostbyname
- configure:13793: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:13793: $? = 0
- configure:13793: result: yes
- configure:13890: checking for connect
- configure:13890: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:13890: $? = 0
- configure:13890: result: yes
- configure:13939: checking for remove
- configure:13939: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:13939: $? = 0
- configure:13939: result: yes
- configure:13988: checking for shmat
- configure:13988: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:13988: $? = 0
- configure:13988: result: yes
- configure:14046: checking for IceConnectionNumber in -lICE
- configure:14071: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lICE >&5
- configure:14071: $? = 0
- configure:14080: result: yes
- configure:14103: checking whether x86_64-pc-linux-gnu-gcc accepts -fno-strict-aliasing
- configure:14114: x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:14114: $? = 0
- configure:14114: ./conftest
- configure:14114: $? = 0
- configure:14124: result: yes
- configure:14467: checking for consolehelper
- configure:14498: result: no
- configure:14542: checking for Xephyr
- configure:14573: result: no
- configure:14582: error: Xephyr binary not found
- ## ---------------- ##
- ## 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=native -pipe'
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=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_XLIB_MODULE_CFLAGS_set=
- ac_cv_env_XLIB_MODULE_CFLAGS_value=
- ac_cv_env_XLIB_MODULE_LIBS_set=
- ac_cv_env_XLIB_MODULE_LIBS_value=
- ac_cv_env_XMKMF_set=
- ac_cv_env_XMKMF_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_connect=yes
- ac_cv_func_dcgettext=yes
- ac_cv_func_gethostbyname=yes
- ac_cv_func_remove=yes
- ac_cv_func_setgrent_void=yes
- ac_cv_func_shmat=yes
- ac_cv_func_strnlen_working=yes
- ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
- 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_ICE_IceConnectionNumber=yes
- ac_cv_no_strict_aliasing_ok=yes
- ac_cv_objext=o
- ac_cv_path_CONSOLE_HELPER=no
- 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_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_PYTHON=/usr/bin/python
- ac_cv_path_SED=/bin/sed
- ac_cv_path_XEPHYR_PATH=no
- 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_make_make_set=yes
- ac_cv_search_strerror='none required'
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_python_platform=linux2
- am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.6/site-packages'
- am_cv_python_pythondir='${prefix}/lib64/python2.6/site-packages'
- am_cv_python_version=2.6
- am_cv_val_LC_MESSAGES=yes
- fu_cv_sys_stat_statvfs=yes
- gdu_cv_have_gdu=yes
- gdu_cv_version_required=0.17.3
- 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_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_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_XLIB_MODULE_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pygtk-2.0 '
- pkg_cv_XLIB_MODULE_LIBS='-pthread -lgdk-x11-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lpango-1.0 -lcairo -lgmodule-2.0 -lpng14 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- yeti_cv_func_scanf_modif_size_t=z
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run aclocal-1.11'
- ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}'
- ALL_LINGUAS=''
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run tar'
- AR='x86_64-pc-linux-gnu-ar'
- AUTOCONF='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run autoconf'
- AUTOHEADER='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run autoheader'
- AUTOMAKE='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run automake-1.11'
- AWK='gawk'
- CATALOGS=''
- CATOBJEXT='.gmo'
- CC='x86_64-pc-linux-gnu-gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-march=native -pipe'
- CONSOLE_HELPER='no'
- CONSOLE_HELPER_FALSE=''
- CONSOLE_HELPER_TRUE='#'
- CPP='x86_64-pc-linux-gnu-gcc -E'
- CPPFLAGS=''
- CYGPATH_W='echo'
- DATADIRNAME='share'
- DEFS=''
- DEPDIR='.deps'
- DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper '
- DOC_USER_FORMATS=''
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- ENABLE_SK_FALSE='#'
- ENABLE_SK_TRUE=''
- EXEEXT=''
- EXPANDED_SABAYON_DIR=''
- FGREP='/bin/grep -F'
- GETTEXT_PACKAGE='sabayon'
- GMOFILES=''
- GMSGFMT='/usr/bin/gmsgfmt'
- GREP='/bin/grep'
- HAVE_GNOME_DOC_UTILS_FALSE='#'
- HAVE_GNOME_DOC_UTILS_TRUE=''
- HELP_DIR='${datadir}/gnome/help'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- INSTALL_XINITRC_SCRIPT_FALSE=''
- INSTALL_XINITRC_SCRIPT_TRUE='#'
- 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 /tmp $< $@'
- 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=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='ln -s'
- LTLIBOBJS=''
- MAINT='#'
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE='#'
- MAKEINFO='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run makeinfo'
- MKDIR_P='/bin/mkdir -p'
- MKINSTALLDIRS='./mkinstalldirs'
- MSGFMT='/usr/bin/msgfmt'
- MSGFMT_OPTS='-c'
- MSGMERGE='/usr/bin/msgmerge'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- NO_STRICT_ALIASING_CFLAGS='-fno-strict-aliasing'
- OBJDUMP='x86_64-pc-linux-gnu-objdump'
- OBJEXT='o'
- OMF_DIR='${datadir}/omf'
- OTOOL64=''
- OTOOL=''
- PACKAGE='sabayon'
- PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon'
- PACKAGE_NAME='sabayon'
- PACKAGE_STRING='sabayon 2.30.1'
- PACKAGE_TARNAME='sabayon'
- PACKAGE_URL=''
- PACKAGE_VERSION='2.30.1'
- PAM_PREFIX='/etc'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH='/usr/lib64/pkgconfig'
- POFILES=''
- POSUB='po'
- PO_IN_DATADIR_FALSE=''
- PO_IN_DATADIR_TRUE=''
- PROTOTYPE_USER='sabayon-admin'
- PYTHON='/usr/bin/python'
- PYTHON_EXEC_PREFIX='${exec_prefix}'
- PYTHON_INCLUDES='-I/usr/include/python2.6'
- PYTHON_PLATFORM='linux2'
- PYTHON_PREFIX='${prefix}'
- PYTHON_VERSION='2.6'
- RANLIB='x86_64-pc-linux-gnu-ranlib'
- SED='/bin/sed'
- SESSION_NAME='gnome-session'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='x86_64-pc-linux-gnu-strip'
- USE_NLS='yes'
- VERSION='2.30.1'
- WARN_CFLAGS='-Wall -Wmissing-prototypes '
- XEPHYR_PATH='no'
- XGETTEXT='/usr/bin/xgettext'
- XINITRC_SYSCONFDIR='X11/xinit/xinitrc.d'
- XLIB_MODULE_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pygtk-2.0 '
- XLIB_MODULE_LIBS='-pthread -lgdk-x11-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lpango-1.0 -lcairo -lgmodule-2.0 -lpng14 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
- XMKMF=''
- XSESSION='/etc/X11/gdm/Xsession'
- X_CFLAGS=''
- X_EXTRA_LIBS=''
- X_LIBS=' -lSM -lICE -lX11 '
- X_PRE_LIBS=' -lSM -lICE'
- 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='/usr'
- 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/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/install-sh'
- libdir='/usr/lib64'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='/var/lib'
- lt_ECHO='echo'
- mandir='/usr/share/man'
- mkdir_p='/bin/mkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- pkgpyexecdir='${pyexecdir}/sabayon'
- pkgpythondir='${pythondir}/sabayon'
- prefix='/usr'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- pyexecdir='${exec_prefix}/lib64/python2.6/site-packages'
- pythondir='${prefix}/lib64/python2.6/site-packages'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "sabayon"
- #define PACKAGE_TARNAME "sabayon"
- #define PACKAGE_VERSION "2.30.1"
- #define PACKAGE_STRING "sabayon 2.30.1"
- #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon"
- #define PACKAGE_URL ""
- #define PACKAGE "sabayon"
- #define VERSION "2.30.1"
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_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 STDC_HEADERS 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment