buildbot failure in on openoffice-linux32-41x

2016-12-05 Thread buildbot
The Buildbot has detected a new failure on builder openoffice-linux32-41x while 
building . Full details are available at:
https://ci.apache.org/builders/openoffice-linux32-41x/builds/48

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave5_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux32-41x' triggered 
this build
Build Source Stamp: [branch openoffice/branches/AOO414] HEAD
Blamelist: 

BUILD FAILED: failed build --all move the split install bits back

Sincerely,
 -The Buildbot





svn commit: r1772820 - in /openoffice/trunk/main: ./ postprocess/packcomponents/ remotebridges/ remotebridges/source/unourl_resolver/ ure/source/

2016-12-05 Thread damjan
Author: damjan
Date: Tue Dec  6 02:02:36 2016
New Revision: 1772820

URL: http://svn.apache.org/viewvc?rev=1772820=rev
Log:
Port main/remotebridges to gbuild.

Patch by: me

Added:
openoffice/trunk/main/remotebridges/Library_uuresolver.mk
openoffice/trunk/main/remotebridges/Makefile   (with props)
openoffice/trunk/main/remotebridges/Module_remotebridges.mk
Removed:
openoffice/trunk/main/remotebridges/source/unourl_resolver/makefile.mk
Modified:
openoffice/trunk/main/Module_ooo.mk
openoffice/trunk/main/Repository.mk
openoffice/trunk/main/postprocess/packcomponents/makefile.mk

openoffice/trunk/main/remotebridges/source/unourl_resolver/unourl_resolver.cxx
openoffice/trunk/main/ure/source/makefile.mk

