Author: jim
Date: Tue Nov  7 03:01:15 2017
New Revision: 1814452

URL: http://svn.apache.org/viewvc?rev=1814452&view=rev
Log:
test builds... 

Modified:
    openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh
    openoffice/devtools/build-scripts/4.1.4/unxmacos/config.log

Modified: openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh?rev=1814452&r1=1814451&r2=1814452&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh 
(original)
+++ openoffice/devtools/build-scripts/4.1.4/unxmacos/build_aooreleases.sh Tue 
Nov  7 03:01:15 2017
@@ -125,7 +125,7 @@ fi
        --without-stlport \
        --with-package-format="installed dmg" \
        --disable-systray \
-       --with-alloc=system \
+       --with-alloc=internal \
        --with-lang="${LANGS}" \
        | tee config.out || exit 1
 

Modified: openoffice/devtools/build-scripts/4.1.4/unxmacos/config.log
URL: 
http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.4/unxmacos/config.log?rev=1814452&r1=1814451&r2=1814452&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.4/unxmacos/config.log (original)
+++ openoffice/devtools/build-scripts/4.1.4/unxmacos/config.log Tue Nov  7 
03:01:15 2017
@@ -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=2017-11-06 12:31:02 (Mon, 06 Nov 2017) - 
Darwin x86_64 --with-vendor=Apache OpenOffice Community Build --enable-verbose 
--with-openldap --enable-category-b --enable-bundled-dictionaries 
--enable-wiki-publisher --with-junit=/usr/local/share/java/junit.jar 
--with-jdk-home=/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home 
--with-ant-home=/usr/local/share/java/apache-ant --with-epm=/usr/local/bin/epm 
--with-dmake-path=/usr/local/bin/dmake --without-stlport 
--with-package-format=installed dmg --disable-systray --with-alloc=system 
--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=2017-11-06 17:54:21 (Mon, 06 Nov 2017) - 
Darwin x86_64 --with-vendor=Apache OpenOffice Community Build --enable-verbose 
--with-openldap --enable-category-b --enable-bundled-dictionaries 
--enable-wiki-publisher --with-junit=/usr/local/share/java/junit.jar 
--with-jdk-home=/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home 
--with-ant-home=/usr/local/share/java/apache-ant --with-epm=/usr/local/bin/epm 
--with-dmake-path=/usr/local/bin/dmake --without-stlport 
--with-package-format=installed dmg --disable-systray --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 6 processors
 Processor type: i486 (Intel 80486)
 Processors active: 0 1 2 3 4 5
 Primary memory available: 16.00 gigabytes
-Default processor set: 237 tasks, 790 threads, 6 processors
-Load average: 2.98, Mach factor: 3.01
+Default processor set: 235 tasks, 759 threads, 6 processors
+Load average: 1.86, Mach factor: 4.12
 /bin/machine           = unknown
 /usr/bin/oslevel       = unknown
 /bin/universe          = unknown
@@ -531,40 +531,9 @@ configure:10429: checking for ccache
 configure:10460: result: not_found
 configure:10469: not enabling --ccache-skip (ccache not found)
 configure:10661: checking which memory allocator to use
-configure:10664: result: system
-configure:10670: checking for malloc
-configure:10670: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
 -arch x86_64 -o conftest -g -O2   conftest.c  >&5
-conftest.c:43:6: warning: incompatible redeclaration of library function 
'malloc' [-Wincompatible-library-redeclaration]
-char malloc ();
-     ^
-conftest.c:43:6: note: 'malloc' is a builtin with type 'void *(unsigned long)'
-1 warning generated.
-configure:10670: $? = 0
-configure:10670: result: yes
-configure:10670: checking for realloc
-configure:10670: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
 -arch x86_64 -o conftest -g -O2   conftest.c  >&5
-conftest.c:44:6: warning: incompatible redeclaration of library function 
'realloc' [-Wincompatible-library-redeclaration]
-char realloc ();
-     ^
-conftest.c:44:6: note: 'realloc' is a builtin with type 'void *(void *, 
unsigned long)'
-1 warning generated.
-configure:10670: $? = 0
-configure:10670: result: yes
-configure:10670: checking for calloc
-configure:10670: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
 -arch x86_64 -o conftest -g -O2   conftest.c  >&5
