Re: Are the Buildbots down?

2015-08-03 Thread Don Lewis
On 21 Jul, To: p...@apache.org wrote: Doing pkg install clang35 adding this to the configure script CPP=clang-cpp35 CC=clang35 CXX=clang++35 export CPP CC CXX On FreeBSD configure still needs CPPFLAGS=-I/usr/local/include in its environment. Looks like that got dropped when CPP and

Re: Are the Buildbots down?

2015-07-15 Thread Don Lewis
On 14 Jul, Don Lewis wrote: At this point, I'm going to back out the patch above, and remove CPPFLAGS and LDFLAGS from the environment passed to build. I'll pass LIBINTL_PREFIX instead to fix he hunspell issue. This is looking real good. This time the build got far enough to tickle the

Re: Are the Buildbots down?

2015-07-15 Thread Don Lewis
On 15 Jul, Don Lewis wrote: I'll install clang35 from ports and try again. Success! This is with trunk r1690992 and no additional patches. *** Successful packaging process! ***

Re: Are the Buildbots down?

2015-07-15 Thread Kay Schenk
Thanks to Pedro and Don for hanging in there with these changes! It's great that we finally have a freebsd build! YAY! On 07/15/2015 02:23 PM, Gavin McDonald wrote: Hi Don, This is great work, thanks! I’m going to try this on our Buildbot tomorrow. Gav… On 15 Jul 2015, at 6:33 pm,

Re: Build trouble (was Re: Are the Buildbots down?)

2015-07-15 Thread Pedro Giffuni
Hi Don; On 07/15/15 15:49, Don Lewis wrote: On 15 Jul, Pedro Giffuni wrote: And here comes one of the huge can of worms in OpenOffice: we are using a very old version of ICU. The truth is, we have code to update ICU to a more recent version resting peacefully somewhere in the Symphony

Re: Are the Buildbots down?

2015-07-15 Thread Gavin McDonald
Hi Don, This is great work, thanks! I’m going to try this on our Buildbot tomorrow. Gav… On 15 Jul 2015, at 6:33 pm, Don Lewis truck...@freebsd.org wrote: On 15 Jul, Don Lewis wrote: I'll install clang35 from ports and try again. Success! This is with trunk r1690992 and no

Re: Build trouble (was Re: Are the Buildbots down?)

2015-07-15 Thread Don Lewis
On 15 Jul, Pedro Giffuni wrote: And here comes one of the huge can of worms in OpenOffice: we are using a very old version of ICU. The truth is, we have code to update ICU to a more recent version resting peacefully somewhere in the Symphony branch. The IBM (China) guys that wrote it never

Build trouble (was Re: Are the Buildbots down?)

2015-07-15 Thread Pedro Giffuni
On 07/14/15 23:33, Don Lewis wrote: ... It appears that hunspell has a way of generating that header in the that location on systems that don't have gettext, but for whatever reason it decided not to do so. The real problem is this fragment of ext_libraries/hunspell/makefile.mk: .ELIF

Re: Are the Buildbots down?

2015-07-14 Thread Don Lewis
Next problem ... libxml2 deliver deliver -- version: 275594 Module 'libxml2' delivered successfully. 50 files copied, 2 files unchanged = Building module libxslt = [snip] Disabling crypto support Enabling debugger checking for libxml libraries = 2.6.27... 2.7.8 found

Re: Are the Buildbots down?

2015-07-14 Thread Don Lewis
On 13 Jul, Pedro Giffuni wrote: Hmm ... Perhaps there is something wrong here: tmain/libxml2/prj/d.lst Perhaps ... but since libxml is already installed on the system because it is a prerequisite of some of the other dependencies, such as java, gconf2, and gnome-vfs, I just switched to

Re: Are the Buildbots down?

2015-07-14 Thread Don Lewis
Next problem: /bin/sh ../../libtool --tag=CXX --mode=link c++ -g -O2 -o chmorph chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.3.la libtool: link: c++ -g -O2 -o chmorph chmorph.o ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.3.a c++ -DHAVE_CONFIG_H -I. -I../..

Re: Are the Buildbots down?

2015-07-14 Thread Pedro Giffuni
On 07/13/15 23:33, Don Lewis wrote: On 13 Jul, Pedro Giffuni wrote: I did notice the buildbot was failing on nss(?). That's what I get for taking hunks from elsewhere :-P. Patch below ... Committed as revision 1690992. Thanks! As you might have noticed I don't spend much quality time

Re: Are the Buildbots down?

2015-07-14 Thread Pedro Giffuni
On 07/14/15 02:32, Don Lewis wrote: Next problem: /bin/sh ../../libtool --tag=CXX --mode=link c++ -g -O2 -o chmorph chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.3.la libtool: link: c++ -g -O2 -o chmorph chmorph.o ../parsers/libparsers.a

Re: Are the Buildbots down?