Modified: openoffice/trunk/main/Module_ooo.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1772820=1772819=1772820=diff
==
--- openoffice/trunk/main/Module_ooo.mk (original)
+++ openoffice/trunk/main/Module_ooo.mk Tue Dec  6 02:02:36 2016
@@ -50,6 +50,7 @@ $(eval $(call gb_Module_add_moduledirs,o
padmin \
package \
reportdesign \
+   remotebridges \
sax \
sd \
sfx2 \

Modified: openoffice/trunk/main/Repository.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1772820=1772819=1772820=diff
==
--- openoffice/trunk/main/Repository.mk (original)
+++ openoffice/trunk/main/Repository.mk Tue Dec  6 02:02:36 2016
@@ -172,6 +172,7 @@ $(eval $(call gb_Helper_register_librari
vbaswobj \
 msforms \
vclcanvas \
+   uuresolver \
writerfilter_debug \
 ))
 

Modified: openoffice/trunk/main/postprocess/packcomponents/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/postprocess/packcomponents/makefile.mk?rev=1772820=1772819=1772820=diff
==
--- openoffice/trunk/main/postprocess/packcomponents/makefile.mk (original)
+++ openoffice/trunk/main/postprocess/packcomponents/makefile.mk Tue Dec  6 
02:02:36 2016
@@ -46,7 +46,6 @@ my_components = \
 proxyfac \
 reflection \
 stocservices \
-uuresolver \
 abp \
 analysis \
 avmedia \
@@ -93,6 +92,7 @@ my_components = \
component/reportdesign/util/rpt \
component/reportdesign/util/rptui \
 component/vbahelper/util/msforms \
+component/remotebridges/source/unourl_resolver/uuresolver \
 component/sax/source/expatwrap/expwrap \
 component/sax/source/fastparser/fastsax \
 component/sd/util/sd \

Added: openoffice/trunk/main/remotebridges/Library_uuresolver.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/remotebridges/Library_uuresolver.mk?rev=1772820=auto
==
--- openoffice/trunk/main/remotebridges/Library_uuresolver.mk (added)
+++ openoffice/trunk/main/remotebridges/Library_uuresolver.mk Tue Dec  6 
02:02:36 2016
@@ -0,0 +1,48 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**
+
+
+
+$(eval $(call gb_Library_Library,uuresolver))
+
+$(eval $(call 
gb_Library_set_componentfile,uuresolver,remotebridges/source/unourl_resolver/uuresolver))
+
+$(eval $(call gb_Library_set_include,uuresolver,\
+$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_api,uuresolver,\
+   udkapi \
+))
+
+$(eval $(call gb_Library_add_linked_libs,uuresolver,\
+   cppuhelper \
+   cppu \
+   sal \
+   $(gb_STDLIBS) \
+))
+
+
+$(eval $(call gb_Library_add_exception_objects,uuresolver,\
+   remotebridges/source/unourl_resolver/unourl_resolver \
+))
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/trunk/main/remotebridges/Makefile
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/remotebridges/Makefile?rev=1772820=auto
==
--- 

svn commit: r1772819 - in /openoffice/trunk/main: ./ eventattacher/ eventattacher/prj/ eventattacher/source/ postprocess/packcomponents/

2016-12-05 Thread damjan
Author: damjan
Date: Tue Dec  6 01:40:58 2016
New Revision: 1772819

URL: http://svn.apache.org/viewvc?rev=1772819=rev
Log:
Port eventattacher to gbuild.

Patch by: me


Added:
openoffice/trunk/main/eventattacher/Library_evtatt.mk
openoffice/trunk/main/eventattacher/Makefile   (with props)
openoffice/trunk/main/eventattacher/Module_eventattacher.mk
openoffice/trunk/main/eventattacher/prj/makefile.mk
Removed:
openoffice/trunk/main/eventattacher/source/makefile.mk
Modified:
openoffice/trunk/main/Module_ooo.mk
openoffice/trunk/main/Repository.mk
openoffice/trunk/main/eventattacher/prj/build.lst
openoffice/trunk/main/eventattacher/prj/d.lst
openoffice/trunk/main/eventattacher/source/eventattacher.cxx
openoffice/trunk/main/postprocess/packcomponents/makefile.mk

Modified: openoffice/trunk/main/Module_ooo.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1772819=1772818=1772819=diff
==
--- openoffice/trunk/main/Module_ooo.mk (original)
+++ openoffice/trunk/main/Module_ooo.mk Tue Dec  6 01:40:58 2016
@@ -36,6 +36,7 @@ $(eval $(call gb_Module_add_moduledirs,o
dbaccess \
drawinglayer \
editeng \
+   eventattacher \
fileaccess \
formula \
framework \

Modified: openoffice/trunk/main/Repository.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1772819=1772818=1772819=diff
==
--- openoffice/trunk/main/Repository.mk (original)
+++ openoffice/trunk/main/Repository.mk Tue Dec  6 01:40:58 2016
@@ -61,6 +61,7 @@ $(eval $(call gb_Helper_register_librari
drawinglayer \
svgio \
editeng \
+   evtatt \
file \
fileacc \
for \

Added: openoffice/trunk/main/eventattacher/Library_evtatt.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/eventattacher/Library_evtatt.mk?rev=1772819=auto
==
--- openoffice/trunk/main/eventattacher/Library_evtatt.mk (added)
+++ openoffice/trunk/main/eventattacher/Library_evtatt.mk Tue Dec  6 01:40:58 
2016
@@ -0,0 +1,48 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**
+
+
+
+$(eval $(call gb_Library_Library,evtatt))
+
+$(eval $(call gb_Library_set_componentfile,evtatt,eventattacher/source/evtatt))
+
+$(eval $(call gb_Library_set_include,evtatt,\
+$$(INCLUDE) \
+))
+
+$(eval $(call gb_Library_add_api,evtatt,\
+   udkapi \
+))
+
+$(eval $(call gb_Library_add_linked_libs,evtatt,\
+   cppuhelper \
+   cppu \
+   sal \
+   $(gb_STDLIBS) \
+))
+
+
+$(eval $(call gb_Library_add_exception_objects,evtatt,\
+   eventattacher/source/eventattacher \
+))
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/trunk/main/eventattacher/Makefile
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/eventattacher/Makefile?rev=1772819=auto
==
--- openoffice/trunk/main/eventattacher/Makefile (added)
+++ openoffice/trunk/main/eventattacher/Makefile Tue Dec  6 01:40:58 2016
@@ -0,0 +1,32 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific 

svn commit: r1772808 - in /openoffice/trunk/main: ./ configmgr/ configmgr/prj/ postprocess/packcomponents/

2016-12-05 Thread damjan
Author: damjan
Date: Mon Dec  5 21:40:32 2016
New Revision: 1772808

URL: http://svn.apache.org/viewvc?rev=1772808=rev
Log:
Port main/configmgr to gbuild.

Patch by: me


Added:
openoffice/trunk/main/configmgr/JunitTest_configmgr_unoapi.mk
openoffice/trunk/main/configmgr/Library_configmgr.mk
openoffice/trunk/main/configmgr/Makefile   (with props)
openoffice/trunk/main/configmgr/Module_configmgr.mk
openoffice/trunk/main/configmgr/prj/makefile.mk
Modified:
openoffice/trunk/main/Module_ooo.mk
openoffice/trunk/main/Repository.mk
openoffice/trunk/main/configmgr/prj/build.lst
openoffice/trunk/main/configmgr/prj/d.lst
openoffice/trunk/main/postprocess/packcomponents/makefile.mk

Modified: openoffice/trunk/main/Module_ooo.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1772808=1772807=1772808=diff
==
--- openoffice/trunk/main/Module_ooo.mk (original)
+++ openoffice/trunk/main/Module_ooo.mk Mon Dec  5 21:40:32 2016
@@ -31,6 +31,7 @@ $(eval $(call gb_Module_add_moduledirs,o
binaryurp \
canvas \
comphelper \
+   configmgr \
cppcanvas \
dbaccess \
drawinglayer \

Modified: openoffice/trunk/main/Repository.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1772808=1772807=1772808=diff
==
--- openoffice/trunk/main/Repository.mk (original)
+++ openoffice/trunk/main/Repository.mk Mon Dec  5 21:40:32 2016
@@ -153,6 +153,7 @@ $(eval $(call gb_Helper_register_librari
binaryurp \
cairocanvas \
canvasfactory \
+   configmgr \
connector \
directx5canvas \
directx9canvas \

Added: openoffice/trunk/main/configmgr/JunitTest_configmgr_unoapi.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configmgr/JunitTest_configmgr_unoapi.mk?rev=1772808=auto
==
--- openoffice/trunk/main/configmgr/JunitTest_configmgr_unoapi.mk (added)
+++ openoffice/trunk/main/configmgr/JunitTest_configmgr_unoapi.mk Mon Dec  5 
21:40:32 2016
@@ -0,0 +1,45 @@
+###
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+###
+
+
+
+$(eval $(call gb_JunitTest_JunitTest,configmgr_unoapi,SRCDIR))
+
+$(eval $(call gb_JunitTest_set_defs,configmgr_unoapi,\
+   $$(DEFS) \
+   -Dorg.openoffice.test.arg.sce=$(SRCDIR)/configmgr/qa/unoapi/module.sce \
+))
+
+$(eval $(call gb_JunitTest_add_jars,configmgr_unoapi,\
+   $(OUTDIR)/bin/OOoRunner.jar \
+   $(OUTDIR)/bin/ridl.jar \
+   $(OUTDIR)/bin/test.jar \
+))
+
+$(eval $(call gb_JunitTest_add_sourcefiles,configmgr_unoapi,\
+   configmgr/qa/unoapi/Test \
+))
+
+$(eval $(call gb_JunitTest_add_classes,configmgr_unoapi,\
+   org.openoffice.configmgr.qa.unoapi.Test \
+))
+
+# vim: set noet sd=4 ts=4:

Added: openoffice/trunk/main/configmgr/Library_configmgr.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configmgr/Library_configmgr.mk?rev=1772808=auto
==
--- openoffice/trunk/main/configmgr/Library_configmgr.mk (added)
+++ openoffice/trunk/main/configmgr/Library_configmgr.mk Mon Dec  5 21:40:32 
2016
@@ -0,0 +1,83 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, 

svn commit: r1772804 - /openoffice/trunk/main/x11_extensions/Package_inc.mk

2016-12-05 Thread damjan
Author: damjan
Date: Mon Dec  5 20:57:08 2016
New Revision: 1772804

URL: http://svn.apache.org/viewvc?rev=1772804=rev
Log:
Fix filename problems in main/x11_extensions introduced in r1772599.

Patch by: me

Modified:
openoffice/trunk/main/x11_extensions/Package_inc.mk

Modified: openoffice/trunk/main/x11_extensions/Package_inc.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/x11_extensions/Package_inc.mk?rev=1772804=1772803=1772804=diff
==
--- openoffice/trunk/main/x11_extensions/Package_inc.mk (original)
+++ openoffice/trunk/main/x11_extensions/Package_inc.mk Mon Dec  5 20:57:08 2016
@@ -23,8 +23,8 @@
 
 $(eval $(call gb_Package_Package,x11_extensions_inc,$(SRCDIR)/x11_extensions))
 
-$(eval $(call 
gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/Xrandr,inc/Xrandr.h))
-$(eval $(call 
gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/Xrender,inc/Xrender.h))
+$(eval $(call 
gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/Xrandr.h,inc/Xrandr.h))
+$(eval $(call 
gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/Xrender.h,inc/Xrender.h))
 $(eval $(call 
gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/randr.h,inc/randr.h))
 $(eval $(call 
gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/randrproto.h,inc/randrproto.h))
 $(eval $(call 
gb_Package_add_file,x11_extensions_inc,inc/X11/extensions/render.h,inc/render.h))




svn commit: r1772794 - /openoffice/trunk/main/ure/source/makefile.mk

2016-12-05 Thread damjan
Author: damjan
Date: Mon Dec  5 20:47:57 2016
New Revision: 1772794

URL: http://svn.apache.org/viewvc?rev=1772794=rev
Log:
Finish the main/binaryurp port to gbuild by fixing a path problem
to its component file in main/ure.

Patch by: me


Modified:
openoffice/trunk/main/ure/source/makefile.mk

Modified: openoffice/trunk/main/ure/source/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/ure/source/makefile.mk?rev=1772794=1772793=1772794=diff
==
--- openoffice/trunk/main/ure/source/makefile.mk (original)
+++ openoffice/trunk/main/ure/source/makefile.mk Mon Dec  5 20:47:57 2016
@@ -30,8 +30,8 @@ ZIP1FLAGS = -r
 ZIP1LIST = uretest
 
 my_components = \
+component/binaryurp/source/binaryurp \
 component/io/source/acceptor/acceptor \
-binaryurp \
 bootstrap \
 component/io/source/connector/connector \
 introspection \




svn commit: r1772740 - in /openoffice/trunk/main: ./ binaryurp/ binaryurp/prj/ binaryurp/qa/ binaryurp/source/ postprocess/packcomponents/

2016-12-05 Thread damjan
Author: damjan
Date: Mon Dec  5 18:06:17 2016
New Revision: 1772740

URL: http://svn.apache.org/viewvc?rev=1772740=rev
Log:
Port main/binaryurp to gbuild.

Patch by: me

Added:
openoffice/trunk/main/binaryurp/GoogleTest_cache.mk
openoffice/trunk/main/binaryurp/GoogleTest_unmarshal.mk
openoffice/trunk/main/binaryurp/Library_binaryurp.mk
openoffice/trunk/main/binaryurp/Makefile   (with props)
openoffice/trunk/main/binaryurp/Module_binaryurp.mk
openoffice/trunk/main/binaryurp/prj/makefile.mk
Removed:
openoffice/trunk/main/binaryurp/qa/makefile.mk
openoffice/trunk/main/binaryurp/source/makefile.mk
Modified:
openoffice/trunk/main/Module_ooo.mk
openoffice/trunk/main/Repository.mk
openoffice/trunk/main/binaryurp/prj/build.lst
openoffice/trunk/main/binaryurp/prj/d.lst
openoffice/trunk/main/postprocess/packcomponents/makefile.mk

Modified: openoffice/trunk/main/Module_ooo.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1772740=1772739=1772740=diff
==
--- openoffice/trunk/main/Module_ooo.mk (original)
+++ openoffice/trunk/main/Module_ooo.mk Mon Dec  5 18:06:17 2016
@@ -28,6 +28,7 @@ $(eval $(call gb_Module_add_moduledirs,o
animations \
basebmp \
basegfx \
+   binaryurp \
canvas \
comphelper \
cppcanvas \

Modified: openoffice/trunk/main/Repository.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1772740=1772739=1772740=diff
==
--- openoffice/trunk/main/Repository.mk (original)
+++ openoffice/trunk/main/Repository.mk Mon Dec  5 18:06:17 2016
@@ -150,6 +150,7 @@ $(eval $(call gb_Helper_register_librari
 
 $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
acceptor \
+   binaryurp \
cairocanvas \
canvasfactory \
connector \

Added: openoffice/trunk/main/binaryurp/GoogleTest_cache.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/binaryurp/GoogleTest_cache.mk?rev=1772740=auto
==
--- openoffice/trunk/main/binaryurp/GoogleTest_cache.mk (added)
+++ openoffice/trunk/main/binaryurp/GoogleTest_cache.mk Mon Dec  5 18:06:17 2016
@@ -0,0 +1,46 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**
+
+
+$(eval $(call gb_GoogleTest_GoogleTest,binaryurp_cache))
+
+$(eval $(call gb_GoogleTest_set_include,binaryurp_cache,\
+   $$(INCLUDE) \
+))
+
+#$(eval $(call gb_GoogleTest_add_api,binaryurp_cache,\
+#  offapi \
+#  udkapi \
+#))
+ 
+$(eval $(call gb_GoogleTest_add_exception_objects,binaryurp_cache, \
+   binaryurp/qa/main \
+   binaryurp/qa/test-cache \
+))
+ 
+$(eval $(call gb_GoogleTest_add_linked_libs,binaryurp_cache, \
+sal \
+$(gb_STDLIBS) \
+))
+
+
+ 
+# vim: set noet sw=4 ts=4:

Added: openoffice/trunk/main/binaryurp/GoogleTest_unmarshal.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/binaryurp/GoogleTest_unmarshal.mk?rev=1772740=auto
==
--- openoffice/trunk/main/binaryurp/GoogleTest_unmarshal.mk (added)
+++ openoffice/trunk/main/binaryurp/GoogleTest_unmarshal.mk Mon Dec  5 18:06:17 
2016
@@ -0,0 +1,60 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS 

svn commit: r1772716 - in /openoffice/trunk/main: ./ animations/ animations/prj/ animations/source/animcore/ postprocess/packcomponents/

2016-12-05 Thread damjan
Author: damjan
Date: Mon Dec  5 16:59:04 2016
New Revision: 1772716

URL: http://svn.apache.org/viewvc?rev=1772716=rev
Log:
Port main/animations to gbuild.

Patch by: me


Added:
openoffice/trunk/main/animations/Library_animcore.mk
openoffice/trunk/main/animations/Makefile   (with props)
openoffice/trunk/main/animations/Module_animations.mk
openoffice/trunk/main/animations/Package_inc.mk
openoffice/trunk/main/animations/Package_xml.mk
openoffice/trunk/main/animations/prj/makefile.mk
Removed:
openoffice/trunk/main/animations/source/animcore/makefile.mk
Modified:
openoffice/trunk/main/Module_ooo.mk
openoffice/trunk/main/Repository.mk
openoffice/trunk/main/animations/prj/build.lst
openoffice/trunk/main/animations/prj/d.lst
openoffice/trunk/main/animations/source/animcore/factreg.cxx
openoffice/trunk/main/postprocess/packcomponents/makefile.mk

Modified: openoffice/trunk/main/Module_ooo.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1772716=1772715=1772716=diff
==
--- openoffice/trunk/main/Module_ooo.mk (original)
+++ openoffice/trunk/main/Module_ooo.mk Mon Dec  5 16:59:04 2016
@@ -25,6 +25,7 @@ $(eval $(call gb_Module_Module,ooo))
 
 $(eval $(call gb_Module_add_moduledirs,ooo,\
MathMLDTD \
+   animations \
basebmp \
basegfx \
canvas \

Modified: openoffice/trunk/main/Repository.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1772716=1772715=1772716=diff
==
--- openoffice/trunk/main/Repository.mk (original)
+++ openoffice/trunk/main/Repository.mk Mon Dec  5 16:59:04 2016
@@ -44,6 +44,7 @@ $(eval $(call gb_Helper_register_librari
adabas \
adabasui \
agg \
+   animcore \
avmedia \
basebmp \
basegfx \

Added: openoffice/trunk/main/animations/Library_animcore.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/animations/Library_animcore.mk?rev=1772716=auto
==
--- openoffice/trunk/main/animations/Library_animcore.mk (added)
+++ openoffice/trunk/main/animations/Library_animcore.mk Mon Dec  5 16:59:04 
2016
@@ -0,0 +1,52 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**
+
+
+
+$(eval $(call gb_Library_Library,animcore))
+
+$(eval $(call 
gb_Library_set_componentfile,animcore,animations/source/animcore/animcore))
+
+$(eval $(call gb_Library_set_include,animcore,\
+$$(INCLUDE) \
+-I$(SRCDIR)/animations/inc \
+))
+
+$(eval $(call gb_Library_add_api,animcore,\
+   offapi \
+   udkapi \
+))
+
+$(eval $(call gb_Library_add_linked_libs,animcore,\
+   cppuhelper \
+   cppu \
+   sal \
+   $(gb_STDLIBS) \
+))
+
+
+$(eval $(call gb_Library_add_exception_objects,animcore,\
+   animations/source/animcore/animcore \
+   animations/source/animcore/factreg \
+   animations/source/animcore/targetpropertiescreator \
+))
+
+# vim: set noet sw=4 ts=4:

Added: openoffice/trunk/main/animations/Makefile
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/animations/Makefile?rev=1772716=auto
==
--- openoffice/trunk/main/animations/Makefile (added)
+++ openoffice/trunk/main/animations/Makefile Mon Dec  5 16:59:04 2016
@@ -0,0 +1,32 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  

buildbot failure in on aoo-w741x

2016-12-05 Thread buildbot
The Buildbot has detected a new failure on builder aoo-w741x while building . 
Full details are available at:
https://ci.apache.org/builders/aoo-w741x/builds/56

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: forced: by IRC user  on channel #asftest: Test last 
changes
Build Source Stamp: HEAD
Blamelist: 

BUILD FAILED: failed move the split install bits back

Sincerely,
 -The Buildbot





buildbot exception in on aoo-w741x

2016-12-05 Thread buildbot
The Buildbot has detected a build exception on builder aoo-w741x while building 
. Full details are available at:
https://ci.apache.org/builders/aoo-w741x/builds/55

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-41x' triggered this build
Build Source Stamp: [branch openoffice/branches/AOO414] HEAD
Blamelist: 

BUILD FAILED: exception delete old build

Sincerely,
 -The Buildbot