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 2021/01/28 18:35:09 UTC

svn commit: r1885989 - in /openoffice/devtools/build-scripts: 4.1.8/unxmacos/build_aoo64bit_on_macos.sh 4.1.9/unxmacos/config.log

Author: jim
Date: Thu Jan 28 18:35:09 2021
New Revision: 1885989

URL: http://svn.apache.org/viewvc?rev=1885989&view=rev
Log:
Updates

Modified:
    openoffice/devtools/build-scripts/4.1.8/unxmacos/build_aoo64bit_on_macos.sh
    openoffice/devtools/build-scripts/4.1.9/unxmacos/config.log

Modified: openoffice/devtools/build-scripts/4.1.8/unxmacos/build_aoo64bit_on_macos.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.8/unxmacos/build_aoo64bit_on_macos.sh?rev=1885989&r1=1885988&r2=1885989&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.8/unxmacos/build_aoo64bit_on_macos.sh (original)
+++ openoffice/devtools/build-scripts/4.1.8/unxmacos/build_aoo64bit_on_macos.sh Thu Jan 28 18:35:09 2021
@@ -70,11 +70,11 @@ AOO_BUILD_DEV=
 AOO_BUILD_SRC=
 AOO_BUILD_ALL="yes"
 
-$(xcode-select -p | grep "Xcode7" -q)
-if [ $? != 0 ]; then
-    echo "xcode-select must point to Xcode7."
-    exit 1
-fi
+#$(xcode-select -p | grep "Xcode7" -q)
+#if [ $? != 0 ]; then
+#    echo "xcode-select must point to Xcode7."
+#    exit 1
+#fi
 
 AOPTS=`getopt -o vsjdtbqa:j:m: --long verbose,skip-config,just-config,build-src,dev,beta,quick,ant-version:,java-version:,macos-target: -n 'parse-options' -- "$@"`
 if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi
@@ -152,6 +152,7 @@ if [ ! -e external/unowinreg/unowinreg.d
 fi
 
 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"
+LANGS="en-US"
 
 if [ -e configure.in ]; then
     AOO_CONF_T="configure.in"
@@ -191,20 +192,20 @@ fi
 ./bootstrap || exit 1
 source ./MacOSXX64Env.Set.sh || exit 1
 cd instsetoo_native
-time perl "$SOLARENV/bin/build.pl" --all -- -P6 || exit 1
+time perl "$SOLARENV/bin/build.pl" --all -- -P8 || exit 1
 
 cd util
 if [ "$AOO_BUILD_BETA" = "yes" ]; then
-    dmake -P5 openofficebeta  || exit 1
-	dmake -P5 sdkoobeta_en-US || exit 1
-	dmake -P5 ooobetalanguagepack || exit 1
+    dmake -P8 openofficebeta  || exit 1
+	dmake -P8 sdkoobeta_en-US || exit 1
+	dmake -P8 ooobetalanguagepack || exit 1
 elif [ "$AOO_BUILD_DEV" = "yes" ]; then
-    dmake -P5 openofficedev  || exit 1
-	dmake -P5 sdkoodev_en-US || exit 1
-	dmake -P5 ooodevlanguagepack || exit 1
+    dmake -P8 openofficedev  || exit 1
+	dmake -P8 sdkoodev_en-US || exit 1
+	dmake -P8 ooodevlanguagepack || exit 1
 elif [ "$AOO_BUILD_ALL" = "yes" ]; then
-	dmake -P5 ooolanguagepack || exit 1
-	dmake -P5 sdkoo_en-US || exit 1 
+	dmake -P8 ooolanguagepack || exit 1
+	dmake -P8 sdkoo_en-US || exit 1 
 fi
 if [ "$AOO_BUILD_SRC" = "yes" ]; then
 	dmake aoo_srcrelease || exit 1

Modified: openoffice/devtools/build-scripts/4.1.9/unxmacos/config.log
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.9/unxmacos/config.log?rev=1885989&r1=1885988&r2=1885989&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.9/unxmacos/config.log (original)
+++ openoffice/devtools/build-scripts/4.1.9/unxmacos/config.log Thu Jan 28 18:35:09 2021
@@ -4,7 +4,7 @@ running configure, to aid debugging if c
 It was created by configure, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
-  $ ./configure --with-build-version=2021-01-09 15:42:55 (Sat, 09 Jan 2021) - Darwin x86_64 --enable-verbose --with-openldap --enable-category-b --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 --with-junit=/usr/local/share/java/junit.jar --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.7 --with-alloc=internal --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
+  $ ./configure --with-build-version=2021-01-28 11:51:18 (Thu, 28 Jan 2021) - Darwin x86_64 --enable-verbose --with-openldap --enable-category-b --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 --with-junit=/usr/local/share/java/junit.jar --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.7 --with-alloc=internal --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
 
 ## --------- ##
 ## Platform. ##
@@ -30,8 +30,8 @@ Kernel configured for up to 10 processor
 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: 270 tasks, 853 threads, 10 processors
-Load average: 2.26, Mach factor: 7.73
+Default processor set: 284 tasks, 913 threads, 10 processors
+Load average: 2.52, Mach factor: 7.47
 /bin/machine           = unknown
 /usr/bin/oslevel       = unknown
 /bin/universe          = unknown
@@ -116,64 +116,64 @@ configure:6430: result: /usr/local/bin/b
 configure:6445: checking gcc home
 configure:6452: result: /usr
 configure:6514: checking for gcc
-configure:6541: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64
+configure:6541: result: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64
 configure:6770: checking for C compiler version
-configure:6779: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 --version >&5
-Apple LLVM version 10.0.0 (clang-1000.11.45.5)
+configure:6779: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 --version >&5
+Apple LLVM version 7.3.0 (clang-703.0.31)
 Target: x86_64-apple-darwin17.7.0
 Thread model: posix
-InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+InstalledDir: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 configure:6790: $? = 0
-configure:6779: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -v >&5
-Apple LLVM version 10.0.0 (clang-1000.11.45.5)
+configure:6779: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -v >&5
+Apple LLVM version 7.3.0 (clang-703.0.31)
 Target: x86_64-apple-darwin17.7.0
 Thread model: posix
-InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+InstalledDir: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 configure:6790: $? = 0
-configure:6779: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -V >&5
+configure:6779: /Applications/Xcode7.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:6790: $? = 1
-configure:6779: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -qversion >&5
+configure:6779: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -qversion >&5
 clang: error: unknown argument: '-qversion'
 clang: error: no input files
 configure:6790: $? = 1
 configure:6810: checking whether the C compiler works
-configure:6832: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64    conftest.c  >&5
+configure:6832: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64    conftest.c  >&5
 configure:6836: $? = 0
 configure:6884: result: yes
 configure:6887: checking for C compiler default output file name
 configure:6889: result: a.out
 configure:6895: checking for suffix of executables
-configure:6902: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest    conftest.c  >&5
+configure:6902: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest    conftest.c  >&5
 configure:6906: $? = 0
 configure:6928: result: 
 configure:6950: checking whether we are cross compiling
-configure:6958: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest    conftest.c  >&5
+configure:6958: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest    conftest.c  >&5
 configure:6962: $? = 0
 configure:6969: ./conftest
 configure:6973: $? = 0
 configure:6988: result: no
 configure:6993: checking for suffix of object files
-configure:7015: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c   conftest.c >&5
+configure:7015: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c   conftest.c >&5
 configure:7019: $? = 0
 configure:7040: result: o
 configure:7044: checking whether we are using the GNU C compiler
-configure:7063: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c   conftest.c >&5
+configure:7063: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c   conftest.c >&5
 configure:7063: $? = 0
 configure:7072: result: yes
-configure:7081: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 accepts -g
-configure:7101: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g  conftest.c >&5
+configure:7081: checking whether /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 accepts -g
+configure:7101: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g  conftest.c >&5
 configure:7101: $? = 0
 configure:7142: result: yes
-configure:7159: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 option to accept ISO C89
-configure:7222: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64  -c -g -O2  conftest.c >&5
+configure:7159: checking for /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 option to accept ISO C89
+configure:7222: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64  -c -g -O2  conftest.c >&5
 configure:7222: $? = 0
 configure:7235: result: none needed
 configure:7328: checking the GNU gcc compiler version
-configure:7344: result: implicitly using CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64
+configure:7344: result: implicitly using CC=/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64
 configure:7364: checking for -Bsymbolic-functions linker support 
-configure:7384: /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
+configure:7384: /Applications/Xcode7.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:7384: $? = 1
@@ -216,7 +216,7 @@ configure:7552: result: OK, >= 4.11
 configure:7572: checking for GNU or compatible BSD tar
 configure:7581: result: gtar
 configure:7657: checking for --hash-style=both linker support 
-configure:7676: /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
+configure:7676: /Applications/Xcode7.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:7676: $? = 1
@@ -250,12 +250,12 @@ configure:7818: result: checked (perl 5)
 configure:7825: checking for required Perl modules
 configure:7828: result: all modules found
 configure:8255: checking how to run the C preprocessor
-configure:8286: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:8286: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
 configure:8286: $? = 0
-configure:8300: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:8300: /Applications/Xcode7.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:8300: $? = 1
 configure: failed program was:
@@ -268,13 +268,13 @@ configure: failed program was:
 | #define PACKAGE_URL ""
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
-configure:8325: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E
-configure:8345: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:8325: result: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E
+configure:8345: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
 configure:8345: $? = 0
-configure:8359: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:8359: /Applications/Xcode7.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:8359: $? = 1
 configure: failed program was:
@@ -288,50 +288,50 @@ configure: failed program was:
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:8388: checking for ANSI C header files
-configure:8408: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:8408: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:8408: $? = 0
-configure:8481: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c  >&5
+configure:8481: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c  >&5
 configure:8481: $? = 0
 configure:8481: ./conftest
 configure:8481: $? = 0
 configure:8492: result: yes
 configure:8615: checking for C++ compiler version
-configure:8624: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 --version >&5
-Apple LLVM version 10.0.0 (clang-1000.11.45.5)
+configure:8624: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 --version >&5
+Apple LLVM version 7.3.0 (clang-703.0.31)
 Target: x86_64-apple-darwin17.7.0
 Thread model: posix
-InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+InstalledDir: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 configure:8635: $? = 0
-configure:8624: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -v >&5
-Apple LLVM version 10.0.0 (clang-1000.11.45.5)
+configure:8624: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -v >&5
+Apple LLVM version 7.3.0 (clang-703.0.31)
 Target: x86_64-apple-darwin17.7.0
 Thread model: posix
-InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
-clang: warning: argument unused during compilation: '-std=c++11' [-Wunused-command-line-argument]
+InstalledDir: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+clang: warning: argument unused during compilation: '-std=c++11'
 configure:8635: $? = 0
-configure:8624: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -V >&5
+configure:8624: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -V >&5
 clang: error: argument to '-V' is missing (expected 1 value)
 clang: error: no input files
 configure:8635: $? = 1
-configure:8624: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -qversion >&5
+configure:8624: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -qversion >&5
 clang: error: unknown argument: '-qversion'
 clang: error: no input files
 configure:8635: $? = 1
 configure:8639: checking whether we are using the GNU C++ compiler
-configure:8658: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -c   conftest.cpp >&5
+configure:8658: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -c   conftest.cpp >&5
 configure:8658: $? = 0
 configure:8667: result: yes
-configure:8676: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 accepts -g
-configure:8696: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -c -g  conftest.cpp >&5
+configure:8676: checking whether /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 accepts -g
+configure:8696: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -c -g  conftest.cpp >&5
 configure:8696: $? = 0
 configure:8737: result: yes
 configure:8765: checking how to run the C++ preprocessor
-configure:8792: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E  conftest.cpp
+configure:8792: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E  conftest.cpp
 configure:8792: $? = 0
-configure:8806: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E  conftest.cpp
+configure:8806: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E  conftest.cpp
 conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
 #include <ac_nonexistent.h>
-         ^~~~~~~~~~~~~~~~~~
+         ^
 1 error generated.
 configure:8806: $? = 1
 configure: failed program was:
@@ -345,13 +345,13 @@ configure: failed program was:
 | #define STDC_HEADERS 1
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
-configure:8831: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E
-configure:8851: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E  conftest.cpp
+configure:8831: result: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E
+configure:8851: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E  conftest.cpp
 configure:8851: $? = 0
-configure:8865: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E  conftest.cpp
+configure:8865: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E  conftest.cpp
 conftest.cpp:10:10: fatal error: 'ac_nonexistent.h' file not found
 #include <ac_nonexistent.h>
-         ^~~~~~~~~~~~~~~~~~
+         ^
 1 error generated.
 configure:8865: $? = 1
 configure: failed program was:
@@ -366,13 +366,13 @@ configure: failed program was:
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:8902: checking how to run the C preprocessor
-configure:8972: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E
-configure:8992: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:8972: result: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E
+configure:8992: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
 configure:8992: $? = 0
-configure:9006: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:9006: /Applications/Xcode7.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:9006: $? = 1
 configure: failed program was:
@@ -387,53 +387,53 @@ configure: failed program was:
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:9042: checking for sys/types.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9042: checking for sys/stat.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9042: checking for stdlib.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9042: checking for string.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9042: checking for memory.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9042: checking for strings.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9042: checking for inttypes.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9042: checking for stdint.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9042: checking for unistd.h
-configure:9042: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9042: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9042: $? = 0
 configure:9042: result: yes
 configure:9058: checking size of long
-configure:9063: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c  >&5
+configure:9063: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c  >&5
 configure:9063: $? = 0
 configure:9063: ./conftest
 configure:9063: $? = 0
 configure:9077: result: 8
 configure:9089: checking whether byte ordering is bigendian
-configure:9104: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9104: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9104: $? = 0
-configure:9149: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9149: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9149: $? = 0
-configure:9167: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9167: /Applications/Xcode7.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
                  ^
@@ -476,44 +476,44 @@ configure:9295: result: no
 configure:9323: checking for special C compiler options needed for large files
 configure:9368: result: no
 configure:9374: checking for _FILE_OFFSET_BITS value needed for large files
-configure:9399: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9399: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9399: $? = 0
 configure:9431: result: no
 configure:9563: checking cups/cups.h usability
-configure:9563: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:9563: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:9563: $? = 0
 configure:9563: result: yes
 configure:9563: checking cups/cups.h presence
-configure:9563: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:9563: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
 configure:9563: $? = 0
 configure:9563: result: yes
 configure:9563: checking for cups/cups.h
 configure:9563: result: yes
 configure:9845: checking for C++ compiler version
-configure:9854: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 --version >&5
-Apple LLVM version 10.0.0 (clang-1000.11.45.5)
+configure:9854: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 --version >&5
+Apple LLVM version 7.3.0 (clang-703.0.31)
 Target: x86_64-apple-darwin17.7.0
 Thread model: posix
-InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+InstalledDir: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 configure:9865: $? = 0
-configure:9854: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -v >&5
-Apple LLVM version 10.0.0 (clang-1000.11.45.5)
+configure:9854: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -v >&5
+Apple LLVM version 7.3.0 (clang-703.0.31)
 Target: x86_64-apple-darwin17.7.0
 Thread model: posix
-InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
-clang: warning: argument unused during compilation: '-std=c++11' [-Wunused-command-line-argument]
+InstalledDir: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
+clang: warning: argument unused during compilation: '-std=c++11'
 configure:9865: $? = 0
-configure:9854: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -V >&5
+configure:9854: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -V >&5
 clang: error: argument to '-V' is missing (expected 1 value)
 clang: error: no input files
 configure:9865: $? = 1
-configure:9854: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -qversion >&5
+configure:9854: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -qversion >&5
 clang: error: unknown argument: '-qversion'
 clang: error: no input files
 configure:9865: $? = 1
 configure:9869: checking whether we are using the GNU C++ compiler
 configure:9897: result: yes
-configure:9906: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 accepts -g
+configure:9906: checking whether /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 accepts -g
 configure:9967: result: yes
 configure:9993: checking the GNU C++ compiler version
 configure:9999: result: checked (g++ 4.2.1)
@@ -522,8 +522,8 @@ configure:10074: result: /usr/include/c+
 configure:10218: checking exception type
 configure:10253: result: 
 configure:10361: checking what the default STL should be
-configure:10373: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 supports -fvisibility=hidden
-configure:10388: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2 -fvisibility=hidden   conftest.c  >&5
+configure:10373: checking whether /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 supports -fvisibility=hidden
+configure:10388: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2 -fvisibility=hidden   conftest.c  >&5
 configure:10388: $? = 0
 configure:10395: result: yes
 configure:10406: checking whether we are allowed and able to use --ccache-skip
@@ -534,7 +534,7 @@ configure:10465: not enabling --ccache-s
 configure:10657: checking which memory allocator to use
 configure:10805: result: internal
 configure:10811: checking whether to add custom build version
-configure:10815: result: yes, 2021-01-09 15:42:55 (Sat, 09 Jan 2021) - Darwin x86_64
+configure:10815: result: yes, 2021-01-28 11:51:18 (Thu, 28 Jan 2021) - Darwin x86_64
 configure:10824: checking whether to build with Java support
 configure:10827: result: yes
 configure:10922: checking the installed JDK
@@ -569,17 +569,17 @@ configure:12461: result: yes
 configure:12470: checking which zlib to use
 configure:12474: result: external
 configure:12477: checking zlib.h usability
-configure:12477: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:12477: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:12477: $? = 0
 configure:12477: result: yes
 configure:12477: checking zlib.h presence
-configure:12477: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:12477: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
 configure:12477: $? = 0
 configure:12477: result: yes
 configure:12477: checking for zlib.h
 configure:12477: result: yes
 configure:12485: checking for deflate in -lz
-configure:12510: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lz   >&5
+configure:12510: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lz   >&5
 configure:12510: $? = 0
 configure:12519: result: yes
 configure:12535: checking which jpeg to use
@@ -597,17 +597,17 @@ configure:13102: checking which libxml t
 configure:13107: result: external
 configure:13221: checking checking SDK compatibility with OSX 10.7
 configure:13235: result: yes, by using SDK macosx10.11
-configure:13240: checking for /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
+configure:13240: checking for /Applications/Xcode7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
 configure:13243: result: yes
 configure:13257: checking which python to use
 configure:13266: result: compiling against system python (/usr/bin/python)
 configure:13273: result: compiling against system python (version 2.7)
 configure:13531: checking Python.h usability
-configure:13531: /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:13531: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  -I/Applications/Xcode7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 conftest.c >&5
 configure:13531: $? = 0
 configure:13531: result: yes
 configure:13531: checking Python.h presence
-configure:13531: /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:13531: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  -I/Applications/Xcode7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 conftest.c
 configure:13531: $? = 0
 configure:13531: result: yes
 configure:13531: checking for Python.h
@@ -656,21 +656,21 @@ configure:15236: result: yes
 configure:15249: checking which LDAP SDK to use
 configure:15252: result: OpenLDAP
 configure:15257: checking ldap.h usability
-configure:15257: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
+configure:15257: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -c -g -O2  conftest.c >&5
 configure:15257: $? = 0
 configure:15257: result: yes
 configure:15257: checking ldap.h presence
-configure:15257: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
+configure:15257: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E  conftest.c
 configure:15257: $? = 0
 configure:15257: result: yes
 configure:15257: checking for ldap.h
 configure:15257: result: yes
 configure:15269: checking for ldap_simple_bind_s in -lldap
-configure:15294: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap   >&5
+configure:15294: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap   >&5
 configure:15294: $? = 0
 configure:15303: result: yes
 configure:15318: checking for ldap_set_option in -lldap
-configure:15343: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap  -lldap  >&5
+configure:15343: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap  -lldap  >&5
 configure:15343: $? = 0
 configure:15352: result: yes
 configure:15370: checking whether to build the internal NSS module
@@ -708,11 +708,11 @@ configure:17858: result: internal
 configure:17865: checking which libtextcat data directory to use
 configure:17876: result: internal
 configure:17938: checking for getopt
-configure:17938: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap -lldap  >&5
+configure:17938: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap -lldap  >&5
 configure:17938: $? = 0
 configure:17938: result: yes
 configure:17951: checking for readdir_r
-configure:17951: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap -lldap  >&5
+configure:17951: /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -o conftest -g -O2   conftest.c -lldap -lldap  >&5
 configure:17951: $? = 0
 configure:17951: result: yes
 configure:18328: checking for bison
@@ -1062,9 +1062,9 @@ ac_cv_path_XSLTPROC=/usr/local/bin/xsltp
 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++ -arch x86_64 -std=c++11 -E'
-ac_cv_prog_ac_ct_CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64'
+ac_cv_prog_CPP='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E'
+ac_cv_prog_CXXCPP='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E'
+ac_cv_prog_ac_ct_CC='/Applications/Xcode7.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
@@ -1101,16 +1101,16 @@ BUILD_PIXMAN=''
 BUILD_STAX='YES'
 BUILD_TYPE='OOo 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='2021-01-09 15:42:55 (Sat, 09 Jan 2021) - Darwin x86_64'
+BUILD_VER_STRING='2021-01-28 11:51:18 (Thu, 28 Jan 2021) - Darwin x86_64'
 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'
+CC='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64'
 CCACHE='not_found'
-CC_PATH='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/'
+CC_PATH='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/'
 CFLAGS='-g -O2'
 COINMP_CFLAGS=''
 COINMP_LIBS=''
@@ -1119,9 +1119,9 @@ COMMONS_CODEC_JAR=''
 COMMONS_HTTPCLIENT_JAR=''
 COMMONS_LANG_JAR=''
 COMMONS_LOGGING_JAR=''
-COMPATH='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr'
+COMPATH='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr'
 COM_IS=''
-CPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E'
+CPP='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -E'
 CPPFLAGS=''
 CPPUNIT_CFLAGS=''
 CPPUNIT_LIBS=''
@@ -1131,8 +1131,8 @@ 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++ -arch x86_64 -std=c++11'
-CXXCPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E'
+CXX='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11'
+CXXCPP='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -std=c++11 -E'
 CXXFLAGS='-g -O2'
 CYGWIN_PATH='NO_CYGWIN'
 DBUS_CFLAGS=''
@@ -1290,7 +1290,7 @@ LTLIBOBJS=''
 LUCENE_ANALYZERS_JAR=''
 LUCENE_CORE_JAR=''
 MACOSX_DEPLOYMENT_TARGET='10.7'
-MACOSX_SDK_PATH='/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk'
+MACOSX_SDK_PATH='/Applications/Xcode7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk'
 MFC_INCLUDE=''
 MFC_LIB=''
 MIDL_PATH=''
@@ -1355,7 +1355,7 @@ 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_CFLAGS='-I/Applications/Xcode7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7'
 PYTHON_EXEC_PREFIX=''
 PYTHON_LIBS='-framework Python'
 PYTHON_PLATFORM=''
@@ -1476,7 +1476,7 @@ 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_CC='/Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64'
 ac_ct_CXX=''
 bindir='${exec_prefix}/bin'
 build='x86_64-apple-darwin17.7.0'