Re: Building OO

2017-08-16 Thread Don Lewis
On 16 Aug, Matthias Seidel wrote:
> Am 16.08.2017 um 19:51 schrieb Don Lewis:
>> I fixed the --enable-win-x64-shellext problem in r1805208.
> 
> Great!
> Now we could have all Windows buildbots in release quality!
> (If they were only functional and Infra would assign my ticket...)
> 
> BTW: Should we backport r1805208 to 4.1.4?

It would be nice, but not vital.  If it looked like it was going to be
in the critcal path for release, I'd skip it, but it looks like we've
got some quiet time while the OLE bugfix is in progress.

I'm currently doing a test build of 4.1.4 with the expat patch in
r1805208, but it is going slow due to competition for CPU cycles.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Opengrok

2017-08-16 Thread Marcus

Hi Nicolas,

your fix is working great. However, the selection of branches is a bit 
old. Is there a chance to get newer branches into Opengrok?


In SVN we have some more [1] and it would be great to get all 4.1.x 
release branches as selection here [2].


Or maybe is there a way that we can add this on our own? ;-)

Thanks for your help.

[1] https://svn.apache.org/repos/asf/openoffice/branches/
[2] http://opengrok.adfinis-sygroup.org/source/

Marcus



Am 16.08.2017 um 01:17 schrieb Jim Jagielski:

How does one select AOO414 ? Or add it? :)


On Aug 15, 2017, at 1:46 PM, Patricia Shanahan  wrote:

Opengrok, http://opengrok.adfinis-sygroup.org/source/, times out.

This makes it very unlikely I will be able to solve the RC2 OLE problem before 
I go out of town for a few days starting on Thursday. I can use find and grep 
instead, but it takes a lot longer.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Building OO

2017-08-16 Thread Matthias Seidel
Am 16.08.2017 um 19:51 schrieb Don Lewis:
> I fixed the --enable-win-x64-shellext problem in r1805208.

Great!
Now we could have all Windows buildbots in release quality!
(If they were only functional and Infra would assign my ticket...)

BTW: Should we backport r1805208 to 4.1.4?

>
> On 16 Aug, Matthias Seidel wrote:
>> Hi Don,
>>
>> it worked like a charm! ;-)
>>
>> My first AOO 4.2.0 builds are to be found here:
>> https://home.apache.org/~mseidel/AOO-builds/AOO-420-Test/
>>
>> My next build will be with "--enable-win-x64-shellext" but I suspect it
>> will stop because of expat2.2.3.
>> (For 4.1.4 we reverted to Jims patch)
>>
>> Matthias
>>
>>
>> Am 15.08.2017 um 20:00 schrieb Don Lewis:
>>> On 15 Aug, Matthias Seidel wrote:
 Am 15.08.2017 um 11:18 schrieb Don Lewis:
> On 10 Aug, Matthias Seidel wrote:
>> I could now get past the gtest error by disabling unit tests
>> (--disable-unit-tests).
>>
>> Errors in udm and xml2cmp remain:
>>
>> make: *** No rule to make target 
>> '/cygdrive/e/slave14/aoo-win7/build/main/udm/source/inc/precomp.h
>> ', needed by 
>> '/cygdrive/e/slave14/aoo-win7/build/main/solver/420/wntmsci12.pro/workdir/CxxObject/udm/source/html/htmlitem.o'.
>>   Stop.
>> dmake:  Error code 2, while making 'all'
>>
>> make: *** No rule to make target 
>> '/cygdrive/e/slave14/aoo-win7/build/main/xml2cmp/source/xcd/cr_html.hxx
>> ', needed by 
>> '/cygdrive/e/slave14/aoo-win7/build/main/solver/420/wntmsci12.pro/workdir/CxxObject/xml2cmp/source/xcd/cr_html.o'.
>>   Stop.
>> dmake:  Error code 2, while making 'all'
> I'm able to reproduce this on Windows 10 with cygwin 2.8.2.  If you look
> carefully about the "missing" files, you'll find that the file names in
> the error report have a carriage return character appended to them as
> in: 
>
>   '/cygdrive/e/slave14/aoo-win7/build/main/udm/source/inc/precomp.h^M'
>
> Something is going wrong in the Windows version of "make depend",
> essentially.  If I look at
> main/solver/420/wntmsci12.pro/workdir/Dep/CxxObject/xml2cmp/source/xcd/cr_html.d,
> I see:
>
> $(WORKDIR)/CxxObject/xml2cmp/source/xcd/cr_html.o: \
>\
>   $(SRCDIR)/xml2cmp/source/xcd/cr_html.hxx^M \
>   $(SRCDIR)/xml2cmp/source/support/sistr.hxx^M \
> etc.
>
> I believe I have this fixed in trunk revision r1805063.
 Hi Don,

 Well done!

 My build is still running, but it looks good so far! Still have disabled
 unit tests, will enable later and see if there may be a similar problem.