2015-07-14 Thread Don Lewis
On 14 Jul, Pedro Giffuni wrote: On 07/14/15 02:32, Don Lewis wrote: Next problem: /bin/sh ../../libtool --tag=CXX --mode=link c++ -g -O2 -o chmorph chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.3.la libtool: link: c++ -g -O2 -o chmorph chmorph.o

Re: Are the Buildbots down?

2015-07-14 Thread Don Lewis
On 14 Jul, Pedro Giffuni wrote: On 07/14/15 01:37, Don Lewis wrote: On 13 Jul, Pedro Giffuni wrote: Hmm ... Perhaps there is something wrong here: tmain/libxml2/prj/d.lst Perhaps ... but since libxml is already installed on the system because it is a prerequisite of some of the other

Re: Are the Buildbots down?

2015-07-14 Thread Don Lewis
On 14 Jul, Pedro Giffuni wrote: On 07/13/15 23:33, Don Lewis wrote: On 13 Jul, Pedro Giffuni wrote: I did notice the buildbot was failing on nss(?). That's what I get for taking hunks from elsewhere :-P. Patch below ... Committed as revision 1690992. Thanks! As you might have

Re: Are the Buildbots down?

2015-07-13 Thread Don Lewis
On 13 Jul, Pedro Giffuni wrote: I did notice the buildbot was failing on nss(?). That's what I get for taking hunks from elsewhere :-P. Patch below ... As you might have noticed I don't spend much quality time with AOO lately :-(. I've been spending too much B-( Index:

Re: Are the Buildbots down?

2015-07-13 Thread Don Lewis
On 13 Jul, Pedro Giffuni wrote: I did notice the buildbot was failing on nss(?). That's what I get for taking hunks from elsewhere :-P. Working on a patch for that ... - To unsubscribe, e-mail:

Re: Are the Buildbots down?

2015-07-13 Thread Pedro Giffuni
On 07/13/15 20:06, Don Lewis wrote: On 13 Jul, Pedro Giffuni wrote: On 07/13/15 11:29, Don Lewis wrote: ... OpenOffice has a clang patch that was not catching this. I hacked it for FreeBSD now: http://svn.apache.org/viewvc?view=revisionrevision=1690740 But there is certainly something

Re: Are the Buildbots down?

2015-07-13 Thread Pedro Giffuni
On 07/13/15 11:29, Don Lewis wrote: ... OpenOffice has a clang patch that was not catching this. I hacked it for FreeBSD now: http://svn.apache.org/viewvc?view=revisionrevision=1690740 But there is certainly something wrong as clang is not being detected. I think clang defines __GNUC__, so

Re: Are the Buildbots down?

2015-07-13 Thread Don Lewis
On 13 Jul, Pedro Giffuni wrote: On 07/13/15 02:06, Don Lewis wrote: ... According to the bootstrap log, it's not a download problem. I'm able to reproduce the problem here. It looks like clang doesn't like some of the code in CoinMP: In file included from ClpSolve.cpp:347:

Re: Are the Buildbots down?

2015-07-13 Thread Pedro Giffuni
On 07/13/15 02:06, Don Lewis wrote: On 12 Jul, Pedro Giffuni wrote: Hi Gavin; Let me copy Don Lewis, who maintains the FreeBSD port @FreeBSD ... On 07/12/15 12:59, Gavin McDonald wrote: On 12 Jul 2015, at 4:50 pm, Pedro Giffuni p...@apache.org mailto:p...@apache.org wrote: Hello; On

Re: Are the Buildbots down?

2015-07-13 Thread Don Lewis
On 13 Jul, Pedro Giffuni wrote: On 07/13/15 02:06, Don Lewis wrote: On 12 Jul, Pedro Giffuni wrote: Hi Gavin; Let me copy Don Lewis, who maintains the FreeBSD port @FreeBSD ... On 07/12/15 12:59, Gavin McDonald wrote: On 12 Jul 2015, at 4:50 pm, Pedro Giffuni p...@apache.org

Re: Are the Buildbots down?

2015-07-13 Thread Pedro Giffuni
On 07/13/15 02:06, Don Lewis wrote: ... According to the bootstrap log, it's not a download problem. I'm able to reproduce the problem here. It looks like clang doesn't like some of the code in CoinMP: In file included from ClpSolve.cpp:347:

Re: Are the Buildbots down?

2015-07-13 Thread Don Lewis
On 13 Jul, Pedro Giffuni wrote: On 07/13/15 11:29, Don Lewis wrote: ... OpenOffice has a clang patch that was not catching this. I hacked it for FreeBSD now: http://svn.apache.org/viewvc?view=revisionrevision=1690740 But there is certainly something wrong as clang is not being detected.

Re: Are the Buildbots down?

2015-07-13 Thread Don Lewis
On 12 Jul, Pedro Giffuni wrote: Hi Gavin; Let me copy Don Lewis, who maintains the FreeBSD port @FreeBSD ... On 07/12/15 12:59, Gavin McDonald wrote: On 12 Jul 2015, at 4:50 pm, Pedro Giffuni p...@apache.org mailto:p...@apache.org wrote: Hello; On 07/11/15 10:39, Pedro Giffuni

Re: Are the Buildbots down?

2015-07-13 Thread Don Lewis
Just for giggles, I tried build --from nss and got this: make[2]: Entering directory '/tmp/openoffice/aoo-4.2.0/main/nss/unxfbsdx.pro/misc/build/nss-3.14.4/mozilla/security/coreconf/nsinstall' gcc -o out/nsinstall.o -c -O -fPIC -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK

Re: Are the Buildbots down?

2015-07-12 Thread Pedro Giffuni
Hi Gavin; Let me copy Don Lewis, who maintains the FreeBSD port @FreeBSD ... On 07/12/15 12:59, Gavin McDonald wrote: On 12 Jul 2015, at 4:50 pm, Pedro Giffuni p...@apache.org mailto:p...@apache.org wrote: Hello; On 07/11/15 10:39, Pedro Giffuni wrote: Hello; On 07/11/15 05:39, Marcus

Re: Are the Buildbots down?

2015-07-12 Thread Gavin McDonald
On 12 Jul 2015, at 4:50 pm, Pedro Giffuni p...@apache.org wrote: Hello; On 07/11/15 10:39, Pedro Giffuni wrote: Hello; On 07/11/15 05:39, Marcus wrote: Am 07/11/2015 11:31 AM, schrieb Gavin McDonald: The ‘open office-fbsd-nightly’ fails the ‘build —all’ step and needs

Re: Are the Buildbots down?

2015-07-12 Thread Pedro Giffuni
Hello; On 07/11/15 10:39, Pedro Giffuni wrote: Hello; On 07/11/15 05:39, Marcus wrote: Am 07/11/2015 11:31 AM, schrieb Gavin McDonald: The ‘open office-fbsd-nightly’ fails the ‘build —all’ step and needs investigating. 1 module(s): coinmp need(s) to be rebuilt Reason(s): ERROR: error

Re: Are the Buildbots down?

2015-07-11 Thread Marcus
Am 07/11/2015 11:31 AM, schrieb Gavin McDonald: Thanks, There is still more to do. I have changed the information provided on this page: https://ci.apache.org/projects/openoffice/https://ci.apache.org/projects/openoffice/ Before, Andrew Rist had been using wget to scrape results of builds

Re: Are the Buildbots down?

2015-07-11 Thread Gavin McDonald
Thanks, There is still more to do. I have changed the information provided on this page: https://ci.apache.org/projects/openoffice/ https://ci.apache.org/projects/openoffice/ Before, Andrew Rist had been using wget to scrape results of builds into a nice table layout. However, since I moved

Re: Are the Buildbots down?

2015-07-11 Thread Marcus
Am 07/11/2015 11:31 AM, schrieb Gavin McDonald: The ‘open office-fbsd-nightly’ fails the ‘build —all’ step and needs investigating. 1 module(s): coinmp need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making

Re: Are the Buildbots down?

2015-07-11 Thread Pedro Giffuni
Hello; On 07/11/15 05:39, Marcus wrote: Am 07/11/2015 11:31 AM, schrieb Gavin McDonald: The ‘open office-fbsd-nightly’ fails the ‘build —all’ step and needs investigating. 1 module(s): coinmp need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making

Re: Are the Buildbots down?

2015-07-10 Thread Kay Schenk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/09/2015 02:57 AM, Gavin McDonald wrote: On 9 Jul 2015, at 9:26 am, Regina Henschel rb.hensc...@t-online.de mailto:rb.hensc...@t-online.de wrote: JZA schrieb: Hi wonder if the Nightly builds down for AOO? Yes there are problems.

Re: Are the Buildbots down?

2015-07-09 Thread Regina Henschel
JZA schrieb: Hi wonder if the Nightly builds down for AOO? Yes there are problems. You can look why it fails on https://ci.apache.org/builders/aoo-win7/builds/9 https://ci.apache.org/builders/openoffice-linux32-nightly/builds/9

Re: Are the Buildbots down?

2015-07-09 Thread Mathias Röllig
Hello! I use the thread to ask if there any links to the actual development builds. https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-fullsets still refers to AOO 4.1.1 builds. Thanks! Mathias

Re: Are the Buildbots down?

2015-07-09 Thread Gavin McDonald
On 9 Jul 2015, at 9:26 am, Regina Henschel rb.hensc...@t-online.de wrote: JZA schrieb: Hi wonder if the Nightly builds down for AOO? Yes there are problems. You can look why it fails on https://ci.apache.org/builders/aoo-win7/builds/9

Re: Are the Buildbots down?

2015-07-09 Thread Kay Schenk
On 07/09/2015 01:34 AM, Mathias Röllig wrote: Hello! I use the thread to ask if there any links to the actual development builds. https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds#DevelopmentSnapshotBuilds-fullsets still refers to AOO 4.1.1 builds.