Re: internal openldap build fails when exporting FLAGS

2014-12-21 Thread Maarten Hoes
Hi, Sorry. Wrong cutnpaste, I meant this one of course: (same error though, but different build): http://ci.libreoffice.org/job/lo_gerrit_master/Gerrit=Gerrit,Platform=MacOSX/5/console - Maarten. On Sun, Dec 21, 2014 at 1:08 PM, Maarten Hoes wrote: > Hi, > > > Sorry for not looking in the

Re: internal openldap build fails when exporting FLAGS

2014-12-21 Thread Maarten Hoes
Hi, Sorry for not looking in the right direction. Is it this log ? http://ci.libreoffice.org/job/lo_gerrit_master/10/Gerrit=Gerrit,Platform=MacOSX/console If so,I have no idea why that failed java statement at the end was caused by this patch ? Is the (java) maximum line length somehow exceeded

Re: internal openldap build fails when exporting FLAGS

2014-12-21 Thread Maarten Hoes
Hi, Thanks for that. It looks like with my patch, the build fails for the 'Continuous Integration Bot'. Is there a logfile or something like that, which I can take a look at to try and figure out why it failed ? Thanks, - Maarten On Sun, Dec 21, 2014 at 2:52 AM, Chris Sherlock wrote: > Th

Re: internal openldap build fails when exporting FLAGS

2014-12-20 Thread Chris Sherlock
That does look an error. I've rebased and started a build - can't see any issues though! Chris Sent from my iPhone > On 21 Dec 2014, at 7:41 am, Maarten Hoes wrote: > > Hi, > > > I made the minimum amount of change I needed, and submitted a patch to gerrit > for review. > > https://gerri

Re: internal openldap build fails when exporting FLAGS

2014-12-20 Thread Maarten Hoes
Hi, I made the minimum amount of change I needed, and submitted a patch to gerrit for review. https://gerrit.libreoffice.org/13568 - Maarten On Sat, Dec 20, 2014 at 12:23 PM, Maarten Hoes wrote: > Hi, > > > For lcov code coverage purposes, I have to build libreoffice with the > following F

internal openldap build fails when exporting FLAGS

2014-12-20 Thread Maarten Hoes
Hi, For lcov code coverage purposes, I have to build libreoffice with the following FLAGS set and exported : LDFLAGS='-fprofile-arcs' CFLAGS='-fprofile-arcs -ftest-coverage' CXXFLAGS='-fprofile-arcs -ftest-coverage' CPPFLAGS='-fprofile-arcs -ftest-coverage' export LDFLAGS CFLAGS CXXFLAGS CPPFLAG