Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 282173 Details for
Bug 377849
app-office/libreoffice-3.4.2.3 fails to configure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/var/tmp/portage/app-office/libreoffice-3.4.2.3/work/libreoffice-bootstrap-3.4.2.3/config.log
config.log (text/plain), 128.49 KB, created by
Juergen Rose
on 2011-08-05 09:08:04 UTC
(
hide
)
Description:
/var/tmp/portage/app-office/libreoffice-3.4.2.3/work/libreoffice-bootstrap-3.4.2.3/config.log
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2011-08-05 09:08:04 UTC
Size:
128.49 KB
patch
obsolete
>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 3.4, which was >generated by GNU Autoconf 2.68. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-system-headers --with-system-libs --with-system-jars --with-system-db --with-system-dicts --enable-cairo --enable-fontconfig --enable-largefile --enable-randr --enable-randr-link --enable-unix-qstart-libpng --enable-Xaw --enable-xrender-link --disable-broffice --disable-crashdump --disable-dependency-tracking --disable-epm --disable-fetch-external --disable-gnome-vfs --disable-kdeab --disable-kde --disable-online-update --disable-pch --disable-rpath --disable-static-gtk --disable-strip-solver --disable-zenity --with-alloc=system --with-build-version=Gentoo official package --with-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-3.4.2.3/distdir --with-lang= --with-max-jobs=5 --with-num-cpus=1 --with-theme=crystal tango --with-unix-wrapper=libreoffice --with-vendor=Gentoo Foundation --with-x --without-afms --without-fonts --without-myspell-dicts --without-ppds --without-stlport --disable-binfilter --enable-cups --enable-dbus --disable-crashdump --enable-evolution2 --enable-gconf --enable-gio --enable-lockdown --disable-graphite --enable-gstreamer --enable-gtk --enable-systray --enable-ext-scripting-beanshell --disable-kde4 --enable-ldap --enable-ext-mysql-connector --enable-mozilla --disable-odk --enable-opengl --enable-python --enable-ext-scripting-python --enable-vba --enable-activex-component --enable-neon --with-java --with-openldap --with-system-mysql-cppconn --with-system-mozilla=libxul --with-helppack-integration --without-sun-templates --without-system-hsqldb --with-ant-home=/usr/share/ant --with-jdk-home=/opt/sun-jdk-1.6.0.26 --with-java-target-version=1.5 --with-jvm-path=/usr/lib64/ --with-beanshell-jar=/usr/share/bsh/lib/bsh.jar --with-lucene-core-jar=/usr/share/lucene-2.9/lib/lucene-core.jar --with-lucene-analyzers-jar=/usr/share/lucene-analyzers-2.3/lib/lucene-analyzers.jar --with-saxon-jar=/usr/share/saxon/lib/saxon8.jar --without-junit --enable-ext-pdfimport --enable-ext-presenter-console --enable-ext-presenter-minimizer --with-about-bitmap=/var/tmp/portage/app-office/libreoffice-3.4.2.3/work/branding-about.png --with-intro-bitmap=/var/tmp/portage/app-office/libreoffice-3.4.2.3/work/branding-intro.png > >## --------- ## >## Platform. ## >## --------- ## > >hostname = moose >uname -m = x86_64 >uname -r = 3.0.0-gentoo >uname -s = Linux >uname -v = #1 SMP Fri Jul 22 18:57:17 CEST 2011 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q9650 @ 3.00GHz >/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: /opt/sun-jdk-1.6.0.26/bin >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.4.6 >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2 >PATH: /usr/lib64/subversion/bin >PATH: /opt/eagle-5.11.0/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3944: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:5546: checking for grep that handles long lines and -e >configure:5604: result: /bin/grep >configure:5609: checking for egrep >configure:5671: result: /bin/grep -E >configure:5680: checking for gawk >configure:5696: found /usr/bin/gawk >configure:5707: result: gawk >configure:5720: checking for gawk >configure:5738: found /usr/bin/gawk >configure:5750: result: /usr/bin/gawk >configure:5766: checking for sed >configure:5784: found /bin/sed >configure:5796: result: /bin/sed >configure:5813: checking for bash >configure:5843: result: /bin/sh >configure:5856: checking for GNU or BSD tar >configure:5865: result: tar >configure:5872: checking for solenv environment >configure:5876: result: default >configure:5935: checking build system type >configure:5949: result: x86_64-pc-linux-gnu >configure:5969: checking host system type >configure:5982: result: x86_64-pc-linux-gnu >configure:6202: checking whether to enable crashdump feature >configure:6211: result: no >configure:6275: checking whether to turn warnings to errors >configure:6288: result: no >configure:6293: checking whether to do a debug build >configure:6302: result: no >configure:6307: checking whether to build with additional debug utilities >configure:6319: result: no, full product build >configure:6326: checking whether to include symbols >configure:6334: result: no >configure:6339: checking whether to strip the solver or not. >configure:6343: result: no >configure:6358: checking whether to enable native cups support >configure:6362: result: yes >configure:6372: checking for x86_64-pc-linux-gnu-gcc >configure:6388: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:6399: result: x86_64-pc-linux-gnu-gcc >configure:6668: checking for C compiler version >configure:6677: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.5.2 p1.1, pie-0.4.5) 4.5.2 >Copyright (C) 2010 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:6688: $? = 0 >configure:6677: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.5.2/work/gcc-4.5.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.2 p1.1, pie-0.4.5' >Thread model: posix >gcc version 4.5.2 (Gentoo 4.5.2 p1.1, pie-0.4.5) >configure:6688: $? = 0 >configure:6677: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:6688: $? = 1 >configure:6677: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' >x86_64-pc-linux-gnu-gcc: no input files >configure:6688: $? = 1 >configure:6708: checking whether the C compiler works >configure:6730: x86_64-pc-linux-gnu-gcc -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6734: $? = 0 >configure:6782: result: yes >configure:6785: checking for C compiler default output file name >configure:6787: result: a.out >configure:6793: checking for suffix of executables >configure:6800: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6804: $? = 0 >configure:6826: result: >configure:6848: checking whether we are cross compiling >configure:6856: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6860: $? = 0 >configure:6867: ./conftest >configure:6871: $? = 0 >configure:6886: result: no >configure:6891: checking for suffix of object files >configure:6913: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:6917: $? = 0 >configure:6938: result: o >configure:6942: checking whether we are using the GNU C compiler >configure:6961: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:6961: $? = 0 >configure:6970: result: yes >configure:6979: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:6999: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:6999: $? = 0 >configure:7040: result: yes >configure:7057: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:7121: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7121: $? = 0 >configure:7134: result: none needed >configure:7155: checking for cupsPrintFiles in -lcups >configure:7180: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >configure:7180: $? = 0 >configure:7189: result: yes >configure:7205: checking how to run the C preprocessor >configure:7236: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7236: $? = 0 >configure:7250: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:7250: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7275: result: x86_64-pc-linux-gnu-gcc -E >configure:7295: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7295: $? = 0 >configure:7309: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:7309: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7338: checking for ANSI C header files >configure:7358: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7358: $? = 0 >configure:7431: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >configure:7431: $? = 0 >configure:7431: ./conftest >configure:7431: $? = 0 >configure:7442: result: yes >configure:7455: checking for sys/types.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7455: checking for sys/stat.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7455: checking for stdlib.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7455: checking for string.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7455: checking for memory.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7455: checking for strings.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7455: checking for inttypes.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7455: checking for stdint.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7455: checking for unistd.h >configure:7455: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7455: $? = 0 >configure:7455: result: yes >configure:7467: checking cups/cups.h usability >configure:7467: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:7467: $? = 0 >configure:7467: result: yes >configure:7467: checking cups/cups.h presence >configure:7467: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7467: $? = 0 >configure:7467: result: yes >configure:7467: checking for cups/cups.h >configure:7467: result: yes >configure:7486: checking whether to enable fontconfig support >configure:7490: result: yes >configure:7503: checking for x86_64-pc-linux-gnu-pkg-config >configure:7536: result: no >configure:7546: checking for pkg-config >configure:7564: found /usr/bin/pkg-config >configure:7576: result: /usr/bin/pkg-config >configure:7601: checking pkg-config is at least version 0.9.0 >configure:7604: result: yes >configure:7614: checking for FONTCONFIG >configure:7621: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" >configure:7624: $? = 0 >configure:7638: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.2.0" >configure:7641: $? = 0 >configure:7699: result: yes >configure:7726: checking whether to enable filters for legacy binary file formats (StarOffice 5.2) >configure:7730: result: no >configure:7740: checking whether to use RPATH in shared libraries >configure:7747: result: no >configure:7751: checking whether to include MySpell dictionaries >configure:7759: result: no >configure:7765: checking whether to use dicts from external paths >configure:7768: result: yes >configure:7771: checking for spelling dictionary directory >configure:7778: result: file:///usr/share/myspell >configure:7780: checking for hyphenation patterns directory >configure:7787: result: file:///usr/share/myspell >configure:7789: checking for thesaurus directory >configure:7796: result: file:///usr/share/myspell >configure:7847: checking gcc home >configure:7859: result: /usr >configure:7881: checking for x86_64-pc-linux-gnu-gcc >configure:7908: result: x86_64-pc-linux-gnu-gcc >configure:8177: checking for C compiler version >configure:8186: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.5.2 p1.1, pie-0.4.5) 4.5.2 >Copyright (C) 2010 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:8197: $? = 0 >configure:8186: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.5.2/work/gcc-4.5.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.2 p1.1, pie-0.4.5' >Thread model: posix >gcc version 4.5.2 (Gentoo 4.5.2 p1.1, pie-0.4.5) >configure:8197: $? = 0 >configure:8186: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:8197: $? = 1 >configure:8186: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' >x86_64-pc-linux-gnu-gcc: no input files >configure:8197: $? = 1 >configure:8201: checking whether we are using the GNU C compiler >configure:8229: result: yes >configure:8238: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:8299: result: yes >configure:8316: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:8393: result: none needed >configure:8421: checking for x86_64-pc-linux-gnu-gcc >configure:8439: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:8451: result: /usr/bin/x86_64-pc-linux-gnu-gcc >configure:8467: checking the GNU gcc compiler version >configure:8488: result: checked (gcc 4.5.2) >configure:8504: checking for -Bsymbolic-functions linker support >configure:8523: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo conftest.c -lcups >&5 >configure:8523: $? = 0 >configure:8529: result: found >configure:8554: checking whether to use AVX intrinsics >configure:8573: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:29:5: error: '__m256i' undeclared (first use in this function) >conftest.c:29:5: note: each undeclared identifier is reported only once for each function it appears in >conftest.c:29:13: error: expected ';' before 'a' >conftest.c:30:9: error: 'c' undeclared (first use in this function) >conftest.c:30:40: error: 'a' undeclared (first use in this function) >conftest.c:30:43: error: 'b' undeclared (first use in this function) >configure:8573: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| /* end confdefs.h. */ >| >| #if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)) >| # if !defined(__amd64__) && !defined(__x86_64__) >| # error "Need GCC >= 4.5 for AVX intrinsics on x86" >| # endif >| #endif >| #include <immintrin.h> >| int main () { >| __m256i a = _mm256_set1_epi32 (0), b = _mm256_set1_epi32 (0), c; >| c = _mm256_permute2f128_si256 (a, b, 0); >| return 0; >| } >configure:8578: result: no >configure:8589: checking whether to enable pch feature >configure:8607: result: no >configure:8612: checking for GNU make >configure:8621: result: make >configure:8627: checking the GNU make version >configure:8632: result: make 3.82 >3+: >configure:8708: checking for --hash-style gcc linker support >configure:8741: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcups >&5 >configure:8741: $? = 0 >configure:8741: ./conftest >configure:8741: $? = 0 >configure:8755: result: gnu >configure:8772: checking for perl >configure:8790: found /usr/bin/perl >configure:8802: result: /usr/bin/perl >configure:8823: checking the Perl version >configure:8830: result: checked (perl 5) >configure:8837: checking for required Perl modules >configure:8840: result: all modules found >configure:9272: checking for ANSI C header files >configure:9376: result: yes >configure:9401: checking for x86_64-pc-linux-gnu-g++ >configure:9417: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:9428: result: x86_64-pc-linux-gnu-g++ >configure:9499: checking for C++ compiler version >configure:9508: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.5.2 p1.1, pie-0.4.5) 4.5.2 >Copyright (C) 2010 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:9519: $? = 0 >configure:9508: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.5.2/work/gcc-4.5.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.2 p1.1, pie-0.4.5' >Thread model: posix >gcc version 4.5.2 (Gentoo 4.5.2 p1.1, pie-0.4.5) >configure:9519: $? = 0 >configure:9508: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: '-V' option must have argument >configure:9519: $? = 1 >configure:9508: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: unrecognized option '-qversion' >x86_64-pc-linux-gnu-g++: no input files >configure:9519: $? = 1 >configure:9523: checking whether we are using the GNU C++ compiler >configure:9542: x86_64-pc-linux-gnu-g++ -c -pipe conftest.cpp >&5 >configure:9542: $? = 0 >configure:9551: result: yes >configure:9560: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:9580: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:9580: $? = 0 >configure:9621: result: yes >configure:9649: checking how to run the C++ preprocessor >configure:9676: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:9676: $? = 0 >configure:9690: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:9690: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9715: result: x86_64-pc-linux-gnu-g++ -E >configure:9735: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:9735: $? = 0 >configure:9749: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:9749: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9786: checking how to run the C preprocessor >configure:9856: result: x86_64-pc-linux-gnu-gcc -E >configure:9876: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:9876: $? = 0 >configure:9890: 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:9890: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9924: checking size of long >configure:9929: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >configure:9929: $? = 0 >configure:9929: ./conftest >configure:9929: $? = 0 >configure:9943: result: 8 >configure:9954: checking whether byte ordering is bigendian >configure:9969: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >conftest.c:24:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' >configure:9969: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:10014: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:10014: $? = 0 >configure:10032: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:30:4: error: 'not' undeclared (first use in this function) >conftest.c:30:4: note: each undeclared identifier is reported only once for each function it appears in >conftest.c:30:8: error: expected ';' before 'big' >configure:10032: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:10160: result: no >configure:10187: checking for special C compiler options needed for large files >configure:10232: result: no >configure:10238: checking for _FILE_OFFSET_BITS value needed for large files >configure:10263: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:10263: $? = 0 >configure:10295: result: no >configure:10550: checking for C++ compiler version >configure:10559: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.5.2 p1.1, pie-0.4.5) 4.5.2 >Copyright (C) 2010 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:10570: $? = 0 >configure:10559: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.5.2/work/gcc-4.5.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.2/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.2 p1.1, pie-0.4.5' >Thread model: posix >gcc version 4.5.2 (Gentoo 4.5.2 p1.1, pie-0.4.5) >configure:10570: $? = 0 >configure:10559: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: '-V' option must have argument >configure:10570: $? = 1 >configure:10559: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: unrecognized option '-qversion' >x86_64-pc-linux-gnu-g++: no input files >configure:10570: $? = 1 >configure:10574: checking whether we are using the GNU C++ compiler >configure:10602: result: yes >configure:10611: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:10672: result: yes >configure:10698: checking the GNU C++ compiler version >configure:10719: result: checked (g++ 4.5.2) >configure:10773: checking for g++ include path >configure:10795: result: /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/g++-v4 >configure:11068: checking Whether building STLPort library makes sense >configure:11099: result: no >configure:11103: checking Whether STLPort library will be actually built >configure:11116: result: no >configure:11123: checking whether x86_64-pc-linux-gnu-gcc supports -fvisibility=hidden >configure:11138: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Werror -fvisibility=hidden -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >configure:11138: $? = 0 >configure:11145: result: yes >configure:11152: checking whether x86_64-pc-linux-gnu-gcc supports -std=c++0x without Language Defect 757 >configure:11198: x86_64-pc-linux-gnu-g++ -c -pipe -std=c++0x conftest.cpp >&5 >configure:11198: $? = 0 >configure:11211: result: yes >configure:11224: checking whether we are able to use --ccache-skip >configure:11227: result: only used on Mac currently, skipping >configure:11349: checking if STL headers are visibility safe >configure:11365: result: yes >configure:11379: checking if gcc is -fvisibility-inlines-hidden safe with STL headers >configure:11394: x86_64-pc-linux-gnu-g++ -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed -fvisibility-inlines-hidden -fpic -shared conftest.cpp -lcups >&5 >configure:11394: $? = 0 >configure:11402: result: yes >configure:11415: checking if gcc has a visibility bug with class-level attributes (GCC bug 26905) >configure:11448: result: no >configure:11469: checking which memory allocator to use >configure:11472: result: system >configure:11478: checking for malloc >configure:11478: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >conftest.c:46:6: warning: conflicting types for built-in function 'malloc' >configure:11478: $? = 0 >configure:11478: result: yes >configure:11478: checking for realloc >configure:11478: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >conftest.c:47:6: warning: conflicting types for built-in function 'realloc' >configure:11478: $? = 0 >configure:11478: result: yes >configure:11478: checking for calloc >configure:11478: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >conftest.c:48:6: warning: conflicting types for built-in function 'calloc' >configure:11478: $? = 0 >configure:11478: result: yes >configure:11478: checking for free >configure:11478: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcups >&5 >conftest.c:49:6: warning: conflicting types for built-in function 'free' >configure:11478: $? = 0 >configure:11478: result: yes >configure:11623: checking whether to add custom build version >configure:11627: result: yes, Gentoo official package >configure:11636: checking whether to build with Java support >configure:11639: result: yes >configure:11778: checking the installed JDK >configure:11821: result: checked (JDK 1.6.0_26) >configure:11840: checking for target java bytecode version >configure:11852: result: 1.5 >configure:12197: JAVA_HOME=/opt/sun-jdk-1.6.0.26 >configure:12202: checking for jawt lib name >configure:12372: result: -ljawt >configure:12391: checking for dmake >configure:12422: result: no >configure:12471: checking whether to enable EPM for packing >configure:12810: result: no >configure:12821: checking for gperf >configure:12839: found /usr/bin/gperf >configure:12851: result: /usr/bin/gperf >configure:12862: checking gperf version >configure:12865: result: OK >configure:12884: checking for x86_64-pc-linux-gnu-pkg-config >configure:12914: result: /usr/bin/pkg-config >configure:12982: checking pkg-config is at least version 0.9.0 >configure:12985: result: yes >configure:12995: checking whether to build the stax >configure:13003: result: yes >configure:13008: checking whether to build the ODK >configure:13363: result: no >configure:13371: checking whether to provide libstdc++/libgcc_s in the installset >configure:13375: result: no >configure:13385: checking which zlib to use >configure:13390: result: external >configure:13393: checking zlib.h usability >configure:13393: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:13393: $? = 0 >configure:13393: result: yes >configure:13393: checking zlib.h presence >configure:13393: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:13393: $? = 0 >configure:13393: result: yes >configure:13393: checking for zlib.h >configure:13393: result: yes >configure:13401: checking for deflate in -lz >configure:13426: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lz -lcups >&5 >configure:13426: $? = 0 >configure:13435: result: yes >configure:13451: checking which jpeg to use >configure:13456: result: external >configure:13459: checking jpeglib.h usability >configure:13459: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:13459: $? = 0 >configure:13459: result: yes >configure:13459: checking jpeglib.h presence >configure:13459: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:13459: $? = 0 >configure:13459: result: yes >configure:13459: checking for jpeglib.h >configure:13459: result: yes >configure:13467: checking for jpeg_resync_to_restart in -ljpeg >configure:13492: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ljpeg -lcups >&5 >configure:13492: $? = 0 >configure:13501: result: yes >configure:13518: checking which expat to use >configure:13522: result: external >configure:13525: checking expat.h usability >configure:13525: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:13525: $? = 0 >configure:13525: result: yes >configure:13525: checking expat.h presence >configure:13525: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:13525: $? = 0 >configure:13525: result: yes >configure:13525: checking for expat.h >configure:13525: result: yes >configure:13533: checking for XML_ParserCreate in -lexpat >configure:13558: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lexpat -lcups >&5 >configure:13558: $? = 0 >configure:13567: result: yes >configure:13589: checking which libwpd to use >configure:13593: result: external >configure:13598: checking for LIBWPD >configure:13605: $PKG_CONFIG --exists --print-errors "libwpd-0.9 libwpd-stream-0.9 " >configure:13608: $? = 0 >configure:13622: $PKG_CONFIG --exists --print-errors "libwpd-0.9 libwpd-stream-0.9 " >configure:13625: $? = 0 >configure:13683: result: yes >configure:13697: checking which cppunit to use >configure:13701: result: external >configure:13707: checking for CPPUNIT >configure:13714: $PKG_CONFIG --exists --print-errors "cppunit >= 1.12.0 " >configure:13717: $? = 0 >configure:13731: $PKG_CONFIG --exists --print-errors "cppunit >= 1.12.0 " >configure:13734: $? = 0 >configure:13792: result: yes >configure:13807: checking whether freetype is available >configure:13811: checking for FREETYPE >configure:13818: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0 " >configure:13821: $? = 0 >configure:13835: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0 " >configure:13838: $? = 0 >configure:13896: result: yes >configure:13904: checking which libwps to use >configure:13908: result: external >configure:13913: checking for LIBWPS >configure:13920: $PKG_CONFIG --exists --print-errors "libwps-0.2 " >configure:13923: $? = 0 >configure:13937: $PKG_CONFIG --exists --print-errors "libwps-0.2 " >configure:13940: $? = 0 >configure:13998: result: yes >configure:14012: checking which libwpg to use >configure:14016: result: external >configure:14021: checking for LIBWPG >configure:14028: $PKG_CONFIG --exists --print-errors "libwpg-0.2 " >configure:14031: $? = 0 >configure:14045: $PKG_CONFIG --exists --print-errors "libwpg-0.2 " >configure:14048: $? = 0 >configure:14106: result: yes >configure:14126: checking for FT_GlyphSlot_Embolden in -lfreetype >configure:14151: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -lfreetype conftest.c -lfreetype -lexpat -lcups >&5 >configure:14151: $? = 0 >configure:14160: result: yes >configure:14195: checking which libxslt to use >configure:14200: result: external >configure:14220: checking for LIBXSLT >configure:14227: $PKG_CONFIG --exists --print-errors "libxslt" >configure:14230: $? = 0 >configure:14244: $PKG_CONFIG --exists --print-errors "libxslt" >configure:14247: $? = 0 >configure:14305: result: yes >configure:14314: checking for xsltproc >configure:14332: found /usr/bin/xsltproc >configure:14345: result: /usr/bin/xsltproc >configure:14367: checking which libxml to use >configure:14372: result: external >configure:14391: checking for LIBXML >configure:14398: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.0" >configure:14401: $? = 0 >configure:14415: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.0" >configure:14418: $? = 0 >configure:14476: result: yes >configure:14493: checking whether to enable Python 2.x UNO API >configure:14496: result: yes >configure:14506: checking which python to use >configure:14520: result: external >configure:14553: checking for a Python interpreter with version >= 2.2 >configure:14570: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.2'.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:14573: $? = 0 >configure:14579: result: python >configure:14587: checking for python >configure:14605: found /usr/bin/python >configure:14617: result: /usr/bin/python >configure:14635: checking for python version >configure:14642: result: 2.7 >configure:14654: checking for python platform >configure:14661: result: linux3 >configure:14668: checking for python script directory >configure:14697: result: ${prefix}/lib64/python2.7/site-packages >configure:14706: checking for python extension module directory >configure:14735: result: ${exec_prefix}/lib64/python2.7/site-packages >configure:14760: checking Python.h usability >configure:14760: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -I/usr/include/python2.7 conftest.c >&5 >In file included from /usr/include/python2.7/Python.h:8:0, > from conftest.c:61: >/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined >/usr/include/features.h:214:0: note: this is the location of the previous definition >configure:14760: $? = 0 >configure:14760: result: yes >configure:14760: checking Python.h presence >configure:14760: x86_64-pc-linux-gnu-gcc -E -I/usr/include/python2.7 conftest.c >configure:14760: $? = 0 >configure:14760: result: yes >configure:14760: checking for Python.h >configure:14760: result: yes >configure:14831: checking which translate-toolkit to use >configure:14941: result: internal >configure:14948: checking which db to use >configure:14953: result: external >configure:14956: checking for db-5.1/db.h >configure:14967: result: no >configure:14956: checking for db5.1/db.h >configure:14967: result: no >configure:14956: checking for db-5.0/db.h >configure:14967: result: no >configure:14956: checking for db5.0/db.h >configure:14967: result: no >configure:14956: checking for db-5/db.h >configure:14967: result: no >configure:14956: checking for db5/db.h >configure:14967: result: no >configure:14956: checking for db-4.8/db.h >configure:14967: result: no >configure:14956: checking for db4.8/db.h >configure:14962: result: yes >configure:14981: checking whether db is at least 4.1 >configure:15000: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lexpat -lcups >&5 >configure:15000: $? = 0 >configure:15000: ./conftest >configure:15000: $? = 0 >configure:15001: result: yes >configure:15013: checking for db_create in -ldb-5.1 >configure:15038: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb-5.1 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb-5.1 >collect2: ld returned 1 exit status >configure:15038: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char db_create (); >| int >| main () >| { >| return db_create (); >| ; >| return 0; >| } >configure:15048: result: no >configure:15054: checking for __db185_open in -ldb-5.1 >configure:15079: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb-5.1 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb-5.1 >collect2: ld returned 1 exit status >configure:15079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __db185_open (); >| int >| main () >| { >| return __db185_open (); >| ; >| return 0; >| } >configure:15089: result: no >configure:15013: checking for db_create in -ldb5.1 >configure:15038: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb5.1 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb5.1 >collect2: ld returned 1 exit status >configure:15038: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char db_create (); >| int >| main () >| { >| return db_create (); >| ; >| return 0; >| } >configure:15048: result: no >configure:15054: checking for __db185_open in -ldb5.1 >configure:15079: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb5.1 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb5.1 >collect2: ld returned 1 exit status >configure:15079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __db185_open (); >| int >| main () >| { >| return __db185_open (); >| ; >| return 0; >| } >configure:15089: result: no >configure:15013: checking for db_create in -ldb-5.0 >configure:15038: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb-5.0 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb-5.0 >collect2: ld returned 1 exit status >configure:15038: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char db_create (); >| int >| main () >| { >| return db_create (); >| ; >| return 0; >| } >configure:15048: result: no >configure:15054: checking for __db185_open in -ldb-5.0 >configure:15079: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb-5.0 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb-5.0 >collect2: ld returned 1 exit status >configure:15079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __db185_open (); >| int >| main () >| { >| return __db185_open (); >| ; >| return 0; >| } >configure:15089: result: no >configure:15013: checking for db_create in -ldb5.0 >configure:15038: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb5.0 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb5.0 >collect2: ld returned 1 exit status >configure:15038: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char db_create (); >| int >| main () >| { >| return db_create (); >| ; >| return 0; >| } >configure:15048: result: no >configure:15054: checking for __db185_open in -ldb5.0 >configure:15079: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb5.0 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb5.0 >collect2: ld returned 1 exit status >configure:15079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __db185_open (); >| int >| main () >| { >| return __db185_open (); >| ; >| return 0; >| } >configure:15089: result: no >configure:15013: checking for db_create in -ldb-5 >configure:15038: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb-5 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb-5 >collect2: ld returned 1 exit status >configure:15038: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char db_create (); >| int >| main () >| { >| return db_create (); >| ; >| return 0; >| } >configure:15048: result: no >configure:15054: checking for __db185_open in -ldb-5 >configure:15079: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb-5 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb-5 >collect2: ld returned 1 exit status >configure:15079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __db185_open (); >| int >| main () >| { >| return __db185_open (); >| ; >| return 0; >| } >configure:15089: result: no >configure:15013: checking for db_create in -ldb5 >configure:15038: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb5 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb5 >collect2: ld returned 1 exit status >configure:15038: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char db_create (); >| int >| main () >| { >| return db_create (); >| ; >| return 0; >| } >configure:15048: result: no >configure:15054: checking for __db185_open in -ldb5 >configure:15079: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb5 -lexpat -lcups >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb5 >collect2: ld returned 1 exit status >configure:15079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "LibreOffice" >| #define PACKAGE_TARNAME "libreoffice" >| #define PACKAGE_VERSION "3.4" >| #define PACKAGE_STRING "LibreOffice 3.4" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "http://documentfoundation.org/" >| #define HAVE_LIBCUPS 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CUPS_H 1 >| #define STDC_HEADERS 1 >| #define SIZEOF_LONG 8 >| #define HAVE_MALLOC 1 >| #define HAVE_REALLOC 1 >| #define HAVE_CALLOC 1 >| #define HAVE_FREE 1 >| #define HAVE_LIBEXPAT 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __db185_open (); >| int >| main () >| { >| return __db185_open (); >| ; >| return 0; >| } >configure:15089: result: no >configure:15013: checking for db_create in -ldb-4.8 >configure:15038: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldb-4.8 -lexpat -lcups >&5 >configure:15038: $? = 0 >configure:15048: result: yes >configure:15124: checking which lucene to use >configure:15128: result: external >configure:15201: checking for /usr/share/lucene-2.9/lib/lucene-core.jar >configure:15215: result: yes >configure:15273: checking for /usr/share/lucene-2.9/lib/lucene-core.jar >configure:15287: result: yes >configure:15296: checking whether lucene is version 2.x >configure:15308: result: yes >configure:15324: checking whether to build the MySQL Connector extension >configure:15327: result: yes >configure:15330: checking for mysqlc module >configure:15333: result: OK >configure:15350: checking for mysql pre-requisites >configure:15354: result: external MySQL >configure:15359: checking for mysql_config >configure:15377: found /usr/bin/mysql_config >configure:15389: result: /usr/bin/mysql_config >configure:15397: checking MySQL version >configure:15402: result: OK >configure:15407: checking for MySQL Client library >configure:15412: result: includes -I/usr/include, libraries -Wl,-O1 -Wl,--as-needed -rdynamic -L/usr/lib64 -lmysqlclient -L/usr//lib64 -lz -lcrypt -lnsl -lm -L/usr/lib64/ -lssl -lcrypto >configure:15452: checking MySQL Connector/C++ >configure:15456: result: external >configure:15465: checking mysql_driver.h usability >configure:15465: x86_64-pc-linux-gnu-g++ -c -march=native -pipe conftest.cpp >&5 >configure:15465: $? = 0 >configure:15465: result: yes >configure:15465: checking mysql_driver.h presence >configure:15465: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:15465: $? = 0 >configure:15465: result: yes >configure:15465: checking for mysql_driver.h >configure:15465: result: yes >configure:15473: checking for main in -lmysqlcppconn >configure:15492: x86_64-pc-linux-gnu-g++ -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp -lmysqlcppconn -lexpat -lcups >&5 >configure:15492: $? = 0 >configure:15501: result: yes >configure:15514: checking version >configure:15539: x86_64-pc-linux-gnu-g++ -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp -lmysqlcppconn -lexpat -lcups >&5 >configure:15539: $? = 0 >configure:15539: ./conftest >configure:15539: $? = 0 >configure:15540: result: OK >configure:15579: checking which hsqldb to use >configure:15642: result: internal >configure:15650: checking which beanshell to use >configure:15654: result: external >configure:15661: checking for /usr/share/bsh/lib/bsh.jar >configure:15675: result: yes >configure:15693: checking which saxon to use >configure:15697: result: external >configure:15770: checking for /usr/share/saxon/lib/saxon8.jar >configure:15784: result: yes >configure:15821: checking if saxon works >configure:15863: /opt/sun-jdk-1.6.0.26/bin/javac -cp /usr/share/saxon/lib/saxon8.jar saxontest.java 1>&2 >configure:15866: $? = 0 >configure:15870: /opt/sun-jdk-1.6.0.26/bin/java -cp /usr/share/saxon/lib/saxon8.jar:. saxontest saxontest.xsl 1>&2 >TransformerFactory isnet.sf.saxon.TransformerFactoryImpl >configure:15873: $? = 0 >configure:15876: result: yes >configure:15906: checking which curl to use >configure:15910: result: external >configure:15916: checking for curl-config >configure:15934: found /usr/bin/curl-config >configure:15946: result: /usr/bin/curl-config >configure:15959: checking whether curl is >= 7.13.1 >configure:15966: result: yes >configure:15981: checking which boost to use >configure:15985: result: external >configure:15994: checking boost/shared_ptr.hpp usability >configure:15994: x86_64-pc-linux-gnu-g++ -c -march=native -pipe conftest.cpp >&5 >configure:15994: $? = 0 >configure:15994: result: yes >configure:15994: checking boost/shared_ptr.hpp presence >configure:15994: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:15994: $? = 0 >configure:15994: result: yes >configure:15994: checking for boost/shared_ptr.hpp >configure:15994: result: yes >configure:16002: checking boost/spirit/include/classic_core.hpp usability >configure:16002: x86_64-pc-linux-gnu-g++ -c -march=native -pipe conftest.cpp >&5 >configure:16002: $? = 0 >configure:16002: result: yes >configure:16002: checking boost/spirit/include/classic_core.hpp presence >configure:16002: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:16002: $? = 0 >configure:16002: result: yes >configure:16002: checking for boost/spirit/include/classic_core.hpp >configure:16002: result: yes >configure:16010: checking boost/function.hpp usability >configure:16010: x86_64-pc-linux-gnu-g++ -c -march=native -pipe conftest.cpp >&5 >configure:16010: $? = 0 >configure:16010: result: yes >configure:16010: checking boost/function.hpp presence >configure:16010: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:16010: $? = 0 >configure:16010: result: yes >configure:16010: checking for boost/function.hpp >configure:16010: result: yes >configure:16018: checking boost/unordered_map.hpp usability >configure:16018: x86_64-pc-linux-gnu-g++ -c -march=native -pipe conftest.cpp >&5 >configure:16018: $? = 0 >configure:16018: result: yes >configure:16018: checking boost/unordered_map.hpp presence >configure:16018: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:16018: $? = 0 >configure:16018: result: yes >configure:16018: checking for boost/unordered_map.hpp >configure:16018: result: yes >configure:16030: checking whether boost/function.hpp compiles with -fno-exceptions >configure:16044: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -fno-exceptions conftest.cpp >&5 >configure:16044: $? = 0 >configure:16054: result: yes >configure:16074: checking which mdds to use >configure:16078: result: external >configure:16082: checking which hash container mdds shall use >configure:16086: result: std::unordered_map >configure:16102: checking mdds/flat_segment_tree.hpp usability >configure:16102: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -std=c++0x conftest.cpp >&5 >configure:16102: $? = 0 >configure:16102: result: yes >configure:16102: checking mdds/flat_segment_tree.hpp presence >configure:16102: x86_64-pc-linux-gnu-g++ -E -std=c++0x conftest.cpp >configure:16102: $? = 0 >configure:16102: result: yes >configure:16102: checking for mdds/flat_segment_tree.hpp >configure:16102: result: yes >configure:16110: checking mdds/mixed_type_matrix.hpp usability >configure:16110: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -std=c++0x conftest.cpp >&5 >configure:16110: $? = 0 >configure:16110: result: yes >configure:16110: checking mdds/mixed_type_matrix.hpp presence >configure:16110: x86_64-pc-linux-gnu-g++ -E -std=c++0x conftest.cpp >configure:16110: $? = 0 >configure:16110: result: yes >configure:16110: checking for mdds/mixed_type_matrix.hpp >configure:16110: result: yes >configure:16121: checking for correct signature of ::mdds::flat_segment_tree >configure:16142: x86_64-pc-linux-gnu-g++ -o conftest -march=native -pipe -std=c++0x -Wl,-O1 -Wl,--as-needed conftest.cpp -lmysqlcppconn -lexpat -lcups >&5 >configure:16142: $? = 0 >configure:16142: ./conftest >configure:16142: $? = 0 >configure:16153: result: yes >configure:16180: checking which vigra to use >configure:16184: result: external >configure:16193: checking vigra/copyimage.hxx usability >configure:16193: x86_64-pc-linux-gnu-g++ -c -march=native -pipe conftest.cpp >&5 >configure:16193: $? = 0 >configure:16193: result: yes >configure:16193: checking vigra/copyimage.hxx presence >configure:16193: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:16193: $? = 0 >configure:16193: result: yes >configure:16193: checking for vigra/copyimage.hxx >configure:16193: result: yes >configure:16215: checking which odbc headers to use >configure:16219: result: external >configure:16223: checking sqlext.h usability >configure:16223: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:16223: $? = 0 >configure:16223: result: yes >configure:16223: checking sqlext.h presence >configure:16223: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:16223: $? = 0 >configure:16223: result: yes >configure:16223: checking for sqlext.h >configure:16223: result: yes >configure:16239: checking whether to enable build of Mozilla/Mozilla NSS-using components >configure:16247: result: yes >configure:16253: checking whether to build Mozilla addressbook connectivity >configure:16262: result: yes >configure:16266: checking whether to build XML Security support >configure:16272: result: yes >configure:16276: checking whether to build LDAP configuration backend >configure:16280: result: yes >configure:16295: checking which LDAP SDK to use >configure:16298: result: OpenLDAP >configure:16303: checking ldap.h usability >configure:16303: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:16303: $? = 0 >configure:16303: result: yes >configure:16303: checking ldap.h presence >configure:16303: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:16303: $? = 0 >configure:16303: result: yes >configure:16303: checking for ldap.h >configure:16303: result: yes >configure:16315: checking for ldap_simple_bind_s in -lldap >configure:16340: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:16340: $? = 0 >configure:16349: result: yes >configure:16364: checking for ldap_set_option in -lldap >configure:16389: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:16389: $? = 0 >configure:16398: result: yes >configure:16579: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by LibreOffice config.status 3.4, which was >generated by GNU Autoconf 2.68. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on moose > >config.status:1188: creating ooo.lst >configure:17599: checking which mozilla to use >configure:17602: result: external >configure:17607: checking which Mozilla flavour to use >configure:17623: result: Libxul >configure:17628: checking for MOZ_NSS >configure:17635: $PKG_CONFIG --exists --print-errors "nss" >configure:17638: $? = 0 >configure:17652: $PKG_CONFIG --exists --print-errors "nss" >configure:17655: $? = 0 >configure:17693: result: yes >configure:17797: checking for MOZ_NSPR >configure:17804: $PKG_CONFIG --exists --print-errors "nspr " >configure:17807: $? = 0 >configure:17821: $PKG_CONFIG --exists --print-errors "nspr " >configure:17824: $? = 0 >configure:17882: result: yes >configure:18061: checking for MOZILLAXPCOM >configure:18068: $PKG_CONFIG --exists --print-errors "libxul " >configure:18071: $? = 0 >configure:18085: $PKG_CONFIG --exists --print-errors "libxul " >configure:18088: $? = 0 >configure:18146: result: yes >configure:18165: checking for PK11_GetCertFromPrivateKey in -lnss3 >configure:18190: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -I/usr/include/nss -I/usr/include/nspr -Wl,-O1 -Wl,--as-needed -Wl,-R/usr/lib64 -lssl3 -lsmime3 -lnssutil3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread conftest.c -lnss3 -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:18190: $? = 0 >configure:18199: result: yes >configure:18878: checking which sane header to use >configure:18882: result: external >configure:18885: checking sane/sane.h usability >configure:18885: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:18885: $? = 0 >configure:18885: result: yes >configure:18885: checking sane/sane.h presence >configure:18885: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:18885: $? = 0 >configure:18885: result: yes >configure:18885: checking for sane/sane.h >configure:18885: result: yes >configure:18901: checking which icu to use >configure:18905: result: external >configure:18914: checking for unicode/rbbi.h >configure:18920: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:18920: $? = 0 >configure:18921: result: checked. >configure:18935: checking for genbrk >configure:18954: found /usr/bin/genbrk >configure:18966: result: /usr/bin/genbrk >configure:18979: checking for genccode >configure:18998: found /usr/sbin/genccode >configure:19010: result: /usr/sbin/genccode >configure:19023: checking for gencmn >configure:19042: found /usr/sbin/gencmn >configure:19054: result: /usr/sbin/gencmn >configure:19068: checking for icu-config >configure:19086: found /usr/bin/icu-config >configure:19098: result: /usr/bin/icu-config >configure:19106: checking ICU version >configure:19114: result: OK >configure:19135: checking whether to enable graphite support >configure:19246: result: no >configure:19283: checking for X >configure:19422: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:19422: $? = 0 >configure:19472: result: libraries , headers >configure:19571: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lldap -lldap -lmysqlcppconn -lexpat -lcups -lX11 >&5 >configure:19571: $? = 0 >configure:19669: checking for gethostbyname >configure:19669: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:19669: $? = 0 >configure:19669: result: yes >configure:19766: checking for connect >configure:19766: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:19766: $? = 0 >configure:19766: result: yes >configure:19815: checking for remove >configure:19815: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:19815: $? = 0 >configure:19815: result: yes >configure:19864: checking for shmat >configure:19864: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:19864: $? = 0 >configure:19864: result: yes >configure:19922: checking for IceConnectionNumber in -lICE >configure:19947: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lICE -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:19947: $? = 0 >configure:19956: result: yes >configure:19982: checking for XOpenDisplay in -lX11 >configure:20007: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:20007: $? = 0 >configure:20016: result: yes >configure:20024: checking for XauDisposeAuth in -lXau >configure:20049: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lXau -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:20049: $? = 0 >configure:20058: result: yes >configure:20092: checking whether to use Xaw >configure:20114: result: yes >configure:20118: checking for X11/Xaw/Label.h >configure:20118: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:20118: $? = 0 >configure:20118: result: yes >configure:20131: checking for main in -lXaw >configure:20150: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:20150: $? = 0 >configure:20159: result: yes >configure:20177: checking whether to link to Xrender >configure:20180: result: yes >configure:20189: checking which Xrender headers to use >configure:20193: result: external >configure:20196: checking X11/extensions/Xrender.h usability >configure:20196: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:20196: $? = 0 >configure:20196: result: yes >configure:20196: checking X11/extensions/Xrender.h presence >configure:20196: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20196: $? = 0 >configure:20196: result: yes >configure:20196: checking for X11/extensions/Xrender.h >configure:20196: result: yes >configure:20211: checking for XRenderQueryVersion in -lXrender >configure:20236: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:20236: $? = 0 >configure:20245: result: yes >configure:20262: checking whether to enable RandR support >configure:20270: result: yes >configure:20275: checking for XRANDR >configure:20282: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2" >configure:20285: $? = 0 >configure:20299: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2" >configure:20302: $? = 0 >configure:20340: result: yes >configure:20415: checking whether to use neon >configure:20423: result: yes >configure:20425: checking which neon to use >configure:20429: result: external >configure:20433: checking for NEON >configure:20440: $PKG_CONFIG --exists --print-errors "neon >= 0.26.0" >configure:20443: $? = 0 >configure:20457: $PKG_CONFIG --exists --print-errors "neon >= 0.26.0" >configure:20460: $? = 0 >configure:20498: result: yes >configure:20523: checking which libssl to use >configure:20527: result: external >configure:20538: checking for OPENSSL >configure:20545: $PKG_CONFIG --exists --print-errors "openssl " >configure:20548: $? = 0 >configure:20562: $PKG_CONFIG --exists --print-errors "openssl " >configure:20565: $? = 0 >configure:20623: result: yes >configure:20639: checking which redland library to use >configure:20643: result: external >configure:20648: checking for REDLAND >configure:20655: $PKG_CONFIG --exists --print-errors "redland >= 1.0.8" >configure:20658: $? = 0 >configure:20672: $PKG_CONFIG --exists --print-errors "redland >= 1.0.8" >configure:20675: $? = 0 >configure:20733: result: yes >configure:20747: checking which libhunspell to use >configure:20751: result: external >configure:20762: checking for HUNSPELL >configure:20769: $PKG_CONFIG --exists --print-errors "hunspell" >configure:20772: $? = 0 >configure:20786: $PKG_CONFIG --exists --print-errors "hunspell" >configure:20789: $? = 0 >configure:20827: result: yes >configure:20908: checking which altlinuxhyph to use >configure:20912: result: external >configure:20915: checking hyphen.h usability >configure:20915: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:20915: $? = 0 >configure:20915: result: yes >configure:20915: checking hyphen.h presence >configure:20915: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20915: $? = 0 >configure:20915: result: yes >configure:20915: checking for hyphen.h >configure:20915: result: yes >configure:20923: checking for struct _HyphenDict.cset >configure:20923: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:20923: $? = 0 >configure:20923: result: yes >configure:20931: checking for hnj_hyphen_hyphenate2 in -lhyphen >configure:20956: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lhyphen -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:20956: $? = 0 >configure:20965: result: yes >configure:21070: checking which mythes to use >configure:21074: result: external >configure:21085: checking for MYTHES >configure:21092: $PKG_CONFIG --exists --print-errors "mythes" >configure:21095: $? = 0 >configure:21109: $PKG_CONFIG --exists --print-errors "mythes" >configure:21112: $? = 0 >configure:21150: result: yes >configure:21262: checking which lpsolve to use >configure:21266: result: external >configure:21269: checking lpsolve/lp_lib.h usability >configure:21269: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:21269: $? = 0 >configure:21269: result: yes >configure:21269: checking lpsolve/lp_lib.h presence >configure:21269: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:21269: $? = 0 >configure:21269: result: yes >configure:21269: checking for lpsolve/lp_lib.h >configure:21269: result: yes >configure:21278: checking for floor in -lm >configure:21303: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >conftest.c:43:6: warning: conflicting types for built-in function 'floor' >configure:21303: $? = 0 >configure:21312: result: yes >configure:21323: checking for dlopen in -ldl >configure:21348: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:21348: $? = 0 >configure:21357: result: yes >configure:21368: checking for make_lp in -llpsolve55 >configure:21393: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:21393: $? = 0 >configure:21402: result: yes >configure:21423: checking which libtextcat to use >configure:21485: result: internal >configure:21492: checking which libtextcat data directory to use >configure:21503: result: internal >configure:21510: checking whether libc is >= 2.1.1 >configure:21513: checking for gnu_get_libc_version in -lc >configure:21538: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lc -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:21538: $? = 0 >configure:21547: result: yes >configure:21555: result: yes >configure:21565: checking for getopt >configure:21565: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:21565: $? = 0 >configure:21565: result: yes >configure:21578: checking for readdir_r >configure:21578: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:21578: $? = 0 >configure:21578: result: yes >configure:21795: checking for bison >configure:21813: found /usr/bin/bison >configure:21825: result: /usr/bin/bison >configure:21836: checking the bison version >configure:21847: result: checked (/usr/bin/bison 2.5) >configure:21856: checking for flex >configure:21874: found /usr/bin/flex >configure:21886: result: /usr/bin/flex >configure:21899: checking for patch >configure:21917: found /usr/bin/patch >configure:21929: result: /usr/bin/patch >configure:21968: checking for gnucp >configure:22001: result: no >configure:21968: checking for cp >configure:21986: found /bin/cp >configure:21998: result: /bin/cp >configure:22020: checking whether /bin/cp is GNU cp from coreutils with preserve= support >configure:22023: result: yes >configure:22177: checking for zip >configure:22195: found /usr/bin/zip >configure:22207: result: /usr/bin/zip >configure:22217: checking for unzip >configure:22235: found /usr/bin/unzip >configure:22247: result: /usr/bin/unzip >configure:22268: checking which VCLplugs shall be built >configure:22295: result: gtk >configure:22301: checking whether to enable GConf support >configure:22305: result: yes >configure:22309: checking for GCONF >configure:22316: $PKG_CONFIG --exists --print-errors "gconf-2.0 " >configure:22319: $? = 0 >configure:22333: $PKG_CONFIG --exists --print-errors "gconf-2.0 " >configure:22336: $? = 0 >configure:22394: result: yes >configure:22406: checking whether to enable GNOME VFS support >configure:22597: result: no >configure:22612: checking for GTK >configure:22619: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 " >configure:22622: $? = 0 >configure:22636: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 " >configure:22639: $? = 0 >configure:22677: result: yes >configure:22686: checking for GTK210 >configure:22693: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0" >configure:22696: $? = 0 >configure:22710: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0" >configure:22713: $? = 0 >configure:22751: result: yes >configure:22757: checking whether to enable DBUS support >configure:22761: result: yes >configure:22765: checking for DBUS >configure:22772: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70 " >configure:22775: $? = 0 >configure:22789: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70 " >configure:22792: $? = 0 >configure:22850: result: yes >configure:22859: checking whether to enable GIO support >configure:22866: result: yes >configure:22870: checking for GIO >configure:22877: $PKG_CONFIG --exists --print-errors "gio-2.0 " >configure:22880: $? = 0 >configure:22894: $PKG_CONFIG --exists --print-errors "gio-2.0 " >configure:22897: $? = 0 >configure:22955: result: yes >configure:22973: checking for LIBPNG >configure:22980: $PKG_CONFIG --exists --print-errors "libpng" >configure:22983: $? = 0 >configure:22997: $PKG_CONFIG --exists --print-errors "libpng" >configure:23000: $? = 0 >configure:23038: result: yes >configure:23045: checking whether to enable libpng linking in quickstarter >configure:23051: result: no >configure:23058: checking whether to enable BrOffice branding >configure:23065: result: no >configure:23089: checking whether to use cairo >configure:23093: result: yes >configure:23095: checking which cairo to use >configure:23099: result: external >configure:23105: checking for CAIRO >configure:23112: $PKG_CONFIG --exists --print-errors "cairo >= 1.0.2 " >configure:23115: $? = 0 >configure:23129: $PKG_CONFIG --exists --print-errors "cairo >= 1.0.2 " >configure:23132: $? = 0 >configure:23190: result: yes >configure:23198: checking whether Xrender.h defines PictStandardA8 >configure:23220: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:23220: $? = 0 >configure:23220: ./conftest >configure:23220: $? = 0 >configure:23221: result: yes >configure:23254: checking whether to enable the GStreamer avmedia backend >configure:23258: result: yes >configure:23262: checking for GSTREAMER >configure:23269: $PKG_CONFIG --exists --print-errors "gstreamer-0.10 gstreamer-plugins-base-0.10 " >configure:23272: $? = 0 >configure:23286: $PKG_CONFIG --exists --print-errors "gstreamer-0.10 gstreamer-plugins-base-0.10 " >configure:23289: $? = 0 >configure:23347: result: yes >configure:23360: checking whether to build the OpenGL Transitions component >configure:23374: result: yes >configure:23376: checking for main in -lGL >configure:23395: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed -lm conftest.c -lGL -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:23395: $? = 0 >configure:23404: result: yes >configure:23417: checking for main in -lGLU >configure:23436: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed -lm conftest.c -lGLU -lGL -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:23436: $? = 0 >configure:23445: result: yes >configure:23461: checking which Mesa headers to use >configure:23465: result: external >configure:23474: checking for GL/glxext.h >configure:23474: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:23474: $? = 0 >configure:23474: result: yes >configure:23483: checking whether GL/glxext.h defines PFNGLXBINDTEXIMAGEEXTPROC >configure:23492: result: yes >configure:23526: checking whether to build the Presentation Minimizer extension >configure:23530: result: yes >configure:23545: checking whether to build the Presenter Console extension >configure:23549: result: yes >configure:23564: checking whether to build the PDF Import extension >configure:23568: result: yes >configure:23572: checking which pdf backend to use >configure:23576: result: external >configure:23581: checking for POPPLER >configure:23588: $PKG_CONFIG --exists --print-errors "poppler >= 0.8.0 " >configure:23591: $? = 0 >configure:23605: $PKG_CONFIG --exists --print-errors "poppler >= 0.8.0 " >configure:23608: $? = 0 >configure:23666: result: yes >configure:23692: checking for sdext module >configure:23697: checking whether to build the Wiki Publisher extension >configure:23713: result: no >configure:23764: checking whether to build the Report Builder extension >configure:24536: result: no >configure:24869: checking whether to build extension for support of scripts in BeanShell >configure:24873: result: yes >configure:24888: checking whether to build extension for support of scripts in JavaScript >configure:24898: result: no >configure:24907: checking whether to build extension for support of scripts in Python >configure:24911: result: yes >configure:25392: checking whether to enable the lockdown pieces >configure:25397: result: yes >configure:25405: checking whether to enable evolution 2 support >configure:25408: result: yes >configure:25412: checking for GOBJECT >configure:25419: $PKG_CONFIG --exists --print-errors "gobject-2.0" >configure:25422: $? = 0 >configure:25436: $PKG_CONFIG --exists --print-errors "gobject-2.0" >configure:25439: $? = 0 >configure:25497: result: yes >configure:25511: checking whether to enable KDE address book support >configure:25562: result: no >configure:25568: checking whether to include MathMLDTD >configure:25576: result: yes >configure:25586: checking which themes to include >configure:25599: result: default crystal hicontrast oxygen tango >configure:25603: checking for helppack integration >configure:25612: result: integration >configure:25617: checking for extensions integration >configure:25626: result: integration >configure:25631: checking for Lightproof extensions integration (only supported languages displayed) >configure:25635: result: no integration >configure:25671: checking for Watch Window extension integration >configure:25674: result: no >configure:25685: checking for Diagram extension integration >configure:25688: result: no >configure:25699: checking for Validator extension integration >configure:25702: result: no >configure:25713: checking for Barcode extension integration >configure:25716: result: no >configure:25727: checking for ConvertTextToNumber extension integration >configure:25730: result: no >configure:25742: checking for Numbertext extension integration >configure:25745: result: no >configure:25756: checking for Hungarian Cross-reference Toolbar extension integration >configure:25759: result: no >configure:25770: checking for Typography Toolbar extension integration >configure:25773: result: no >configure:25784: checking for Google Docs extension integration >configure:25787: result: no >configure:25798: checking for NLPSolver extension integration >configure:25801: result: no >configure:25810: checking for LanguageTool extension integration >configure:25813: result: no >configure:25822: checking for oooblogger extension integration >configure:25825: result: no >configure:25836: checking for Sun Professional Template Pack integration (only supported languages displayed) >configure:25840: result: no integration >configure:25888: checking whether to include third-party fonts >configure:25896: result: no >configure:25903: checking whether to include Agfa Monotype fonts >configure:25912: result: no >configure:25918: checking whether to include PPDs >configure:25924: result: no >configure:25931: checking whether to include AFMs >configure:25938: result: no >configure:25945: checking whether to include extra galleries >configure:25948: result: no >configure:25963: checking whether to include extra templates >configure:25966: result: no >configure:25981: checking whether to include extra samples >configure:25984: result: no >configure:25999: checking whether to include extra fonts >configure:26002: result: no >configure:26017: checking whether to build global menu support >configure:26020: result: no >configure:26030: checking whether to enable online update >configure:26048: result: no >configure:26071: checking whether and how to use Xinerama >configure:26107: result: yes, with dynamic linking >configure:26109: checking X11/extensions/Xinerama.h usability >configure:26109: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5 >configure:26109: $? = 0 >configure:26109: result: yes >configure:26109: checking X11/extensions/Xinerama.h presence >configure:26109: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:26109: $? = 0 >configure:26109: result: yes >configure:26109: checking for X11/extensions/Xinerama.h >configure:26109: result: yes >configure:26124: checking for XineramaIsActive in -lXinerama >configure:26149: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lXinerama -L/usr/lib64 -lXext -ldl -lGLU -lGL -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups >&5 >configure:26149: $? = 0 >configure:26158: result: yes >configure:26185: checking whether to use specific JVM search path at runtime >configure:26188: result: yes >configure:26262: checking for jakarta-ant >configure:26296: result: no >configure:26262: checking for ant >configure:26281: found /usr/bin/ant >configure:26293: result: /usr/bin/ant >configure:26327: checking if /usr/bin/ant works >configure:26352: /usr/bin/ant -buildfile conftest.xml 1>&2 >Buildfile: /var/tmp/portage/app-office/libreoffice-3.4.2.3/work/libreoffice-bootstrap-3.4.2.3/conftest.xml > >conftest: > [javac] /var/tmp/portage/app-office/libreoffice-3.4.2.3/work/libreoffice-bootstrap-3.4.2.3/conftest.xml:3: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 1 source file > >BUILD SUCCESSFUL >Total time: 1 second >configure:26355: $? = 0 >configure:26358: result: Ant works >configure:26386: checking Ant lib directory >configure:26409: result: Ant lib directory found. >configure:26417: checking whether ant is >= 1.6.0 >configure: ant_version 1.8.1 >configure: ant_version_major 1 >configure: ant_version_minor 8 >configure:26429: result: yes, 1.8.1 >configure:26520: checking for product version >configure:26523: result: 3.4 >configure:26528: checking which languages to be built >configure:26543: result: en-US >configure:26569: checking for another 'intro' bitmap >configure:26582: result: /var/tmp/portage/app-office/libreoffice-3.4.2.3/work/branding-intro.png >configure:26587: checking for another 'about' bitmap >configure:26600: result: /var/tmp/portage/app-office/libreoffice-3.4.2.3/work/branding-about.png >configure:26606: checking for vendor >configure:26613: result: Gentoo Foundation >configure:26619: checking for UNIX wrapper name >configure:26626: result: libreoffice >configure:26631: checking whether to install the compat oo* wrappers >configure:26639: result: no >configure:26644: checking for product name >configure:26647: result: LibreOffice >configure:26652: checking for install dirname >configure:26657: result: libreoffice >configure:26661: checking for prefix >configure:26664: result: /usr >configure:26668: checking for libdir >configure:26671: result: /usr/lib64 >configure:26675: checking for data dir >configure:26678: result: /usr/share >configure:26682: checking for man dir >configure:26685: result: /usr/share/man >configure:26689: checking for doc dir >configure:26692: result: /usr/share/doc/libreoffice >configure:26696: checking for install dir >configure:26699: result: /usr/lib64/libreoffice >configure:26703: checking whether to statically link to Gtk >configure:26711: result: no >configure:26716: checking whether to use layout dialogs >configure:26724: result: no >configure:26732: checking build verbosity >configure:26746: result: not set >configure:26751: checking whether to use zenity during build >configure:26808: result: no >configure:26814: checking whether to enable dependency tracking >configure:26818: result: no >configure:26826: checking for number of processors to use >configure:26839: result: 1 >configure:26843: checking for maximum of jobs per processor >configure:26858: result: 5 >configure:26869: checking solver path >configure:26873: result: default >configure:27055: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by LibreOffice config.status 3.4, which was >generated by GNU Autoconf 2.68. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on moose > >config.status:1204: creating ooo.lst >config.status:1204: creating set_soenv >config.status:1204: creating Makefile >config.status:1204: creating bin/repo-list > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_boost_no_exceptions_broken=no >ac_cv_cxx_compiler_gnu=yes >ac_cv_cxx_mdds_flat_segment_tree_correct=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_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -pipe' >ac_cv_env_CPPFLAGS_set=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_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value=-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_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_CFLAGS_set= >ac_cv_env_GSTREAMER_CFLAGS_value= >ac_cv_env_GSTREAMER_LIBS_set= >ac_cv_env_GSTREAMER_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_GTK_CFLAGS_set= >ac_cv_env_GTK_CFLAGS_value= >ac_cv_env_GTK_LIBS_set= >ac_cv_env_GTK_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_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >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_LIBWPD_CFLAGS_set= >ac_cv_env_LIBWPD_CFLAGS_value= >ac_cv_env_LIBWPD_LIBS_set= >ac_cv_env_LIBWPD_LIBS_value= >ac_cv_env_LIBWPG_CFLAGS_set= >ac_cv_env_LIBWPG_CFLAGS_value= >ac_cv_env_LIBWPG_LIBS_set= >ac_cv_env_LIBWPG_LIBS_value= >ac_cv_env_LIBWPS_CFLAGS_set= >ac_cv_env_LIBWPS_CFLAGS_value= >ac_cv_env_LIBWPS_LIBS_set= >ac_cv_env_LIBWPS_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_MOZGTK2_CFLAGS_set= >ac_cv_env_MOZGTK2_CFLAGS_value= >ac_cv_env_MOZGTK2_LIBS_set= >ac_cv_env_MOZGTK2_LIBS_value= >ac_cv_env_MOZILLAXPCOM_CFLAGS_set= >ac_cv_env_MOZILLAXPCOM_CFLAGS_value= >ac_cv_env_MOZILLAXPCOM_LIBS_set= >ac_cv_env_MOZILLAXPCOM_LIBS_value= >ac_cv_env_MOZLIBREQ_CFLAGS_set= >ac_cv_env_MOZLIBREQ_CFLAGS_value= >ac_cv_env_MOZLIBREQ_LIBS_set= >ac_cv_env_MOZLIBREQ_LIBS_value= >ac_cv_env_MOZ_NSPR_CFLAGS_set= >ac_cv_env_MOZ_NSPR_CFLAGS_value= >ac_cv_env_MOZ_NSPR_LIBS_set= >ac_cv_env_MOZ_NSPR_LIBS_value= >ac_cv_env_MOZ_NSS_CFLAGS_set= >ac_cv_env_MOZ_NSS_CFLAGS_value= >ac_cv_env_MOZ_NSS_LIBS_set= >ac_cv_env_MOZ_NSS_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_OPENSSL_CFLAGS_set= >ac_cv_env_OPENSSL_CFLAGS_value= >ac_cv_env_OPENSSL_LIBS_set= >ac_cv_env_OPENSSL_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_POPPLER_CFLAGS_set= >ac_cv_env_POPPLER_CFLAGS_value= >ac_cv_env_POPPLER_LIBS_set= >ac_cv_env_POPPLER_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_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_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_bsh_lib_bsh_jar=yes >ac_cv_file__usr_share_lucene_2_9_lib_lucene_core_jar=yes >ac_cv_file__usr_share_saxon_lib_saxon8_jar=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc=yes >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_connect=yes >ac_cv_func_free=yes >ac_cv_func_gethostbyname=yes >ac_cv_func_getopt=yes >ac_cv_func_malloc=yes >ac_cv_func_readdir_r=yes >ac_cv_func_realloc=yes >ac_cv_func_remove=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_shmat=yes >ac_cv_func_strnlen_working=yes >ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' >ac_cv_header_GL_glxext_h=yes >ac_cv_header_Python_h=yes >ac_cv_header_X11_Xaw_Label_h=yes >ac_cv_header_X11_extensions_Xinerama_h=yes >ac_cv_header_X11_extensions_Xrender_h=yes >ac_cv_header_boost_function_hpp=yes >ac_cv_header_boost_shared_ptr_hpp=yes >ac_cv_header_boost_spirit_include_classic_core_hpp=yes >ac_cv_header_boost_unordered_map_hpp=yes >ac_cv_header_cups_cups_h=yes >ac_cv_header_expat_h=yes >ac_cv_header_hyphen_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_jpeglib_h=yes >ac_cv_header_ldap_h=yes >ac_cv_header_lpsolve_lp_lib_h=yes >ac_cv_header_mdds_flat_segment_tree_hpp=yes >ac_cv_header_mdds_mixed_type_matrix_hpp=yes >ac_cv_header_memory_h=yes >ac_cv_header_mysql_driver_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_sane_sane_h=yes >ac_cv_header_sqlext_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_vigra_copyimage_hxx=yes >ac_cv_header_zlib_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_GLU_main=yes >ac_cv_lib_GL_main=yes >ac_cv_lib_ICE_IceConnectionNumber=yes >ac_cv_lib_X11_XOpenDisplay=yes >ac_cv_lib_Xau_XauDisposeAuth=yes >ac_cv_lib_Xaw_main=yes >ac_cv_lib_Xinerama_XineramaIsActive=yes >ac_cv_lib_Xrender_XRenderQueryVersion=yes >ac_cv_lib_c_gnu_get_libc_version=yes >ac_cv_lib_cups_cupsPrintFiles=yes >ac_cv_lib_db5_0_____db185_open=no >ac_cv_lib_db5_0___db_create=no >ac_cv_lib_db5_1_____db185_open=no >ac_cv_lib_db5_1___db_create=no >ac_cv_lib_db5_____db185_open=no >ac_cv_lib_db5___db_create=no >ac_cv_lib_db_4_8___db_create=yes >ac_cv_lib_db_5_0_____db185_open=no >ac_cv_lib_db_5_0___db_create=no >ac_cv_lib_db_5_1_____db185_open=no >ac_cv_lib_db_5_1___db_create=no >ac_cv_lib_db_5_____db185_open=no >ac_cv_lib_db_5___db_create=no >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_expat_XML_ParserCreate=yes >ac_cv_lib_freetype_FT_GlyphSlot_Embolden=yes >ac_cv_lib_hyphen_hnj_hyphen_hyphenate2=yes >ac_cv_lib_jpeg_jpeg_resync_to_restart=yes >ac_cv_lib_ldap_ldap_set_option=yes >ac_cv_lib_ldap_ldap_simple_bind_s=yes >ac_cv_lib_lpsolve55_make_lp=yes >ac_cv_lib_m_floor=yes >ac_cv_lib_mysqlcppconn_main=yes >ac_cv_lib_nss3_PK11_GetCertFromPrivateKey=yes >ac_cv_lib_z_deflate=yes >ac_cv_member_struct__HyphenDict_cset=yes >ac_cv_objext=o >ac_cv_path_ANT=/usr/bin/ant >ac_cv_path_AWK=/usr/bin/gawk >ac_cv_path_BASH=/bin/sh >ac_cv_path_BISON=/usr/bin/bison >ac_cv_path_COMPATH=/usr/bin/x86_64-pc-linux-gnu-gcc >ac_cv_path_CURLCONFIG=/usr/bin/curl-config >ac_cv_path_DMAKE=no >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FLEX=/usr/bin/flex >ac_cv_path_GNUCP=/bin/cp >ac_cv_path_GPERF=/usr/bin/gperf >ac_cv_path_GREP=/bin/grep >ac_cv_path_ICUCONFIG=/usr/bin/icu-config >ac_cv_path_MYSQLCONFIG=/usr/bin/mysql_config >ac_cv_path_PATCH=/usr/bin/patch >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config >ac_cv_path_PYTHON=/usr/bin/python >ac_cv_path_SED=/bin/sed >ac_cv_path_SYSTEM_GENBRK=/usr/bin/genbrk >ac_cv_path_SYSTEM_GENCCODE=/usr/sbin/genccode >ac_cv_path_SYSTEM_GENCMN=/usr/sbin/gencmn >ac_cv_path_UNZIP=/usr/bin/unzip >ac_cv_path_XSLTPROC=/usr/bin/xsltproc >ac_cv_path_ZIP=/usr/bin/zip >ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config >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_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_sizeof_long=8 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >am_cv_pathless_PYTHON=python >am_cv_python_platform=linux3 >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 >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >pkg_cv_CAIRO_CFLAGS='-DQT_SHARED -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore ' >pkg_cv_CAIRO_LIBS='-lcairo ' >pkg_cv_CPPUNIT_CFLAGS=' ' >pkg_cv_CPPUNIT_LIBS='-lcppunit ' >pkg_cv_DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_DBUS_LIBS='-pthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' >pkg_cv_FONTCONFIG_CFLAGS=' ' >pkg_cv_FONTCONFIG_LIBS='-lfontconfig ' >pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 ' >pkg_cv_FREETYPE_LIBS='-lfreetype ' >pkg_cv_GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GCONF_LIBS='-lgconf-2 -lglib-2.0 ' >pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GIO_LIBS='-pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' >pkg_cv_GOBJECT_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GOBJECT_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' >pkg_cv_GSTREAMER_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' >pkg_cv_GSTREAMER_LIBS='-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' >pkg_cv_GTK210_CFLAGS='-pthread -DQT_SHARED -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore ' >pkg_cv_GTK210_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng14 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' >pkg_cv_GTK_CFLAGS='-pthread -DQT_SHARED -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore ' >pkg_cv_GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lrt -lglib-2.0 ' >pkg_cv_HUNSPELL_CFLAGS='-I/usr/include/hunspell ' >pkg_cv_HUNSPELL_LIBS='-lhunspell-1.3 ' >pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng14 ' >pkg_cv_LIBPNG_LIBS='-lpng14 ' >pkg_cv_LIBWPD_CFLAGS='-I/usr/include/libwpd-0.9 ' >pkg_cv_LIBWPD_LIBS='-lwpd-0.9 -lwpd-stream-0.9 ' >pkg_cv_LIBWPG_CFLAGS='-I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' >pkg_cv_LIBWPG_LIBS='-lwpg-0.2 -lwpd-stream-0.9 ' >pkg_cv_LIBWPS_CFLAGS='-I/usr/include/libwps-0.2 -I/usr/include/libwpd-0.9 ' >pkg_cv_LIBWPS_LIBS='-lwps-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' >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 -lz -lm -lxml2 ' >pkg_cv_MOZILLAXPCOM_CFLAGS='-fshort-wchar -I/usr/include/xulrunner-2.0 -I/usr/include/nspr ' >pkg_cv_MOZILLAXPCOM_LIBS='-Wl,-R/usr/lib64 -L/usr/lib64/xulrunner-devel-2.0/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread ' >pkg_cv_MOZ_NSPR_CFLAGS='-I/usr/include/nspr ' >pkg_cv_MOZ_NSPR_LIBS='-Wl,-R/usr/lib64 -lplds4 -lplc4 -lnspr4 -lpthread ' >pkg_cv_MOZ_NSS_CFLAGS='-I/usr/include/nss -I/usr/include/nspr ' >pkg_cv_MOZ_NSS_LIBS='-Wl,-R/usr/lib64 -lssl3 -lsmime3 -lnssutil3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread ' >pkg_cv_MYTHES_CFLAGS=' ' >pkg_cv_MYTHES_LIBS='-lmythes-1.2 ' >pkg_cv_NEON_CFLAGS='-I/usr/include/neon ' >pkg_cv_NEON_LIBS='-lneon ' >pkg_cv_OPENSSL_CFLAGS='-I/usr/kerberos/include ' >pkg_cv_OPENSSL_LIBS='-lssl -lcrypto -lgmp -ldl -lz ' >pkg_cv_POPPLER_CFLAGS='-I/usr/include/poppler ' >pkg_cv_POPPLER_LIBS='-lpoppler ' >pkg_cv_REDLAND_CFLAGS='-I/usr/include/rasqal ' >pkg_cv_REDLAND_LIBS='-lrdf -lrasqal -lraptor ' >pkg_cv_XRANDR_CFLAGS=' ' >pkg_cv_XRANDR_LIBS='-lXrandr ' >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ABOUT_BITMAP='/var/tmp/portage/app-office/libreoffice-3.4.2.3/work/branding-about.png' >ALLOC='SYS_ALLOC' >ALL_LANGS='en-US af ar as ast be bo bg br brx bn bs ca ca-XV cs cy da de dgo dz el en-GB en-ZA eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko kok ks ku lo lt lv mai mk mn mni ml mr my ne nb nl nn nr nso om oc or pa-IN pl pt pt-BR ro ru rw sat sa-IN si sd sq sk sl sh sr ss st sv sw-TZ te ta th tn tr ts tg ug uk uz ve vi xh zh-CN zh-TW zu' >ANT='/usr/bin/ant' >ANT_HOME='/usr/share/ant' >ANT_LIB='/usr/share/ant/lib' >ASM_HOME='NO_ASM_HOME' >AWK='/usr/bin/gawk' >AWTLIB='-ljawt' >BARCODE_EXTENSION_PACK='' >BASH='/bin/sh' >BISON='/usr/bin/bison' >BSH_JAR='/usr/share/bsh/lib/bsh.jar' >BUILD_DMAKE='YES' >BUILD_EPM='NO' >BUILD_MAX_JOBS='5' >BUILD_MOZAB='' >BUILD_NCPUS='1' >BUILD_PIXMAN='' >BUILD_STAX='YES' >BUILD_TYPE='LibO LIBXMLSEC PYUNO TRANSLATE_TOOLKIT MYSQLC HSQLDB LIBTEXTCAT LIBTEXTCATDATA GTK SDEXT MATHMLDTD' >BUILD_UNOWINREG='NO' >BUILD_VER_STRING='Gentoo official package' >BZIP2='' >CAIRO_CFLAGS='-DQT_SHARED -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore ' >CAIRO_LIBS='-lcairo ' >CC='x86_64-pc-linux-gnu-gcc' >CCACHE='' >CFLAGS='-march=native -pipe ' >CL_X64='' >COMEX='' >COMMONS_CODEC_JAR='' >COMMONS_HTTPCLIENT_JAR='' >COMMONS_LANG_JAR='' >COMMONS_LOGGING_JAR='' >COMPATH='/usr' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS=' ' >CPPUNIT_CFLAGS=' ' >CPPUNIT_LIBS='-lcppunit ' >CSC_PATH='' >CT2N_EXTENSION_PACK='' >CURLCONFIG='/usr/bin/curl-config' >CURL_CFLAGS='' >CURL_LIBS='-lcurl -lgcrypt -lldap -lrt -L/usr/lib64 -march=native -O2 -pipe -g0 -Wno-system-headers -Wl,-O1 -Wl,--as-needed -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkeyutils -lresolv -ldl -lz -lgnutls' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXFLAGS='-march=native -pipe' >CYGWIN_PATH='NO_CYGWIN' >DATADIR='/usr/share' >DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >DBUS_LIBS='-pthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' >DB_CPPLIB='db_cxx-4.8' >DB_INCLUDES='/usr/include/db4.8' >DB_JAR='' >DB_LIB='db-4.8' >DB_VERSION='' >DEFS='-DPACKAGE_NAME=\"LibreOffice\" -DPACKAGE_TARNAME=\"libreoffice\" -DPACKAGE_VERSION=\"3.4\" -DPACKAGE_STRING=\"LibreOffice\ 3.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"http://documentfoundation.org/\" -DHAVE_LIBCUPS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CUPS_H=1 -DSTDC_HEADERS=1 -DSIZEOF_LONG=8 -DHAVE_MALLOC=1 -DHAVE_REALLOC=1 -DHAVE_CALLOC=1 -DHAVE_FREE=1 -DHAVE_LIBEXPAT=1 -DHAVE_LIBMYSQLCPPCONN=1 -DHAVE_LDAP_H=1 -DHAVE_LIBLDAP=1 -DHAVE_LIBLDAP=1 -DHAVE_LIBNSS3=1 -DHAVE_X11_XAW_LABEL_H=1 -DHAVE_LIBXAW=1 -DHAVE_LIBXRENDER=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1 -DHAVE_LIBLPSOLVE55=1 -DHAVE_GETOPT=1 -DHAVE_READDIR_R=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBXINERAMA=1' >DIAGRAM_EXTENSION_PACK='' >DICT_SYSTEM_DIR='file:///usr/share/myspell' >DIRECTXSDK_HOME='' >DIRECTXSDK_LIB='' >DISABLE_ACTIVEX='' >DISABLE_ATL='' >DISABLE_NEON='' >DISABLE_PYTHON='' >DISABLE_STRIP='TRUE' >DISABLE_XAW='' >DMAKE='no' >DOCDIR='/usr/share/doc/libreoffice' >DO_FETCH_TARBALLS='' >DPKG='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_ACTIVEX_COMPONENT='' >ENABLE_BROFFICE='' >ENABLE_CAIRO='TRUE' >ENABLE_CRASHDUMP='' >ENABLE_CUPS='TRUE' >ENABLE_DBUS='TRUE' >ENABLE_DEBUG='FALSE' >ENABLE_DIRECTX='' >ENABLE_EVOAB2='TRUE' >ENABLE_FONTCONFIG='TRUE' >ENABLE_GCONF='TRUE' >ENABLE_GIO='TRUE' >ENABLE_GNOMEVFS='' >ENABLE_GRAPHITE='' >ENABLE_GSTREAMER='TRUE' >ENABLE_GTK='TRUE' >ENABLE_KAB='' >ENABLE_KDE4='' >ENABLE_KDE='' >ENABLE_LAYOUT='FALSE' >ENABLE_LOCKDOWN='YES' >ENABLE_LOMENUBAR='FALSE' >ENABLE_MEDIAWIKI='NO' >ENABLE_MINIMIZER='YES' >ENABLE_MYSQLC='YES' >ENABLE_NSS_MODULE='NO' >ENABLE_ONLINE_UPDATE='' >ENABLE_OPENGL='TRUE' >ENABLE_PCH='' >ENABLE_PDFIMPORT='YES' >ENABLE_PRESENTER_SCREEN='YES' >ENABLE_QUICKSTART_LIBPNG='' >ENABLE_RANDR='TRUE' >ENABLE_REPORTBUILDER='NO' >ENABLE_RPATH='no' >ENABLE_SCRIPTING_BEANSHELL='YES' >ENABLE_SCRIPTING_JAVASCRIPT='NO' >ENABLE_SCRIPTING_PYTHON='YES' >ENABLE_STATIC_GTK='FALSE' >ENABLE_SYMBOLS='' >ENABLE_SYSTRAY_GTK='TRUE' >ENABLE_WERROR='FALSE' >ENABLE_ZENITY='FALSE' >EPM='NO' >EXCEPTIONS='' >EXEEXT='' >FLEX='/usr/bin/flex' >FLUTE_JAR='' >FONTCONFIG_CFLAGS=' ' >FONTCONFIG_LIBS='-lfontconfig ' >FRAME_HOME='' >FREETYPE_CFLAGS='-I/usr/include/freetype2 ' >FREETYPE_LIBS='-lfreetype ' >GCC_HOME='/usr' >GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GCONF_LIBS='-lgconf-2 -lglib-2.0 ' >GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GIO_LIBS='-pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' >GIT_LINK_SRC='' >GIT_REPO_NAMES='artwork base calc components extensions extras filters help impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing ure writer' >GNOMEVFS_CFLAGS='' >GNOMEVFS_LIBS='' >GNUCP='/bin/cp' >GNUMAKE='make' >GNUPATCH='' >GNUTAR='tar' >GOBJECT_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GOBJECT_LIBS='-pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' >GOOGLE_DOCS_EXTENSION_PACK='' >GPERF='/usr/bin/gperf' >GRAPHITE_CFLAGS='' >GRAPHITE_LIBS='' >GREP='/bin/grep' >GSTREAMER_CFLAGS='-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 ' >GSTREAMER_LIBS='-pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0 ' >GTK210_CFLAGS='-pthread -DQT_SHARED -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore ' >GTK210_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng14 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' >GTK_CFLAGS='-pthread -DQT_SHARED -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore ' >GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lrt -lglib-2.0 ' >GXX_INCLUDE_PATH='/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/include/g++-v4' >HAVE_BOOST_UNORDERED_MAP='TRUE' >HAVE_CXX0X='TRUE' >HAVE_GCC_AVX_FALSE='' >HAVE_GCC_AVX_TRUE='#' >HAVE_GCC_VISIBILITY_BROKEN='' >HAVE_GCC_VISIBILITY_FEATURE='TRUE' >HAVE_GETOPT='YES' >HAVE_LD_BSYMBOLIC_FUNCTIONS='TRUE' >HAVE_LD_HASH_STYLE='TRUE' >HAVE_READDIR_R='YES' >HOME='/var/tmp/portage/app-office/libreoffice-3.4.2.3/homedir' >HSQLDB_JAR='' >HUNART_EXTENSION_PACK='' >HUNSPELL_CFLAGS='-I/usr/include/hunspell ' >HUNSPELL_LIBS='-lhunspell-1.3 ' >HYPHEN_LIB='-lhyphen' >HYPH_SYSTEM_DIR='file:///usr/share/myspell' >ICUCONFIG='/usr/bin/icu-config' >ICU_MAJOR='4' >ICU_MICRO='1' >ICU_MINOR='8' >INSTALLDIR='/usr/lib64/libreoffice' >INSTALLDIRNAME='libreoffice' >INTRO_BITMAP='/var/tmp/portage/app-office/libreoffice-3.4.2.3/work/branding-intro.png' >JAVACISGCJ='' >JAVACISKAFFE='' >JAVACOMPILER='/opt/sun-jdk-1.6.0.26/bin/javac' >JAVADOC='/opt/sun-jdk-1.6.0.26/bin/javadoc' >JAVAFLAGS='' >JAVAIFLAGS='' >JAVAINTERPRETER='/opt/sun-jdk-1.6.0.26/bin/java' >JAVA_HOME='/opt/sun-jdk-1.6.0.26' >JAVA_SOURCE_VER='1.5' >JAVA_TARGET_VER='1.5' >JDK='sun' >JFREEREPORT_JAR='' >JVM_ONE_PATH_CHECK='/usr/lib64/' >KDE4_CFLAGS='' >KDE4_LIBS='' >KDE_CFLAGS='' >KDE_GLIB_CFLAGS='' >KDE_GLIB_LIBS='' >KDE_HAVE_GLIB='' >KDE_LIBS='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed ' >LFS_CFLAGS='-D_FILE_OFFSET_BITS=no' >LIBBASE_JAR='' >LIBDIR='/usr/lib64' >LIBFONTS_JAR='' >LIBFORMULA_JAR='' >LIBLAYOUT_JAR='' >LIBLOADER_JAR='' >LIBMYSQL_PATH='' >LIBOBJS='' >LIBPNG_CFLAGS='-I/usr/include/libpng14 ' >LIBPNG_LIBS='-lpng14 ' >LIBREPOSITORY_JAR='' >LIBS='-lXinerama -lGLU -lGL -llpsolve55 -ldl -lm -lXrender -lXaw -lldap -lldap -lmysqlcppconn -lexpat -lcups ' >LIBSERIALIZER_JAR='' >LIBWPD_CFLAGS='-I/usr/include/libwpd-0.9 ' >LIBWPD_LIBS='-lwpd-0.9 -lwpd-stream-0.9 ' >LIBWPG_CFLAGS='-I/usr/include/libwpg-0.2 -I/usr/include/libwpd-0.9 ' >LIBWPG_LIBS='-lwpg-0.2 -lwpd-stream-0.9 ' >LIBWPS_CFLAGS='-I/usr/include/libwps-0.2 -I/usr/include/libwpd-0.9 ' >LIBWPS_LIBS='-lwps-0.2 -lwpd-0.9 -lwpd-stream-0.9 ' >LIBXML_CFLAGS='-I/usr/include/libxml2 ' >LIBXML_JAR='' >LIBXML_LIBS='-lxml2 ' >LIBXSLT_CFLAGS='-I/usr/include/libxml2 ' >LIBXSLT_LIBS='-lxslt -lz -lm -lxml2 ' >LIGHTPROOF_EN_US_PACK='' >LIGHTPROOF_HU_PACK='' >LIGHTPROOF_LANG='' >LOCAL_SOLENV='DEFAULT' >LOCAL_SOLVER='DEFAULT' >LTLIBOBJS='' >LUCENE_ANALYZERS_JAR='/usr/share/lucene-analyzers-2.3/lib/lucene-analyzers.jar' >LUCENE_CORE_JAR='/usr/share/lucene-2.9/lib/lucene-core.jar' >MANDIR='/usr/share/man' >MDDS_CPPFLAGS='-std=c++0x' >MIDL_PATH='' >MINGWCXX='' >MINGWSTRIP='' >MINGW_BACKWARD_INCLUDE_PATH='' >MINGW_CLIB_DIR='' >MINGW_GCCDLL='' >MINGW_GCCLIB_EH='' >MINGW_GXXDLL='' >MINGW_LIB_INCLUDE_PATH='' >MINGW_SHARED_GCCLIB='' >MINGW_SHARED_GXXLIB='' >MINGW_SHARED_LIBSTDCPP='' >ML_EXE='' >MOC4='moc' >MOC='moc' >MOZGTK2_CFLAGS='' >MOZGTK2_LIBS='' >MOZILLABUILD='' >MOZILLAXPCOM_CFLAGS='-fshort-wchar -I/usr/include/xulrunner-2.0 -I/usr/include/nspr ' >MOZILLAXPCOM_LIBS='-Wl,-R/usr/lib64 -L/usr/lib64/xulrunner-devel-2.0/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread ' >MOZILLA_TOOLKIT='' >MOZILLA_VERSION='' >MOZLIBREQ_CFLAGS='' >MOZLIBREQ_LIBS='' >MOZ_FLAVOUR='mozilla' >MOZ_INC='/usr/include/xulrunner-2.0' >MOZ_LDAP_CFLAGS='' >MOZ_LIB='/usr/lib64/xulrunner-devel-2.0/sdk/lib' >MOZ_LIB_XPCOM='-Wl,-R/usr/lib64 -L/usr/lib64/xulrunner-devel-2.0/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread ' >MOZ_NSPR_CFLAGS='-I/usr/include/nspr ' >MOZ_NSPR_LIBS='-Wl,-R/usr/lib64 -lplds4 -lplc4 -lnspr4 -lpthread ' >MOZ_NSS_CFLAGS='-I/usr/include/nss -I/usr/include/nspr ' >MOZ_NSS_LIBS='-Wl,-R/usr/lib64 -lssl3 -lsmime3 -lnssutil3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread ' >MSPDB_PATH='' >MYSQLCONFIG='/usr/bin/mysql_config' >MYSQL_DEFINES=' -DHAVE_ERRNO_AS_DEFINE=1 -DUNIV_LINUX -DUNIV_LINUX' >MYSQL_INC='-I/usr/include' >MYSQL_LIB='-Wl,-O1 -Wl,--as-needed -rdynamic -L/usr/lib64 -lmysqlclient -L/usr//lib64 -lz -lcrypt -lnsl -lm -L/usr/lib64/ -lssl -lcrypto' >MYTHES_CFLAGS=' ' >MYTHES_LIBS='-lmythes-1.2 ' >NEON_CFLAGS='-I/usr/include/neon -DSYSTEM_NEON -DUSE_DAV_LOCKS=1' >NEON_LIBS='-lneon ' >NEON_VERSION='0296' >NSIS_PATH='' >NSPR_LIB='-L/usr/lib64' >NSS_LIB='-L/usr/lib64' >NUMBERTEXT_EXTENSION_PACK='' >OBJEXT='o' >OO2PO='' >OOOBLOGGER_EXTENSION_PACK='' >OOOP_FONTS_PACK='' >OOOP_GALLERY_PACK='' >OOOP_SAMPLES_PACK='' >OOOP_TEMPLATES_PACK='' >OOO_JUNIT_JAR='' >OOO_VENDOR='Gentoo Foundation' >OPENSSL_CFLAGS='-I/usr/kerberos/include ' >OPENSSL_LIBS='-lssl -lcrypto -lgmp -ldl -lz ' >OSVERSION='' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='LibreOffice' >PACKAGE_STRING='LibreOffice 3.4' >PACKAGE_TARNAME='libreoffice' >PACKAGE_URL='http://documentfoundation.org/' >PACKAGE_VERSION='3.4' >PATCH='/usr/bin/patch' >PATH_SEPARATOR=':' >PERL='/usr/bin/perl' >PKGFORMAT='native' >PKGMK='' >PKG_CONFIG='/usr/bin/pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/lib64/pkgconfig' >PO2OO='' >POPPLER_CFLAGS='-I/usr/include/poppler ' >POPPLER_LIBS='-lpoppler ' >PREFIXDIR='/usr' >PRODUCT='full' >PRODUCTNAME='LibreOffice' >PRODUCTVERSION='3.4' >PROEXT='.pro' >PROFULLSWITCH='product=full' >PSDK_HOME='' >PTHREAD_CFLAGS='' >PTHREAD_LIBS='' >PYTHON='/usr/bin/python' >PYTHON_CFLAGS='-I/usr/include/python2.7' >PYTHON_EXEC_PREFIX='${exec_prefix}' >PYTHON_LIBS='-L/usr/lib64 -lpython2.7 -lpthread -ldl -lutil' >PYTHON_PLATFORM='linux3' >PYTHON_PREFIX='${prefix}' >PYTHON_VERSION='2.7' >REDLAND_CFLAGS='-I/usr/include/rasqal ' >REDLAND_LIBS='-lrdf -lrasqal -lraptor ' >RPM='' >SAC_JAR='' >SAXON_JAR='/usr/share/saxon/lib/saxon8.jar' >SCPDEFS=' -DSYSTEM_DB -DWITH_EXTENSION_MYSQLC -DWITHOUT_EXTENSION_MEDIAWIKI -DWITHOUT_EXTENSION_REPORTDESIGN -DWITHOUT_EXTENSION_SCRIPTING_JAVASCRIPT -DTHEME_DEFAULT -DTHEME_CRYSTAL -DTHEME_HICONTRAST -DTHEME_OXYGEN -DTHEME_TANGO -DWITH_HELPPACK_INTEGRATION -DWITH_EXTENSION_INTEGRATION -DWITHOUT_FONTS -DWITHOUT_PPDS -DWITHOUT_AFMS' >SED='/bin/sed' >SERIALIZER_JAR='' >SERVLETAPI_JAR='' >SHELL='/bin/sh' >SHOWINCLUDES_PREFIX='' >SIZEOF_LONG='8' >SOLAR_JAVA='TRUE' >SOURCEVERSION='OOO340' >SPLIT_APP_MODULES='' >SPLIT_OPT_FEATURES='' >SUNTEMPLATES_DE_PACK='' >SUNTEMPLATES_EN_US_PACK='' >SUNTEMPLATES_ES_PACK='' >SUNTEMPLATES_FR_PACK='' >SUNTEMPLATES_HU_PACK='' >SUNTEMPLATES_IT_PACK='' >SUNTEMPLATES_LANG='' >SYSTEM_APACHE_COMMONS='' >SYSTEM_BOOST='YES' >SYSTEM_BSH='YES' >SYSTEM_CAIRO='YES' >SYSTEM_CPPUNIT='YES' >SYSTEM_CURL='YES' >SYSTEM_DB='YES' >SYSTEM_DICTS='YES' >SYSTEM_EXPAT='YES' >SYSTEM_GENBRK='/usr/bin/genbrk' >SYSTEM_GENCCODE='/usr/sbin/genccode' >SYSTEM_GENCMN='/usr/sbin/gencmn' >SYSTEM_GRAPHITE='' >SYSTEM_HSQLDB='NO' >SYSTEM_HUNSPELL='YES' >SYSTEM_HYPH='YES' >SYSTEM_ICU='YES' >SYSTEM_JFREEREPORT='NO' >SYSTEM_JPEG='YES' >SYSTEM_LIBC='YES' >SYSTEM_LIBTEXTCAT='NO' >SYSTEM_LIBTEXTCAT_DATA='' >SYSTEM_LIBWPD='YES' >SYSTEM_LIBWPG='YES' >SYSTEM_LIBWPS='YES' >SYSTEM_LIBXML='YES' >SYSTEM_LIBXSLT='YES' >SYSTEM_LPSOLVE='YES' >SYSTEM_LUCENE='YES' >SYSTEM_MDDS='YES' >SYSTEM_MESA_HEADERS='YES' >SYSTEM_MOZILLA='YES' >SYSTEM_MYSQL='YES' >SYSTEM_MYSQL_CPPCONN='YES' >SYSTEM_MYTHES='YES' >SYSTEM_NEON='YES' >SYSTEM_ODBC_HEADERS='YES' >SYSTEM_OPENSSL='YES' >SYSTEM_POPPLER='YES' >SYSTEM_PYTHON='YES' >SYSTEM_REDLAND='YES' >SYSTEM_SANE_HEADER='YES' >SYSTEM_SAXON='YES' >SYSTEM_SERVLETAPI='' >SYSTEM_STDLIBS='YES' >SYSTEM_TRANSLATE_TOOLKIT='NO' >SYSTEM_VIGRA='YES' >SYSTEM_XRENDER_HEADERS='YES' >SYSTEM_ZLIB='YES' >TARFILE_LOCATION='/var/tmp/portage/app-office/libreoffice-3.4.2.3/distdir' >THES_SYSTEM_DIR='file:///usr/share/myspell' >TYPO_EXTENSION_PACK='' >UNIXWRAPPERNAME='libreoffice' >UNZIP='/usr/bin/unzip' >UPD='340' >USE_CCACHE='' >USE_FT_EMBOLDEN='YES' >USE_MINGW='' >USE_XINERAMA='YES' >VALGRIND_CFLAGS='' >VALIDATOR_EXTENSION_PACK='' >VERBOSE='TRUE' >WATCH_WINDOW_EXTENSION_PACK='' >WINDOWS_VISTA_PSDK='' >WITHOUT_AFMS='YES' >WITHOUT_PPDS='YES' >WITH_AGFA_MONOTYPE_FONTS='NO' >WITH_BINFILTER='NO' >WITH_COMPAT_OOWRAPPERS='' >WITH_EXTENSION_INTEGRATION='YES' >WITH_EXTRA_FONT='NO' >WITH_EXTRA_GALLERY='NO' >WITH_EXTRA_SAMPLE='NO' >WITH_EXTRA_TEMPLATE='NO' >WITH_FONTS='NO' >WITH_HELPPACK_INTEGRATION='YES' >WITH_LANG='' >WITH_LANG_LIST='en-US' >WITH_LDAP='YES' >WITH_LINKER_HASH_STYLE='gnu' >WITH_MINGW='0' >WITH_MOZILLA='YES' >WITH_MYSPELL_DICTS='NO' >WITH_OPENLDAP='YES' >WITH_STLPORT='NO' >WITH_THEMES=' default crystal hicontrast oxygen tango' >WITH_VC_REDIST='' >WORDS_BIGENDIAN='no' >XAU_LIBS='-lXau' >XINC='/usr/include' >XINERAMA_LINK='dynamic' >XLIB='/usr/lib64' >XMKMF='' >XRANDR_CFLAGS=' ' >XRANDR_DLOPEN='FALSE' >XRANDR_LIBS='-lXrandr ' >XRENDER_LINK='YES' >XSLTPROC='/usr/bin/xsltproc' >X_CFLAGS='' >X_EXTRA_LIBS='' >X_LIBS='' >X_PRE_LIBS=' -lSM -lICE' >ZIP='/usr/bin/zip' >ZIP_HOME='/usr/bin' >ZNTY='' >_cc='' >_solenv='./solenv' >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='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >nodep='TRUE' >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='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "LibreOffice" >#define PACKAGE_TARNAME "libreoffice" >#define PACKAGE_VERSION "3.4" >#define PACKAGE_STRING "LibreOffice 3.4" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "http://documentfoundation.org/" >#define HAVE_LIBCUPS 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_CUPS_H 1 >#define STDC_HEADERS 1 >#define SIZEOF_LONG 8 >#define HAVE_MALLOC 1 >#define HAVE_REALLOC 1 >#define HAVE_CALLOC 1 >#define HAVE_FREE 1 >#define HAVE_LIBEXPAT 1 >#define HAVE_LIBMYSQLCPPCONN 1 >#define HAVE_LDAP_H 1 >#define HAVE_LIBLDAP 1 >#define HAVE_LIBLDAP 1 >#define HAVE_LIBNSS3 1 >#define HAVE_X11_XAW_LABEL_H 1 >#define HAVE_LIBXAW 1 >#define HAVE_LIBXRENDER 1 >#define HAVE_LIBM 1 >#define HAVE_LIBDL 1 >#define HAVE_LIBLPSOLVE55 1 >#define HAVE_GETOPT 1 >#define HAVE_READDIR_R 1 >#define HAVE_LIBGL 1 >#define HAVE_LIBGLU 1 >#define HAVE_LIBXINERAMA 1 > >configure: exit 255
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 377849
:
282147
| 282173 |
282175
|
282201