buildbot failure in ASF Buildbot on aoo-w7snap

2015-07-13 Thread buildbot
The Buildbot has detected a failed build on builder aoo-w7snap while building 
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/aoo-w7snap/builds/5

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

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-snapshot' triggered this 
build
Build Source Stamp: [branch openoffice/tags/SNAPSHOT] HEAD
Blamelist: 

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

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-nightly

2015-07-13 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/15

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

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2015-07-13 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-fbsd-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/5

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

Buildslave for this Build: bb-fbsd2_64bit

Build Reason: The Nightly scheduler named 'openoffice-fbsd-nightly' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed build --all

Sincerely,
 -The Buildbot





svn commit: r1690854 - /openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch

2015-07-13 Thread pfg
Author: pfg
Date: Tue Jul 14 02:13:50 2015
New Revision: 1690854

URL: http://svn.apache.org/r1690854
Log:
Really fix the FreeBSD buildbot.

Submitted by:   Don Lewis

Modified:
openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch

Modified: openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch?rev=1690854r1=1690853r2=1690854view=diff
==
--- openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch (original)
+++ openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch Tue Jul 14 
02:13:50 2015
@@ -1,22 +1,25 @@
 misc/CoinMP-1.7.6/CoinUtils/src/CoinSignal.hpp 2011-01-03 
20:31:00.0 -0300
-+++ misc/build/CoinMP-1.7.6/CoinUtils/src/CoinSignal.hpp   2014-02-01 
02:02:10.596696644 -0300
-@@ -44,7 +44,7 @@
- 
//-
- 
- #if defined(__FreeBSD__)  defined(__GNUC__)
--   typedef __decltype(SIG_DFL) CoinSighandler_t;
-+   typedef typeof(SIG_DFL) CoinSighandler_t;
- #  define CoinSighandler_t_defined
- #endif
-@@ -95,7 +95,10 @@
+--- misc/CoinMP-1.7.6/CoinUtils/src/CoinSignal.hpp 2011-01-03 
23:31:00.0 +
 misc/build/CoinMP-1.7.6/CoinUtils/src/CoinSignal.hpp   2015-07-14 
00:18:26.10536 +
+@@ -43,7 +43,7 @@
  
  
//-
  
--#if defined(__MACH__)  defined(__GNUC__)
-+#if !defined(__FreeBSD__)  defined(__clang__)
-+   typedef void(*CoinSighandler_t)(int);
-+#  define CoinSighandler_t_defined
-+#elif defined(__MACH__)  defined(__GNUC__)
+-#if defined(__FreeBSD__)  defined(__GNUC__)
++#if defined(__FreeBSD__)  defined(__GNUC__)  !defined(__clang__)
 typedef typeof(SIG_DFL) CoinSighandler_t;
  #  define CoinSighandler_t_defined
  #endif
+@@ -100,6 +100,13 @@
+ #  define CoinSighandler_t_defined
+ #endif
+ 
++//-
++
++#if defined(__clang__)
++   typedef __decltype(SIG_DFL) CoinSighandler_t;
++#  define CoinSighandler_t_defined
++#endif
++
+ 
//#
+ 
+ #ifndef CoinSighandler_t_defined




buildbot failure in ASF Buildbot on openoffice-linux32-nightly

2015-07-13 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-linux32-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/15

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

Buildslave for this Build: bb-vm2_ubuntu_32bit

Build Reason: The Nightly scheduler named 'openoffice-linux32-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed build --all

Sincerely,
 -The Buildbot





svn commit: r1690755 - /openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch

2015-07-13 Thread pfg
Author: pfg
Date: Mon Jul 13 17:06:48 2015
New Revision: 1690755

URL: http://svn.apache.org/r1690755
Log:
revert r1690740 and try again.

Modified:
openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch

Modified: openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch?rev=1690755r1=1690754r2=1690755view=diff
==
--- openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch (original)
+++ openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch Mon Jul 13 
17:06:48 2015
@@ -1,11 +1,19 @@
 --- misc/CoinMP-1.7.6/CoinUtils/src/CoinSignal.hpp 2011-01-03 
20:31:00.0 -0300
 +++ misc/build/CoinMP-1.7.6/CoinUtils/src/CoinSignal.hpp   2014-02-01 
02:02:10.596696644 -0300
+@@ -44,7 +44,7 @@
+ 
//-
+ 
+ #if defined(__FreeBSD__)  defined(__GNUC__)
+-   typedef __decltype(SIG_DFL) CoinSighandler_t;
++   typedef typeof(SIG_DFL) CoinSighandler_t;
+ #  define CoinSighandler_t_defined
+ #endif
 @@ -95,7 +95,10 @@
  
  
