You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/12/24 16:58:19 UTC

svn commit: r1884781 - in /openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos: build_aoo64bit_on_macos.sh config.log

Author: jim
Date: Thu Dec 24 16:58:19 2020
New Revision: 1884781

URL: http://svn.apache.org/viewvc?rev=1884781&view=rev
Log:
Latest build AOO42X

Added:
    openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/config.log
Modified:
    openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/build_aoo64bit_on_macos.sh

Modified: openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/build_aoo64bit_on_macos.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/build_aoo64bit_on_macos.sh?rev=1884781&r1=1884780&r2=1884781&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/build_aoo64bit_on_macos.sh (original)
+++ openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/build_aoo64bit_on_macos.sh Thu Dec 24 16:58:19 2020
@@ -13,12 +13,12 @@ set -eo pipefail
 # 
 # Installed in /usr/local:
 # 
-#   o Apache ant 1.9.13 / 1.10.4
+#   o Apache ant 1.9.15 / 1.10.9
 #   o dmake 4.13.1 (https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz)
 #   o epm 5.0.0 (https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.0.tar.gz)
 #   o openssl 1.0.2u (no-shared)
-#   o libxml2-2.9.8 (--prefix=/usr/local --enable-shared=no --without-iconv)
-#   o libxslt-1.1.32 (--prefix=/usr/local --enable-shared=no)
+#   o libxml2-2.9.10 (--prefix=/usr/local --enable-shared=no --without-iconv)
+#   o libxslt-1.1.34 (--prefix=/usr/local --enable-shared=no)
 #   o jemalloc-5.2.1 (--prefix=/usr/local --enable-shared=no)
 #   o pkg-config 0.29.2 (--prefix=/usr/local)
 #   o GNU patch 2.7.6 (--prefix=/usr/local)
@@ -65,7 +65,7 @@ AOO_BUILD_SRC=
 AOO_BUILD_ALL="yes"
 AOO_BUILD_DEBUG=
 
-AOPTS=`getopt -o vsjtdbqa:j:m:k: --long verbose,debug,skip-config,just-config,build-src,dev,beta,quick,ant-version:,java-version:,macos-target:,macos-sdk -n 'parse-options' -- "$@"`
+AOPTS=`getopt -o vsjtdbqa:j:m:k: --long verbose,debug,skip-config,just-config,build-src,dev,beta,quick,ant-version:,java-version:,macos-target:,macos-sdk: -n 'parse-options' -- "$@"`
 if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi
 #echo "$AOPTS"
 eval set -- "$AOPTS"
@@ -149,6 +149,7 @@ if [ "$AOO_SKIP_CONFIG" != "yes" ]; then
 	${AOO_BUILD_DEBUG} \
 	${AOO_MACOS_SDK} \
 	--with-openldap \
+	--with-system-openssl \
 	--enable-category-b \
 	--enable-beanshell \
 	--enable-bundled-dictionaries \
@@ -162,7 +163,7 @@ if [ "$AOO_SKIP_CONFIG" != "yes" ]; then
 	--with-package-format="dmg" \
 	--disable-systray \
 	--with-macosx-target=${AOO_MACOS_TARGET} \
-	--with-alloc="jemalloc" \
+	--with-alloc=jemalloc \
 	--with-lang="${LANGS}" \
 	"$@" \
 	| tee config.out ) || exit 1

