Author: jim Date: Mon Oct 23 18:10:34 2023 New Revision: 1913238 URL: http://svn.apache.org/viewvc?rev=1913238&view=rev Log: 4.1.15 build artifacts
Added: openoffice/devtools/build-scripts/4.1.15/unxlngi6/build_aoo32bit_on_centos5.sh (with props) openoffice/devtools/build-scripts/4.1.15/unxlngi6/config.log openoffice/devtools/build-scripts/4.1.15/unxlngix6/build_aoo64bit_on_centos5.sh (with props) openoffice/devtools/build-scripts/4.1.15/unxlngix6/config.log Added: openoffice/devtools/build-scripts/4.1.15/unxlngi6/build_aoo32bit_on_centos5.sh URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.15/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1913238&view=auto ============================================================================== --- openoffice/devtools/build-scripts/4.1.15/unxlngi6/build_aoo32bit_on_centos5.sh (added) +++ openoffice/devtools/build-scripts/4.1.15/unxlngi6/build_aoo32bit_on_centos5.sh Mon Oct 23 18:10:34 2023 @@ -0,0 +1,86 @@ +#!/usr/bin/env bash + +# +# Parse options +# +AOO_SKIP_CONFIG= +AOO_JUST_CONFIG= +AOO_VERBOSE_BUILD= +AOO_BUILD_TYPE= +AOO_BUILD_VERSION= +AOO_BUILD_BETA= +AOO_BUILD_DEV= +AOO_BUILD_SRC= + +while true; do + case "$1" in + "--verbose" ) AOO_VERBOSE_BUILD="--enable-verbose"; shift ;; + "--skip-config" ) AOO_SKIP_CONFIG="yes"; shift ;; + "--just-config" ) AOO_JUST_CONFIG="yes"; shift ;; + "--build-src" ) AOO_BUILD_SRC="yes"; shift ;; + "--dev" ) AOO_BUILD_TYPE="Apache OpenOffice Test Development Build"; AOO_BUILD_VERSION=" [${AOO_BUILD_TYPE}]"; AOO_BUILD_DEV="yes"; AOO_BUILD_BETA=""; shift ;; + "--beta" ) AOO_BUILD_TYPE="Apache OpenOffice Beta Build"; AOO_BUILD_VERSION=" [${AOO_BUILD_TYPE}]"; AOO_BUILD_BETA="yes"; AOO_BUILD_DEV=""; shift ;; + "--" ) shift; break ;; + "" ) break ;; + * ) echo "unknown option: $1"; shift ;; + esac +done + +if [ ! -d ../main -o ! -d sal ] ; then + echo "CHDIR into AOO's main/ directory first!" + exit 1 +fi + +wget -O external/unowinreg/unowinreg.dll http://www.openoffice.org/tools/unowinreg_prebuild/680/unowinreg.dll + +LANGS="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW" + +if [ ! -e configure -o configure.in -nt configure ] ; then + echo "Running autoconf..." + autoconf || exit 1 +fi +./configure \ + --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`${AOO_BUILD_VERSION}" \ + ${AOO_VERBOSE_BUILD} \ + --with-system-stdlibs \ + --enable-crashdump=yes \ + --enable-category-b \ + --enable-wiki-publisher \ + --enable-bundled-dictionaries \ + --enable-opengl \ + --enable-dbus \ + --disable-gio \ + --enable-gnome-vfs \ + --enable-gstreamer \ + --without-junit \ + --without-stlport \ + --with-ant-home=$HOME/ant \ + --with-package-format="rpm deb" \ + --with-lang="${LANGS}" \ + --with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 \ + --with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz \ + | tee config.out || exit 1 + +source ./LinuxX86Env.Set.sh || exit 1 +./bootstrap || exit 1 +cd instsetoo_native +time perl "$SOLARENV/bin/build.pl" --all -- -P6 || exit 1 +cd util +if [ "$AOO_BUILD_BETA" = "yes" ]; then + dmake -P6 openofficebeta || exit 1 + dmake -P6 sdkoobeta_en-US || exit 1 + dmake -P6 ooobetalanguagepack || exit 1 +elif [ "$AOO_BUILD_DEV" = "yes" ]; then + dmake -P6 openofficedev || exit 1 + dmake -P6 sdkoodev_en-US || exit 1 + dmake -P6 ooodevlanguagepack || exit 1 +else + dmake -P6 ooolanguagepack || exit 1 + dmake -P6 sdkoo_en-US || exit 1 +fi +if [ "$AOO_BUILD_SRC" = "yes" ]; then + dmake aoo_srcrelease || exit 1 +fi + +date "+Build ended at %H:%M:%S" + Propchange: openoffice/devtools/build-scripts/4.1.15/unxlngi6/build_aoo32bit_on_centos5.sh ------------------------------------------------------------------------------ svn:executable = * Added: openoffice/devtools/build-scripts/4.1.15/unxlngi6/config.log URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.15/unxlngi6/config.log?rev=1913238&view=auto ============================================================================== --- openoffice/devtools/build-scripts/4.1.15/unxlngi6/config.log (added) +++ openoffice/devtools/build-scripts/4.1.15/unxlngi6/config.log Mon Oct 23 18:10:34 2023 @@ -0,0 +1,2099 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by configure, which was +generated by GNU Autoconf 2.59. Invocation command line was + + $ ./configure --with-build-version=2023-10-23 14:00 - Linux i686 --with-system-stdlibs --enable-crashdump=yes --enable-category-b --enable-wiki-publisher --enable-bundled-dictionaries --enable-opengl --enable-dbus --disable-gio --enable-gnome-vfs --enable-gstreamer --without-junit --without-stlport --with-ant-home=/home/jim/ant --with-package-format=rpm deb --with-lang=ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW --with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 --with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz + +## --------- ## +## Platform. ## +## --------- ## + +hostname = aoo-builder32-centos5.localdomain +uname -m = i686 +uname -r = 2.6.18-419.el5.centos.plusPAE +uname -s = Linux +uname -v = #1 SMP Sat Feb 25 15:18:00 UTC 2017 + +/usr/bin/uname -p = unknown +/bin/uname -X = unknown + +/bin/arch = i686 +/usr/bin/arch -k = unknown +/usr/convex/getsysinfo = unknown +hostinfo = unknown +/bin/machine = unknown +/usr/bin/oslevel = unknown +/bin/universe = unknown + +PATH: /home/jim/bin +PATH: /usr/kerberos/bin +PATH: /usr/lib/ccache +PATH: /home/jim/bin +PATH: /usr/local/bin +PATH: /usr/bin +PATH: /bin +PATH: /usr/X11R6/bin +PATH: . +PATH: /home/jim/bin +PATH: . + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:3460: checking whether configure is up-to-date +configure:3469: result: yes +configure:3496: checking for egrep +configure:3506: result: grep -E +configure:3515: checking for gawk +configure:3531: found /usr/bin/gawk +configure:3541: result: gawk +configure:3553: checking for gawk +configure:3571: found /usr/bin/gawk +configure:3583: result: /usr/bin/gawk +configure:3600: checking for sed +configure:3618: found /bin/sed +configure:3630: result: /bin/sed +configure:3646: checking for solenv environment +configure:3650: result: default +configure:3679: checking for custom pack.lst +configure:3693: result: no +configure:3731: checking build system type +configure:3749: result: i686-pc-linux-gnu +configure:3757: checking host system type +configure:3771: result: i686-pc-linux-gnu +configure:3779: checking target system type +configure:3793: result: i686-pc-linux-gnu +configure:4091: checking for pkg-config +configure:4109: found /usr/bin/pkg-config +configure:4121: result: /usr/bin/pkg-config +configure:4136: checking pkg-config is at least version 0.9.0 +configure:4139: result: yes +configure:4149: checking whether to enable crashdump feature +configure:4154: result: yes +configure:4197: checking whether to turn warnings to errors +configure:4210: result: no +configure:4215: checking whether to do a debug build +configure:4226: result: no +configure:4231: checking whether to build with additional debug utilities +configure:4243: result: no, full product build +configure:4250: checking whether to include symbols into final build +configure:4274: result: no +configure:4279: checking whether to strip the solver or not. +configure:4300: result: yes +configure:4317: checking whether to enable category B components +configure:4338: result: yes: allow modules nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp to be built +configure:4359: checking whether to enable the Online Update support +configure:4364: result: yes +configure:4374: checking whether to enable native CUPS support +configure:4378: result: yes +configure:4387: checking whether to enable fontconfig support +configure:4391: result: yes +configure:4456: checking whether to use RPATH in shared libraries +configure:4463: result: yes +configure:4484: checking whether to use dicts from external paths +configure:4518: result: no +configure:4573: checking for bash +configure:4591: found /bin/bash +configure:4603: result: /bin/bash +configure:4619: checking gcc home +configure:4626: result: /usr/lib/ccache/gcc +configure:4686: checking for gcc +configure:4702: found /usr/lib/ccache/gcc +configure:4712: result: gcc +configure:4956: checking for C compiler version +configure:4959: gcc --version </dev/null >&5 +gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55) +Copyright (C) 2006 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:4962: $? = 0 +configure:4964: gcc -v </dev/null >&5 +Using built-in specs. +Target: i386-redhat-linux +Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux +Thread model: posix +gcc version 4.1.2 20080704 (Red Hat 4.1.2-55) +configure:4967: $? = 0 +configure:4969: gcc -V </dev/null >&5 +gcc: '-V' option must have argument +configure:4972: $? = 1 +configure:4995: checking for C compiler default output file name +configure:4998: gcc conftest.c >&5 +configure:5001: $? = 0 +configure:5047: result: a.out +configure:5052: checking whether the C compiler works +configure:5058: ./a.out +configure:5061: $? = 0 +configure:5078: result: yes +configure:5085: checking whether we are cross compiling +configure:5087: result: no +configure:5090: checking for suffix of executables +configure:5092: gcc -o conftest conftest.c >&5 +configure:5095: $? = 0 +configure:5120: result: +configure:5126: checking for suffix of object files +configure:5147: gcc -c conftest.c >&5 +configure:5150: $? = 0 +configure:5172: result: o +configure:5176: checking whether we are using the GNU C compiler +configure:5200: gcc -c conftest.c >&5 +configure:5206: $? = 0 +configure:5210: test -z + || test ! -s conftest.err +configure:5213: $? = 0 +configure:5216: test -s conftest.o +configure:5219: $? = 0 +configure:5232: result: yes +configure:5238: checking whether gcc accepts -g +configure:5259: gcc -c -g conftest.c >&5 +configure:5265: $? = 0 +configure:5269: test -z + || test ! -s conftest.err +configure:5272: $? = 0 +configure:5275: test -s conftest.o +configure:5278: $? = 0 +configure:5289: result: yes +configure:5306: checking for gcc option to accept ANSI C +configure:5376: gcc -c -g -O2 conftest.c >&5 +configure:5382: $? = 0 +configure:5386: test -z + || test ! -s conftest.err +configure:5389: $? = 0 +configure:5392: test -s conftest.o +configure:5395: $? = 0 +configure:5413: result: none needed +configure:5431: gcc -c -g -O2 conftest.c >&5 +conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' +configure:5437: $? = 1 +configure: failed program was: +| #ifndef __cplusplus +| choke me +| #endif +configure:5595: checking for gcc +configure:5613: found /usr/lib/ccache/gcc +configure:5625: result: /usr/lib/ccache/gcc +configure:5642: checking the GNU gcc compiler version +configure:5665: result: checked (gcc 4.1.2) +configure:5684: checking for -Bsymbolic-functions linker support +configure:5709: gcc -o conftest -g -O2 -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo conftest.c >&5 +/usr/bin/ld: unrecognized option '-Bsymbolic-functions' +/usr/bin/ld: use the --help option for usage information +collect2: ld returned 1 exit status +configure:5715: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| /* end confdefs.h. */ +| +| #include <stdio.h> +| +| int +| main () +| { +| +| printf ("hello world\n"); +| +| ; +| return 0; +| } +configure:5742: result: not found +configure:5749: checking whether to enable pch feature +configure:5767: result: no +configure:5772: checking for GNU make +configure:5781: result: make +configure:5789: checking the GNU make version +configure:5794: result: make 3.81 +configure:5803: checking for dmake +configure:5869: no system or user-provided dmake found +configure:5876: result: dmake will be downloaded and compiled in bootstrap +configure:5930: checking for GNU or compatible BSD tar +configure:5939: result: gtar +configure:6020: checking for --hash-style=both linker support +configure:6044: gcc -o conftest -g -O2 -Wl,--hash-style=both conftest.c >&5 +configure:6050: $? = 0 +configure:6054: test -z + || test ! -s conftest.err +configure:6057: $? = 0 +configure:6060: test -s conftest +configure:6063: $? = 0 +configure:6075: result: found +configure:6152: checking for perl +configure:6170: found /usr/local/bin/perl +configure:6182: result: /usr/local/bin/perl +configure:6204: checking the Perl version +configure:6213: result: checked (perl 5) +configure:6222: checking for required Perl modules +configure:6225: result: all modules found +configure:6666: checking how to run the C preprocessor +configure:6701: gcc -E conftest.c +configure:6707: $? = 0 +configure:6739: gcc -E conftest.c +conftest.c:9:28: error: ac_nonexistent.h: No such file or directory +configure:6745: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| /* end confdefs.h. */ +| #include <ac_nonexistent.h> +configure:6784: result: gcc -E +configure:6808: gcc -E conftest.c +configure:6814: $? = 0 +configure:6846: gcc -E conftest.c +conftest.c:9:28: error: ac_nonexistent.h: No such file or directory +configure:6852: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| /* end confdefs.h. */ +| #include <ac_nonexistent.h> +configure:6896: checking for ANSI C header files +configure:6921: gcc -c -g -O2 conftest.c >&5 +configure:6927: $? = 0 +configure:6931: test -z + || test ! -s conftest.err +configure:6934: $? = 0 +configure:6937: test -s conftest.o +configure:6940: $? = 0 +configure:7029: gcc -o conftest -g -O2 conftest.c >&5 +conftest.c: In function 'main': +conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit' +configure:7032: $? = 0 +configure:7034: ./conftest +configure:7037: $? = 0 +configure:7052: result: yes +configure:7117: checking for g++ +configure:7133: found /usr/lib/ccache/g++ +configure:7143: result: g++ +configure:7159: checking for C++ compiler version +configure:7162: g++ --version </dev/null >&5 +g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55) +Copyright (C) 2006 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:7165: $? = 0 +configure:7167: g++ -v </dev/null >&5 +Using built-in specs. +Target: i386-redhat-linux +Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux +Thread model: posix +gcc version 4.1.2 20080704 (Red Hat 4.1.2-55) +configure:7170: $? = 0 +configure:7172: g++ -V </dev/null >&5 +g++: '-V' option must have argument +configure:7175: $? = 1 +configure:7178: checking whether we are using the GNU C++ compiler +configure:7202: g++ -c conftest.cc >&5 +configure:7208: $? = 0 +configure:7212: test -z + || test ! -s conftest.err +configure:7215: $? = 0 +configure:7218: test -s conftest.o +configure:7221: $? = 0 +configure:7234: result: yes +configure:7240: checking whether g++ accepts -g +configure:7261: g++ -c -g conftest.cc >&5 +configure:7267: $? = 0 +configure:7271: test -z + || test ! -s conftest.err +configure:7274: $? = 0 +configure:7277: test -s conftest.o +configure:7280: $? = 0 +configure:7291: result: yes +configure:7333: g++ -c -g -O2 conftest.cc >&5 +configure:7339: $? = 0 +configure:7343: test -z + || test ! -s conftest.err +configure:7346: $? = 0 +configure:7349: test -s conftest.o +configure:7352: $? = 0 +configure:7378: g++ -c -g -O2 conftest.cc >&5 +conftest.cc: In function 'int main()': +conftest.cc:14: error: 'exit' was not declared in this scope +configure:7384: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| /* end confdefs.h. */ +| +| int +| main () +| { +| exit (42); +| ; +| return 0; +| } +configure:7333: g++ -c -g -O2 conftest.cc >&5 +configure:7339: $? = 0 +configure:7343: test -z + || test ! -s conftest.err +configure:7346: $? = 0 +configure:7349: test -s conftest.o +configure:7352: $? = 0 +configure:7378: g++ -c -g -O2 conftest.cc >&5 +configure:7384: $? = 0 +configure:7388: test -z + || test ! -s conftest.err +configure:7391: $? = 0 +configure:7394: test -s conftest.o +configure:7397: $? = 0 +configure:7425: checking how to run the C++ preprocessor +configure:7456: g++ -E conftest.cc +configure:7462: $? = 0 +configure:7494: g++ -E conftest.cc +conftest.cc:13:28: error: ac_nonexistent.h: No such file or directory +configure:7500: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #ifdef __cplusplus +| extern "C" void std::exit (int) throw (); using std::exit; +| #endif +| /* end confdefs.h. */ +| #include <ac_nonexistent.h> +configure:7539: result: g++ -E +configure:7563: g++ -E conftest.cc +configure:7569: $? = 0 +configure:7601: g++ -E conftest.cc +conftest.cc:13:28: error: ac_nonexistent.h: No such file or directory +configure:7607: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #ifdef __cplusplus +| extern "C" void std::exit (int) throw (); using std::exit; +| #endif +| /* end confdefs.h. */ +| #include <ac_nonexistent.h> +configure:7659: checking how to run the C preprocessor +configure:7777: result: gcc -E +configure:7801: gcc -E conftest.c +configure:7807: $? = 0 +configure:7839: gcc -E conftest.c +conftest.c:13:28: error: ac_nonexistent.h: No such file or directory +configure:7845: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #ifdef __cplusplus +| extern "C" void std::exit (int) throw (); using std::exit; +| #endif +| /* end confdefs.h. */ +| #include <ac_nonexistent.h> +configure:7905: checking for sys/types.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7905: checking for sys/stat.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7905: checking for stdlib.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7905: checking for string.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7905: checking for memory.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7905: checking for strings.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7905: checking for inttypes.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7905: checking for stdint.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7905: checking for unistd.h +configure:7921: gcc -c -g -O2 conftest.c >&5 +configure:7927: $? = 0 +configure:7931: test -z + || test ! -s conftest.err +configure:7934: $? = 0 +configure:7937: test -s conftest.o +configure:7940: $? = 0 +configure:7951: result: yes +configure:7963: checking for long +configure:7987: gcc -c -g -O2 conftest.c >&5 +configure:7993: $? = 0 +configure:7997: test -z + || test ! -s conftest.err +configure:8000: $? = 0 +configure:8003: test -s conftest.o +configure:8006: $? = 0 +configure:8017: result: yes +configure:8020: checking size of long +configure:8339: gcc -o conftest -g -O2 conftest.c >&5 +configure:8342: $? = 0 +configure:8344: ./conftest +configure:8347: $? = 0 +configure:8370: result: 4 +configure:8379: checking whether byte ordering is bigendian +configure:8406: gcc -c -g -O2 conftest.c >&5 +configure:8412: $? = 0 +configure:8416: test -z + || test ! -s conftest.err +configure:8419: $? = 0 +configure:8422: test -s conftest.o +configure:8425: $? = 0 +configure:8449: gcc -c -g -O2 conftest.c >&5 +conftest.c: In function 'main': +conftest.c:30: error: 'not' undeclared (first use in this function) +conftest.c:30: error: (Each undeclared identifier is reported only once +conftest.c:30: error: for each function it appears in.) +conftest.c:30: error: expected ';' before 'big' +configure:8455: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #ifdef __cplusplus +| extern "C" void std::exit (int) throw (); using std::exit; +| #endif +| #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 SIZEOF_LONG 4 +| /* 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:8590: result: no +configure:8619: checking for special C compiler options needed for large files +configure:8718: result: no +configure:8724: checking for _FILE_OFFSET_BITS value needed for large files +configure:8755: gcc -c -g -O2 conftest.c >&5 +conftest.c:29: warning: left shift count >= width of type +conftest.c:29: warning: left shift count >= width of type +conftest.c:31: error: size of array 'off_t_is_large' is negative +configure:8761: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #ifdef __cplusplus +| extern "C" void std::exit (int) throw (); using std::exit; +| #endif +| #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 SIZEOF_LONG 4 +| /* end confdefs.h. */ +| #include <sys/types.h> +| /* Check that off_t can represent 2**63 - 1 correctly. +| We can't simply define LARGE_OFF_T to be 9223372036854775807, +| since some C++ compilers masquerading as C compilers +| incorrectly reject 9223372036854775807. */ +| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) +| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 +| && LARGE_OFF_T % 2147483647 == 1) +| ? 1 : -1]; +| int +| main () +| { +| +| ; +| return 0; +| } +configure:8808: gcc -c -g -O2 conftest.c >&5 +configure:8814: $? = 0 +configure:8818: test -z + || test ! -s conftest.err +configure:8821: $? = 0 +configure:8824: test -s conftest.o +configure:8827: $? = 0 +configure:8839: result: 64 +configure:8849: checking for _LARGE_FILES value needed for large files +configure:8880: gcc -c -g -O2 conftest.c >&5 +configure:8886: $? = 0 +configure:8890: test -z + || test ! -s conftest.err +configure:8893: $? = 0 +configure:8896: test -s conftest.o +configure:8899: $? = 0 +configure:8964: result: no +configure:9441: checking cups/cups.h usability +configure:9453: gcc -c -g -O2 conftest.c >&5 +configure:9459: $? = 0 +configure:9463: test -z + || test ! -s conftest.err +configure:9466: $? = 0 +configure:9469: test -s conftest.o +configure:9472: $? = 0 +configure:9482: result: yes +configure:9486: checking cups/cups.h presence +configure:9496: gcc -E conftest.c +configure:9502: $? = 0 +configure:9522: result: yes +configure:9557: checking for cups/cups.h +configure:9564: result: yes +configure:9580: checking whether to enable pam support +configure:9583: result: yes +configure:9596: checking security/pam_appl.h usability +configure:9608: gcc -c -g -O2 conftest.c >&5 +configure:9614: $? = 0 +configure:9618: test -z + || test ! -s conftest.err +configure:9621: $? = 0 +configure:9624: test -s conftest.o +configure:9627: $? = 0 +configure:9637: result: yes +configure:9641: checking security/pam_appl.h presence +configure:9651: gcc -E conftest.c +configure:9657: $? = 0 +configure:9677: result: yes +configure:9712: checking for security/pam_appl.h +configure:9719: result: yes +configure:9732: checking whether to link to libpam +configure:9817: result: no, dynamically open it +configure:9834: checking whether to link to libcrypt +configure:9837: result: yes +configure:9841: checking for crypt in -lcrypt +configure:9871: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 +configure:9877: $? = 0 +configure:9881: test -z + || test ! -s conftest.err +configure:9884: $? = 0 +configure:9887: test -s conftest +configure:9890: $? = 0 +configure:9903: result: yes +configure:10033: checking for C++ compiler version +configure:10036: g++ --version </dev/null >&5 +g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55) +Copyright (C) 2006 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:10039: $? = 0 +configure:10041: g++ -v </dev/null >&5 +Using built-in specs. +Target: i386-redhat-linux +Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux +Thread model: posix +gcc version 4.1.2 20080704 (Red Hat 4.1.2-55) +configure:10044: $? = 0 +configure:10046: g++ -V </dev/null >&5 +g++: '-V' option must have argument +configure:10049: $? = 1 +configure:10052: checking whether we are using the GNU C++ compiler +configure:10108: result: yes +configure:10114: checking whether g++ accepts -g +configure:10165: result: yes +configure:10207: g++ -c -g -O2 conftest.cc >&5 +configure:10213: $? = 0 +configure:10217: test -z + || test ! -s conftest.err +configure:10220: $? = 0 +configure:10223: test -s conftest.o +configure:10226: $? = 0 +configure:10252: g++ -c -g -O2 conftest.cc >&5 +configure:10258: $? = 0 +configure:10262: test -z + || test ! -s conftest.err +configure:10265: $? = 0 +configure:10268: test -s conftest.o +configure:10271: $? = 0 +configure:10297: checking the GNU C++ compiler version +configure:10303: result: checked (g++ 4.1.2) +configure:10376: checking for g++ include path +configure:10398: result: /usr/include/c++/4.1.2 +configure:10542: checking exception type +configure:10605: result: +configure:10713: checking what the default STL should be +configure:10727: checking whether gcc supports -fvisibility=hidden +configure:10747: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lcrypt >&5 +configure:10753: $? = 0 +configure:10757: test -z + || test ! -s conftest.err +configure:10760: $? = 0 +configure:10763: test -s conftest +configure:10766: $? = 0 +configure:10778: result: yes +configure:10789: checking whether we are allowed and able to use --ccache-skip +configure:10792: result: only used on Mac currently, skipping +configure:11101: checking which memory allocator to use +configure:11499: result: internal +configure:11505: checking whether to add custom build version +configure:11509: result: yes, 2023-10-23 14:00 - Linux i686 +configure:11518: checking whether to build with Java support +configure:11521: result: yes +configure:11557: checking for java +configure:11575: found /usr/bin/java +configure:11587: result: /usr/bin/java +configure:11617: checking the installed JDK +configure:11710: result: checked (JDK 1.6.0_41) +configure:11744: checking for javac +configure:11762: found /usr/bin/javac +configure:11774: result: /usr/bin/javac +configure:11830: checking for javadoc +configure:11848: found /usr/bin/javadoc +configure:11860: result: /usr/bin/javadoc +configure:12050: checking for jawt lib name +configure:12580: result: -ljawt +configure:12586: checking whether to enable gcj aot compilation +configure:12650: result: no +configure:12666: checking whether to enable EPM for packing +configure:12669: result: yes +configure:12677: checking for epm +configure:12695: found /usr/local/bin/epm +configure:12708: result: /usr/local/bin/epm +configure:12721: result: epm will be downloaded and compiled in bootstrap +configure:12762: checking which package format to use +configure:12851: result: rpm deb +configure:12854: checking for rpm +configure:12875: result: /usr/bin/rpmbuild +configure:12886: checking for dpkg +configure:12904: found /usr/bin/dpkg +configure:12917: result: /usr/bin/dpkg +configure:12931: checking for fakeroot +configure:12949: found /usr/bin/fakeroot +configure:12962: result: /usr/bin/fakeroot +configure:13075: checking for gperf +configure:13093: found /usr/bin/gperf +configure:13105: result: /usr/bin/gperf +configure:13115: checking for gperf +configure:13145: result: /usr/bin/gperf +configure:13166: checking gperf version +configure:13169: result: OK +configure:13179: checking whether to build the stax +configure:13187: result: yes +configure:13192: checking whether to build the ODK +configure:13195: result: yes +configure:13198: checking for external/unowinreg/unowinreg.dll +configure:13206: result: found +configure:13746: checking whether to provide libstdc++/libgcc_s in the installset +configure:13750: result: no +configure:13763: checking which zlib to use +configure:13989: result: internal +configure:13996: checking which jpeg to use +configure:14221: result: internal +configure:14228: checking which expat to use +configure:14459: result: internal +configure:14467: checking which cppunit to use +configure:14553: WARNING: not using cppunit +configure:14563: checking whether freetype is available +configure:14567: checking for FREETYPE +configure:14574: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0 " +configure:14577: $? = 0 +configure:14591: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.0 " +configure:14594: $? = 0 +configure:14672: result: yes +configure:14686: checking for FT_GlyphSlot_Embolden in -lfreetype +configure:14716: gcc -o conftest -g -O2 -I/usr/include/freetype2 -lfreetype conftest.c -lfreetype -lcrypt >&5 +configure:14722: $? = 0 +configure:14726: test -z + || test ! -s conftest.err +configure:14729: $? = 0 +configure:14732: test -s conftest +configure:14735: $? = 0 +configure:14748: result: yes +configure:14783: checking which libxslt to use +configure:14955: result: internal +configure:14965: checking which libxml to use +configure:15092: result: internal +configure:15146: checking which python to use +configure:15577: result: internal +configure:15587: checking for bzip2 +configure:15605: found /usr/bin/bzip2 +configure:15617: result: /usr/bin/bzip2 +configure:15637: checking which lucene to use +configure:15868: result: internal +configure:15877: checking whether to build the MySQL Connector extension +configure:15895: result: no +configure:16321: checking which hsqldb to use +configure:16389: result: internal +configure:16398: checking which beanshell to use +configure:16435: result: internal +configure:16451: checking which saxon to use +configure:16667: result: internal +configure:16683: checking whether to enable support for JavaScript +configure:16687: result: yes +configure:16701: checking which libapr to use +configure:16819: result: internal +configure:16832: checking which libapr-util to use +configure:16950: result: internal +configure:16963: checking which libserf to use +configure:17082: result: internal +configure:17096: checking whether to enable support for CoinMP +configure:17100: result: yes +configure:17104: checking which coinmp to use +configure:17371: result: internal +configure:17390: checking which curl to use +configure:17459: result: internal +configure:17468: checking which mdds to use +configure:17634: result: internal +configure:17641: checking which boost to use +configure:18160: result: internal +configure:18167: checking which vigra to use +configure:18333: result: internal +configure:18340: checking which odbc headers to use +configure:18495: result: internal +configure:18502: checking whether to build XML Security support +configure:18508: result: yes +configure:18512: checking whether to build LDAP configuration backend +configure:18852: checking whether to build the internal NSS module +configure:18857: result: yes +configure:18908: checking which sane header to use +configure:19062: result: internal +configure:19069: checking which icu to use +configure:19323: result: internal +configure:19338: checking whether to enable graphite support +configure:19341: result: yes +configure:19344: checking which graphite to use +configure:19463: result: internal +configure:19512: checking for X +configure:19617: gcc -E conftest.c +configure:19623: $? = 0 +configure:19673: gcc -o conftest -g -O2 conftest.c -lX11 -lcrypt >&5 +configure:19679: $? = 0 +configure:19683: test -z + || test ! -s conftest.err +configure:19686: $? = 0 +configure:19689: test -s conftest +configure:19692: $? = 0 +configure:19742: result: libraries , headers +configure:19914: gcc -o conftest -g -O2 conftest.c -lcrypt -lX11 >&5 +configure:19920: $? = 0 +configure:19924: test -z + || test ! -s conftest.err +configure:19927: $? = 0 +configure:19930: test -s conftest +configure:19933: $? = 0 +configure:20091: checking for gethostbyname +configure:20148: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 +configure:20154: $? = 0 +configure:20158: test -z + || test ! -s conftest.err +configure:20161: $? = 0 +configure:20164: test -s conftest +configure:20167: $? = 0 +configure:20179: result: yes +configure:20330: checking for connect +configure:20387: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 +configure:20393: $? = 0 +configure:20397: test -z + || test ! -s conftest.err +configure:20400: $? = 0 +configure:20403: test -s conftest +configure:20406: $? = 0 +configure:20418: result: yes +configure:20493: checking for remove +configure:20550: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 +configure:20556: $? = 0 +configure:20560: test -z + || test ! -s conftest.err +configure:20563: $? = 0 +configure:20566: test -s conftest +configure:20569: $? = 0 +configure:20581: result: yes +configure:20656: checking for shmat +configure:20713: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 +configure:20719: $? = 0 +configure:20723: test -z + || test ! -s conftest.err +configure:20726: $? = 0 +configure:20729: test -s conftest +configure:20732: $? = 0 +configure:20744: result: yes +configure:20828: checking for IceConnectionNumber in -lICE +configure:20858: gcc -o conftest -g -O2 conftest.c -lICE -lcrypt >&5 +configure:20864: $? = 0 +configure:20868: test -z + || test ! -s conftest.err +configure:20871: $? = 0 +configure:20874: test -s conftest +configure:20877: $? = 0 +configure:20890: result: yes +configure:20920: checking for XOpenDisplay in -lX11 +configure:20950: gcc -o conftest conftest.c -lX11 -lcrypt >&5 +configure:20956: $? = 0 +configure:20960: test -z + || test ! -s conftest.err +configure:20963: $? = 0 +configure:20966: test -s conftest +configure:20969: $? = 0 +configure:20982: result: yes +configure:20992: checking for XauDisposeAuth in -lXau +configure:21022: gcc -o conftest conftest.c -lXau -lcrypt >&5 +configure:21028: $? = 0 +configure:21032: test -z + || test ! -s conftest.err +configure:21035: $? = 0 +configure:21038: test -s conftest +configure:21041: $? = 0 +configure:21054: result: yes +configure:21098: checking fontconfig/fontconfig.h usability +configure:21110: gcc -c conftest.c >&5 +configure:21116: $? = 0 +configure:21120: test -z + || test ! -s conftest.err +configure:21123: $? = 0 +configure:21126: test -s conftest.o +configure:21129: $? = 0 +configure:21139: result: yes +configure:21143: checking fontconfig/fontconfig.h presence +configure:21153: gcc -E conftest.c +configure:21159: $? = 0 +configure:21179: result: yes +configure:21214: checking for fontconfig/fontconfig.h +configure:21221: result: yes +configure:21234: checking whether fontconfig is >= 2.2.0 +configure:21259: gcc -o conftest conftest.c -lcrypt >&5 +configure:21262: $? = 0 +configure:21264: ./conftest +configure:21267: $? = 0 +configure:21269: result: yes +configure:21285: checking whether to link to Xrender +configure:21293: result: no, dynamically open it +configure:21297: checking which Xrender headers to use +configure:21451: result: internal +configure:21539: checking whether to enable RandR support +configure:21550: checking for XRANDR +configure:21557: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2" +Requested 'xrandr >= 1.2' but version of Xrandr is 1.1.1 +configure:21560: $? = 1 +configure:21574: $PKG_CONFIG --exists --print-errors "xrandr >= 1.2" +Requested 'xrandr >= 1.2' but version of Xrandr is 1.1.1 +configure:21577: $? = 1 +configure:21591: result: no +Requested 'xrandr >= 1.2' but version of Xrandr is 1.1.1 +configure:21630: checking X11/extensions/Xrandr.h usability +configure:21642: gcc -c conftest.c >&5 +In file included from conftest.c:60: +/usr/include/X11/extensions/Xrandr.h:49: error: expected specifier-qualifier-list before 'Bool' +/usr/include/X11/extensions/Xrandr.h:68: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRQueryExtension' +/usr/include/X11/extensions/Xrandr.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRQueryVersion' +/usr/include/X11/extensions/Xrandr.h:73: error: expected ')' before '*' token +/usr/include/X11/extensions/Xrandr.h:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRSetScreenConfig' +/usr/include/X11/extensions/Xrandr.h:93: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRSetScreenConfigAndRate' +/usr/include/X11/extensions/Xrandr.h:104: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRConfigTimes' +/usr/include/X11/extensions/Xrandr.h:115: error: expected ')' before '*' token +/usr/include/X11/extensions/Xrandr.h:126: error: expected ')' before '*' token +/usr/include/X11/extensions/Xrandr.h:127: error: expected ')' before '*' token +/usr/include/X11/extensions/Xrandr.h:128: error: expected ')' before '*' token +/usr/include/X11/extensions/Xrandr.h:136: error: expected ')' before '*' token +/usr/include/X11/extensions/Xrandr.h:137: error: expected ')' before '*' token +/usr/include/X11/extensions/Xrandr.h:138: error: expected ')' before '*' token +/usr/include/X11/extensions/Xrandr.h:139: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XRRTimes' +/usr/include/X11/extensions/Xrandr.h:147: error: expected ')' before '*' token +configure:21648: $? = 1 +configure: failed program was: +| /* confdefs.h. */ +| +| #define PACKAGE_NAME "" +| #define PACKAGE_TARNAME "" +| #define PACKAGE_VERSION "" +| #define PACKAGE_STRING "" +| #define PACKAGE_BUGREPORT "" +| #define STDC_HEADERS 1 +| #ifdef __cplusplus +| extern "C" void std::exit (int) throw (); using std::exit; +| #endif +| #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 SIZEOF_LONG 4 +| #define _FILE_OFFSET_BITS 64 +| #define HAVE_LIBCRYPT 1 +| /* end confdefs.h. */ +| #include <stdio.h> +| #if HAVE_SYS_TYPES_H +| # include <sys/types.h> +| #endif +| #if HAVE_SYS_STAT_H +| # include <sys/stat.h> +| #endif +| #if STDC_HEADERS +| # include <stdlib.h> +| # include <stddef.h> +| #else +| # if HAVE_STDLIB_H +| # include <stdlib.h> +| # endif +| #endif +| #if HAVE_STRING_H +| # if !STDC_HEADERS && HAVE_MEMORY_H +| # include <memory.h> +| # endif +| # include <string.h> +| #endif +| #if HAVE_STRINGS_H +| # include <strings.h> +| #endif +| #if HAVE_INTTYPES_H +| # include <inttypes.h> +| #else +| # if HAVE_STDINT_H +| # include <stdint.h> +| # endif +| #endif +| #if HAVE_UNISTD_H +| # include <unistd.h> +| #endif +| #include <X11/extensions/Xrandr.h> +configure:21671: result: no +configure:21675: checking X11/extensions/Xrandr.h presence +configure:21685: gcc -E conftest.c +configure:21691: $? = 0 +configure:21711: result: yes +configure:21724: WARNING: X11/extensions/Xrandr.h: present but cannot be compiled +configure:21726: WARNING: X11/extensions/Xrandr.h: check for missing prerequisite headers? +configure:21728: WARNING: X11/extensions/Xrandr.h: see the Autoconf documentation +configure:21730: WARNING: X11/extensions/Xrandr.h: section "Present But Cannot Be Compiled" +configure:21732: WARNING: X11/extensions/Xrandr.h: proceeding with the preprocessor's result +configure:21734: WARNING: X11/extensions/Xrandr.h: in the future, the compiler will take precedence +configure:21746: checking for X11/extensions/Xrandr.h +configure:21753: result: yes +configure:21768: checking for XRRQueryExtension in -lXrandr +configure:21798: gcc -o conftest conftest.c -lXrandr -lcrypt >&5 +configure:21804: $? = 0 +configure:21808: test -z + || test ! -s conftest.err +configure:21811: $? = 0 +configure:21814: test -s conftest +configure:21817: $? = 0 +configure:21830: result: yes +configure:21847: result: enabling RandR support +configure:21861: checking which libnss to use +configure:21979: result: internal +configure:21991: checking which libssl to use +configure:22115: result: internal +configure:22124: checking which redland library to use +configure:22243: result: internal +configure:22252: checking whether to build the Spell Checking component +configure:22257: checking which libhunspell to use +configure:22713: result: internal +configure:22728: checking whether to build the Hyphenator component +configure:22733: checking which libhyphen to use +configure:23218: result: internal +configure:23245: checking which mythes to use +configure:23625: result: internal +configure:23635: checking which libtextcat to use +configure:23866: result: internal +configure:23873: checking which libtextcat data directory to use +configure:23884: result: internal +configure:23891: checking whether libc is >= 2.1.1 +configure:23894: checking for gnu_get_libc_version in -lc +configure:23924: gcc -o conftest conftest.c -lc -lXrandr -lcrypt >&5 +configure:23930: $? = 0 +configure:23934: test -z + || test ! -s conftest.err +configure:23937: $? = 0 +configure:23940: test -s conftest +configure:23943: $? = 0 +configure:23956: result: yes +configure:23964: result: yes +configure:23978: checking for getopt +configure:24035: gcc -o conftest conftest.c -lXrandr -lcrypt >&5 +configure:24041: $? = 0 +configure:24045: test -z + || test ! -s conftest.err +configure:24048: $? = 0 +configure:24051: test -s conftest +configure:24054: $? = 0 +configure:24066: result: yes +configure:24082: checking for readdir_r +configure:24139: gcc -o conftest conftest.c -lXrandr -lcrypt >&5 +configure:24145: $? = 0 +configure:24149: test -z + || test ! -s conftest.err +configure:24152: $? = 0 +configure:24155: test -s conftest +configure:24158: $? = 0 +configure:24170: result: yes +configure:24561: checking for bison +configure:24579: found /usr/bin/bison +configure:24591: result: /usr/bin/bison +configure:24603: checking the bison version +configure:24614: result: checked (/usr/bin/bison 2.3) +configure:24625: checking for flex +configure:24643: found /usr/bin/flex +configure:24655: result: /usr/bin/flex +configure:24669: checking for patch +configure:24687: found /usr/bin/patch +configure:24699: result: /usr/bin/patch +configure:24747: checking for gnucp +configure:24780: result: no +configure:24747: checking for cp +configure:24765: found /bin/cp +configure:24777: result: /bin/cp +configure:24803: checking whether /bin/cp is GNU cp from coreutils with preserve= support +configure:24806: result: yes +configure:25020: checking for zip +configure:25038: found /usr/local/bin/zip +configure:25050: result: /usr/local/bin/zip +configure:25059: checking for unzip +configure:25077: found /usr/bin/unzip +configure:25089: result: /usr/bin/unzip +configure:25219: checking which VCLplugs shall be built +configure:25246: result: gtk +configure:25252: checking whether to enable GConf support +configure:25256: result: yes +configure:25260: checking for GCONF +configure:25267: $PKG_CONFIG --exists --print-errors "gconf-2.0 " +configure:25270: $? = 0 +configure:25284: $PKG_CONFIG --exists --print-errors "gconf-2.0 " +configure:25287: $? = 0 +configure:25365: result: yes +configure:25377: checking whether to enable GNOME VFS support +configure:25381: result: yes +configure:25385: checking for GNOMEVFS +configure:25392: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.6.0 " +configure:25395: $? = 0 +configure:25409: $PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.6.0 " +configure:25412: $? = 0 +configure:25490: result: yes +configure:25623: checking for GTK +configure:25630: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 " +configure:25633: $? = 0 +configure:25647: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gdk-pixbuf-xlib-2.0 >= 2.2 " +configure:25650: $? = 0 +configure:25692: result: yes +configure:25698: checking for GTHREAD +configure:25705: $PKG_CONFIG --exists --print-errors "gthread-2.0" +configure:25708: $? = 0 +configure:25722: $PKG_CONFIG --exists --print-errors "gthread-2.0" +configure:25725: $? = 0 +configure:25767: result: yes +configure:25776: checking for GTK_2_10 +configure:25783: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0" +configure:25786: $? = 0 +configure:25800: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.10.0" +configure:25803: $? = 0 +configure:25841: result: yes +configure:25848: checking whether to enable DBUS support +configure:25852: result: yes +configure:25856: checking for DBUS +configure:25863: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70 " +configure:25866: $? = 0 +configure:25880: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.70 " +configure:25883: $? = 0 +configure:25961: result: yes +configure:25970: checking whether to enable GIO support +configure:26093: result: no +configure:26114: checking whether to build the GStreamer media backend +configure:26119: checking for GSTREAMER +configure:26126: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 " +configure:26129: $? = 0 +configure:26143: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.4 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 " +configure:26146: $? = 0 +configure:26188: result: yes +configure:26193: result: yes +configure:26229: checking whether to use cairo +configure:26422: result: no +configure:26440: checking whether to build the OpenGL Transitions component +configure:26445: result: yes +configure:26457: checking GL/gl.h usability +configure:26469: gcc -c conftest.c >&5 +configure:26475: $? = 0 +configure:26479: test -z + || test ! -s conftest.err +configure:26482: $? = 0 +configure:26485: test -s conftest.o +configure:26488: $? = 0 +configure:26498: result: yes +configure:26502: checking GL/gl.h presence +configure:26512: gcc -E conftest.c +configure:26518: $? = 0 +configure:26538: result: yes +configure:26573: checking for GL/gl.h +configure:26580: result: yes +configure:26594: checking for main in -lGL +configure:26618: gcc -o conftest conftest.c -lGL -lXrandr -lcrypt >&5 +configure:26624: $? = 0 +configure:26628: test -z + || test ! -s conftest.err +configure:26631: $? = 0 +configure:26634: test -s conftest +configure:26637: $? = 0 +configure:26650: result: yes +configure:26666: checking for main in -lGLU +configure:26690: gcc -o conftest conftest.c -lGLU -lGL -lXrandr -lcrypt >&5 +configure:26696: $? = 0 +configure:26700: test -z + || test ! -s conftest.err +configure:26703: $? = 0 +configure:26706: test -s conftest +configure:26709: $? = 0 +configure:26722: result: yes +configure:26746: checking whether to build the PDF Import extension +configure:26878: result: no +configure:26887: checking whether to build the Wiki Publisher extension +configure:26890: result: yes +configure:26892: checking for swext module +configure:26895: result: OK +configure:26912: checking which Servlet API Jar to use +configure:26948: result: internal +configure:26957: checking whether to build the Report Builder extension +configure:27820: result: no +configure:27841: checking which Apache commons-* libs to use +configure:28174: result: internal +configure:28559: checking whether to enable the lockdown pieces +configure:28567: result: no +configure:28572: checking whether to enable evolution 2 support +configure:28691: result: no +configure:28698: checking whether to enable KDE address book support +configure:28769: result: no +configure:28775: checking whether to include MathMLDTD +configure:28783: result: yes +configure:28794: checking whether to include category B fonts +configure:28797: result: yes +configure:28809: checking whether to include category A fonts +configure:28812: result: yes +configure:28824: checking whether any fonts are included +configure:28829: result: yes +configure:28840: checking whether to include PPDs +configure:28843: result: yes +configure:28853: checking whether to include AFMs +configure:28856: result: yes +configure:28869: checking whether and how to use Xinerama +configure:28905: result: yes, with dynamic linking +configure:28917: checking X11/extensions/Xinerama.h usability +configure:28929: gcc -c conftest.c >&5 +configure:28935: $? = 0 +configure:28939: test -z + || test ! -s conftest.err +configure:28942: $? = 0 +configure:28945: test -s conftest.o +configure:28948: $? = 0 +configure:28958: result: yes +configure:28962: checking X11/extensions/Xinerama.h presence +configure:28972: gcc -E conftest.c +configure:28978: $? = 0 +configure:28998: result: yes +configure:29033: checking for X11/extensions/Xinerama.h +configure:29040: result: yes +configure:29061: checking for XineramaIsActive in -lXinerama +configure:29091: gcc -o conftest conftest.c -lXinerama -L/usr/lib -lXext -ldl -lGLU -lGL -lXrandr -lcrypt >&5 +configure:29097: $? = 0 +configure:29101: test -z + || test ! -s conftest.err +configure:29104: $? = 0 +configure:29107: test -s conftest +configure:29110: $? = 0 +configure:29123: result: yes +configure:29177: checking whether to build own version of libpng +configure:29193: result: no +configure:29200: checking whether to build own version of libjpeg +configure:29220: result: no +configure:29229: checking whether to trigger rat scan +configure:29232: result: no +configure:29416: checking for jakarta-ant +configure:29450: result: no +configure:29416: checking for ant +configure:29435: found /home/jim/ant/bin/ant +configure:29447: result: /home/jim/ant/bin/ant +configure:29483: checking if /home/jim/ant/bin/ant works +configure:29508: /home/jim/ant/bin/ant -buildfile conftest.xml 1>&2 +Buildfile: /home/jim/src/asf/aoo-git/main/conftest.xml + +conftest: + [javac] /home/jim/src/asf/aoo-git/main/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: 0 seconds +configure:29511: $? = 0 +configure:29514: result: Ant works +configure:29542: checking Ant lib directory +configure:29571: result: Ant lib directory found. +configure:29584: checking whether ant is >= 1.7.0 +configure: ant_version 1.9.7 +configure: ant_version_major 1 +configure: ant_version_minor 9 +configure:29596: result: yes, 1.9.7 +configure:29605: checking whether ant supports mapper type="regexp" +configure:29638: /home/jim/ant/bin/ant -buildfile conftest.xml 1>&2 +Buildfile: /home/jim/src/asf/aoo-git/main/conftest.xml + +copytest: + +conftest: + [javac] /home/jim/src/asf/aoo-git/main/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: 0 seconds +configure:29641: $? = 0 +configure:29644: result: yes +configure:29698: checking which languages to be built +configure:29705: result: ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW +configure:29712: checking which languages have poor help localizations +configure:29716: result: none +configure:29724: checking which dictionaries to include +configure:29728: result: ALL +configure:29737: checking for additional 'intro' bitmaps +configure:29742: result: none +configure:29760: checking for additional 'about' bitmaps +configure:29765: result: none +configure:29784: checking for vendor +configure:29787: result: not set +configure:29797: checking for UNIX wrapper name +configure:29800: result: not set +configure:29809: checking whether to statically link to Gtk +configure:29817: result: no +configure:29822: checking whether to use layout dialogs +configure:29830: result: no +configure:29838: checking build verbosity +configure:29852: result: not set +configure:29857: checking whether to enable dependency tracking +configure:29864: result: yes +configure:29883: checking solver path +configure:29887: result: default +configure:29906: writing config.status +configure:30034: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by config.status, which was +generated by GNU Autoconf 2.59. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on aoo-builder32-centos5.localdomain + +config.status:1029: creating set_soenv +config.status:1029: creating Makefile + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_build=i686-pc-linux-gnu +ac_cv_build_alias=i686-pc-linux-gnu +ac_cv_c_bigendian=no +ac_cv_c_compiler_gnu=yes +ac_cv_cxx_compiler_gnu=yes +ac_cv_env_APR_CFLAGS_set= +ac_cv_env_APR_CFLAGS_value= +ac_cv_env_APR_LIBS_set= +ac_cv_env_APR_LIBS_value= +ac_cv_env_APR_UTIL_CFLAGS_set= +ac_cv_env_APR_UTIL_CFLAGS_value= +ac_cv_env_APR_UTIL_LIBS_set= +ac_cv_env_APR_UTIL_LIBS_value= +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_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +ac_cv_env_COINMP_CFLAGS_set= +ac_cv_env_COINMP_CFLAGS_value= +ac_cv_env_COINMP_LIBS_set= +ac_cv_env_COINMP_LIBS_value= +ac_cv_env_CPPFLAGS_set= +ac_cv_env_CPPFLAGS_value= +ac_cv_env_CPPUNIT_CFLAGS_set= +ac_cv_env_CPPUNIT_CFLAGS_value= +ac_cv_env_CPPUNIT_LIBS_set= +ac_cv_env_CPPUNIT_LIBS_value= +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_CXXCPP_set= +ac_cv_env_CXXCPP_value= +ac_cv_env_CXXFLAGS_set= +ac_cv_env_CXXFLAGS_value= +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_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_GTHREAD_CFLAGS_set= +ac_cv_env_GTHREAD_CFLAGS_value= +ac_cv_env_GTHREAD_LIBS_set= +ac_cv_env_GTHREAD_LIBS_value= +ac_cv_env_GTK_2_10_CFLAGS_set= +ac_cv_env_GTK_2_10_CFLAGS_value= +ac_cv_env_GTK_2_10_LIBS_set= +ac_cv_env_GTK_2_10_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_LDFLAGS_set= +ac_cv_env_LDFLAGS_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_MYTHES_CFLAGS_set= +ac_cv_env_MYTHES_CFLAGS_value= +ac_cv_env_MYTHES_LIBS_set= +ac_cv_env_MYTHES_LIBS_value= +ac_cv_env_NSS_CFLAGS_set= +ac_cv_env_NSS_CFLAGS_value= +ac_cv_env_NSS_LIBS_set= +ac_cv_env_NSS_LIBS_value= +ac_cv_env_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= +ac_cv_env_PKG_CONFIG_PATH_value= +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_SERF_CFLAGS_set= +ac_cv_env_SERF_CFLAGS_value= +ac_cv_env_SERF_LIBS_set= +ac_cv_env_SERF_LIBS_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= +ac_cv_env_build_alias_value= +ac_cv_env_host_alias_set= +ac_cv_env_host_alias_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_exeext= +ac_cv_func_connect=yes +ac_cv_func_gethostbyname=yes +ac_cv_func_getopt=yes +ac_cv_func_readdir_r=yes +ac_cv_func_remove=yes +ac_cv_func_shmat=yes +ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' +ac_cv_header_GL_gl_h=yes +ac_cv_header_X11_extensions_Xinerama_h=yes +ac_cv_header_X11_extensions_Xrandr_h=yes +ac_cv_header_cups_cups_h=yes +ac_cv_header_fontconfig_fontconfig_h=yes +ac_cv_header_inttypes_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_security_pam_appl_h=yes +ac_cv_header_stdc=yes +ac_cv_header_stdint_h=yes +ac_cv_header_stdlib_h=yes +ac_cv_header_string_h=yes +ac_cv_header_strings_h=yes +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_unistd_h=yes +ac_cv_host=i686-pc-linux-gnu +ac_cv_host_alias=i686-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_Xinerama_XineramaIsActive=yes +ac_cv_lib_Xrandr_XRRQueryExtension=yes +ac_cv_lib_c_gnu_get_libc_version=yes +ac_cv_lib_crypt_crypt=yes +ac_cv_lib_freetype_FT_GlyphSlot_Embolden=yes +ac_cv_objext=o +ac_cv_path_ANT=/home/jim/ant/bin/ant +ac_cv_path_AWK=/usr/bin/gawk +ac_cv_path_BISON=/usr/bin/bison +ac_cv_path_BZIP2=/usr/bin/bzip2 +ac_cv_path_COMPATH=/usr/lib/ccache/gcc +ac_cv_path_DPKG=/usr/bin/dpkg +ac_cv_path_EPM=/usr/local/bin/epm +ac_cv_path_FAKEROOT=/usr/bin/fakeroot +ac_cv_path_FLEX=/usr/bin/flex +ac_cv_path_GNUCP=/bin/cp +ac_cv_path_GPERF=/usr/bin/gperf +ac_cv_path_JAVACOMPILER=/usr/bin/javac +ac_cv_path_JAVADOC=/usr/bin/javadoc +ac_cv_path_JAVAINTERPRETER=/usr/bin/java +ac_cv_path_PATCH=/usr/bin/patch +ac_cv_path_PERL=/usr/local/bin/perl +ac_cv_path_SED=/bin/sed +ac_cv_path_SHELLPATH=/bin/bash +ac_cv_path_UNZIP=/usr/bin/unzip +ac_cv_path_ZIP=/usr/local/bin/zip +ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config +ac_cv_prog_AWK=gawk +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_CXXCPP='g++ -E' +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_ac_ct_CXX=g++ +ac_cv_prog_cc_g=yes +ac_cv_prog_cc_stdc= +ac_cv_prog_cxx_g=yes +ac_cv_prog_egrep='grep -E' +ac_cv_sizeof_long=4 +ac_cv_sys_file_offset_bits=64 +ac_cv_sys_large_files=no +ac_cv_sys_largefile_CC=no +ac_cv_target=i686-pc-linux-gnu +ac_cv_target_alias=i686-pc-linux-gnu +ac_cv_type_long=yes +pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' +pkg_cv_DBUS_LIBS='-L/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 ' +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/lib/glib-2.0/include ' +pkg_cv_GCONF_LIBS='-pthread -L/lib -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 ' +pkg_cv_GNOMEVFS_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' +pkg_cv_GNOMEVFS_LIBS='-pthread -L/lib -lgnomevfs-2 -lgconf-2 -lgobject-2.0 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 ' +pkg_cv_GSTREAMER_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 ' +pkg_cv_GSTREAMER_LIBS='-pthread -L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0 ' +pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' +pkg_cv_GTHREAD_LIBS='-pthread -L/lib -lgthread-2.0 -lglib-2.0 ' +pkg_cv_GTK_2_10_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 ' +pkg_cv_GTK_2_10_LIBS='-L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' +pkg_cv_GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 ' +pkg_cv_GTK_LIBS='-L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +ABOUT_BITMAPS='' +ADDITIONAL_REPOSITORIES='../ext_libraries ../extras' +ALLOC='' +ANT='/home/jim/ant/bin/ant' +ANT_HOME='/home/jim/ant' +ANT_LIB='/home/jim/ant/lib' +APR_CFLAGS='' +APR_LIBS='' +APR_UTIL_CFLAGS='' +APR_UTIL_LIBS='' +ARM_TARGET='' +ASM_HOME='NO_ASM_HOME' +ATL_INCLUDE='' +ATL_LIB='' +ATL_LIB_X64='' +AWK='/usr/bin/gawk' +AWTLIB='-ljawt' +BISON='/usr/bin/bison' +BSH_JAR='' +BUILD_EPM='YES' +BUILD_PIXMAN='' +BUILD_STAX='YES' +BUILD_TYPE='OOo CRASHREP EPM ODK ZLIB JPEG EXPAT LIBXSLT LIBXML2 LIBXMLSEC PYTHON LUCENE HSQLDB BSH SAXON RHINO APR APR_UTIL SERF COINMP COINMP CURL MDDS BOOST VIGRA UNIXODBC NSS SANE ICU GRAPHITE X11_EXTENSIONS NSS OPENSSL REDLAND HUNSPELL HYPHEN MYTHES LIBTEXTCAT LIBTEXTCATDATA GTK SYSTRAY_GTK SWEXT TOMCAT APACHE_COMMONS TOMCAT MATHMLDTD CATB_FONTS MORE_FONTS AFMS L10N' +BUILD_UNOWINREG='NO' +BUILD_VER_STRING='2023-10-23 14:00 - Linux i686' +BUILD_X64='' +BUNDLED_EXTENSION_BLOBS='' +BUNDLED_PREREG_EXTENSIONS='' +BZIP2='/usr/bin/bzip2' +CAIRO_CFLAGS='' +CAIRO_LIBS='' +CC='gcc' +CCACHE='' +CC_PATH='/usr/lib/ccache/' +CFLAGS='' +COINMP_CFLAGS='' +COINMP_LIBS='' +COMEX='' +COMMONS_CODEC_JAR='' +COMMONS_HTTPCLIENT_JAR='' +COMMONS_LANG_JAR='' +COMMONS_LOGGING_JAR='' +COMPATH='/usr/lib/ccache' +COM_IS='' +CPP='gcc -E' +CPPFLAGS=' ' +CPPUNIT_CFLAGS='' +CPPUNIT_LIBS='' +CRYPT_LINK='YES' +CSC_PATH='' +CURLCONFIG='' +CURL_CFLAGS='' +CURL_LIBS='' +CUSTOM_PACK_LIST='' +CXX='g++' +CXXCPP='g++ -E' +CXXFLAGS='-g -O2' +CYGWIN_PATH='NO_CYGWIN' +DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' +DBUS_LIBS='-L/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 ' +DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -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 -DSIZEOF_LONG=4 -D_FILE_OFFSET_BITS=64 -DHAVE_LIBCRYPT=1 -DHAVE_LIBXRANDR=1 -DHAVE_GETOPT=1 -DHAVE_READDIR_R=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBXINERAMA=1 ' +DICT_SYSTEM_DIR='' +DIRECTXSDK_HOME='' +DIRECTXSDK_LIB='' +DISABLE_ACTIVEX='' +DISABLE_ATL='' +DISABLE_SAXON='' +DISABLE_STRIP='' +DMAKE='' +DMAKE_PATH='' +DMAKE_URL='http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2' +DO_FETCH_TARBALLS='yes' +DPKG='/usr/bin/dpkg' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='grep -E' +ENABLE_BEANSHELL='YES' +ENABLE_BUNDLED_DICTIONARIES='YES' +ENABLE_CAIRO='' +ENABLE_CAIRO_CANVAS='FALSE' +ENABLE_CATEGORY_B='YES' +ENABLE_COINMP='YES' +ENABLE_CRASHDUMP='TRUE' +ENABLE_CUPS='TRUE' +ENABLE_DBUS='TRUE' +ENABLE_DEBUG='FALSE' +ENABLE_DIRECTX='' +ENABLE_DIRECT_DRAW='' +ENABLE_EVOAB2='' +ENABLE_FONTCONFIG='TRUE' +ENABLE_GCONF='TRUE' +ENABLE_GIO='' +ENABLE_GNOMEVFS='TRUE' +ENABLE_GRAPHITE='TRUE' +ENABLE_GSTREAMER='TRUE' +ENABLE_GTK='TRUE' +ENABLE_HUNSPELL='YES' +ENABLE_HYPHEN='YES' +ENABLE_JAVASCRIPT='YES' +ENABLE_KAB='' +ENABLE_KDE4='' +ENABLE_KDE='' +ENABLE_LAYOUT='FALSE' +ENABLE_LOCKDOWN='' +ENABLE_MEDIAWIKI='YES' +ENABLE_MYSQLC='NO' +ENABLE_NSS_MODULE='YES' +ENABLE_ONLINE_UPDATE='YES' +ENABLE_OPENGL='TRUE' +ENABLE_PCH='' +ENABLE_PDFIMPORT='NO' +ENABLE_RANDR='TRUE' +ENABLE_REPORTBUILDER='NO' +ENABLE_RPATH='yes' +ENABLE_STATIC_GTK='FALSE' +ENABLE_SYMBOLS='' +ENABLE_SYSTRAY_GTK='TRUE' +ENABLE_WERROR='FALSE' +EPM='' +EPM_URL='http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz' +EXCEPTIONS='' +EXEEXT='' +FAKEROOT='/usr/bin/fakeroot' +FBSD_GCC_RPATH='' +FLEX='/usr/bin/flex' +FLUTE_JAR='' +FRAME_HOME='' +FREETYPE_CFLAGS='-I/usr/include/freetype2 ' +FREETYPE_LIBS='-lfreetype ' +GCCVER='40102' +GCC_HOME='/usr/lib/ccache/gcc' +GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' +GCONF_LIBS='-pthread -L/lib -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 ' +GIO_CFLAGS='' +GIO_LIBS='' +GNOMEVFS_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' +GNOMEVFS_LIBS='-pthread -L/lib -lgnomevfs-2 -lgconf-2 -lgobject-2.0 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 ' +GNUCP='/bin/cp' +GNUMAKE='make' +GNUPATCH='' +GNUTAR='gtar' +GOBJECT_CFLAGS='' +GOBJECT_LIBS='' +GPERF='/usr/bin/gperf' +GRAPHITE_CFLAGS='' +GRAPHITE_LIBS='' +GSTREAMER_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 ' +GSTREAMER_LIBS='-pthread -L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgstinterfaces-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0 ' +GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' +GTHREAD_LIBS='-pthread -L/lib -lgthread-2.0 -lglib-2.0 ' +GTK_2_10_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 ' +GTK_2_10_LIBS='-L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' +GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 ' +GTK_LIBS='-L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' +GXX_INCLUDE_PATH='/usr/include/c++/4.1.2' +HAVE_ATLTHUNK='' +HAVE_GCC_VISIBILITY_FEATURE='TRUE' +HAVE_GETOPT='YES' +HAVE_LD_BSYMBOLIC_FUNCTIONS='' +HAVE_LD_HASH_STYLE='TRUE' +HAVE_READDIR_R='YES' +HOME='/home/jim' +HSQLDB_JAR='' +HUNSPELL_CFLAGS='' +HUNSPELL_LIBS='' +HYPHEN_LIB='' +HYPH_SYSTEM_DIR='' +ICUCONFIG='' +ICU_MAJOR='' +ICU_MICRO='' +ICU_MINOR='' +INTRO_BITMAPS='' +IS_SYSTEM_DMAKE='' +JAVAAOTCOMPILER='' +JAVACISGCJ='' +JAVACOMPILER='/usr/bin/javac' +JAVADOC='/usr/bin/javadoc' +JAVAFLAGS='-source 1.5 -target 1.5' +JAVAIFLAGS='' +JAVAINTERPRETER='/usr/bin/java' +JAVA_HOME='/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.41' +JDK='sun' +JFREEREPORT_JAR='' +KDE4_CFLAGS='' +KDE4_LIBS='' +KDE_CFLAGS='' +KDE_LIBS='' +LDFLAGS=' ' +LFS_CFLAGS='-D_FILE_OFFSET_BITS=64' +LIBBASE_JAR='' +LIBFONTS_JAR='' +LIBFORMULA_JAR='' +LIBINTL_PREFIX='' +LIBLAYOUT_JAR='' +LIBLOADER_JAR='' +LIBMYSQL_PATH='' +LIBOBJS='' +LIBREPOSITORY_JAR='' +LIBS='-lXinerama -lGLU -lGL -lXrandr -lcrypt ' +LIBSERIALIZER_JAR='' +LIBXML_CFLAGS='' +LIBXML_JAR='' +LIBXML_LIBS='' +LIBXSLT_CFLAGS='' +LIBXSLT_LIBS='' +LOCAL_SOLENV='DEFAULT' +LOCAL_SOLVER='DEFAULT' +LTLIBOBJS='' +LUCENE_ANALYZERS_JAR='' +LUCENE_CORE_JAR='' +MACOSX_DEPLOYMENT_TARGET='' +MACOSX_SDK_PATH='' +MFC_INCLUDE='' +MFC_LIB='' +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' +MOCQT4='' +MOZILLABUILD='' +MOZ_INC='' +MSPDB_PATH='' +MYSQLCONFIG='' +MYSQL_DEFINES='' +MYSQL_INC='' +MYSQL_LIB='' +MYTHES_CFLAGS='' +MYTHES_LIBS='' +NASM_EXE='' +NASM_HOME='NO_NASM_HOME' +NEW_SHADOW_API='' +NSIS_PATH='' +NSS_CFLAGS='' +NSS_LIBS='' +OBJEXT='o' +OOO_JUNIT_JAR='' +OOO_VENDOR='' +OPENSSL_CFLAGS='' +OPENSSL_LIBS='' +OSVERSION='' +PACKAGE_BUGREPORT='' +PACKAGE_NAME='' +PACKAGE_STRING='' +PACKAGE_TARNAME='' +PACKAGE_VERSION='' +PAM='YES' +PAM_LINK='NO' +PATCH='/usr/bin/patch' +PATH_SEPARATOR=':' +PERL='/usr/local/bin/perl' +PKGFORMAT='rpm deb' +PKGMK='' +PKG_CONFIG='/usr/bin/pkg-config' +PKG_CONFIG_LIBDIR='' +PKG_CONFIG_PATH='' +POPPLER_CFLAGS='' +POPPLER_LIBS='' +PRODUCT='full' +PROEXT='.pro' +PROFULLSWITCH='product=full' +PSDK_HOME='' +PTHREAD_CFLAGS='' +PTHREAD_LIBS='' +PYTHON='' +PYTHON_CFLAGS='' +PYTHON_EXEC_PREFIX='' +PYTHON_LIBS='' +PYTHON_PLATFORM='' +PYTHON_PREFIX='' +PYTHON_VERSION='' +RAT_JAR_HOME='' +REDLAND_CFLAGS='' +REDLAND_LIBS='' +RPM='rpmbuild' +SAC_JAR='' +SAXON_JAR='' +SCPDEFS=' -DENABLE_ONLINE_UPDATE -DWITH_CATB_FONTS -DWITH_CATA_FONTS' +SED='/bin/sed' +SERF_CFLAGS='' +SERF_LIBS='' +SERIALIZER_JAR='' +SERVLETAPI_JAR='' +SHELL='/bin/sh' +SHELLPATH='/bin' +SIZEOF_LONG='4' +SOLAR_JAVA='TRUE' +SOURCEVERSION='AOO4115' +SYSTEM_APACHE_COMMONS='NO' +SYSTEM_APR='NO' +SYSTEM_APR_UTIL='NO' +SYSTEM_BOOST='NO' +SYSTEM_BSH='NO' +SYSTEM_CAIRO='' +SYSTEM_COINMP='NO' +SYSTEM_CPPUNIT='NO' +SYSTEM_CURL='NO' +SYSTEM_DICTS='NO' +SYSTEM_EXPAT='NO' +SYSTEM_GDKPIXBUF='YES' +SYSTEM_GENBRK='' +SYSTEM_GENCCODE='' +SYSTEM_GENCMN='' +SYSTEM_GETTEXT='YES' +SYSTEM_GLIB='YES' +SYSTEM_GRAPHITE='NO' +SYSTEM_HSQLDB='NO' +SYSTEM_HUNSPELL='NO' +SYSTEM_HYPH='NO' +SYSTEM_ICU='NO' +SYSTEM_JFREEREPORT='' +SYSTEM_JPEG='NO' +SYSTEM_LIBC='YES' +SYSTEM_LIBJPEG='YES' +SYSTEM_LIBPNG='YES' +SYSTEM_LIBTEXTCAT='NO' +SYSTEM_LIBTEXTCAT_DATA='' +SYSTEM_LIBXML='NO' +SYSTEM_LIBXSLT='NO' +SYSTEM_LUCENE='NO' +SYSTEM_MDDS='NO' +SYSTEM_MYSQL='' +SYSTEM_MYSQL_CPPCONN='' +SYSTEM_MYTHES='NO' +SYSTEM_NSS='NO' +SYSTEM_ODBC_HEADERS='NO' +SYSTEM_OPENSSL='NO' +SYSTEM_PANGO='YES' +SYSTEM_POPPLER='' +SYSTEM_PYTHON='NO' +SYSTEM_REDLAND='NO' +SYSTEM_SANE_HEADER='NO' +SYSTEM_SAXON='NO' +SYSTEM_SERF='NO' +SYSTEM_SERVLETAPI='NO' +SYSTEM_STDLIBS='YES' +SYSTEM_VIGRA='NO' +SYSTEM_XRENDER_HEADERS='NO' +SYSTEM_ZLIB='NO' +TARFILE_LOCATION='DEFAULT' +THES_SYSTEM_DIR='' +UNIXWRAPPERNAME='' +UNZIP='/usr/bin/unzip' +UPD='4115' +USE_CCACHE='' +USE_FT_EMBOLDEN='YES' +USE_MINGW='' +USE_PACKAGER='' +USE_SYSTEM_STL='YES' +USE_XINERAMA='YES' +VALGRIND_CFLAGS='' +VC_STANDARD='' +VERBOSE='' +WINDOWS_VISTA_PSDK='' +WITHOUT_AFMS='' +WITHOUT_PPDS='' +WITH_CATA_FONTS='YES' +WITH_CATB_FONTS='YES' +WITH_CPPUNIT='' +WITH_DICT=',ALL,' +WITH_FONTS='YES' +WITH_LANG='ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW' +WITH_LDAP='NO' +WITH_MINGWIN='0' +WITH_OPENLDAP='' +WITH_POOR_HELP_LOCALIZATIONS='' +WITH_VC_REDIST='' +WORDS_BIGENDIAN='no' +XAU_LIBS='-lXau' +XINC='/usr/include' +XINERAMA_LINK='dynamic' +XLIB='/usr/lib' +XRANDR_CFLAGS=' ' +XRANDR_DLOPEN='FALSE' +XRANDR_LIBS='-lXrandr ' +XRENDER_LINK='NO' +XSLTPROC='' +X_CFLAGS='' +X_EXTRA_LIBS='' +X_LIBS='' +X_PRE_LIBS=' -lSM -lICE' +ZIP='/usr/local/bin/zip' +ZIP_HOME='/usr/local/bin' +_cc='' +_solenv='./solenv' +ac_ct_CC='gcc' +ac_ct_CXX='g++' +ac_ct_MINGWCXX='' +ac_ct_MINGWSTRIP='' +ac_pt_PKG_CONFIG='/usr/bin/pkg-config' +bindir='${exec_prefix}/bin' +build='i686-pc-linux-gnu' +build_alias='' +build_cpu='i686' +build_os='linux-gnu' +build_vendor='pc' +datadir='${prefix}/share' +exec_prefix='${prefix}' +host='i686-pc-linux-gnu' +host_alias='' +host_cpu='i686' +host_os='linux-gnu' +host_vendor='pc' +includedir='${prefix}/include' +infodir='${prefix}/info' +libdir='${exec_prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localstatedir='${prefix}/var' +mandir='${prefix}/man' +nodep='' +oldincludedir='/usr/include' +pkgpyexecdir='' +pkgpythondir='' +prefix='/usr/local' +program_transform_name='s,x,x,' +pyexecdir='' +pythondir='' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target='i686-pc-linux-gnu' +target_alias='' +target_cpu='i686' +target_os='linux-gnu' +target_vendor='pc' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +#define HAVE_GETOPT 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_LIBCRYPT 1 +#define HAVE_LIBGL 1 +#define HAVE_LIBGLU 1 +#define HAVE_LIBXINERAMA 1 +#define HAVE_LIBXRANDR 1 +#define HAVE_MEMORY_H 1 +#define HAVE_READDIR_R 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_UNISTD_H 1 +#define PACKAGE_BUGREPORT "" +#define PACKAGE_NAME "" +#define PACKAGE_STRING "" +#define PACKAGE_TARNAME "" +#define PACKAGE_VERSION "" +#define SIZEOF_LONG 4 +#define STDC_HEADERS 1 +#define _FILE_OFFSET_BITS 64 +#endif +#ifdef __cplusplus +extern "C" void std::exit (int) throw (); using std::exit; + +configure: exit 0 Added: openoffice/devtools/build-scripts/4.1.15/unxlngix6/build_aoo64bit_on_centos5.sh URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.15/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1913238&view=auto ============================================================================== --- openoffice/devtools/build-scripts/4.1.15/unxlngix6/build_aoo64bit_on_centos5.sh (added) +++ openoffice/devtools/build-scripts/4.1.15/unxlngix6/build_aoo64bit_on_centos5.sh Mon Oct 23 18:10:34 2023 @@ -0,0 +1,86 @@ +#!/usr/bin/env bash + +# +# Parse options +# +AOO_SKIP_CONFIG= +AOO_JUST_CONFIG= +AOO_VERBOSE_BUILD= +AOO_BUILD_TYPE= +AOO_BUILD_VERSION= +AOO_BUILD_BETA= +AOO_BUILD_DEV= +AOO_BUILD_SRC= + +while true; do + case "$1" in + "--verbose" ) AOO_VERBOSE_BUILD="--enable-verbose"; shift ;; + "--skip-config" ) AOO_SKIP_CONFIG="yes"; shift ;; + "--just-config" ) AOO_JUST_CONFIG="yes"; shift ;; + "--build-src" ) AOO_BUILD_SRC="yes"; shift ;; + "--dev" ) AOO_BUILD_TYPE="Apache OpenOffice Test Development Build"; AOO_BUILD_VERSION=" [${AOO_BUILD_TYPE}]"; AOO_BUILD_DEV="yes"; AOO_BUILD_BETA=""; shift ;; + "--beta" ) AOO_BUILD_TYPE="Apache OpenOffice Beta Build"; AOO_BUILD_VERSION=" [${AOO_BUILD_TYPE}]"; AOO_BUILD_BETA="yes"; AOO_BUILD_DEV=""; shift ;; + "--" ) shift; break ;; + "" ) break ;; + * ) echo "unknown option: $1"; shift ;; + esac +done + +if [ ! -d ../main -o ! -d sal ] ; then + echo "CHDIR into AOO's main/ directory first!" + exit 1 +fi + +wget -O external/unowinreg/unowinreg.dll http://www.openoffice.org/tools/unowinreg_prebuild/680/unowinreg.dll + +LANGS="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW" + +if [ ! -e configure -o configure.in -nt configure ] ; then + echo "Running autoconf..." + autoconf || exit 1 +fi +./configure \ + --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`${AOO_BUILD_VERSION}" \ + ${AOO_VERBOSE_BUILD} \ + --with-system-stdlibs \ + --enable-crashdump=yes \ + --enable-category-b \ + --enable-wiki-publisher \ + --enable-bundled-dictionaries \ + --enable-opengl \ + --enable-dbus \ + --disable-gio \ + --enable-gnome-vfs \ + --enable-gstreamer \ + --without-junit \ + --without-stlport \ + --with-ant-home=$HOME/ant \ + --with-package-format="rpm deb" \ + --with-lang="${LANGS}" \ + --with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 \ + --with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz \ + | tee config.out || exit 1 + +source ./LinuxX86-64Env.Set.sh || exit 1 +./bootstrap || exit 1 +cd instsetoo_native +time perl "$SOLARENV/bin/build.pl" --all -- -P6 || exit 1 +cd util +if [ "$AOO_BUILD_BETA" = "yes" ]; then + dmake -P6 openofficebeta || exit 1 + dmake -P6 sdkoobeta_en-US || exit 1 + dmake -P6 ooobetalanguagepack || exit 1 +elif [ "$AOO_BUILD_DEV" = "yes" ]; then + dmake -P6 openofficedev || exit 1 + dmake -P6 sdkoodev_en-US || exit 1 + dmake -P6 ooodevlanguagepack || exit 1 +else + dmake -P6 ooolanguagepack || exit 1 + dmake -P6 sdkoo_en-US || exit 1 +fi +if [ "$AOO_BUILD_SRC" = "yes" ]; then + dmake aoo_srcrelease || exit 1 +fi + +date "+Build ended at %H:%M:%S" + Propchange: openoffice/devtools/build-scripts/4.1.15/unxlngix6/build_aoo64bit_on_centos5.sh ------------------------------------------------------------------------------ svn:executable = *