>>> This fixed gtest for me as well.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>>>
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Building OO

2017-08-16 Thread Don Lewis
I fixed the --enable-win-x64-shellext problem in r1805208.

On 16 Aug, Matthias Seidel wrote:
> Hi Don,
> 
> it worked like a charm! ;-)
> 
> My first AOO 4.2.0 builds are to be found here:
> https://home.apache.org/~mseidel/AOO-builds/AOO-420-Test/
> 
> My next build will be with "--enable-win-x64-shellext" but I suspect it
> will stop because of expat2.2.3.
> (For 4.1.4 we reverted to Jims patch)
> 
> Matthias
> 
> 
> Am 15.08.2017 um 20:00 schrieb Don Lewis:
>> On 15 Aug, Matthias Seidel wrote:
>>> Am 15.08.2017 um 11:18 schrieb Don Lewis:
 On 10 Aug, Matthias Seidel wrote:
> I could now get past the gtest error by disabling unit tests
> (--disable-unit-tests).
>
> Errors in udm and xml2cmp remain:
>
> make: *** No rule to make target 
> '/cygdrive/e/slave14/aoo-win7/build/main/udm/source/inc/precomp.h
> ', needed by 
> '/cygdrive/e/slave14/aoo-win7/build/main/solver/420/wntmsci12.pro/workdir/CxxObject/udm/source/html/htmlitem.o'.
>   Stop.
> dmake:  Error code 2, while making 'all'
>
> make: *** No rule to make target 
> '/cygdrive/e/slave14/aoo-win7/build/main/xml2cmp/source/xcd/cr_html.hxx
> ', needed by 
> '/cygdrive/e/slave14/aoo-win7/build/main/solver/420/wntmsci12.pro/workdir/CxxObject/xml2cmp/source/xcd/cr_html.o'.
>   Stop.
> dmake:  Error code 2, while making 'all'
 I'm able to reproduce this on Windows 10 with cygwin 2.8.2.  If you look
 carefully about the "missing" files, you'll find that the file names in
 the error report have a carriage return character appended to them as
 in: 

   '/cygdrive/e/slave14/aoo-win7/build/main/udm/source/inc/precomp.h^M'

 Something is going wrong in the Windows version of "make depend",
 essentially.  If I look at
 main/solver/420/wntmsci12.pro/workdir/Dep/CxxObject/xml2cmp/source/xcd/cr_html.d,
 I see:

 $(WORKDIR)/CxxObject/xml2cmp/source/xcd/cr_html.o: \
 \
$(SRCDIR)/xml2cmp/source/xcd/cr_html.hxx^M \
$(SRCDIR)/xml2cmp/source/support/sistr.hxx^M \
 etc.

 I believe I have this fixed in trunk revision r1805063.
>>> Hi Don,
>>>
>>> Well done!
>>>
>>> My build is still running, but it looks good so far! Still have disabled
>>> unit tests, will enable later and see if there may be a similar problem.
>> This fixed gtest for me as well.
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
> 
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Building OO