Added: openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/config.log
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/config.log?rev=1884781&view=auto
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/config.log (added)
+++ openoffice/devtools/build-scripts/4.2.0-Dev3/unxmacos/config.log Thu Dec 24 16:58:19 2020
@@ -0,0 +1,1568 @@
+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.69.  Invocation command line was
+
+  $ ./configure --with-build-version=2020-12-24 10:52:26 (Thu, 24 Dec 2020) - Darwin x86_64 --with-macosx-sdk=10.11 --with-openldap --with-system-openssl --enable-category-b --enable-beanshell --enable-bundled-dictionaries --enable-wiki-publisher --with-jdk-home=/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home --with-ant-home=/usr/local/share/java/apache-ant-1.9 --without-junit --with-epm=/usr/local/bin/epm --with-dmake-path=/usr/local/bin/dmake --without-stlport --with-package-format=dmg --disable-systray --with-macosx-target=10.9 --with-alloc=jemalloc --with-lang=ast bg ca ca-XR ca-XV cs da de el en-GB en-US es et eu fi fr gd gl he hi hu hy it ja kab km ko lt nb nl om pl pt pt-BR ru sk sl sr sv ta th tr uk vi zh-CN zh-TW --with-lang=en-US
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = aoo-builder64-macos15.local
+uname -m = x86_64
+uname -r = 19.6.0
+uname -s = Darwin
+uname -v = Darwin Kernel Version 19.6.0: Tue Nov 10 00:10:30 PST 2020; root:xnu-6153.141.10~1/RELEASE_X86_64
+
+/usr/bin/uname -p = i386
+/bin/uname -X     = unknown
+
+/bin/arch              = unknown
+/usr/bin/arch -k       = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo      = Mach kernel version:
+	 Darwin Kernel Version 19.6.0: Tue Nov 10 00:10:30 PST 2020; root:xnu-6153.141.10~1/RELEASE_X86_64
+Kernel configured for up to 10 processors.
+10 processors are physically available.
+10 processors are logically available.
+Processor type: x86_64h (Intel x86-64h Haswell)
+Processors active: 0 1 2 3 4 5 6 7 8 9
+Primary memory available: 24.00 gigabytes
+Default processor set: 265 tasks, 982 threads, 10 processors
+Load average: 2.50, Mach factor: 7.49
+/bin/machine           = unknown
+/usr/bin/oslevel       = unknown
+/bin/universe          = unknown
+
+PATH: /Users/jim/bin
+PATH: /usr/local/bin
+PATH: /usr/local/sbin
+PATH: /usr/bin
+PATH: /bin
+PATH: /usr/sbin
+PATH: /sbin
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:5174: checking whether configure is up-to-date
+configure:5181: result: yes
+configure:5208: checking for grep that handles long lines and -e
+configure:5266: result: /usr/bin/grep
+configure:5271: checking for egrep
+configure:5333: result: /usr/bin/grep -E
+configure:5345: checking for gawk
+configure:5375: result: no
+configure:5345: checking for mawk
+configure:5375: result: no
+configure:5345: checking for nawk
+configure:5375: result: no
+configure:5345: checking for awk
+configure:5361: found /usr/bin/awk
+configure:5372: result: awk
+configure:5385: checking for awk
+configure:5403: found /usr/bin/awk
+configure:5415: result: /usr/bin/awk
+configure:5431: checking for sed
+configure:5449: found /usr/bin/sed
+configure:5461: result: /usr/bin/sed
+configure:5476: checking for solenv environment
+configure:5480: result: default
+configure:5507: checking for custom pack.lst
+configure:5521: result: no
+configure:5561: checking build system type
+configure:5575: result: x86_64-apple-darwin19.6.0
+configure:5595: checking host system type
+configure:5608: result: x86_64-apple-darwin19.6.0
+configure:5628: checking target system type
+configure:5641: result: x86_64-apple-darwin19.6.0
+configure:5812: Detected Darwin version: 19 (10.15)
+configure:5950: checking for pkg-config
+configure:5968: found /usr/local/bin/pkg-config
+configure:5980: result: /usr/local/bin/pkg-config
+configure:6005: checking pkg-config is at least version 0.9.0
+configure:6008: result: yes
+configure:6018: checking whether to enable crashdump feature
+configure:6027: result: no
+configure:6091: checking whether to turn warnings to errors
+configure:6104: result: no
+configure:6109: checking whether to do a debug build
+configure:6120: result: no
+configure:6125: checking whether to build with additional debug utilities
+configure:6137: result: no, full product build
+configure:6144: checking whether to include symbols into final build
+configure:6166: result: no
+configure:6171: checking whether to strip the solver or not.
+configure:6190: result: yes
+configure:6207: checking whether to enable category B components
+configure:6227: result: yes: allow modules nss, hunspell, hyphen, saxon, rhino, graphite, coinmp to be built
+configure:6247: checking whether to enable the Online Update support
+configure:6252: result: yes
+configure:6261: checking whether to enable unit tests
+configure:6266: result: yes
+configure:6275: checking whether to enable native CUPS support
+configure:6279: result: yes
+configure:6288: checking whether to enable fontconfig support
+configure:6296: result: no
+configure:6357: checking whether to use RPATH in shared libraries
+configure:6364: result: yes
+configure:6385: checking whether to use dicts from external paths
+configure:6419: result: no
+configure:6468: checking for bash
+configure:6486: found /usr/local/bin/bash
+configure:6498: result: /usr/local/bin/bash
+configure:6513: checking gcc home
+configure:6520: result: /usr
+configure:6582: checking for gcc
+configure:6609: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64
+configure:6838: checking for C compiler version
+configure:6847: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 --version >&5
+Apple clang version 12.0.0 (clang-1200.0.32.27)
+Target: x86_64-apple-darwin19.6.0
+Thread model: posix
+InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+configure:6858: $? = 0
+configure:6847: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -v >&5
+Apple clang version 12.0.0 (clang-1200.0.32.27)
+Target: x86_64-apple-darwin19.6.0
+Thread model: posix
+InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+configure:6858: $? = 0
+configure:6847: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -V >&5
+clang: error: argument to '-V' is missing (expected 1 value)
+clang: error: no input files
+configure:6858: $? = 1
+configure:6847: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -qversion >&5
+clang: error: unknown argument '-qversion'; did you mean '--version'?
+clang: error: no input files
+configure:6858: $? = 1
+configure:6878: checking whether the C compiler works
+configure:6900: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64    conftest.c  >&5
+configure:6904: $? = 0
+configure:6952: result: yes
+configure:6955: checking for C compiler default output file name
+configure:6957: result: a.out
+configure:6963: checking for suffix of executables
+configure:6970: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest    conftest.c  >&5
+configure:6974: $? = 0
+configure:6996: result: 
+configure:7018: checking whether we are cross compiling
+configure:7026: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest    conftest.c  >&5
+configure:7030: $? = 0
+configure:7037: ./conftest
+configure:7041: $? = 0
+configure:7056: result: no
+configure:7061: checking for suffix of object files
+configure:7083: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c   conftest.c >&5
+configure:7087: $? = 0
+configure:7108: result: o
+configure:7112: checking whether we are using the GNU C compiler
+configure:7131: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c   conftest.c >&5
+configure:7131: $? = 0
+configure:7140: result: yes
+configure:7149: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 accepts -g
+configure:7169: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g  conftest.c >&5
+configure:7169: $? = 0
+configure:7210: result: yes
+configure:7227: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 option to accept ISO C89
+configure:7290: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64  -c -g -O2  conftest.c >&5
+configure:7290: $? = 0
+configure:7303: result: none needed
+configure:7379: checking the GNU gcc compiler version
+configure:7395: result: implicitly using CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64
+configure:7415: checking for -Bsymbolic-functions linker support 
+configure:7435: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   -Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo conftest.c  >&5
+ld: unknown option: -Bsymbolic-functions
+clang: error: linker command failed with exit code 1 (use -v to see invocation)
+configure:7435: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| /* end confdefs.h.  */
+| 
+|    #include <stdio.h>
+| 
+| int
+| main ()
+| {
+| 
+|     printf ("hello world\n");
+| 
+|   ;
+|   return 0;
+| }
+configure:7444: result: not found 
+configure:7451: checking whether to enable pch feature
+configure:7469: result: no
+configure:7474: checking for GNU make
+configure:7483: result: make
+configure:7489: checking the GNU make version
+configure:7494: result: make 4.3
+3+:
+configure:7501: checking for dmake
+configure:7557: looking for dmake at /usr/local/bin/dmake
+configure:7560: result: using user provided dmake
+configure:7583: checking whether the found dmake is the right dmake
+configure:7593: result: yes
+configure:7595: checking the dmake version
+configure:7603: result: OK, >= 4.11
+configure:7623: checking for GNU or compatible BSD tar
+configure:7632: result: gtar
+configure:7708: checking for --hash-style=both linker support 
+configure:7727: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   -Wl,--hash-style=both conftest.c  >&5
+ld: unknown option: --hash-style=both
+clang: error: linker command failed with exit code 1 (use -v to see invocation)
+configure:7727: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| /* end confdefs.h.  */
+| 
+|    #include <stdio.h>
+| 
+| int
+| main ()
+| {
+| 
+|     printf ("hello world\n");
+| 
+|   ;
+|   return 0;
+| }
+configure:7738: result: not found 
+configure:7811: checking for perl
+configure:7829: found /usr/local/bin/perl
+configure:7841: result: /usr/local/bin/perl
+configure:7862: checking the Perl version
+configure:7869: result: checked (perl 5)
+configure:7876: checking for required Perl modules
+configure:7884: result: all modules found
+configure:8395: checking how to run the C preprocessor
+configure:8426: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:8426: $? = 0
+configure:8440: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
+#include <ac_nonexistent.h>
+         ^~~~~~~~~~~~~~~~~~
+1 error generated.
+configure:8440: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:8465: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E
+configure:8485: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:8485: $? = 0
+configure:8499: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
+#include <ac_nonexistent.h>
+         ^~~~~~~~~~~~~~~~~~
+1 error generated.
+configure:8499: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:8528: checking for ANSI C header files
+configure:8548: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:8548: $? = 0
+configure:8621: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c  >&5
+configure:8621: $? = 0
+configure:8621: ./conftest
+configure:8621: $? = 0
+configure:8632: result: yes
+configure:8755: checking for C++ compiler version
+configure:8764: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 --version >&5
+Apple clang version 12.0.0 (clang-1200.0.32.27)
+Target: x86_64-apple-darwin19.6.0
+Thread model: posix
+InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+configure:8775: $? = 0
+configure:8764: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -v >&5
+Apple clang version 12.0.0 (clang-1200.0.32.27)
+Target: x86_64-apple-darwin19.6.0
+Thread model: posix
+InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
+configure:8775: $? = 0
+configure:8764: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -V >&5
+clang: error: argument to '-V' is missing (expected 1 value)
+clang: error: no input files
+configure:8775: $? = 1
+configure:8764: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -qversion >&5
+clang: error: unknown argument '-qversion'; did you mean '--version'?
+clang: error: no input files
+configure:8775: $? = 1
+configure:8779: checking whether we are using the GNU C++ compiler
+configure:8798: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -c   conftest.cpp >&5
+configure:8798: $? = 0
+configure:8807: result: yes
+configure:8816: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 accepts -g
+configure:8836: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -c -g  conftest.cpp >&5
+configure:8836: $? = 0
+configure:8877: result: yes
+configure:8905: checking how to run the C++ preprocessor
+configure:8932: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -E  conftest.cpp
+configure:8932: $? = 0
+configure:8946: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -E  conftest.cpp
+conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
+#include <ac_nonexistent.h>
+         ^~~~~~~~~~~~~~~~~~
+1 error generated.
+configure:8946: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define STDC_HEADERS 1
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:8971: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -E
+configure:8991: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -E  conftest.cpp
+configure:8991: $? = 0
+configure:9005: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -E  conftest.cpp
+conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
+#include <ac_nonexistent.h>
+         ^~~~~~~~~~~~~~~~~~
+1 error generated.
+configure:9005: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define STDC_HEADERS 1
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:9042: checking how to run the C preprocessor
+configure:9112: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E
+configure:9132: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:9132: $? = 0
+configure:9146: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
+#include <ac_nonexistent.h>
+         ^~~~~~~~~~~~~~~~~~
+1 error generated.
+configure:9146: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define STDC_HEADERS 1
+| /* end confdefs.h.  */
+| #include <ac_nonexistent.h>
+configure:9182: checking for sys/types.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9182: checking for sys/stat.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9182: checking for stdlib.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9182: checking for string.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9182: checking for memory.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9182: checking for strings.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9182: checking for inttypes.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9182: checking for stdint.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9182: checking for unistd.h
+configure:9182: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9182: $? = 0
+configure:9182: result: yes
+configure:9198: checking size of long
+configure:9203: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c  >&5
+configure:9203: $? = 0
+configure:9203: ./conftest
+configure:9203: $? = 0
+configure:9217: result: 8
+configure:9229: checking whether byte ordering is bigendian
+configure:9244: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9244: $? = 0
+configure:9289: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9289: $? = 0
+configure:9307: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+conftest.c:27:4: error: use of undeclared identifier 'not'
+                 not big endian
+                 ^
+1 error generated.
+configure:9307: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define 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 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:9435: result: no
+configure:9463: checking for special C compiler options needed for large files
+configure:9508: result: no
+configure:9514: checking for _FILE_OFFSET_BITS value needed for large files
+configure:9539: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9539: $? = 0
+configure:9571: result: no
+configure:9703: checking cups/cups.h usability
+configure:9703: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9703: $? = 0
+configure:9703: result: yes
+configure:9703: checking cups/cups.h presence
+configure:9703: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:9703: $? = 0
+configure:9703: result: yes
+configure:9703: checking for cups/cups.h
+configure:9703: result: yes
+configure:9985: checking for C++ compiler version
+configure:9994: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 --version >&5
+Apple clang version 12.0.0 (clang-1200.0.32.27)
+Target: x86_64-apple-darwin19.6.0
+Thread model: posix
+InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+configure:10005: $? = 0
+configure:9994: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -v >&5
+Apple clang version 12.0.0 (clang-1200.0.32.27)
+Target: x86_64-apple-darwin19.6.0
+Thread model: posix
+InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+clang: warning: argument unused during compilation: '-stdlib=libc++' [-Wunused-command-line-argument]
+configure:10005: $? = 0
+configure:9994: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -V >&5
+clang: error: argument to '-V' is missing (expected 1 value)
+clang: error: no input files
+configure:10005: $? = 1
+configure:9994: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -qversion >&5
+clang: error: unknown argument '-qversion'; did you mean '--version'?
+clang: error: no input files
+configure:10005: $? = 1
+configure:10009: checking whether we are using the GNU C++ compiler
+configure:10037: result: yes
+configure:10046: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 accepts -g
+configure:10107: result: yes
+configure:10133: checking the GNU C++ compiler version
+configure:10139: result: checked (g++ 12.0.0)
+configure:10327: checking exception type
+configure:10362: result: 
+configure:10373: checking what the default STL should be
+configure:10385: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 supports -fvisibility=hidden
+configure:10400: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2 -fvisibility=hidden   conftest.c  >&5
+configure:10400: $? = 0
+configure:10407: result: yes
+configure:10418: checking whether we are allowed and able to use --ccache-skip
+configure:10433: result: probing...
+configure:10437: checking for ccache
+configure:10468: result: not_found
+configure:10477: not enabling --ccache-skip (ccache not found)
+configure:10669: checking which memory allocator to use
+configure:10745: result: jemalloc
+configure:10749: checking for malloc in -ljemalloc
+configure:10774: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2 -pthread   conftest.c -ljemalloc   >&5
+conftest.c:27:6: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
+char malloc ();
+     ^
+conftest.c:27:6: note: 'malloc' is a builtin with type 'void *(unsigned long)'
+1 warning generated.
+configure:10774: $? = 0
+configure:10783: result: yes
+configure:10823: checking whether to add custom build version
+configure:10827: result: yes, 2020-12-24 10:52:26 (Thu, 24 Dec 2020) - Darwin x86_64
+configure:10836: checking whether to build with Java support
+configure:10839: result: yes
+configure:10934: checking the installed JDK
+configure:11016: result: checked (JDK 1.7.0_80)
+configure:11347: checking for jawt lib name
+configure:11517: result: -ljawt
+configure:11523: checking whether to enable gcj aot compilation
+configure:11588: result: no
+configure:11604: checking whether to enable EPM for packing
+configure:11607: result: yes
+configure:11671: checking whether the found EPM is the right EPM
+configure:11674: result: yes
+configure:11679: checking EPM version
+configure:11683: result: OK, >= 5.0
+configure:11694: checking which package format to use
+configure:11762: result: dmg
+configure:11961: checking for gperf
+configure:11979: found /usr/bin/gperf
+configure:11991: result: /usr/bin/gperf
+configure:12002: checking for gperf
+configure:12032: result: /usr/bin/gperf
+configure:12050: checking gperf version
+configure:12053: result: OK
+configure:12061: checking whether to build the stax
+configure:12069: result: yes
+configure:12074: checking whether to build the ODK
+configure:12077: result: yes
+configure:12080: checking for external/unowinreg/unowinreg.dll
+configure:12088: result: found
+configure:12444: checking whether to provide libstdc++/libgcc_s in the installset
+configure:12452: result: yes
+configure:12461: checking which zlib to use
+configure:12465: result: external
+configure:12468: checking zlib.h usability
+configure:12468: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:12468: $? = 0
+configure:12468: result: yes
+configure:12468: checking zlib.h presence
+configure:12468: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:12468: $? = 0
+configure:12468: result: yes
+configure:12468: checking for zlib.h
+configure:12468: result: yes
+configure:12476: checking for deflate in -lz
+configure:12501: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lz  -ljemalloc  >&5
+configure:12501: $? = 0
+configure:12510: result: yes
+configure:12526: checking which jpeg to use
+configure:12585: result: internal
+configure:12592: checking which expat to use
+configure:12656: result: internal
+configure:12836: checking which libxslt to use
+configure:12841: result: external
+configure:12944: checking for xsltproc
+configure:12962: found /usr/local/bin/xsltproc
+configure:12975: result: /usr/local/bin/xsltproc
+configure:12997: checking which libxml to use
+configure:13002: result: external
+configure:13116: checking checking SDK compatibility with OSX 10.9
+configure:13143: result: SDK macosx10.11
+configure:13148: checking for /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
+configure:13151: result: yes
+configure:13167: checking which python to use
+configure:13176: result: compiling against system python (/usr/bin/python)
+configure:13183: result: compiling against system python (version 2.7)
+configure:13514: checking Python.h usability
+configure:13514: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 conftest.c >&5
+configure:13514: $? = 0
+configure:13514: result: yes
+configure:13514: checking Python.h presence
+configure:13514: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 conftest.c
+configure:13514: $? = 0
+configure:13514: result: yes
+configure:13514: checking for Python.h
+configure:13514: result: yes
+configure:13585: checking which lucene to use
+configure:13794: result: internal
+configure:13803: checking whether to build the MySQL Connector extension
+configure:13819: result: no
+configure:14049: checking which hsqldb to use
+configure:14112: result: internal
+configure:14121: checking which beanshell to use
+configure:14155: result: internal
+configure:14171: checking which saxon to use
+configure:14369: result: internal
+configure:14385: checking whether to enable support for JavaScript
+configure:14389: result: yes
+configure:14403: checking which libapr to use
+configure:14501: result: internal
+configure:14514: checking which libapr-util to use
+configure:14612: result: internal
+configure:14625: checking which libserf to use
+configure:14724: result: internal
+configure:14738: checking whether to enable support for CoinMP
+configure:14742: result: yes
+configure:14746: checking which coinmp to use
+configure:14935: result: internal
+configure:14954: checking which curl to use
+configure:14958: result: external
+configure:14964: checking for curl-config
+configure:14982: found /usr/bin/curl-config
+configure:14994: result: /usr/bin/curl-config
+configure:15007: checking whether curl is >= 7.13.1
+configure:15014: result: yes
+configure:15029: checking which mdds to use
+configure:15057: result: internal
+configure:15064: checking which boost to use
+configure:15139: result: internal
+configure:15146: checking which vigra to use
+configure:15174: result: internal
+configure:15181: checking which odbc headers to use
+configure:15198: result: internal
+configure:15205: checking whether to build XML Security support
+configure:15211: result: yes
+configure:15215: checking whether to build LDAP configuration backend
+configure:15219: result: yes
+configure:15232: checking which LDAP SDK to use
+configure:15235: result: OpenLDAP
+configure:15240: checking ldap.h usability
+configure:15240: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:15240: $? = 0
+configure:15240: result: yes
+configure:15240: checking ldap.h presence
+configure:15240: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:15240: $? = 0
+configure:15240: result: yes
+configure:15240: checking for ldap.h
+configure:15240: result: yes
+configure:15252: checking for ldap_simple_bind_s in -lldap
+configure:15277: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap  -ljemalloc  >&5
+configure:15277: $? = 0
+configure:15286: result: yes
+configure:15301: checking for ldap_set_option in -lldap
+configure:15326: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap  -lldap -ljemalloc  >&5
+configure:15326: $? = 0
+configure:15335: result: yes
+configure:15353: checking whether to build the internal NSS module
+configure:15358: result: yes
+configure:15398: checking which sane header to use
+configure:15414: result: internal
+configure:15421: checking which icu to use
+configure:15645: result: internal
+configure:15660: checking whether to enable graphite support
+configure:15771: result: no
+configure:15786: checking for /System/Library/Frameworks/AppKit.framework
+configure:15789: result: yes
+configure:16658: checking whether to link to Xrender
+configure:16666: result: no, dynamically open it
+configure:16670: checking which Xrender headers to use
+configure:16686: result: internal
+configure:16743: checking whether to enable RandR support
+configure:16888: result: no
+configure:16896: checking which libnss to use
+configure:16994: result: internal
+configure:17003: checking which libssl to use
+configure:17007: result: external
+configure:17015: checking for OPENSSL
+configure:17022: $PKG_CONFIG --exists --print-errors "openssl "
+configure:17025: $? = 0
+configure:17039: $PKG_CONFIG --exists --print-errors "openssl "
+configure:17042: $? = 0
+configure:17100: result: yes
+configure:17116: checking which redland library to use
+configure:17215: result: internal
+configure:17224: checking whether to build the Spell Checking component
+configure:17229: checking which libhunspell to use
+configure:17380: result: internal
+configure:17395: checking whether to build the Hyphenator component
+configure:17400: checking which libhyphen to use
+configure:17554: result: internal
+configure:17581: checking which mythes to use
+configure:17764: result: internal
+configure:17774: checking which libtextcat to use
+configure:17836: result: internal
+configure:17843: checking which libtextcat data directory to use
+configure:17854: result: internal
+configure:17916: checking for getopt
+configure:17916: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap -lldap -ljemalloc  >&5
+configure:17916: $? = 0
+configure:17916: result: yes
+configure:17929: checking for readdir_r
+configure:17929: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap -lldap -ljemalloc  >&5
+configure:17929: $? = 0
+configure:17929: result: yes
+configure:18306: checking for bison
+configure:18324: found /usr/bin/bison
+configure:18336: result: /usr/bin/bison
+configure:18347: checking the bison version
+configure:18358: result: checked (/usr/bin/bison 2.3)
+configure:18367: checking for flex
+configure:18385: found /usr/bin/flex
+configure:18397: result: /usr/bin/flex
+configure:18410: checking for patch
+configure:18428: found /usr/local/bin/patch
+configure:18440: result: /usr/local/bin/patch
+configure:18463: checking whether /usr/local/bin/patch is GNU patch
+configure:18466: result: yes
+configure:18483: checking for gnucp
+configure:18516: result: no
+configure:18483: checking for cp
+configure:18501: found /bin/cp
+configure:18513: result: /bin/cp
+configure:18536: checking whether /bin/cp is GNU cp from coreutils with preserve= support
+configure:18542: result: no
+configure:18551: result: no GNU cp from coreutils found - using the system's cp command
+configure:18750: checking for zip
+configure:18768: found /usr/bin/zip
+configure:18780: result: /usr/bin/zip
+configure:18790: checking for unzip
+configure:18808: found /usr/bin/unzip
+configure:18820: result: /usr/bin/unzip
+configure:18923: checking which VCLplugs shall be built
+configure:18947: result: none
+configure:18956: checking whether to enable GConf support
+configure:19054: result: no
+configure:19061: checking whether to enable GNOME VFS support
+configure:19252: result: no
+configure:19819: checking whether to use cairo
+configure:19970: result: no
+configure:19988: checking whether to build the OpenGL Transitions component
+configure:20087: result: no
+configure:20094: checking whether to build the PDF Import extension
+configure:20206: result: no
+configure:20215: checking whether to build the Wiki Publisher extension
+configure:20218: result: yes
+configure:20220: checking for swext module
+configure:20223: result: OK
+configure:20238: checking which Servlet API Jar to use
+configure:20271: result: internal
+configure:20280: checking whether to build the Report Builder extension
+configure:21048: result: no
+configure:21069: checking which Apache commons-* libs to use
+configure:21384: result: internal
+configure:21746: checking whether to enable the lockdown pieces
+configure:21754: result: no
+configure:21759: checking whether to enable evolution 2 support
+configure:21858: result: no
+configure:21865: checking whether to include MathMLDTD
+configure:21873: result: yes
+configure:21884: checking whether to include category B fonts
+configure:21887: result: yes
+configure:21899: checking whether to include category A fonts
+configure:21902: result: yes
+configure:21914: checking whether any fonts are included
+configure:21919: result: yes
+configure:21930: checking whether to include PPDs
+configure:21933: result: yes
+configure:21943: checking whether to include AFMs
+configure:21946: result: yes
+configure:21959: checking whether and how to use Xinerama
+configure:21964: result: yes
+configure:22098: checking whether to build own version of libpng
+configure:22109: result: yes
+configure:22121: checking whether to build own version of libjpeg
+configure:22144: result: yes
+configure:22150: checking whether to trigger rat scan
+configure:22153: result: no
+configure:22334: checking for apache-ant
+configure:22368: result: no
+configure:22334: checking for ant
+configure:22353: found /usr/local/share/java/apache-ant-1.9/bin/ant
+configure:22365: result: /usr/local/share/java/apache-ant-1.9/bin/ant
+configure:22400: checking if /usr/local/share/java/apache-ant-1.9/bin/ant works
+configure:22425: /usr/local/share/java/apache-ant-1.9/bin/ant -buildfile conftest.xml 1>&2
+Buildfile: /Users/jim/src/asf/aoo-git/main/conftest.xml
+
+conftest:
+    [javac] /Users/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:22428: $? = 0
+configure:22431: result: Ant works
+configure:22459: checking Ant lib directory
+configure:22486: result: Ant lib directory found.
+configure:22499: checking whether ant is >= 1.9.1
+configure: ant_version 1.9.15 
+configure: ant_version_major 1 
+configure: ant_version_minor 9 
+configure:22511: result: yes, 1.9.15
+configure:22518: checking whether ant supports mapper type="regexp"
+configure:22551: /usr/local/share/java/apache-ant-1.9/bin/ant -buildfile conftest.xml 1>&2
+Buildfile: /Users/jim/src/asf/aoo-git/main/conftest.xml
+
+copytest:
+
+conftest:
+    [javac] /Users/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:22554: $? = 0
+configure:22557: result: yes
+configure:22654: checking for hamcrest-core
+configure:22710: result: no, skipping
+configure:22721: checking which languages to be built
+configure:22728: result: en-US
+configure:22735: checking which languages have poor help localizations
+configure:22739: result: none
+configure:22747: checking which dictionaries to include
+configure:22751: result: ALL
+configure:22760: checking for additional 'intro' bitmaps
+configure:22765: result: none
+configure:22783: checking for additional 'about' bitmaps
+configure:22788: result: none
+configure:22807: checking for vendor
+configure:22810: result: not set
+configure:22820: checking for UNIX wrapper name
+configure:22823: result: not set
+configure:22832: checking whether to statically link to Gtk
+configure:22840: result: no
+configure:22845: checking whether to use layout dialogs
+configure:22853: result: no
+configure:22861: checking build verbosity
+configure:22875: result: not set
+configure:22880: checking whether to enable dependency tracking
+configure:22887: result: yes
+configure:22904: checking solver path
+configure:22908: result: default
+configure:22927: writing config.status
+configure:23080: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on aoo-builder64-macos15.local
+
+config.status:1121: creating set_soenv
+config.status:1121: creating Makefile
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=x86_64-apple-darwin19.6.0
+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_CCC_set=
+ac_cv_env_CCC_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_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_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_LIBXML_CFLAGS_set=
+ac_cv_env_LIBXML_CFLAGS_value=
+ac_cv_env_LIBXML_LIBS_set=
+ac_cv_env_LIBXML_LIBS_value=
+ac_cv_env_LIBXSLT_CFLAGS_set=
+ac_cv_env_LIBXSLT_CFLAGS_value=
+ac_cv_env_LIBXSLT_LIBS_set=
+ac_cv_env_LIBXSLT_LIBS_value=
+ac_cv_env_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_PYTHON_CFLAGS_set=
+ac_cv_env_PYTHON_CFLAGS_value=
+ac_cv_env_PYTHON_LIBS_set=
+ac_cv_env_PYTHON_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_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=
+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_func_getopt=yes
+ac_cv_func_readdir_r=yes
+ac_cv_header_Python_h=yes
+ac_cv_header_cups_cups_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_ldap_h=yes
+ac_cv_header_memory_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_zlib_h=yes
+ac_cv_host=x86_64-apple-darwin19.6.0
+ac_cv_lib_jemalloc_malloc=yes
+ac_cv_lib_ldap_ldap_set_option=yes
+ac_cv_lib_ldap_ldap_simple_bind_s=yes
+ac_cv_lib_z_deflate=yes
+ac_cv_objext=o
+ac_cv_path_ANT=/usr/local/share/java/apache-ant-1.9/bin/ant
+ac_cv_path_AWK=/usr/bin/awk
+ac_cv_path_BISON=/usr/bin/bison
+ac_cv_path_CCACHE=not_found
+ac_cv_path_CURLCONFIG=/usr/bin/curl-config
+ac_cv_path_EGREP='/usr/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=/usr/bin/grep
+ac_cv_path_PATCH=/usr/local/bin/patch
+ac_cv_path_PERL=/usr/local/bin/perl
+ac_cv_path_SED=/usr/bin/sed
+ac_cv_path_SHELLPATH=/usr/local/bin/bash
+ac_cv_path_UNZIP=/usr/bin/unzip
+ac_cv_path_XSLTPROC=/usr/local/bin/xsltproc
+ac_cv_path_ZIP=/usr/bin/zip
+ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
+ac_cv_prog_AWK=awk
+ac_cv_prog_CPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E'
+ac_cv_prog_CXXCPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -E'
+ac_cv_prog_ac_ct_CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64'
+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
+ac_cv_target=x86_64-apple-darwin19.6.0
+pkg_cv_OPENSSL_CFLAGS=
+pkg_cv_OPENSSL_LIBS='-L/usr/local/lib -lssl -lcrypto'
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ABOUT_BITMAPS=''
+ADDITIONAL_REPOSITORIES='../ext_libraries ../extras'
+ALLOC='JEMALLOC'
+ANT='/usr/local/share/java/apache-ant-1.9/bin/ant'
+ANT_HOME='/usr/local/share/java/apache-ant-1.9'
+ANT_LIB='/usr/local/share/java/apache-ant-1.9/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/awk'
+AWTLIB='-ljawt'
+BISON='/usr/bin/bison'
+BSH_JAR=''
+BUILD_EPM='NO'
+BUILD_PIXMAN=''
+BUILD_STAX='YES'
+BUILD_TYPE='OOo GTEST ODK JPEG EXPAT LIBXMLSEC LUCENE HSQLDB BSH SAXON RHINO APR APR_UTIL SERF COINMP COINMP MDDS BOOST VIGRA UNIXODBC NSS SANE ICU X11_EXTENSIONS NSS REDLAND HUNSPELL HYPHEN MYTHES LIBTEXTCAT LIBTEXTCATDATA SWEXT TOMCAT APACHE_COMMONS TOMCAT MATHMLDTD CATB_FONTS MORE_FONTS AFMS L10N'
+BUILD_UNOWINREG='NO'
+BUILD_VER_STRING='2020-12-24 10:52:26 (Thu, 24 Dec 2020) - Darwin x86_64'
+BUILD_WIN64=''
+BUILD_X64=''
+BUNDLED_EXTENSION_BLOBS=''
+BUNDLED_PREREG_EXTENSIONS=''
+BZIP2=''
+CAIRO_CFLAGS=''
+CAIRO_LIBS=''
+CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64'
+CCACHE='not_found'
+CCNUMVER='001200000000'
+CCVER='12.0.0'
+CC_PATH='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/'
+CFLAGS='-g -O2'
+COINMP_CFLAGS=''
+COINMP_LIBS=''
+COM='CLANG'
+COMEX=''
+COMID='s5abi'
+COMMONS_CODEC_JAR=''
+COMMONS_HTTPCLIENT_JAR=''
+COMMONS_LANG_JAR=''
+COMMONS_LOGGING_JAR=''
+COMNAME='s5abi'
+COMPATH='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr'
+CPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E'
+CPPFLAGS=''
+CRYPT_LINK=''
+CSC_PATH=''
+CURLCONFIG='/usr/bin/curl-config'
+CURL_CFLAGS=''
+CURL_LIBS='-lcurl'
+CUSTOM_PACK_LIST=''
+CXX='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64'
+CXXCPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -arch x86_64 -E'
+CXXFLAGS='-g -O2'
+CYGWIN_PATH='NO_CYGWIN'
+DBUS_CFLAGS=''
+DBUS_LIBS=''
+DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -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=8 -DHAVE_LIBJEMALLOC=1 -DHAVE_LDAP_H=1 -DHAVE_LIBLDAP=1 -DHAVE_LIBLDAP=1 -DHAVE_GETOPT=1 -DHAVE_READDIR_R=1'
+DICT_SYSTEM_DIR=''
+DIRECTXSDK_HOME=''
+DIRECTXSDK_LIB=''
+DISABLE_ACTIVEX=''
+DISABLE_ATL=''
+DISABLE_SAXON=''
+DISABLE_STRIP=''
+DMAKE='/usr/local/bin/dmake'
+DMAKE_PATH='/usr/local/bin/dmake'
+DMAKE_URL=''
+DO_FETCH_TARBALLS='yes'
+DPKG=''
+ECHO_C='\c'
+ECHO_N=''
+ECHO_T=''
+EGREP='/usr/bin/grep -E'
+ENABLE_BEANSHELL='YES'
+ENABLE_BUNDLED_DICTIONARIES='YES'
+ENABLE_CAIRO=''
+ENABLE_CAIRO_CANVAS='FALSE'
+ENABLE_CATEGORY_B='YES'
+ENABLE_COINMP='YES'
+ENABLE_CRASHDUMP=''
+ENABLE_CUPS=''
+ENABLE_DBUS=''
+ENABLE_DEBUG='FALSE'
+ENABLE_DIRECTX=''
+ENABLE_DIRECT_DRAW=''
+ENABLE_EVOAB2=''
+ENABLE_FONTCONFIG=''
+ENABLE_GCONF=''
+ENABLE_GIO=''
+ENABLE_GNOMEVFS=''
+ENABLE_GRAPHITE='FALSE'
+ENABLE_GSTREAMER=''
+ENABLE_GTK=''
+ENABLE_HUNSPELL='YES'
+ENABLE_HYPHEN='YES'
+ENABLE_JAVASCRIPT='YES'
+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=''
+ENABLE_PCH=''
+ENABLE_PDFIMPORT='NO'
+ENABLE_RANDR=''
+ENABLE_REPORTBUILDER='NO'
+ENABLE_RPATH='yes'
+ENABLE_STATIC_GTK='FALSE'
+ENABLE_SYMBOLS=''
+ENABLE_SYSTRAY_GTK=''
+ENABLE_UNIT_TESTS='YES'
+ENABLE_WERROR='FALSE'
+EPM='/usr/local/bin/epm'
+EPM_URL=''
+EXCEPTIONS=''
+EXEEXT=''
+FAKEROOT=''
+FBSD_GCC_RPATH=''
+FLEX='/usr/bin/flex'
+FLUTE_JAR=''
+FRAME_HOME=''
+FREETYPE_CFLAGS=''
+FREETYPE_LIBS=''
+GCCVER='120000'
+GCC_HOME='/usr'
+GCONF_CFLAGS=''
+GCONF_LIBS=''
+GIO_CFLAGS=''
+GIO_LIBS=''
+GNOMEVFS_CFLAGS=''
+GNOMEVFS_LIBS=''
+GNUCP=''
+GNUMAKE='make'
+GNUPATCH='/usr/local/bin/patch'
+GNUTAR='gtar'
+GOBJECT_CFLAGS=''
+GOBJECT_LIBS=''
+GPERF='/usr/bin/gperf'
+GRAPHITE_CFLAGS=''
+GRAPHITE_LIBS=''
+GREP='/usr/bin/grep'
+GSTREAMER_CFLAGS=''
+GSTREAMER_LIBS=''
+GTHREAD_CFLAGS=''
+GTHREAD_LIBS=''
+GTK_2_10_CFLAGS=''
+GTK_2_10_LIBS=''
+GTK_CFLAGS=''
+GTK_LIBS=''
+HAMCREST_CORE_JAR=''
+HAVE_ATLTHUNK=''
+HAVE_GCC_VISIBILITY_FEATURE='TRUE'
+HAVE_GETOPT='YES'
+HAVE_LD_BSYMBOLIC_FUNCTIONS=''
+HAVE_LD_HASH_STYLE='FALSE'
+HAVE_READDIR_R='YES'
+HOME='/Users/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='/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin/javac'
+JAVADOC='/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin/javadoc'
+JAVAFLAGS=''
+JAVAIFLAGS=''
+JAVAINTERPRETER='/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin/java'
+JAVA_HOME='/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home'
+JDK='sun'
+JFREEREPORT_JAR=''
+KDE4_CFLAGS=''
+KDE4_LIBS=''
+KDE_CFLAGS=''
+KDE_LIBS=''
+LDFLAGS=''
+LFS_CFLAGS='-D_FILE_OFFSET_BITS=no'
+LIBBASE_JAR=''
+LIBFONTS_JAR=''
+LIBFORMULA_JAR=''
+LIBINTL_PREFIX=''
+LIBLAYOUT_JAR=''
+LIBLOADER_JAR=''
+LIBMYSQL_PATH=''
+LIBOBJS=''
+LIBREPOSITORY_JAR=''
+LIBS='-lldap -lldap -ljemalloc '
+LIBSERIALIZER_JAR=''
+LIBXML_CFLAGS='-I/usr/local/include/libxml2'
+LIBXML_JAR=''
+LIBXML_LIBS='-L/usr/local/lib -lxml2 -lz -lpthread -lm'
+LIBXSLT_CFLAGS='-I/usr/local/include/libxml2 -I/usr/local/include'
+LIBXSLT_LIBS='-L/usr/local/lib -lxslt -lxml2 -lpthread -lz -lm'
+LOCAL_SOLENV='DEFAULT'
+LOCAL_SOLVER='DEFAULT'
+LTLIBOBJS=''
+LUCENE_ANALYZERS_JAR=''
+LUCENE_CORE_JAR=''
+MACOSX_DEPLOYMENT_TARGET='10.9'
+MACOSX_SDK_PATH='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk'
+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='-L/usr/local/lib -lssl -lcrypto'
+OSVERSION=''
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME=''
+PACKAGE_STRING=''
+PACKAGE_TARNAME=''
+PACKAGE_URL=''
+PACKAGE_VERSION=''
+PAM=''
+PAM_LINK=''
+PATCH='/usr/local/bin/patch'
+PATH_SEPARATOR=':'
+PERL='/usr/local/bin/perl'
+PKGFORMAT='dmg'
+PKGMK=''
+PKG_CONFIG='/usr/local/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='-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7'
+PYTHON_EXEC_PREFIX=''
+PYTHON_LIBS='-framework Python'
+PYTHON_PLATFORM=''
+PYTHON_PREFIX=''
+PYTHON_VERSION=''
+RAT_JAR_HOME=''
+REDLAND_CFLAGS=''
+REDLAND_LIBS=''
+RPM=''
+SAC_JAR=''
+SAXON_JAR=''
+SCPDEFS=' -DENABLE_ONLINE_UPDATE -DWITH_CATB_FONTS -DWITH_CATA_FONTS'
+SDKROOT='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk'
+SED='/usr/bin/sed'
+SERF_CFLAGS=''
+SERF_LIBS=''
+SERIALIZER_JAR=''
+SERVLETAPI_JAR=''
+SHELL='/bin/sh'
+SHELLPATH='/usr/local/bin'
+SIZEOF_LONG='8'
+SOLAR_JAVA='TRUE'
+SOURCEVERSION='AOO420'
+SYSTEM_APACHE_COMMONS='NO'
+SYSTEM_APR='NO'
+SYSTEM_APR_UTIL='NO'
+SYSTEM_BOOST='NO'
+SYSTEM_BSH='NO'
+SYSTEM_CAIRO=''
+SYSTEM_COINMP='NO'
+SYSTEM_CURL='YES'
+SYSTEM_DICTS='NO'
+SYSTEM_EXPAT='NO'
+SYSTEM_GDKPIXBUF='YES'
+SYSTEM_GENBRK=''
+SYSTEM_GENCCODE=''
+SYSTEM_GENCMN=''
+SYSTEM_GETTEXT='YES'
+SYSTEM_GLIB='YES'
+SYSTEM_GRAPHITE=''
+SYSTEM_HSQLDB='NO'
+SYSTEM_HUNSPELL='NO'
+SYSTEM_HYPH='NO'
+SYSTEM_ICU='NO'
+SYSTEM_JFREEREPORT=''
+SYSTEM_JPEG='NO'
+SYSTEM_LIBC='YES'
+SYSTEM_LIBJPEG='NO'
+SYSTEM_LIBPNG='NO'
+SYSTEM_LIBTEXTCAT='NO'
+SYSTEM_LIBTEXTCAT_DATA=''
+SYSTEM_LIBXML='YES'
+SYSTEM_LIBXSLT='YES'
+SYSTEM_LUCENE='NO'
+SYSTEM_MDDS='NO'
+SYSTEM_MYSQL=''
+SYSTEM_MYSQL_CPPCONN=''
+SYSTEM_MYTHES='NO'
+SYSTEM_NSS='NO'
+SYSTEM_ODBC_HEADERS='NO'
+SYSTEM_OPENSSL='YES'
+SYSTEM_PANGO='YES'
+SYSTEM_POPPLER=''
+SYSTEM_PYTHON='YES'
+SYSTEM_REDLAND='NO'
+SYSTEM_SANE_HEADER='NO'
+SYSTEM_SAXON='NO'
+SYSTEM_SERF='NO'
+SYSTEM_SERVLETAPI='NO'
+SYSTEM_STDLIBS='NO'
+SYSTEM_VIGRA='NO'
+SYSTEM_XRENDER_HEADERS='NO'
+SYSTEM_ZLIB='YES'
+TARFILE_LOCATION='DEFAULT'
+THES_SYSTEM_DIR=''
+UNIXWRAPPERNAME=''
+UNZIP='/usr/bin/unzip'
+UPD='420'
+USE_CCACHE=''
+USE_FT_EMBOLDEN=''
+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_DICT=',ALL,'
+WITH_FONTS='YES'
+WITH_LANG='en-US'
+WITH_LDAP='YES'
+WITH_MINGWIN='0'
+WITH_OPENLDAP='YES'
+WITH_POOR_HELP_LOCALIZATIONS=''
+WITH_VC_REDIST=''
+WORDS_BIGENDIAN='no'
+XAU_LIBS=''
+XINC='no_x_includes'
+XINERAMA_LINK='dynamic'
+XLIB='no_x_libraries'
+XMKMF=''
+XRANDR_CFLAGS=''
+XRANDR_DLOPEN=''
+XRANDR_LIBS=''
+XRENDER_LINK='NO'
+XSLTPROC='/usr/local/bin/xsltproc'
+X_CFLAGS=''
+X_EXTRA_LIBS=''
+X_LIBS=''
+X_PRE_LIBS=''
+ZIP='/usr/bin/zip'
+ZIP_HOME='/usr/bin'
+_cc=''
+_solenv='./solenv'
+ac_ct_CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64'
+ac_ct_CXX=''
+bindir='${exec_prefix}/bin'
+build='x86_64-apple-darwin19.6.0'
+build_alias=''
+build_cpu='x86_64'
+build_os='darwin19.6.0'
+build_vendor='apple'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+host='x86_64-apple-darwin19.6.0'
+host_alias=''
+host_cpu='x86_64'
+host_os='darwin19.6.0'
+host_vendor='apple'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+nodep=''
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+pkgpyexecdir=''
+pkgpythondir=''
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+pyexecdir=''
+pythondir=''
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target='x86_64-apple-darwin19.6.0'
+target_alias=''
+target_cpu='x86_64'
+target_os='darwin19.6.0'
+target_vendor='apple'
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define PACKAGE_STRING ""
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE_URL ""
+#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 SIZEOF_LONG 8
+#define HAVE_LIBJEMALLOC 1
+#define HAVE_LDAP_H 1
+#define HAVE_LIBLDAP 1
+#define HAVE_LIBLDAP 1
+#define HAVE_GETOPT 1
+#define HAVE_READDIR_R 1
+
+configure: exit 0