-conftest.c:45:6: warning: incompatible redeclaration of library function 
'calloc' [-Wincompatible-library-redeclaration]
-char calloc ();
-     ^
-conftest.c:45:6: note: 'calloc' is a builtin with type 'void *(unsigned long, 
unsigned long)'
-1 warning generated.
-configure:10670: $? = 0
-configure:10670: result: yes
-configure:10670: checking for free
-configure:10670: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
 -arch x86_64 -o conftest -g -O2   conftest.c  >&5
-configure:10670: $? = 0
-configure:10670: result: yes
+configure:10809: result: internal
 configure:10815: checking whether to add custom build version
-configure:10819: result: yes, 2017-11-06 12:31:02 (Mon, 06 Nov 2017) - Darwin 
x86_64
+configure:10819: result: yes, 2017-11-06 17:54:21 (Mon, 06 Nov 2017) - Darwin 
x86_64
 configure:10828: checking whether to build with Java support
 configure:10831: result: yes
 configure:10926: checking the installed JDK
@@ -836,7 +805,7 @@ conftest:
     [javac] Compiling 1 source file
 
 BUILD SUCCESSFUL
-Total time: 0 seconds
+Total time: 1 second
 configure:22490: $? = 0
 configure:22493: result: Ant works
 configure:22521: checking Ant lib directory
@@ -904,8 +873,8 @@ generated by GNU Autoconf 2.69.  Invocat
 
 on builder-vm.local
 
-config.status:1120: creating set_soenv
-config.status:1120: creating Makefile
+config.status:1119: creating set_soenv
+config.status:1119: creating Makefile
 
 ## ---------------- ##
 ## Cache variables. ##
@@ -1057,12 +1026,8 @@ 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_calloc=yes
-ac_cv_func_free=yes
 ac_cv_func_getopt=yes
-ac_cv_func_malloc=yes
 ac_cv_func_readdir_r=yes
-ac_cv_func_realloc=yes
 ac_cv_header_Python_h=yes
 ac_cv_header_cups_cups_h=yes
 ac_cv_header_inttypes_h=yes
@@ -1118,7 +1083,7 @@ ac_cv_target=x86_64-apple-darwin16.7.0
 
 ABOUT_BITMAPS=''
 ADDITIONAL_REPOSITORIES='../ext_libraries ../extras'
-ALLOC='SYS_ALLOC'
+ALLOC=''
 ANT='/usr/local/share/java/apache-ant/bin/ant'
 ANT_HOME='/usr/local/share/java/apache-ant'
 ANT_LIB='/usr/local/share/java/apache-ant/lib'
@@ -1140,7 +1105,7 @@ 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='2017-11-06 12:31:02 (Mon, 06 Nov 2017) - Darwin x86_64'
+BUILD_VER_STRING='2017-11-06 17:54:21 (Mon, 06 Nov 2017) - Darwin x86_64'
 BUILD_X64=''
 BUNDLED_EXTENSION_BLOBS=''
 BUNDLED_PREREG_EXTENSIONS=''
@@ -1176,7 +1141,7 @@ 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_MALLOC=1 
-DHAVE_REALLOC=1 -DHAVE_CALLOC=1 -DHAVE_FREE=1 -DHAVE_LDAP_H=1 -DHAVE_LIBLDAP=1 
-DHAVE_LIBLDAP=1 -DHAVE_GETOPT=1 -DHAVE_READDIR_R=1'
+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_LDAP_H=1 
-DHAVE_LIBLDAP=1 -DHAVE_LIBLDAP=1 -DHAVE_GETOPT=1 -DHAVE_READDIR_R=1'
 DICT_SYSTEM_DIR=''
 DIRECTXSDK_HOME=''
 DIRECTXSDK_LIB=''
@@ -1582,10 +1547,6 @@ target_vendor='apple'
 #define HAVE_STDINT_H 1
 #define HAVE_UNISTD_H 1
 #define SIZEOF_LONG 8
-#define HAVE_MALLOC 1
-#define HAVE_REALLOC 1
-#define HAVE_CALLOC 1
-#define HAVE_FREE 1
 #define HAVE_LDAP_H 1
 #define HAVE_LIBLDAP 1
 #define HAVE_LIBLDAP 1


Reply via email to