2017-08-16 Thread Matthias Seidel
Hi Don,

it worked like a charm! ;-)

My first AOO 4.2.0 builds are to be found here:
https://home.apache.org/~mseidel/AOO-builds/AOO-420-Test/

My next build will be with "--enable-win-x64-shellext" but I suspect it
will stop because of expat2.2.3.
(For 4.1.4 we reverted to Jims patch)

Matthias


Am 15.08.2017 um 20:00 schrieb Don Lewis:
> On 15 Aug, Matthias Seidel wrote:
>> Am 15.08.2017 um 11:18 schrieb Don Lewis:
>>> On 10 Aug, Matthias Seidel wrote:
 I could now get past the gtest error by disabling unit tests
 (--disable-unit-tests).

 Errors in udm and xml2cmp remain:

 make: *** No rule to make target 
 '/cygdrive/e/slave14/aoo-win7/build/main/udm/source/inc/precomp.h
 ', needed by 
 '/cygdrive/e/slave14/aoo-win7/build/main/solver/420/wntmsci12.pro/workdir/CxxObject/udm/source/html/htmlitem.o'.
   Stop.
 dmake:  Error code 2, while making 'all'

 make: *** No rule to make target 
 '/cygdrive/e/slave14/aoo-win7/build/main/xml2cmp/source/xcd/cr_html.hxx
 ', needed by 
 '/cygdrive/e/slave14/aoo-win7/build/main/solver/420/wntmsci12.pro/workdir/CxxObject/xml2cmp/source/xcd/cr_html.o'.
   Stop.
 dmake:  Error code 2, while making 'all'
>>> I'm able to reproduce this on Windows 10 with cygwin 2.8.2.  If you look
>>> carefully about the "missing" files, you'll find that the file names in
>>> the error report have a carriage return character appended to them as
>>> in: 
>>>
>>>   '/cygdrive/e/slave14/aoo-win7/build/main/udm/source/inc/precomp.h^M'
>>>
>>> Something is going wrong in the Windows version of "make depend",
>>> essentially.  If I look at
>>> main/solver/420/wntmsci12.pro/workdir/Dep/CxxObject/xml2cmp/source/xcd/cr_html.d,
>>> I see:
>>>
>>> $(WORKDIR)/CxxObject/xml2cmp/source/xcd/cr_html.o: \
>>>  \
>>> $(SRCDIR)/xml2cmp/source/xcd/cr_html.hxx^M \
>>> $(SRCDIR)/xml2cmp/source/support/sistr.hxx^M \
>>> etc.
>>>
>>> I believe I have this fixed in trunk revision r1805063.
>> Hi Don,
>>
>> Well done!
>>
>> My build is still running, but it looks good so far! Still have disabled
>> unit tests, will enable later and see if there may be a similar problem.
> This fixed gtest for me as well.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: AOO 4.2.0 and macOS

2017-08-16 Thread Jim Jagielski
The build warnings and errors using any SDK older than 10.9 on trunk.

> On Aug 16, 2017, at 12:03 PM, Andrea Pescetti  wrote:
> 
> On 15/08/2017 Jim Jagielski wrote:
>> This was based on my understanding that starting w/ 4.2.0, AOO
>> required 10.9/Mavericks or greater.
> 
> Required based on what? On the current trunk code, on some architectural 
> limitations, on build environment? We are still receiving the occasional 
> mails of 10.6 users who can't run OpenOffice 4.1.x on their old Mac...
> 
> Regards,
>  Andrea.
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.2.0 and macOS

2017-08-16 Thread Andrea Pescetti

On 15/08/2017 Jim Jagielski wrote:

This was based on my understanding that starting w/ 4.2.0, AOO
required 10.9/Mavericks or greater.


Required based on what? On the current trunk code, on some architectural 
limitations, on build environment? We are still receiving the occasional 
mails of 10.6 users who can't run OpenOffice 4.1.x on their old Mac...


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org