//-
  
 -#if defined(__MACH__)  defined(__GNUC__)
-+#if defined(__FreeBSD__) || defined(__clang__)
++#if !defined(__FreeBSD__)  defined(__clang__)
 +   typedef void(*CoinSighandler_t)(int);
 +#  define CoinSighandler_t_defined
 +#elif defined(__MACH__)  defined(__GNUC__)




svn commit: r1690740 - /openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch

2015-07-13 Thread pfg
Author: pfg
Date: Mon Jul 13 15:48:43 2015
New Revision: 1690740

URL: http://svn.apache.org/r1690740
Log:
Attempt to fix the FreeBSD buildbot

Modified:
openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch

Modified: openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch?rev=1690740r1=1690739r2=1690740view=diff
==
--- openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch (original)
+++ openoffice/trunk/ext_libraries/coinmp/coinmp-1.7.6-clang.patch Mon Jul 13 
15:48:43 2015
@@ -5,7 +5,7 @@
  
//-
  
 -#if defined(__MACH__)  defined(__GNUC__)
-+#if defined(__clang__)
++#if defined(__FreeBSD__) || defined(__clang__)
 +   typedef void(*CoinSighandler_t)(int);
 +#  define CoinSighandler_t_defined
 +#elif defined(__MACH__)  defined(__GNUC__)




svn commit: r1690817 - /openoffice/trunk/main/ooxml/source/framework/JavaPartManager/.classpath

2015-07-13 Thread kschenk
Author: kschenk
Date: Mon Jul 13 20:53:35 2015
New Revision: 1690817

URL: http://svn.apache.org/r1690817
Log:
#i126401# Add ASF license headers
Patch by: Gavin McDonald

Modified:
openoffice/trunk/main/ooxml/source/framework/JavaPartManager/.classpath

Modified: 
openoffice/trunk/main/ooxml/source/framework/JavaPartManager/.classpath
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/ooxml/source/framework/JavaPartManager/.classpath?rev=1690817r1=1690816r2=1690817view=diff
==
Binary files - no diff available.




svn commit: r1690819 - /openoffice/trunk/main/ooxml/source/framework/OOXMLViewer/.classpath

2015-07-13 Thread kschenk
Author: kschenk
Date: Mon Jul 13 20:54:59 2015
New Revision: 1690819

URL: http://svn.apache.org/r1690819
Log:
#i126401# Add ASF license headers
Patch by: Gavin McDonald

Modified:
openoffice/trunk/main/ooxml/source/framework/OOXMLViewer/.classpath

Modified: openoffice/trunk/main/ooxml/source/framework/OOXMLViewer/.classpath
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/ooxml/source/framework/OOXMLViewer/.classpath?rev=1690819r1=1690818r2=1690819view=diff
==
Binary files - no diff available.




svn commit: r1690820 - /openoffice/trunk/main/ooxml/source/framework/OOXMLViewer/.project

2015-07-13 Thread kschenk
Author: kschenk
Date: Mon Jul 13 20:55:14 2015
New Revision: 1690820

URL: http://svn.apache.org/r1690820
Log:
#i126401# Add ASF license headers
Patch by: Gavin McDonald

Modified:
openoffice/trunk/main/ooxml/source/framework/OOXMLViewer/.project

Modified: openoffice/trunk/main/ooxml/source/framework/OOXMLViewer/.project
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/ooxml/source/framework/OOXMLViewer/.project?rev=1690820r1=1690819r2=1690820view=diff
==
Binary files - no diff available.




svn commit: r1690818 - /openoffice/trunk/main/ooxml/source/framework/JavaPartManager/.project

2015-07-13 Thread kschenk
Author: kschenk
Date: Mon Jul 13 20:54:36 2015
New Revision: 1690818

URL: http://svn.apache.org/r1690818
Log:
#i126401# Add ASF license headers
Patch by: Gavin McDonald

Modified:
openoffice/trunk/main/ooxml/source/framework/JavaPartManager/.project

Modified: openoffice/trunk/main/ooxml/source/framework/JavaPartManager/.project
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/ooxml/source/framework/JavaPartManager/.project?rev=1690818r1=1690817r2=1690818view=diff
==
Binary files - no diff available.




buildbot success in ASF Buildbot on aoo-win7

2015-07-13 Thread buildbot
The Buildbot has detected a passing build on builder aoo-win7 while building 
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/aoo-win7/builds/15

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

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-nightly' triggered this 
build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot