This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LibreOffice configure 4.1.0.1, which was generated by GNU Autoconf 2.69. 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 --docdir=/usr/share/doc/libreoffice-4.1.0.1/ --with-system-headers --with-system-libs --with-system-jars --with-system-dicts --enable-cairo-canvas --enable-graphite --enable-largefile --enable-mergelibs --enable-python=system --enable-randr --enable-randr-link --enable-release-build --enable-hardlink-deliver --enable-symbols --disable-ccache --disable-crashdump --disable-dependency-tracking --disable-epm --disable-fetch-external --disable-gnome-vfs --disable-gstreamer-0-10 --disable-report-builder --disable-kdeab --disable-kde --disable-online-update --disable-rpath --disable-systray --with-alloc=system --with-build-version=Gentoo official package --enable-extension-integration --with-external-dict-dir=/usr/share/myspell --with-external-hyph-dir=/usr/share/myspell --with-external-thes-dir=/usr/share/myspell --with-external-tar=/var/tmp/portage/app-office/libreoffice-4.1.0.1/distdir --with-lang= --with-parallelism=5 --with-system-ucpp --with-vendor=Gentoo Foundation --with-x --without-afms --without-fonts --without-myspell-dicts --without-help --with-helppack-integration --without-sun-templates --enable-sdremote-bluetooth --enable-cups --disable-debug --enable-dbus --enable-evolution2 --enable-gconf --enable-gio --enable-lockdown --enable-gtk --enable-gtk3 --enable-kde4 --enable-ext-mariadb-connector --disable-odk --enable-opengl --enable-postgresql-sdbc --disable-telepathy --disable-linkoo --enable-vba --enable-neon --with-java --with-system-mysql-cppconn --without-doxygen --without-system-sane --without-system-vigra --without-junit --without-system-hsqldb --with-ant-home=/usr/share/ant --with-jdk-home=/opt/sun-jdk-1.6.0.45 --with-jvm-path=/usr/lib64/ --disable-ext-nlpsolver --enable-ext-presenter-minimizer --disable-scripting-beanshell --disable-scripting-javascript --disable-ext-wiki-publisher ## --------- ## ## Platform. ## ## --------- ## hostname = impala uname -m = x86_64 uname -r = 3.9.7-gentoo uname -s = Linux uname -v = #1 SMP Sat Jun 22 08:41:00 CEST 2013 /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: /var/tmp/portage/app-office/libreoffice-4.1.0.1/temp/python2.7/bin PATH: /opt/sun-jdk-1.6.0.45/bin PATH: /usr/lib64/portage/bin/ebuild-helpers/xattr 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.7.3 PATH: /opt/intel/composerxe-2013_update3.3.163/bin/intel64 PATH: /opt/intel/composerxe-2013_update3.3.163/mpirt/bin/intel64 PATH: /opt/intel/composerxe-2013_update3.3.163/bin/ia32 PATH: /opt/intel/composerxe-2013_update3.3.163/mpirt/bin/ia32 PATH: /opt/nvidia-cg-toolkit/bin PATH: /usr/lib64/subversion/bin PATH: /opt/eagle-5.11.0/bin PATH: /opt/cuda/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:4495: 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 | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [[ ${CBUILD:-${CHOST}} != ${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:4697: checking build system type configure:4711: result: x86_64-pc-linux-gnu configure:4731: checking host system type configure:4744: result: x86_64-pc-linux-gnu configure:4765: checking for grep that handles long lines and -e configure:4823: result: /bin/grep configure:4828: checking for egrep configure:4890: result: /bin/grep -E configure:4898: checking for grep configure:4928: result: /bin/grep configure:4975: checking for sed configure:4993: found /bin/sed configure:5005: result: /bin/sed configure:6997: checking whether build target is Release Build configure:7004: result: yes configure:7010: checking whether to sign windows build configure:7017: result: no configure:7108: checking for gawk configure:7124: found /usr/bin/gawk configure:7135: result: gawk configure:7148: checking for gawk configure:7166: found /usr/bin/gawk configure:7178: result: /usr/bin/gawk configure:7192: checking for bash configure:7222: result: /bin/sh configure:7235: checking for GNU or BSD tar configure:7244: result: tar configure:7251: checking for tar's option to strip components configure:7264: result: --strip-components configure:7389: checking how to build and package galleries configure:7409: result: internal src images for desktop configure:7528: checking gcc home configure:7544: result: /usr configure:7569: checking for x86_64-pc-linux-gnu-gcc configure:7585: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:7596: result: x86_64-pc-linux-gnu-gcc configure:7865: checking for C compiler version configure:7874: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.7.3 p1.0, pie-0.5.5) 4.7.3 Copyright (C) 2012 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:7885: $? = 0 configure:7874: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3/work/gcc-4.7.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --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.7.3 p1.0, pie-0.5.5' Thread model: posix gcc version 4.7.3 (Gentoo 4.7.3 p1.0, pie-0.5.5) configure:7885: $? = 0 configure:7874: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:7885: $? = 1 configure:7874: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:7885: $? = 1 configure:7905: checking whether the C compiler works configure:7927: x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:7931: $? = 0 configure:7979: result: yes configure:7982: checking for C compiler default output file name configure:7984: result: a.out configure:7990: checking for suffix of executables configure:7997: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8001: $? = 0 configure:8023: result: configure:8045: checking whether we are cross compiling configure:8053: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8057: $? = 0 configure:8064: ./conftest configure:8068: $? = 0 configure:8083: result: no configure:8088: checking for suffix of object files configure:8110: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:8114: $? = 0 configure:8135: result: o configure:8139: checking whether we are using the GNU C compiler configure:8158: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:8158: $? = 0 configure:8167: result: yes configure:8176: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:8196: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:8196: $? = 0 configure:8237: result: yes configure:8254: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:8317: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:8317: $? = 0 configure:8330: result: none needed configure:8359: checking for x86_64-pc-linux-gnu-gcc configure:8377: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:8389: result: /usr/bin/x86_64-pc-linux-gnu-gcc configure:8782: checking whether to treat the installation as read-only configure:8794: result: no configure:8882: checking the GCC version configure:8888: result: gcc 4.7.3 configure:8898: checking whether GCC is actually Clang configure:8910: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 conftest.c:17:9: error: unknown type name 'you' conftest.c:19:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' configure:8910: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | /* end confdefs.h. */ | | #ifndef __clang__ | you lose | #endif | int foo=42; | configure:8915: result: no configure:8946: checking whether x86_64-pc-linux-gnu-gcc supports -ggdb2 configure:8966: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Werror -ggdb2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:8966: $? = 0 configure:8974: result: yes configure:8981: checking whether x86_64-pc-linux-gnu-gcc supports -finline-limit=0 configure:9000: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Werror -finline-limit=0 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9000: $? = 0 configure:9008: result: yes configure:9015: checking whether x86_64-pc-linux-gnu-gcc supports -fno-inline configure:9034: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Werror -fno-inline -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9034: $? = 0 configure:9042: result: yes configure:9055: checking for -Bsymbolic-functions linker support configure:9074: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo conftest.c >&5 configure:9074: $? = 0 configure:9080: result: found configure:9094: checking for -isystem configure:9109: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -Werror conftest.c >&5 configure:9109: $? = 0 configure:9115: result: yes configure:9507: checking whether to build with additional debug utilities configure:9551: result: no configure:9559: checking whether to do a debug build configure:9577: result: no configure:9598: checking whether to include symbols while preserve optimization configure:9607: result: yes configure:9623: checking for explicit AFLAGS configure:9630: result: no configure:9634: checking for explicit CFLAGS configure:9637: result: -march=amdfam10 -O2 -pipe configure:9645: checking for explicit CXXFLAGS configure:9648: result: -march=amdfam10 -O2 -pipe configure:9656: checking for explicit OBJCFLAGS configure:9663: result: no configure:9667: checking for explicit OBJCXXFLAGS configure:9674: result: no configure:9678: checking for explicit LDFLAGS configure:9681: result: -Wl,-O1 -Wl,--as-needed configure:10276: checking which package format to use configure:10348: result: native configure:10527: checking how to run the C preprocessor configure:10558: x86_64-pc-linux-gnu-gcc -E conftest.c configure:10558: $? = 0 configure:10572: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:22:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:10572: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | /* end confdefs.h. */ | #include configure:10597: result: x86_64-pc-linux-gnu-gcc -E configure:10617: x86_64-pc-linux-gnu-gcc -E conftest.c configure:10617: $? = 0 configure:10631: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:22:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:10631: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | /* end confdefs.h. */ | #include configure:10660: checking for ANSI C header files configure:10680: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10680: $? = 0 configure:10753: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:10753: $? = 0 configure:10753: ./conftest configure:10753: $? = 0 configure:10764: result: yes configure:10777: checking for sys/types.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10777: checking for sys/stat.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10777: checking for stdlib.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10777: checking for string.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10777: checking for memory.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10777: checking for strings.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10777: checking for inttypes.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10777: checking for stdint.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10777: checking for unistd.h configure:10777: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10777: $? = 0 configure:10777: result: yes configure:10789: checking syslog.h usability configure:10789: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10789: $? = 0 configure:10789: result: yes configure:10789: checking syslog.h presence configure:10789: x86_64-pc-linux-gnu-gcc -E conftest.c configure:10789: $? = 0 configure:10789: result: yes configure:10789: checking for syslog.h configure:10789: result: yes configure:10797: checking whether to enable crashdump feature configure:10806: result: no configure:10812: checking whether to turn warnings to errors configure:10820: result: no configure:10825: checking whether to have assert to abort in release code configure:10833: result: no configure:10838: checking whether to use linkoo for the smoketest installation configure:10846: result: no configure:10857: checking whether to use link-time optimization configure:10865: result: no configure:10893: checking whether to enable CUPS support configure:10897: result: yes configure:10900: checking whether cups support is present configure:10902: checking for cupsPrintFiles in -lcups configure:10927: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 configure:10927: $? = 0 configure:10936: result: yes configure:10942: checking cups/cups.h usability configure:10942: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:10942: $? = 0 configure:10942: result: yes configure:10942: checking cups/cups.h presence configure:10942: x86_64-pc-linux-gnu-gcc -E conftest.c configure:10942: $? = 0 configure:10942: result: yes configure:10942: checking for cups/cups.h configure:10942: result: yes configure:10973: checking for x86_64-pc-linux-gnu-pkg-config configure:10991: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:11003: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:11071: checking pkg-config is at least version 0.9.0 configure:11074: result: yes configure:11084: checking for FONTCONFIG configure:11091: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" configure:11094: $? = 0 configure:11108: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" configure:11111: $? = 0 configure:11169: result: yes configure:11188: checking whether we want to fetch tarballs configure:11201: result: no configure:11207: checking whether to build help configure:11216: result: no configure:11220: checking whether to include MySpell dictionaries configure:11229: result: no configure:11235: checking whether to use dicts from external paths configure:11238: result: yes configure:11241: checking for spelling dictionary directory configure:11251: result: file:///usr/share/myspell configure:11253: checking for hyphenation patterns directory configure:11260: result: file:///usr/share/myspell configure:11262: checking for thesaurus directory configure:11269: result: file:///usr/share/myspell configure:11281: checking whether to enable pch feature configure:11298: result: no configure:11303: checking for GNU make configure:11322: result: /usr/bin/make configure:11330: checking the GNU make version configure:11335: result: /usr/bin/make 3.82 configure:11435: checking whether GNU make supports the 'file' function configure:11452: result: no configure:11468: checking for --hash-style gcc linker support configure:11499: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 configure:11499: $? = 0 configure:11513: result: gnu configure:11530: checking for perl configure:11548: found /usr/bin/perl configure:11560: result: /usr/bin/perl configure:11579: checking the Perl version configure:11586: result: checked (perl 5) configure:11593: checking for required Perl modules configure:11596: result: all modules found configure:11615: checking for x86_64-pc-linux-gnu-pkg-config configure:11645: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:11713: checking pkg-config is at least version 0.9.0 configure:11716: result: yes configure:11735: checking for x86_64-pc-linux-gnu-ar configure:11751: found /usr/bin/x86_64-pc-linux-gnu-ar configure:11762: result: x86_64-pc-linux-gnu-ar configure:11827: checking for x86_64-pc-linux-gnu-nm configure:11843: found /usr/bin/x86_64-pc-linux-gnu-nm configure:11854: result: x86_64-pc-linux-gnu-nm configure:11919: checking for x86_64-pc-linux-gnu-objdump configure:11935: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:11946: result: x86_64-pc-linux-gnu-objdump configure:12011: checking for x86_64-pc-linux-gnu-ranlib configure:12027: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:12038: result: x86_64-pc-linux-gnu-ranlib configure:12103: checking for x86_64-pc-linux-gnu-strip configure:12119: found /usr/bin/x86_64-pc-linux-gnu-strip configure:12130: result: x86_64-pc-linux-gnu-strip configure:12678: checking for ANSI C header files configure:12782: result: yes configure:12810: checking for x86_64-pc-linux-gnu-g++ configure:12826: found /usr/bin/x86_64-pc-linux-gnu-g++ configure:12837: result: x86_64-pc-linux-gnu-g++ configure:12908: checking for C++ compiler version configure:12917: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 4.7.3 p1.0, pie-0.5.5) 4.7.3 Copyright (C) 2012 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:12928: $? = 0 configure:12917: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3/work/gcc-4.7.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --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.7.3 p1.0, pie-0.5.5' Thread model: posix gcc version 4.7.3 (Gentoo 4.7.3 p1.0, pie-0.5.5) configure:12928: $? = 0 configure:12917: x86_64-pc-linux-gnu-g++ -V >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:12928: $? = 1 configure:12917: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:12928: $? = 1 configure:12932: checking whether we are using the GNU C++ compiler configure:12951: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe conftest.cpp >&5 configure:12951: $? = 0 configure:12960: result: yes configure:12969: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:12989: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 configure:12989: $? = 0 configure:13030: result: yes configure:13061: checking the GNU C++ compiler version configure:13067: result: checked (g++ 4.7.3) configure:13127: checking how to run the C++ preprocessor configure:13154: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:13154: $? = 0 configure:13168: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:35:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:13168: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include configure:13193: result: x86_64-pc-linux-gnu-g++ -E configure:13213: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:13213: $? = 0 configure:13227: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:35:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:13227: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include configure:13257: checking whether x86_64-pc-linux-gnu-g++ is broken with boost.thread configure:13277: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:13277: $? = 0 configure:13278: result: yes configure:13356: checking how to run the C++ preprocessor configure:13422: result: x86_64-pc-linux-gnu-g++ -E configure:13442: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:13442: $? = 0 configure:13456: x86_64-pc-linux-gnu-g++ -E conftest.cpp conftest.cpp:35:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:13456: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include configure:13493: checking how to run the C preprocessor configure:13563: result: x86_64-pc-linux-gnu-gcc -E configure:13583: x86_64-pc-linux-gnu-gcc -E conftest.c configure:13583: $? = 0 configure:13597: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:35:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:13597: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include configure:13636: checking size of long configure:13641: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13641: $? = 0 configure:13641: ./conftest configure:13641: $? = 0 configure:13655: result: 8 configure:13669: checking size of short configure:13674: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13674: $? = 0 configure:13674: ./conftest configure:13674: $? = 0 configure:13688: result: 2 configure:13702: checking size of int configure:13707: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13707: $? = 0 configure:13707: ./conftest configure:13707: $? = 0 configure:13721: result: 4 configure:13735: checking size of long long configure:13740: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13740: $? = 0 configure:13740: ./conftest configure:13740: $? = 0 configure:13754: result: 8 configure:13768: checking size of double configure:13773: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13773: $? = 0 configure:13773: ./conftest configure:13773: $? = 0 configure:13787: result: 8 configure:13801: checking size of void* configure:13806: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13806: $? = 0 configure:13806: ./conftest configure:13806: $? = 0 configure:13820: result: 8 configure:13841: checking alignment of short configure:13846: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13846: $? = 0 configure:13846: ./conftest configure:13846: $? = 0 configure:13865: result: 2 configure:13877: checking alignment of int configure:13882: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13882: $? = 0 configure:13882: ./conftest configure:13882: $? = 0 configure:13901: result: 4 configure:13913: checking alignment of long configure:13918: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13918: $? = 0 configure:13918: ./conftest configure:13918: $? = 0 configure:13937: result: 8 configure:13949: checking alignment of double configure:13954: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:13954: $? = 0 configure:13954: ./conftest configure:13954: $? = 0 configure:13973: result: 8 configure:13995: checking whether byte ordering is bigendian configure:14010: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 conftest.c:46:9: error: unknown type name 'not' conftest.c:46:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' conftest.c:46:15: error: unknown type name 'universal' configure:14010: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOIDP 8 | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:14055: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:14055: $? = 0 configure:14073: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:52:4: error: unknown type name 'not' conftest.c:52:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' configure:14073: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOIDP 8 | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:14201: result: no configure:14228: checking for special C compiler options needed for large files configure:14273: result: no configure:14279: checking for _FILE_OFFSET_BITS value needed for large files configure:14304: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:14304: $? = 0 configure:14336: result: no configure:14485: checking valgrind/valgrind.h usability configure:14485: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:14485: $? = 0 configure:14485: result: yes configure:14485: checking valgrind/valgrind.h presence configure:14485: x86_64-pc-linux-gnu-gcc -E conftest.c configure:14485: $? = 0 configure:14485: result: yes configure:14485: checking for valgrind/valgrind.h configure:14485: result: yes configure:14793: checking whether x86_64-pc-linux-gnu-g++ supports thread safe statics configure:14804: result: yes configure:14815: checking whether x86_64-pc-linux-gnu-gcc supports -fvisibility=hidden configure:14830: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Werror -fvisibility=hidden -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14830: $? = 0 configure:14846: result: yes configure:14853: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-long-double configure:14868: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Werror -Wno-long-double -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14868: $? = 0 configure:14875: result: yes configure:14882: checking whether x86_64-pc-linux-gnu-gcc supports -mno-avx configure:14897: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Werror -mno-avx -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14897: $? = 0 configure:14904: result: yes configure:14911: checking whether x86_64-pc-linux-gnu-gcc supports atomic functions configure:14934: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:14934: $? = 0 configure:14940: result: yes configure:14949: checking whether x86_64-pc-linux-gnu-gcc supports pragma GCC diagnostic error/ignored/warning configure:14960: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -Werror -Wunknown-pragmas -Wunused-parameter conftest.c >&5 configure:14960: $? = 0 configure:14964: result: yes configure:14974: checking whether x86_64-pc-linux-gnu-gcc supports pragma GCC diagnostic push/pop configure:14987: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -Werror -Wunknown-pragmas -Wunused-parameter conftest.c >&5 configure:14987: $? = 0 configure:14991: result: yes configure:15017: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 conftest.c:60:1: error: unknown type name 'abi' conftest.c:63:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' configure:15017: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOIDP 8 | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define SAL_TYPES_SIZEOFSHORT 2 | #define SAL_TYPES_SIZEOFINT 4 | #define SAL_TYPES_SIZEOFLONG 8 | #define SAL_TYPES_SIZEOFLONGLONG 8 | #define SAL_TYPES_SIZEOFPOINTER 8 | #define SAL_TYPES_ALIGNMENT2 2 | #define SAL_TYPES_ALIGNMENT4 4 | #define SAL_TYPES_ALIGNMENT8 8 | #define HAVE_THREADSAFE_STATICS 1 | #define HAVE_GCC_BUILTIN_ATOMIC 1 | #define HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY 1 | #define HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE 1 | /* end confdefs.h. */ | | #if __GNUC__ == 4 && __GNUC_MINOR__ == 7 && (__GNUC_PATCHLEVEL__ == 0 || __GNUC_PATCHLEVEL__ == 1) | #else | abi ok | #endif | | int | main () | { | | ; | return 0; | } configure:15024: checking whether x86_64-pc-linux-gnu-g++ supports C++11 without Language Defect 757 configure:15080: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -std=gnu++0x conftest.cpp >&5 configure:15080: $? = 0 configure:15094: result: yes (-std=gnu++0x) configure:15109: checking whether x86_64-pc-linux-gnu-g++ supports C++11 = delete syntax configure:15136: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -std=gnu++0x conftest.cpp >&5 configure:15136: $? = 0 configure:15149: result: yes configure:15163: checking whether x86_64-pc-linux-gnu-g++ supports C++11 "override" syntax configure:15195: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -std=gnu++0x conftest.cpp >&5 configure:15195: $? = 0 configure:15208: result: yes configure:15222: checking whether x86_64-pc-linux-gnu-g++ supports C++11 "final" syntax configure:15259: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -std=gnu++0x conftest.cpp >&5 configure:15259: $? = 0 configure:15285: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -std=gnu++0x conftest.cpp >&5 conftest.cpp:66:8: error: cannot derive from 'final' base 'A' in derived type 'B' configure:15285: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOIDP 8 | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define SAL_TYPES_SIZEOFSHORT 2 | #define SAL_TYPES_SIZEOFINT 4 | #define SAL_TYPES_SIZEOFLONG 8 | #define SAL_TYPES_SIZEOFLONGLONG 8 | #define SAL_TYPES_SIZEOFPOINTER 8 | #define SAL_TYPES_ALIGNMENT2 2 | #define SAL_TYPES_ALIGNMENT4 4 | #define SAL_TYPES_ALIGNMENT8 8 | #define HAVE_THREADSAFE_STATICS 1 | #define HAVE_GCC_BUILTIN_ATOMIC 1 | #define HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY 1 | #define HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE 1 | #define HAVE_CXX11_DELETE 1 | #define HAVE_CXX11_OVERRIDE 1 | /* end confdefs.h. */ | | // Then check that the "final" works as expected, | // that this program fails to compile | struct A final | { | }; | | struct B : A | { | }; | | int | main () | { | | ; | return 0; | } configure:15319: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -std=gnu++0x conftest.cpp >&5 conftest.cpp:73:14: error: virtual function 'virtual void D::test()' conftest.cpp:68:14: error: overriding final function 'virtual void C::test()' configure:15319: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOIDP 8 | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define SAL_TYPES_SIZEOFSHORT 2 | #define SAL_TYPES_SIZEOFINT 4 | #define SAL_TYPES_SIZEOFLONG 8 | #define SAL_TYPES_SIZEOFLONGLONG 8 | #define SAL_TYPES_SIZEOFPOINTER 8 | #define SAL_TYPES_ALIGNMENT2 2 | #define SAL_TYPES_ALIGNMENT4 4 | #define SAL_TYPES_ALIGNMENT8 8 | #define HAVE_THREADSAFE_STATICS 1 | #define HAVE_GCC_BUILTIN_ATOMIC 1 | #define HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY 1 | #define HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE 1 | #define HAVE_CXX11_DELETE 1 | #define HAVE_CXX11_OVERRIDE 1 | /* end confdefs.h. */ | | // Also this should fail to compile | struct B | { | virtual void test(); | }; | | struct C : B | { | void test() final; | }; | | struct D : C | { | void test(); | }; | | int | main () | { | | ; | return 0; | } configure:15335: result: yes configure:15348: checking whether x86_64-pc-linux-gnu-g++ supports C++11 perfect forwarding configure:15376: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -std=gnu++0x conftest.cpp >&5 configure:15376: $? = 0 configure:15389: result: yes configure:15412: checking if STL headers are visibility safe (GCC bug 22482) configure:15427: result: yes configure:15441: checking if gcc is -fvisibility-inlines-hidden safe with STL headers configure:15459: x86_64-pc-linux-gnu-g++ -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed -fvisibility-inlines-hidden -fpic -shared conftest.cpp >&5 configure:15459: $? = 0 configure:15473: result: yes configure:15488: checking if gcc is -fvisibility-inlines-hidden safe (Clang bug 11250) configure:15510: result: yes configure:15521: checking if gcc has a visibility bug with class-level attributes (GCC bug 26905) configure:15554: result: no configure:15581: checking whether x86_64-pc-linux-gnu-g++ supports -fno-default-inline configure:15607: x86_64-pc-linux-gnu-g++ -o conftest -march=amdfam10 -O2 -pipe -Werror -fno-default-inline -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:15607: $? = 0 configure:15621: result: yes configure:15628: checking whether x86_64-pc-linux-gnu-g++ supports -fno-enforce-eh-specs configure:15653: x86_64-pc-linux-gnu-g++ -o conftest -march=amdfam10 -O2 -pipe -Werror -fno-enforce-eh-specs -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:15653: $? = 0 configure:15667: result: yes configure:15678: checking which memory allocator to use configure:15681: result: system configure:15687: checking for malloc configure:15687: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:84:6: warning: conflicting types for built-in function 'malloc' [enabled by default] configure:15687: $? = 0 configure:15687: result: yes configure:15687: checking for realloc configure:15687: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:85:6: warning: conflicting types for built-in function 'realloc' [enabled by default] configure:15687: $? = 0 configure:15687: result: yes configure:15687: checking for calloc configure:15687: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:86:6: warning: conflicting types for built-in function 'calloc' [enabled by default] configure:15687: $? = 0 configure:15687: result: yes configure:15687: checking for free configure:15687: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:87:6: warning: conflicting types for built-in function 'free' [enabled by default] configure:15687: $? = 0 configure:15687: result: yes configure:15821: checking for posix_fallocate configure:15821: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:15821: $? = 0 configure:15821: result: yes configure:15836: checking whether to add custom build version configure:15840: result: yes, Gentoo official package configure:15849: checking whether to build with Java support configure:15858: result: yes configure:16023: checking the installed JDK configure:16070: result: checked (JDK 1.6.0_45) configure:16392: checking for jawt lib name configure:16566: result: -ljawt configure:16869: checking which C preprocessor to use in idlc configure:16915: result: ucpp configure:16917: checking which ucpp tp use configure:16920: result: external configure:16924: checking for ucpp configure:16942: found /usr/bin/ucpp configure:16954: result: /usr/bin/ucpp configure:16970: checking whether to enable EPM for packing configure:17235: result: no configure:17340: checking for gperf configure:17358: found /usr/bin/gperf configure:17370: result: /usr/bin/gperf configure:17381: checking gperf version configure:17384: result: OK configure:17460: checking whether to build the ODK configure:17733: result: no configure:17752: checking which zlib to use configure:17755: result: external configure:17758: checking zlib.h usability configure:17758: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:17758: $? = 0 configure:17758: result: yes configure:17758: checking zlib.h presence configure:17758: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17758: $? = 0 configure:17758: result: yes configure:17758: checking for zlib.h configure:17758: result: yes configure:17766: checking for deflate in -lz configure:17791: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lz >&5 configure:17791: $? = 0 configure:17800: result: yes configure:17820: checking which jpeg to use configure:17834: result: external configure:17837: checking jpeglib.h usability configure:17837: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:17837: $? = 0 configure:17837: result: yes configure:17837: checking jpeglib.h presence configure:17837: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17837: $? = 0 configure:17837: result: yes configure:17837: checking for jpeglib.h configure:17837: result: yes configure:17845: checking for jpeg_resync_to_restart in -ljpeg configure:17870: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ljpeg >&5 configure:17870: $? = 0 configure:17879: result: yes configure:17888: checking libjpeg supports JERR_BAD_CROP_SPEC (jpeg-7 API) configure:17898: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:17898: $? = 0 configure:17899: result: yes configure:17964: checking which clucene to use configure:17967: result: external configure:17972: checking for CLUCENE configure:17979: $PKG_CONFIG --exists --print-errors "libclucene-core" configure:17982: $? = 0 configure:17996: $PKG_CONFIG --exists --print-errors "libclucene-core" configure:17999: $? = 0 configure:18057: result: yes configure:18071: checking for CLucene/analysis/cjk/CJKAnalyzer.h configure:18071: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe -I/usr/include/CLucene/ext -I/usr/include/CLucene/ext conftest.cpp >&5 configure:18071: $? = 0 configure:18071: result: yes configure:18100: checking which expat to use configure:18103: result: external configure:18106: checking expat.h usability configure:18106: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe conftest.c >&5 configure:18106: $? = 0 configure:18106: result: yes configure:18106: checking expat.h presence configure:18106: x86_64-pc-linux-gnu-gcc -E conftest.c configure:18106: $? = 0 configure:18106: result: yes configure:18106: checking for expat.h configure:18106: result: yes configure:18114: checking for XML_ParserCreate in -lexpat configure:18139: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lexpat >&5 configure:18139: $? = 0 configure:18148: result: yes configure:18221: checking which libodfgen to use configure:18224: result: external configure:18229: checking for ODFGEN configure:18236: $PKG_CONFIG --exists --print-errors "libodfgen-0.0" configure:18239: $? = 0 configure:18253: $PKG_CONFIG --exists --print-errors "libodfgen-0.0" configure:18256: $? = 0 configure:18314: result: yes configure:18340: checking which libcdr to use configure:18343: result: external configure:18348: checking for CDR configure:18355: $PKG_CONFIG --exists --print-errors "libcdr-0.0 >= 0.0.5" configure:18358: $? = 0 configure:18372: $PKG_CONFIG --exists --print-errors "libcdr-0.0 >= 0.0.5" configure:18375: $? = 0 configure:18433: result: yes configure:18459: checking which libmspub to use configure:18462: result: external configure:18467: checking for MSPUB configure:18474: $PKG_CONFIG --exists --print-errors "libmspub-0.0" configure:18477: $? = 0 configure:18491: $PKG_CONFIG --exists --print-errors "libmspub-0.0" configure:18494: $? = 0 configure:18552: result: yes configure:18578: checking which libmwaw to use configure:18581: result: external configure:18586: checking for MWAW configure:18593: $PKG_CONFIG --exists --print-errors "libmwaw-0.1" configure:18596: $? = 0 configure:18610: $PKG_CONFIG --exists --print-errors "libmwaw-0.1" configure:18613: $? = 0 configure:18671: result: yes configure:18697: checking which libvisio to use configure:18700: result: external configure:18705: checking for VISIO configure:18712: $PKG_CONFIG --exists --print-errors "libvisio-0.0" configure:18715: $? = 0 configure:18729: $PKG_CONFIG --exists --print-errors "libvisio-0.0" configure:18732: $? = 0 configure:18790: result: yes configure:18816: checking which libcmis to use configure:18819: result: external configure:18824: checking for CMIS configure:18831: $PKG_CONFIG --exists --print-errors "libcmis-0.3 >= 0.3.1" configure:18834: $? = 0 configure:18848: $PKG_CONFIG --exists --print-errors "libcmis-0.3 >= 0.3.1" configure:18851: $? = 0 configure:18909: result: yes configure:18935: checking which libwpd to use configure:18938: result: external configure:18943: checking for WPD configure:18950: $PKG_CONFIG --exists --print-errors "libwpd-0.9 libwpd-stream-0.9" configure:18953: $? = 0 configure:18967: $PKG_CONFIG --exists --print-errors "libwpd-0.9 libwpd-stream-0.9" configure:18970: $? = 0 configure:19028: result: yes configure:19105: checking which lcms2 to use configure:19108: result: external configure:19113: checking for LCMS2 configure:19120: $PKG_CONFIG --exists --print-errors "lcms2" configure:19123: $? = 0 configure:19137: $PKG_CONFIG --exists --print-errors "lcms2" configure:19140: $? = 0 configure:19198: result: yes configure:19227: checking which cppunit to use configure:19230: result: external configure:19235: checking for CPPUNIT configure:19242: $PKG_CONFIG --exists --print-errors "cppunit >= 1.12.0" configure:19245: $? = 0 configure:19259: $PKG_CONFIG --exists --print-errors "cppunit >= 1.12.0" configure:19262: $? = 0 configure:19320: result: yes configure:19338: checking whether freetype is available configure:19350: checking for FREETYPE configure:19357: $PKG_CONFIG --exists --print-errors "freetype2 >= 9.4.3 " configure:19360: $? = 0 configure:19374: $PKG_CONFIG --exists --print-errors "freetype2 >= 9.4.3 " configure:19377: $? = 0 configure:19435: result: yes configure:19458: checking which libwps to use configure:19461: result: external configure:19466: checking for WPS configure:19473: $PKG_CONFIG --exists --print-errors "libwps-0.2" configure:19476: $? = 0 configure:19490: $PKG_CONFIG --exists --print-errors "libwps-0.2" configure:19493: $? = 0 configure:19551: result: yes configure:19577: checking which libwpg to use configure:19580: result: external configure:19585: checking for WPG configure:19592: $PKG_CONFIG --exists --print-errors "libwpg-0.2" configure:19595: $? = 0 configure:19609: $PKG_CONFIG --exists --print-errors "libwpg-0.2" configure:19612: $? = 0 configure:19670: result: yes configure:19703: checking which libxslt to use configure:19706: result: external configure:19717: checking for LIBXSLT configure:19724: $PKG_CONFIG --exists --print-errors "libxslt" configure:19727: $? = 0 configure:19741: $PKG_CONFIG --exists --print-errors "libxslt" configure:19744: $? = 0 configure:19802: result: yes configure:19808: checking for LIBEXSLT configure:19815: $PKG_CONFIG --exists --print-errors "libexslt" configure:19818: $? = 0 configure:19832: $PKG_CONFIG --exists --print-errors "libexslt" configure:19835: $? = 0 configure:19893: result: yes configure:19901: checking for xsltproc configure:19919: found /usr/bin/xsltproc configure:19932: result: /usr/bin/xsltproc configure:20155: checking which libxml to use configure:20158: result: external configure:20171: checking for LIBXML configure:20178: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.0" configure:20181: $? = 0 configure:20195: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.0" configure:20198: $? = 0 configure:20256: result: yes configure:20264: checking for xmllint configure:20282: found /usr/bin/xmllint configure:20295: result: /usr/bin/xmllint configure:20428: checking whether /usr/bin/python2.7 version is >= 2.5 configure:20439: /usr/bin/python2.7 -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.5'.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:20442: $? = 0 configure:20444: result: yes configure:20537: checking for /usr/bin/python2.7 version configure:20544: result: 2.7 configure:20556: checking for /usr/bin/python2.7 platform configure:20563: result: linux2 configure:20589: checking for /usr/bin/python2.7 script directory configure:20624: result: ${prefix}/lib64/python2.7/site-packages configure:20633: checking for /usr/bin/python2.7 extension module directory configure:20668: result: ${exec_prefix}/lib64/python2.7/site-packages configure:20690: checking which Python to use for Pyuno configure:20998: result: system configure:21497: checking Python.h usability configure:21497: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O2 -pipe -I/usr/include/python2.7 conftest.c >&5 In file included from /usr/include/python2.7/Python.h:8:0, from conftest.c:99: /usr/include/python2.7/pyconfig.h:1173:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default] In file included from /usr/include/stdio.h:27:0, from conftest.c:66: /usr/include/features.h:231:0: note: this is the location of the previous definition configure:21497: $? = 0 configure:21497: result: yes configure:21497: checking Python.h presence configure:21497: x86_64-pc-linux-gnu-gcc -E -I/usr/include/python2.7 conftest.c configure:21497: $? = 0 configure:21497: result: yes configure:21497: checking for Python.h configure:21497: result: yes configure:21514: checking for correct python library version configure:21534: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O2 -pipe -I/usr/include/python2.7 -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:21534: $? = 0 configure:21534: ./conftest configure:21534: $? = 0 configure:21535: result: ok configure:21629: checking whether to build the MariaDB/MySQL Connector extension configure:21632: result: yes configure:21653: checking which MariaDB to use configure:21656: result: external configure:21661: checking for mariadb_config configure:21694: result: no configure:21702: checking for mysql_config configure:21720: found /usr/bin/mysql_config configure:21732: result: /usr/bin/mysql_config configure:21744: checking MariaDB version configure:21749: result: OK configure:21754: checking for MariaDB Client library configure:21758: result: includes -I/usr/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG, libraries -L/usr/lib64/mysql -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl configure:21781: checking MySQL Connector/C++ configure:21784: result: external configure:21793: checking mysql_driver.h usability configure:21793: x86_64-pc-linux-gnu-g++ -c -march=amdfam10 -O2 -pipe conftest.cpp >&5 configure:21793: $? = 0 configure:21793: result: yes configure:21793: checking mysql_driver.h presence configure:21793: x86_64-pc-linux-gnu-g++ -E conftest.cpp configure:21793: $? = 0 configure:21793: result: yes configure:21793: checking for mysql_driver.h configure:21793: result: yes configure:21801: checking for main in -lmysqlcppconn configure:21820: x86_64-pc-linux-gnu-g++ -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp -lmysqlcppconn >&5 configure:21820: $? = 0 configure:21829: result: yes configure:21839: checking version configure:21864: x86_64-pc-linux-gnu-g++ -o conftest -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp -lmysqlcppconn >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libmysqlclient.so.18, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_get_server_version' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_debug' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_fetch_field' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_affected_rows' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_error' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_options' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_query' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_fetch_field_direct' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_field_count' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_num_fields' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_field_count' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_server_end' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_commit' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_init' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_real_query' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_param_count' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_data_seek' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_fetch_row' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_send_long_data' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_get_client_version' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_close' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_store_result' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_real_connect' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_fetch_lengths' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_num_rows' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_data_seek' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_server_init' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_affected_rows' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_error' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_num_rows' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_info' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_result_metadata' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_ssl_set' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_execute' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_bind_param' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_sqlstate' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_store_result' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_attr_set' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_real_escape_string' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_next_result' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_errno' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_warning_count' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_use_result' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_ping' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_rollback' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_autocommit' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_errno' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_more_results' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_sqlstate' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_thread_end' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_close' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_init' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_free_result' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_get_server_info' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_bind_result' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_thread_init' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_fetch' /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../lib64/libmysqlcppconn.so: undefined reference to `mysql_stmt_prepare' collect2: error: ld returned 1 exit status configure:21864: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "LibreOffice" | #define PACKAGE_TARNAME "libreoffice" | #define PACKAGE_VERSION "4.1.0.1" | #define PACKAGE_STRING "LibreOffice 4.1.0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://documentfoundation.org/" | #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" | #define HAVE_FEATURE_DESKTOP 1 | #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 | #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 | #define HAVE_FEATURE_EXTENSIONS 1 | #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" | #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" | #define LIBO_VERSION_MAJOR 4 | #define LIBO_VERSION_MINOR 1 | #define LIBO_VERSION_MICRO 0 | #define LIBO_VERSION_PATCH 1 | #define LIBO_THIS_YEAR 2013 | #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_SYSLOG_H 1 | #define HAVE_CUPS_H 1 | #define STDC_HEADERS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOIDP 8 | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 8 | #define ALIGNOF_DOUBLE 8 | #define SAL_TYPES_SIZEOFSHORT 2 | #define SAL_TYPES_SIZEOFINT 4 | #define SAL_TYPES_SIZEOFLONG 8 | #define SAL_TYPES_SIZEOFLONGLONG 8 | #define SAL_TYPES_SIZEOFPOINTER 8 | #define SAL_TYPES_ALIGNMENT2 2 | #define SAL_TYPES_ALIGNMENT4 4 | #define SAL_TYPES_ALIGNMENT8 8 | #define HAVE_THREADSAFE_STATICS 1 | #define HAVE_GCC_BUILTIN_ATOMIC 1 | #define HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY 1 | #define HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE 1 | #define HAVE_CXX11_DELETE 1 | #define HAVE_CXX11_OVERRIDE 1 | #define HAVE_CXX11_FINAL 1 | #define HAVE_CXX11_PERFECT_FORWARDING 1 | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_CALLOC 1 | #define HAVE_FREE 1 | #define HAVE_POSIX_FALLOCATE 1 | /* end confdefs.h. */ | | #include | | int main(int argc, char **argv) { | sql::Driver *driver; | driver = get_driver_instance(); | if (driver->getMajorVersion() > 1 || (driver->getMajorVersion() == 1 && driver->getMinorVersion() > 0) || (driver->getMajorVersion() == 1 && driver->getMinorVersion() == 0 && driver->getPatchVersion() >= 6)) | return 0; | else | return 1; | } | configure:21868: error: not suitable, we need >= 1.0.6 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_alignof_double=8 ac_cv_alignof_int=4 ac_cv_alignof_long=8 ac_cv_alignof_short=2 ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CAIRO_CFLAGS_set= ac_cv_env_CAIRO_CFLAGS_value= ac_cv_env_CAIRO_LIBS_set= ac_cv_env_CAIRO_LIBS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CDR_CFLAGS_set= ac_cv_env_CDR_CFLAGS_value= ac_cv_env_CDR_LIBS_set= ac_cv_env_CDR_LIBS_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=amdfam10 -O2 -pipe' ac_cv_env_CLUCENE_CFLAGS_set= ac_cv_env_CLUCENE_CFLAGS_value= ac_cv_env_CLUCENE_LIBS_set= ac_cv_env_CLUCENE_LIBS_value= ac_cv_env_CMIS_CFLAGS_set= ac_cv_env_CMIS_CFLAGS_value= ac_cv_env_CMIS_LIBS_set= ac_cv_env_CMIS_LIBS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPPUNIT_CFLAGS_set= ac_cv_env_CPPUNIT_CFLAGS_value= ac_cv_env_CPPUNIT_LIBS_set= ac_cv_env_CPPUNIT_LIBS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CURL_CFLAGS_set= ac_cv_env_CURL_CFLAGS_value= ac_cv_env_CURL_LIBS_set= ac_cv_env_CURL_LIBS_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-march=amdfam10 -O2 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DBUS_CFLAGS_set= ac_cv_env_DBUS_CFLAGS_value= ac_cv_env_DBUS_LIBS_set= ac_cv_env_DBUS_LIBS_value= ac_cv_env_FONTCONFIG_CFLAGS_set= ac_cv_env_FONTCONFIG_CFLAGS_value= ac_cv_env_FONTCONFIG_LIBS_set= ac_cv_env_FONTCONFIG_LIBS_value= ac_cv_env_FREETYPE_CFLAGS_set= ac_cv_env_FREETYPE_CFLAGS_value= ac_cv_env_FREETYPE_LIBS_set= ac_cv_env_FREETYPE_LIBS_value= ac_cv_env_GCONF_CFLAGS_set= ac_cv_env_GCONF_CFLAGS_value= ac_cv_env_GCONF_LIBS_set= ac_cv_env_GCONF_LIBS_value= ac_cv_env_GIO_CFLAGS_set= ac_cv_env_GIO_CFLAGS_value= ac_cv_env_GIO_LIBS_set= ac_cv_env_GIO_LIBS_value= ac_cv_env_GNOMEVFS_CFLAGS_set= ac_cv_env_GNOMEVFS_CFLAGS_value= ac_cv_env_GNOMEVFS_LIBS_set= ac_cv_env_GNOMEVFS_LIBS_value= ac_cv_env_GNUTLS_CFLAGS_set= ac_cv_env_GNUTLS_CFLAGS_value= ac_cv_env_GNUTLS_LIBS_set= ac_cv_env_GNUTLS_LIBS_value= ac_cv_env_GOBJECT_CFLAGS_set= ac_cv_env_GOBJECT_CFLAGS_value= ac_cv_env_GOBJECT_LIBS_set= ac_cv_env_GOBJECT_LIBS_value= ac_cv_env_GRAPHITE_CFLAGS_set= ac_cv_env_GRAPHITE_CFLAGS_value= ac_cv_env_GRAPHITE_LIBS_set= ac_cv_env_GRAPHITE_LIBS_value= ac_cv_env_GSTREAMER_0_10_CFLAGS_set= ac_cv_env_GSTREAMER_0_10_CFLAGS_value= ac_cv_env_GSTREAMER_0_10_LIBS_set= ac_cv_env_GSTREAMER_0_10_LIBS_value= ac_cv_env_GSTREAMER_CFLAGS_set= ac_cv_env_GSTREAMER_CFLAGS_value= ac_cv_env_GSTREAMER_LIBS_set= ac_cv_env_GSTREAMER_LIBS_value= ac_cv_env_GTHREAD_CFLAGS_set= ac_cv_env_GTHREAD_CFLAGS_value= ac_cv_env_GTHREAD_LIBS_set= ac_cv_env_GTHREAD_LIBS_value= ac_cv_env_GTK210_CFLAGS_set= ac_cv_env_GTK210_CFLAGS_value= ac_cv_env_GTK210_LIBS_set= ac_cv_env_GTK210_LIBS_value= ac_cv_env_GTK3_CFLAGS_set= ac_cv_env_GTK3_CFLAGS_value= ac_cv_env_GTK3_LIBS_set= ac_cv_env_GTK3_LIBS_value= ac_cv_env_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_LIBS_value= ac_cv_env_GTK_PRINT_CFLAGS_set= ac_cv_env_GTK_PRINT_CFLAGS_value= ac_cv_env_GTK_PRINT_LIBS_set= ac_cv_env_GTK_PRINT_LIBS_value= ac_cv_env_HARFBUZZ_CFLAGS_set= ac_cv_env_HARFBUZZ_CFLAGS_value= ac_cv_env_HARFBUZZ_LIBS_set= ac_cv_env_HARFBUZZ_LIBS_value= ac_cv_env_HUNSPELL_CFLAGS_set= ac_cv_env_HUNSPELL_CFLAGS_value= ac_cv_env_HUNSPELL_LIBS_set= ac_cv_env_HUNSPELL_LIBS_value= ac_cv_env_KDE_GLIB_CFLAGS_set= ac_cv_env_KDE_GLIB_CFLAGS_value= ac_cv_env_KDE_GLIB_LIBS_set= ac_cv_env_KDE_GLIB_LIBS_value= ac_cv_env_LCMS2_CFLAGS_set= ac_cv_env_LCMS2_CFLAGS_value= ac_cv_env_LCMS2_LIBS_set= ac_cv_env_LCMS2_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBEXSLT_CFLAGS_set= ac_cv_env_LIBEXSLT_CFLAGS_value= ac_cv_env_LIBEXSLT_LIBS_set= ac_cv_env_LIBEXSLT_LIBS_value= ac_cv_env_LIBEXTTEXTCAT_CFLAGS_set= ac_cv_env_LIBEXTTEXTCAT_CFLAGS_value= ac_cv_env_LIBEXTTEXTCAT_LIBS_set= ac_cv_env_LIBEXTTEXTCAT_LIBS_value= ac_cv_env_LIBLANGTAG_CFLAGS_set= ac_cv_env_LIBLANGTAG_CFLAGS_value= ac_cv_env_LIBLANGTAG_LIBS_set= ac_cv_env_LIBLANGTAG_LIBS_value= ac_cv_env_LIBPNG_CFLAGS_set= ac_cv_env_LIBPNG_CFLAGS_value= ac_cv_env_LIBPNG_LIBS_set= ac_cv_env_LIBPNG_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBXML_CFLAGS_set= ac_cv_env_LIBXML_CFLAGS_value= ac_cv_env_LIBXML_LIBS_set= ac_cv_env_LIBXML_LIBS_value= ac_cv_env_LIBXSLT_CFLAGS_set= ac_cv_env_LIBXSLT_CFLAGS_value= ac_cv_env_LIBXSLT_LIBS_set= ac_cv_env_LIBXSLT_LIBS_value= ac_cv_env_MDDS_CFLAGS_set= ac_cv_env_MDDS_CFLAGS_value= ac_cv_env_MDDS_LIBS_set= ac_cv_env_MDDS_LIBS_value= ac_cv_env_MSPUB_CFLAGS_set= ac_cv_env_MSPUB_CFLAGS_value= ac_cv_env_MSPUB_LIBS_set= ac_cv_env_MSPUB_LIBS_value= ac_cv_env_MWAW_CFLAGS_set= ac_cv_env_MWAW_CFLAGS_value= ac_cv_env_MWAW_LIBS_set= ac_cv_env_MWAW_LIBS_value= ac_cv_env_MYTHES_CFLAGS_set= ac_cv_env_MYTHES_CFLAGS_value= ac_cv_env_MYTHES_LIBS_set= ac_cv_env_MYTHES_LIBS_value= ac_cv_env_NEON_CFLAGS_set= ac_cv_env_NEON_CFLAGS_value= ac_cv_env_NEON_LIBS_set= ac_cv_env_NEON_LIBS_value= ac_cv_env_NPAPI_HEADERS_CFLAGS_set= ac_cv_env_NPAPI_HEADERS_CFLAGS_value= ac_cv_env_NPAPI_HEADERS_LIBS_set= ac_cv_env_NPAPI_HEADERS_LIBS_value= ac_cv_env_NSS_CFLAGS_set= ac_cv_env_NSS_CFLAGS_value= ac_cv_env_NSS_LIBS_set= ac_cv_env_NSS_LIBS_value= ac_cv_env_ODFGEN_CFLAGS_set= ac_cv_env_ODFGEN_CFLAGS_value= ac_cv_env_ODFGEN_LIBS_set= ac_cv_env_ODFGEN_LIBS_value= ac_cv_env_OPENSSL_CFLAGS_set= ac_cv_env_OPENSSL_CFLAGS_value= ac_cv_env_OPENSSL_LIBS_set= ac_cv_env_OPENSSL_LIBS_value= ac_cv_env_ORCUS_CFLAGS_set= ac_cv_env_ORCUS_CFLAGS_value= ac_cv_env_ORCUS_LIBS_set= ac_cv_env_ORCUS_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=/var/tmp/portage/app-office/libreoffice-4.1.0.1/temp/python2.7/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_POPPLER_CFLAGS_set= ac_cv_env_POPPLER_CFLAGS_value= ac_cv_env_POPPLER_LIBS_set= ac_cv_env_POPPLER_LIBS_value= ac_cv_env_PYTHON_set=set ac_cv_env_PYTHON_value=/usr/bin/python2.7 ac_cv_env_RAPTOR2_CFLAGS_set= ac_cv_env_RAPTOR2_CFLAGS_value= ac_cv_env_RAPTOR2_LIBS_set= ac_cv_env_RAPTOR2_LIBS_value= ac_cv_env_REDLAND_CFLAGS_set= ac_cv_env_REDLAND_CFLAGS_value= ac_cv_env_REDLAND_LIBS_set= ac_cv_env_REDLAND_LIBS_value= ac_cv_env_TELEPATHY_CFLAGS_set= ac_cv_env_TELEPATHY_CFLAGS_value= ac_cv_env_TELEPATHY_LIBS_set= ac_cv_env_TELEPATHY_LIBS_value= ac_cv_env_VISIO_CFLAGS_set= ac_cv_env_VISIO_CFLAGS_value= ac_cv_env_VISIO_LIBS_set= ac_cv_env_VISIO_LIBS_value= ac_cv_env_WPD_CFLAGS_set= ac_cv_env_WPD_CFLAGS_value= ac_cv_env_WPD_LIBS_set= ac_cv_env_WPD_LIBS_value= ac_cv_env_WPG_CFLAGS_set= ac_cv_env_WPG_CFLAGS_value= ac_cv_env_WPG_LIBS_set= ac_cv_env_WPG_LIBS_value= ac_cv_env_WPS_CFLAGS_set= ac_cv_env_WPS_CFLAGS_value= ac_cv_env_WPS_LIBS_set= ac_cv_env_WPS_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_XRANDR_CFLAGS_set= ac_cv_env_XRANDR_CFLAGS_value= ac_cv_env_XRANDR_LIBS_set= ac_cv_env_XRANDR_LIBS_value= ac_cv_env_XRENDER_CFLAGS_set= ac_cv_env_XRENDER_CFLAGS_value= ac_cv_env_XRENDER_LIBS_set= ac_cv_env_XRENDER_LIBS_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_func_calloc=yes ac_cv_func_free=yes ac_cv_func_malloc=yes ac_cv_func_posix_fallocate=yes ac_cv_func_realloc=yes ac_cv_header_CLucene_analysis_cjk_CJKAnalyzer_h=yes ac_cv_header_Python_h=yes ac_cv_header_cups_cups_h=yes ac_cv_header_expat_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_memory_h=yes ac_cv_header_mysql_driver_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_syslog_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_valgrind_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_cups_cupsPrintFiles=yes ac_cv_lib_expat_XML_ParserCreate=yes ac_cv_lib_jpeg_jpeg_resync_to_restart=yes ac_cv_lib_mysqlcppconn_main=yes ac_cv_lib_z_deflate=yes ac_cv_objext=o ac_cv_path_AWK=/usr/bin/gawk ac_cv_path_BASH=/bin/sh ac_cv_path_COMPATH=/usr/bin/x86_64-pc-linux-gnu-gcc ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GPERF=/usr/bin/gperf ac_cv_path_GREP=/bin/grep ac_cv_path_MARIADBCONFIG=/usr/bin/mysql_config ac_cv_path_PERL=/usr/bin/perl ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_SYSTEM_UCPP=/usr/bin/ucpp ac_cv_path_XMLLINT=/usr/bin/xmllint ac_cv_path_XSLTPROC=/usr/bin/xsltproc 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_CXX=x86_64-pc-linux-gnu-g++ ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' ac_cv_prog_NM=x86_64-pc-linux-gnu-nm 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_cxx_g=yes ac_cv_sizeof_double=8 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_sizeof_voidp=8 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no 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 pkg_cv_CDR_CFLAGS='-I/usr/include/libcdr-0.0 -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' pkg_cv_CDR_LIBS='-lcdr-0.0 -lz -lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 -llcms2 ' pkg_cv_CLUCENE_CFLAGS='-I/usr/include/CLucene/ext ' pkg_cv_CLUCENE_LIBS='-L/usr/lib64/ -lclucene-core -lclucene-shared ' pkg_cv_CMIS_CFLAGS='-I/usr/include/libcmis-0.3 -I/usr/include/libxml2 ' pkg_cv_CMIS_LIBS='-lcmis-0.3 -lcurl -lxml2 ' pkg_cv_CPPUNIT_CFLAGS= pkg_cv_CPPUNIT_LIBS='-lcppunit ' pkg_cv_FONTCONFIG_CFLAGS= pkg_cv_FONTCONFIG_LIBS='-lfontconfig ' pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 ' pkg_cv_FREETYPE_LIBS='-lfreetype ' pkg_cv_LCMS2_CFLAGS= pkg_cv_LCMS2_LIBS='-llcms2 ' pkg_cv_LIBEXSLT_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_LIBEXSLT_LIBS='-lexslt -lxslt -lxml2 -lz -lm -ldl -lm -lgcrypt -lgpg-error -lxml2 ' pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_LIBXML_LIBS='-lxml2 ' pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lrt -lxml2 ' pkg_cv_MSPUB_CFLAGS='-I/usr/include/libmspub-0.0 -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' pkg_cv_MSPUB_LIBS='-lmspub-0.0 -lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' pkg_cv_MWAW_CFLAGS='-I/usr/include/libmwaw-0.1 -I/usr/include/libwpd-0.9 ' pkg_cv_MWAW_LIBS='-lmwaw-0.1 -lwpd-0.9 -lwpd-stream-0.9 ' pkg_cv_ODFGEN_CFLAGS='-I/usr/include/libodfgen-0.0 -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' pkg_cv_ODFGEN_LIBS='-lodfgen-0.0 -lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' pkg_cv_VISIO_CFLAGS='-I/usr/include/libvisio-0.0 -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' pkg_cv_VISIO_LIBS='-lvisio-0.0 -lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' pkg_cv_WPD_CFLAGS='-I/usr/include/libwpd-0.9 ' pkg_cv_WPD_LIBS='-lwpd-0.9 -lwpd-stream-0.9 ' pkg_cv_WPG_CFLAGS='-I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' pkg_cv_WPG_LIBS='-lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' pkg_cv_WPS_CFLAGS='-I/usr/include/libwps-0.2 -I/usr/include/libwpd-0.9 ' pkg_cv_WPS_LIBS='-lwps-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## AFLAGS='' ALLOC='SYS_ALLOC' ALL_LANGS='' ANCIENT_BISON='' ANDROID_APP_ABI='' ANDROID_NDK_GDBSERVER='' ANDROID_SDK_HOME='' ANT='' ANT_HOME='/usr/share/ant' ANT_LIB='' AR='x86_64-pc-linux-gnu-ar' ASSERT_ALWAYS_ABORT='FALSE' ATL_INCLUDE='' ATL_LIB='' AWK='/usr/bin/gawk' AWTLIB='-ljawt' BARCODE_EXTENSION_PACK='' BASH='/bin/sh' BISON='' BOOST_CPPFLAGS='' BOOST_CXXFLAGS='-D_GLIBCXX_HAS_GTHREADS' BOOST_DATE_TIME_LIB='' BOOST_LDFLAGS='' BOOST_SYSTEM_LIB='' BRAND_INTRO_IMAGES='' BSH_JAR='' BUILDDIR='/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1' BUILD_POSTGRESQL_SDBC='' BUILD_TYPE='LibO DESKTOP EXPORT DBCONNECTIVITY EXTENSIONS SCRIPTING DYNLOADING NATIVE PYUNO MARIADBC' BUILD_UNOWINREG='NO' BUILD_VER_STRING='Gentoo official package' BUILD_X64='' BZIP2='' CAIRO_CFLAGS='' CAIRO_LIBS='' CC='x86_64-pc-linux-gnu-gcc' CCACHE='' CDR_CFLAGS='-I/usr/include/libcdr-0.0 -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' CDR_LIBS='-lcdr-0.0 -lz -lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 -llcms2 ' CFLAGS='-march=amdfam10 -O2 -pipe' CHECK_PARALLELISM='' CLANGBUILD='' CLANGDIR='' CLUCENE_CFLAGS='-I/usr/include/CLucene/ext ' CLUCENE_LIBS='-L/usr/lib64/ -lclucene-core -lclucene-shared -lclucene-contribs-lib' CMIS_CFLAGS='-I/usr/include/libcmis-0.3 -I/usr/include/libxml2 ' CMIS_LIBS='-lcmis-0.3 -lcurl -lxml2 ' COM='GCC' COMEX='' COMMONS_CODEC_JAR='' COMMONS_HTTPCLIENT_JAR='' COMMONS_LANG_JAR='' COMMONS_LOGGING_JAR='' COMPATH='/usr' COMPILER_PLUGINS='' COM_GCC_IS_CLANG='' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CPPUNIT_CFLAGS='' CPPUNIT_LIBS='-lcppunit ' CPU='X' CPUNAME='X86_64' CROSS_COMPILING='' CT2N_EXTENSION_PACK='' CURL='' CURLCONFIG='' CURL_CFLAGS='' CURL_LIBS='' CUSTOM_BRAND_DIR='' CUSTOM_BRAND_IMAGES='' CXX='x86_64-pc-linux-gnu-g++' CXXCPP='x86_64-pc-linux-gnu-g++ -E' CXXFLAGS='-march=amdfam10 -O2 -pipe' CXXFLAGS_CXX11='-std=gnu++0x' CXX_X64_BINARY='' DATADIR='' DBUS_CFLAGS='' DBUS_LIBS='' DEFAULT_BRAND_IMAGES='' DEFS='' DEVINSTALLDIR='' DIAGRAM_EXTENSION_PACK='' DICT_SYSTEM_DIR='file:///usr/share/myspell' DIRECTXSDK_HOME='' DISABLE_ACTIVEX='TRUE' DISABLE_ATL='TRUE' DISABLE_CVE_TESTS='' DISABLE_DBCONNECTIVITY='' DISABLE_DYNLOADING='' DISABLE_EXPORT='' DISABLE_LINKOO='TRUE' DISABLE_NEON='' DISABLE_OPENSSL='' DISABLE_PYTHON='' DISABLE_SCRIPTING='' DLLTOOL='' DOCDIR='' DOXYGEN='' DO_FETCH_TARBALLS='NO' DPKG='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_CAIRO_CANVAS='' ENABLE_CORETEXT='' ENABLE_CRASHDUMP='' ENABLE_CUPS='TRUE' ENABLE_DBGUTIL='' ENABLE_DBUS='' ENABLE_DEBUG='' ENABLE_DEBUGINFO_FOR='' ENABLE_DIRECTX='' ENABLE_EVOAB2='' ENABLE_GCONF='' ENABLE_GIO='' ENABLE_GNOMEVFS='' ENABLE_GRAPHITE='' ENABLE_GSTREAMER='' ENABLE_GSTREAMER_0_10='' ENABLE_GTK3='' ENABLE_GTK='' ENABLE_GTK_PRINT='' ENABLE_HARFBUZZ='' ENABLE_HEADLESS='' ENABLE_KAB='' ENABLE_KDE4='' ENABLE_KDE='' ENABLE_LIBLANGTAG='' ENABLE_LOCKDOWN='' ENABLE_LPSOLVE='' ENABLE_LTO='' ENABLE_LWP='TRUE' ENABLE_MACOSX_SANDBOX='' ENABLE_MARIADBC='YES' ENABLE_MEDIAWIKI='' ENABLE_MINIMIZER='' ENABLE_NPAPI_FROM_BROWSER='' ENABLE_NPAPI_INTO_BROWSER='' ENABLE_ONLINE_UPDATE='' ENABLE_OPENGL='' ENABLE_PACKAGEKIT='' ENABLE_PCH='' ENABLE_PDFIMPORT='' ENABLE_RANDR='' ENABLE_READONLY_INSTALLSET='' ENABLE_RELEASE_BUILD='TRUE' ENABLE_REPORTBUILDER='' ENABLE_SCRIPTING_BEANSHELL='' ENABLE_SCRIPTING_JAVASCRIPT='' ENABLE_SDREMOTE='' ENABLE_SDREMOTE_BLUETOOTH='' ENABLE_SILENT_MSI='' ENABLE_SYMBOLS='TRUE' ENABLE_SYSTRAY_GTK='' ENABLE_TDE='' ENABLE_TDEAB='' ENABLE_TELEPATHY='' ENABLE_VALGRIND='TRUE' EPM='NO' EPM_FLAGS='' EXCEPTIONS='' EXEEXT='' EXEEXT_FOR_BUILD='' EXTERNAL_WARNINGS_NOT_ERRORS='TRUE' EXTRA_BUILDID='' FLEX='' FLUTE_JAR='' FONTCONFIG_CFLAGS='' FONTCONFIG_LIBS='-lfontconfig ' FREETYPE_CFLAGS='-I/usr/include/freetype2 ' FREETYPE_LIBS='-lfreetype ' GAWK='' GCC_HOME='/usr' GCONF_CFLAGS='' GCONF_LIBS='' GIO_CFLAGS='' GIO_LIBS='' GIT_NEEDED_SUBMODULES='' GIT_REFERENCE_SRC='' GNOMEVFS_CFLAGS='' GNOMEVFS_LIBS='' GNUCP='' GNUMAKE='/usr/bin/make' GNUPATCH='' GNUTAR='tar' GNUTLS_CFLAGS='' GNUTLS_LIBS='' GOBJECT_CFLAGS='' GOBJECT_LIBS='' GOOGLE_DOCS_EXTENSION_PACK='' GPERF='/usr/bin/gperf' GRAPHITE_CFLAGS='' GRAPHITE_LIBS='' GREP='/bin/grep' GSSAPI_LIBS='' GSTREAMER_0_10_CFLAGS='' GSTREAMER_0_10_LIBS='' GSTREAMER_CFLAGS='' GSTREAMER_LIBS='' GTHREAD_CFLAGS='' GTHREAD_LIBS='' GTK210_CFLAGS='' GTK210_LIBS='' GTK3_CFLAGS='' GTK3_LIBS='' GTK_CFLAGS='' GTK_LIBS='' GTK_PRINT_CFLAGS='' GTK_PRINT_LIBS='' GUI='UNX' GUIBASE='unx' HARDLINKDELIVER='' HARFBUZZ_CFLAGS='' HARFBUZZ_LIBS='' HAVE_CXX0X='TRUE' HAVE_GCC_AVX='TRUE' HAVE_GCC_BUILTIN_ATOMIC='TRUE' HAVE_GCC_FINLINE_LIMIT='TRUE' HAVE_GCC_FNO_DEFAULT_INLINE='TRUE' HAVE_GCC_FNO_ENFORCE_EH_SPECS='TRUE' HAVE_GCC_FNO_INLINE='TRUE' HAVE_GCC_GGDB2='TRUE' HAVE_GCC_NO_LONG_DOUBLE='TRUE' HAVE_GCC_VISIBILITY_BROKEN='' HAVE_GCC_VISIBILITY_FEATURE='TRUE' HAVE_GETOPT='' HAVE_GNUMAKE_FILE_FUNC='' HAVE_LD_BSYMBOLIC_FUNCTIONS='TRUE' HAVE_LD_HASH_STYLE='TRUE' HAVE_NON_CONST_NPP_GETMIMEDESCRIPTION='' HAVE_POSIX_FALLOCATE='YES' HAVE_READDIR_R='' HAVE_THREADSAFE_STATICS='TRUE' HSQLDB_JAR='' HSQLDB_USE_JDBC_4_1='' HUNART_EXTENSION_PACK='' HUNSPELL_CFLAGS='' HUNSPELL_LIBS='' HYPHEN_LIB='' HYPH_SYSTEM_DIR='file:///usr/share/myspell' ICECREAM_RUN='' ICUCONFIG='' ICUCONFIG_FOR_BUILD='' ICU_CFLAGS='' ICU_LIBS='' ICU_MAJOR='' ICU_MINOR='' ICU_RECLASSIFIED_CLOSE_PARENTHESIS='' ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER='' ICU_RECLASSIFIED_HEBREW_LETTER='' ICU_RECLASSIFIED_PREPEND_SET_EMPTY='' ILIB='' INPATH='unxlngx6.pro' INPATH_FOR_BUILD='unxlngx6.pro' INSTALLDIR='' INSTALLDIRNAME='' INSTDIR='/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/instdir/unxlngx6.pro' ISYSTEM='-isystem' JAVACISGCJ='' JAVACOMPILER='/opt/sun-jdk-1.6.0.45/bin/javac' JAVADOC='/opt/sun-jdk-1.6.0.45/bin/javadoc' JAVADOCISGJDOC='' JAVAIFLAGS='' JAVAINTERPRETER='/opt/sun-jdk-1.6.0.45/bin/java' JAVALIB='-L/opt/sun-jdk-1.6.0.45/lib64 -L/opt/sun-jdk-1.6.0.45/jre/lib/amd64 -L/opt/sun-jdk-1.6.0.45/jre/lib/amd64/server' JAVA_CLASSPATH_NOT_SET='' JAVA_HOME='/opt/sun-jdk-1.6.0.45' JAVA_SOURCE_VER='1.5' JAVA_TARGET_VER='1.5' JDK='sun' JDKLIB='' JFREEREPORT_JAR='' JITC_PROCESSOR_TYPE='' JVM_ONE_PATH_CHECK='' KDE4_CFLAGS='' KDE4_LIBS='' KDE_CFLAGS='' KDE_GLIB_CFLAGS='' KDE_GLIB_LIBS='' KDE_HAVE_GLIB='' KDE_LIBS='' KRB5_LIBS='' LANGUAGETOOL_EXTENSION_PACK='' LCMS2_CFLAGS=' -Wno-long-long' LCMS2_LIBS='-llcms2 ' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LFS_CFLAGS='' LIBBASE_JAR='' LIBDIR='' LIBEXSLT_CFLAGS='-I/usr/include/libxml2 ' LIBEXSLT_LIBS='-lexslt -lxslt -lxml2 -lz -lm -ldl -lm -lgcrypt -lgpg-error -lxml2 ' LIBEXTTEXTCAT_CFLAGS='' LIBEXTTEXTCAT_LIBS='' LIBFONTS_JAR='' LIBFORMULA_JAR='' LIBGCRYPT_CFLAGS='' LIBGCRYPT_CONFIG='' LIBGCRYPT_LIBS='' LIBLANGTAG_CFLAGS='' LIBLANGTAG_LIBS='' LIBLAYOUT_JAR='' LIBLOADER_JAR='' LIBOBJS='' LIBO_VERSION_MAJOR='4' LIBO_VERSION_MICRO='0' LIBO_VERSION_MINOR='1' LIBO_VERSION_PATCH='1' LIBO_VERSION_SUFFIX='' LIBO_VERSION_SUFFIX_SUFFIX='' LIBPNG_CFLAGS='' LIBPNG_LIBS='' LIBREPOSITORY_JAR='' LIBS=' -lmysqlcppconn' LIBSERIALIZER_JAR='' LIBXML_CFLAGS='-I/usr/include/libxml2 ' LIBXML_JAR='' LIBXML_LIBS='-lxml2 ' LIBXSLT_CFLAGS='-I/usr/include/libxml2 ' LIBXSLT_LIBS='-lxslt -lxml2 -lz -lm -ldl -lm -lrt -lxml2 ' LIBXSLT_MAJOR='' LINK_X64_BINARY='' LO_PATH='' LTLIBOBJS='' MACOSX_BUNDLE_IDENTIFIER='' MACOSX_CODESIGNING_IDENTITY='' MACOSX_DEPLOYMENT_TARGET='' MACOSX_SDK_PATH='' MACOSX_SDK_VERSION='' MAC_OS_X_VERSION_MAX_ALLOWED='' MAC_OS_X_VERSION_MIN_REQUIRED='' MANDIR='' MARIADBCONFIG='/usr/bin/mysql_config' MARIADBC_MAJOR='1' MARIADBC_MICRO='2' MARIADBC_MINOR='0' MARIADB_CFLAGS='-I/usr/include/mysql -pipe -fno-strict-aliasing -g -DNDEBUG' MARIADB_LIBS='-L/usr/lib64/mysql -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl' MD5SUM='' MDDS_CFLAGS='' MDDS_CPPFLAGS='' MDDS_LIBS='' MERGELIBS='' MERGE_MODULES='' MINGWCXX='' MINGWSTRIP='' MINGW_DLLS='' MINGW_GCCDLL='' MINGW_GXXDLL='' MINGW_LIB_INCLUDE_PATH='' MINGW_SHARED_GCCLIB='' MINGW_SHARED_GXXLIB='' MINGW_SHARED_LIBSTDCPP='' MINGW_SYSROOT='' ML_EXE='' MOC4='' MOC='' MOCQT4='' MPL_SUBSET='' MSM_PATH='' MSPUB_CFLAGS='-I/usr/include/libmspub-0.0 -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' MSPUB_LIBS='-lmspub-0.0 -lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' MSVC80_DLLS='' MSVC80_DLL_PATH='' MSVC_DEBUG_DLLS='' MSVC_DEBUG_DLL_PATH='' MSVC_DLLS='' MSVC_DLL_PATH='' MSVC_USE_DEBUG_RUNTIME='' MWAW_CFLAGS='-I/usr/include/libmwaw-0.1 -I/usr/include/libwpd-0.9 ' MWAW_LIBS='-lmwaw-0.1 -lwpd-0.9 -lwpd-stream-0.9 ' MYTHES_CFLAGS='' MYTHES_LIBS='' NEON_CFLAGS='' NEON_LIBS='' NEON_VERSION='' NLPSOLVER_EXTENSION_PACK='' NM='x86_64-pc-linux-gnu-nm' NPAPI_HEADERS_CFLAGS='' NPAPI_HEADERS_LIBS='' NSS_CFLAGS='' NSS_LIBS='' NSS_MAJOR='' NSS_MINOR='' NSS_PATCH='' NUMBERTEXT_EXTENSION_PACK='' OBJCFLAGS='' OBJCXXFLAGS='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' ODFGEN_CFLAGS='-I/usr/include/libodfgen-0.0 -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' ODFGEN_LIBS='-lodfgen-0.0 -lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' OOOP_FONTS_PACK='' OOOP_GALLERY_PACK='' OOOP_SAMPLES_PACK='' OOOP_TEMPLATES_PACK='' OOO_JUNIT_JAR='' OOO_VENDOR='' OPENSSL_CFLAGS='' OPENSSL_LIBS='' ORCUS_CFLAGS='' ORCUS_LIBS='' OS='LINUX' OSVERSION='' OS_FOR_BUILD='LINUX' OUTDIR='/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro' OUTDIR_FOR_BUILD='/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro' OUTPATH='unxlngx6' PACKAGE_BUGREPORT='' PACKAGE_NAME='LibreOffice' PACKAGE_STRING='LibreOffice 4.1.0.1' PACKAGE_TARNAME='libreoffice' PACKAGE_URL='http://documentfoundation.org/' PACKAGE_VERSION='4.1.0.1' PARALLELISM='' PATCH='' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PGCONFIG='' PKGFORMAT='native' PKGMK='' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/var/tmp/portage/app-office/libreoffice-4.1.0.1/temp/python2.7/pkgconfig' PLATFORMID='linux_x86_64' POPPLER_CFLAGS='' POPPLER_LIBS='' POSTGRESQL_INC='' POSTGRESQL_LIB='' PREFIXDIR='' PRODUCT='full' PRODUCTNAME='' PRODUCTVERSION='' PROEXT='.pro' PROGRESSBARCOLOR='' PROGRESSFRAMECOLOR='' PROGRESSPOSITION='' PROGRESSSIZE='' PROGRESSTEXTBASELINE='' PROGRESSTEXTCOLOR='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' PYTHON='/usr/bin/python2.7' PYTHON_CFLAGS='-I/usr/include/python2.7 ' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_FOR_BUILD='/usr/bin/python2.7' PYTHON_LIBS='-lpython2.7 ' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='' PYTHON_VERSION_MAJOR='' PYTHON_VERSION_MINOR='' P_SEP=':' QMAKE4='' QMAKEQT4='' RANLIB='x86_64-pc-linux-gnu-ranlib' RAPTOR2_CFLAGS='' RAPTOR2_LIBS='' RAPTOR_MAJOR='' RASQAL_MAJOR='' REDLAND_CFLAGS='' REDLAND_LIBS='' REDLAND_MAJOR='' RHINO_JAR='' RPM='' RTL_ARCH='X86_64' RTL_OS='Linux' SAC_JAR='' SCPDEFS=' -DDISABLE_LWP -DWITH_EXTENSION_MARIADBC' SED='/bin/sed' SERVLETAPI_JAR='' SHA1SUM='' SHELL='/bin/sh' SHOWINCLUDES_PREFIX='' SOLARINC='-I. -I/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/include -I/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro/inc/external -I/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro/inc -I/opt/sun-jdk-1.6.0.45/include -I/opt/sun-jdk-1.6.0.45/include/linux' SOLARLIB='-L/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro/lib' SOLARVER='/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver' SOLAR_JAVA='TRUE' SOURCEVERSION='OOO410' SPLIT_APP_MODULES='' SPLIT_OPT_FEATURES='' SRC_ROOT='/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1' STRIP='x86_64-pc-linux-gnu-strip' STRIP_COMPONENTS='--strip-components' SUNTEMPLATES_DE_PACK='' SUNTEMPLATES_EN_US_PACK='' SUNTEMPLATES_ES_PACK='' SUNTEMPLATES_FR_PACK='' SUNTEMPLATES_HU_PACK='' SUNTEMPLATES_IT_PACK='' SYSBASE='' SYSTEM_APACHE_COMMONS='' SYSTEM_BOOST='' SYSTEM_BSH='' SYSTEM_CAIRO='' SYSTEM_CDR='YES' SYSTEM_CLUCENE='YES' SYSTEM_CMIS='YES' SYSTEM_CPPUNIT='YES' SYSTEM_CURL='' SYSTEM_DICTS='YES' SYSTEM_EXPAT='YES' SYSTEM_GENBRK='' SYSTEM_GENCCODE='' SYSTEM_GENCMN='' SYSTEM_GRAPHITE='' SYSTEM_HARFBUZZ='' SYSTEM_HSQLDB='' SYSTEM_HUNSPELL='' SYSTEM_HYPH='' SYSTEM_ICU='' SYSTEM_JFREEREPORT='' SYSTEM_JPEG='YES' SYSTEM_LCMS2='YES' SYSTEM_LIBC='' SYSTEM_LIBEXTTEXTCAT='' SYSTEM_LIBEXTTEXTCAT_DATA='' SYSTEM_LIBLANGTAG='' SYSTEM_LIBORCUS='' SYSTEM_LIBPNG='' SYSTEM_LIBXML='YES' SYSTEM_LIBXSLT='YES' SYSTEM_LIBXSLT_FOR_BUILD='YES' SYSTEM_LPSOLVE='' SYSTEM_MARIADB='YES' SYSTEM_MDDS='' SYSTEM_MESA_HEADERS='' SYSTEM_MSPUB='YES' SYSTEM_MWAW='YES' SYSTEM_MYSQL_CPPCONN='YES' SYSTEM_MYTHES='' SYSTEM_NEON='' SYSTEM_NPAPI_HEADERS='' SYSTEM_NSS='' SYSTEM_ODBC_HEADERS='' SYSTEM_ODFGEN='YES' SYSTEM_OPENLDAP='' SYSTEM_OPENSSL='' SYSTEM_ORCUS='' SYSTEM_POPPLER='' SYSTEM_POSTGRESQL='' SYSTEM_PYTHON='YES' SYSTEM_REDLAND='' SYSTEM_RHINO='' SYSTEM_SERVLETAPI='' SYSTEM_UCPP='/usr/bin/ucpp' SYSTEM_VIGRA='' SYSTEM_VISIO='YES' SYSTEM_WPD='YES' SYSTEM_WPG='YES' SYSTEM_WPS='YES' SYSTEM_ZLIB='YES' TARFILE_LOCATION='/var/tmp/portage/app-office/libreoffice-4.1.0.1/distdir' TDE_CFLAGS='' TDE_LIBS='' TELEPATHY_CFLAGS='' TELEPATHY_LIBS='' TEMP_DIRECTORY='' THES_SYSTEM_DIR='file:///usr/share/myspell' TLS='' TYPO_EXTENSION_PACK='' UNOWINREG_DLL='185d60944ea767075d27247c3162b3bc-unowinreg.dll' UNZIP='' UPD='410' URELIBS='' USE_XINERAMA='' UUIDGEN='' VALGRIND_CFLAGS='' VALIDATOR_EXTENSION_PACK='' VCVER='' VERBOSE='TRUE' VISIO_CFLAGS='-I/usr/include/libvisio-0.0 -I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' VISIO_LIBS='-lvisio-0.0 -lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' WATCH_WINDOW_EXTENSION_PACK='' WGET='' WINDOWS_BUILD_SIGNING='FALSE' WINDOWS_SDK_HOME='' WINDOWS_SDK_VERSION='' WINDRES='' WINEGCC='' WIN_FIND='' WIN_GREP='' WIN_LS='' WIN_TOUCH='' WITHOUT_AFMS='' WITHOUT_PPDS='' WITH_COMPAT_OOWRAPPERS='' WITH_EXTENSION_INTEGRATION='' WITH_EXTRA_EXTENSIONS='' WITH_EXTRA_FONT='' WITH_EXTRA_GALLERY='' WITH_EXTRA_SAMPLE='' WITH_EXTRA_TEMPLATE='' WITH_FONTS='' WITH_GALLERY_BUILD='YES' WITH_GSSAPI='' WITH_HELPPACK_INTEGRATION='' WITH_KRB5='' WITH_LANG='' WITH_LANG_LIST='' WITH_LINKER_HASH_STYLE='gnu' WITH_MINGW='' WITH_MOZAB4WIN='' WITH_MYSPELL_DICTS='NO' WITH_POOR_HELP_LOCALIZATIONS='' WITH_THEMES='' WORDS_BIGENDIAN='no' WORKDIR='/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro' WORKDIR_FOR_BUILD='/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro' WPD_CFLAGS='-I/usr/include/libwpd-0.9 ' WPD_LIBS='-lwpd-0.9 -lwpd-stream-0.9 ' WPG_CFLAGS='-I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' WPG_LIBS='-lwpg-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' WPS_CFLAGS='-I/usr/include/libwps-0.2 -I/usr/include/libwpd-0.9 ' WPS_LIBS='-lwps-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' XCRUN='' XINERAMA_LINK='' XMKMF='' XMLLINT='/usr/bin/xmllint' XRANDR_CFLAGS='' XRANDR_DLOPEN='' XRANDR_LIBS='' XRENDER_CFLAGS='' XRENDER_LIBS='' XSLTPROC='/usr/bin/xsltproc' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ZIP='' ZLIB_CFLAGS='' ZLIB_LIBS='' _cc='' ac_ct_CC='' ac_ct_CXX='' 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='/usr/share/doc/libreoffice-4.1.0.1' 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' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' nodep='' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/' pkgpythondir='${pythondir}/' 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='' x_AFLAGS='#' x_CFLAGS='' x_CXXFLAGS='' x_Cygwin='#' x_GNUCP='' x_JAVALIB='' x_JDKLIB='#' x_LDFLAGS='' x_OBJCFLAGS='#' x_OBJCXXFLAGS='#' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "LibreOffice" #define PACKAGE_TARNAME "libreoffice" #define PACKAGE_VERSION "4.1.0.1" #define PACKAGE_STRING "LibreOffice 4.1.0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "http://documentfoundation.org/" #define SRCDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" #define BUILDDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1" #define HAVE_FEATURE_DESKTOP 1 #define HAVE_FEATURE_DESKTOP_GUI_ELEMENTS 1 #define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 1 #define HAVE_FEATURE_EXTENSIONS 1 #define OUTDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/solver/unxlngx6.pro" #define WORKDIR "/var/tmp/portage/app-office/libreoffice-4.1.0.1/work/libreoffice-4.1.0.1/workdir/unxlngx6.pro" #define LIBO_VERSION_MAJOR 4 #define LIBO_VERSION_MINOR 1 #define LIBO_VERSION_MICRO 0 #define LIBO_VERSION_PATCH 1 #define LIBO_THIS_YEAR 2013 #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_SYSLOG_H 1 #define HAVE_CUPS_H 1 #define STDC_HEADERS 1 #define SIZEOF_LONG 8 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_DOUBLE 8 #define SIZEOF_VOIDP 8 #define ALIGNOF_SHORT 2 #define ALIGNOF_INT 4 #define ALIGNOF_LONG 8 #define ALIGNOF_DOUBLE 8 #define SAL_TYPES_SIZEOFSHORT 2 #define SAL_TYPES_SIZEOFINT 4 #define SAL_TYPES_SIZEOFLONG 8 #define SAL_TYPES_SIZEOFLONGLONG 8 #define SAL_TYPES_SIZEOFPOINTER 8 #define SAL_TYPES_ALIGNMENT2 2 #define SAL_TYPES_ALIGNMENT4 4 #define SAL_TYPES_ALIGNMENT8 8 #define HAVE_THREADSAFE_STATICS 1 #define HAVE_GCC_BUILTIN_ATOMIC 1 #define HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY 1 #define HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE 1 #define HAVE_CXX11_DELETE 1 #define HAVE_CXX11_OVERRIDE 1 #define HAVE_CXX11_FINAL 1 #define HAVE_CXX11_PERFECT_FORWARDING 1 #define HAVE_MALLOC 1 #define HAVE_REALLOC 1 #define HAVE_CALLOC 1 #define HAVE_FREE 1 #define HAVE_POSIX_FALLOCATE 1 configure: exit 1