Re: catalina branch waiting for reviews [Was: [Mini] Setup of development environment]

2021-07-20 Thread Matthias Seidel
Hi Jim,

Am 20.07.21 um 17:21 schrieb Jim Jagielski:
>
>> On Jul 19, 2021, at 10:26 AM, Matthias Seidel  
>> wrote:
>>
>> Hi Jim,
>>
>> People need macOS builds more frequently to test.
>>
> Agreed. But every time I seem to encourage a test macOS build, it seems that 
> people want to hold off...

I do my Windows builds frequently.

Nobody holds me off... ;-)

> -
> 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: catalina branch waiting for reviews [Was: [Mini] Setup of development environment]

2021-07-20 Thread Jim Jagielski



> On Jul 19, 2021, at 10:26 AM, Matthias Seidel  
> wrote:
> 
> Hi Jim,
> 
> People need macOS builds more frequently to test.
> 

Agreed. But every time I seem to encourage a test macOS build, it seems that 
people want to hold off...
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: catalina branch waiting for reviews [Was: [Mini] Setup of development environment]

2021-07-19 Thread Matthias Seidel
Hi Jim,

Nothing is wrong, but we have this machine from MacStadium and we can
set it up as a build bot.
People need macOS builds more frequently to test.

It is also good when Arrigo is able to build for macOS (as he can now
build for Windows).

Regards,

   Matthias

Am 19.07.21 um 16:14 schrieb Jim Jagielski:
> What is wrong w/ using the build stuff that we have used for years?
>
>> On Jul 18, 2021, at 9:00 AM, Arrigo Marchiori  
>> wrote:
>>
>> Dear All,
>>
>> On Sat, Jul 17, 2021 at 03:27:54PM +0200, Arrigo Marchiori wrote:
>>
>>> Dear All,
>>>
>>> I just committed the "catalina" branch:
>>> https://github.com/apache/openoffice/tree/catalina
>>>
>>> The required environment variables on our Mac Mini are the following:
>>>
>>> export LC_CTYPE=en_US.UTF-8
>>> export LANG=en_US.UTF-8
>>> export 
>>> PATH=${HOME}/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH
>>> export LIBRARY_PATH=/usr/local/lib
>>> export C_INCLUDE_PATH=/usr/local/include
>>> export CPLUS_INCLUDE_PATH=/usr/local/include
>>> export MACOSX_DEPLOYMENT_TARGET=10.7 
>>> export 
>>> SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
>>> export CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT" 
>>> export CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
>>> export LDFLAGS="$LDFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
>>> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
>>>
>>> I am testing the branch under Linux, and next Windows if I will find
>>> time, to make sure I did not break anything.
>> I could build the branch successfully under Linux and Windows.
>>
>>> Reviews are very welcome.
>> Anyone with a Mac is invited to kindly test this build:
>> http://home.apache.org/~ardovm/openoffice/catalina/2021-07-18/
>>
>> I opened a PR on GitHub:
>> https://github.com/apache/openoffice/pull/135
>> that gives a clear overview of all the edits.
>>
>> The following note remains valid:
>>
 I met a problem with the writerfilter module. It was given by the
 proposed libxml and libxslt pair by the build script [1].
 The problem was reported here: [2].

 Solution: use libxslt 1.34 instead of 1.33.
 Let's not forget to update the build script [1].

 References:

  1: 
 https://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.10/unxmacos/build_aoo64bit_on_macos.sh?view=markup

  2: https://gitlab.gnome.org/GNOME/libxml2/-/issues/66
>> Best regards,
>> -- 
>> Arrigo
>>
>> -
>> 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: catalina branch waiting for reviews [Was: [Mini] Setup of development environment]

2021-07-19 Thread Jim Jagielski
What is wrong w/ using the build stuff that we have used for years?

> On Jul 18, 2021, at 9:00 AM, Arrigo Marchiori  wrote:
> 
> Dear All,
> 
> On Sat, Jul 17, 2021 at 03:27:54PM +0200, Arrigo Marchiori wrote:
> 
>> Dear All,
>> 
>> I just committed the "catalina" branch:
>> https://github.com/apache/openoffice/tree/catalina
>> 
>> The required environment variables on our Mac Mini are the following:
>> 
>> export LC_CTYPE=en_US.UTF-8
>> export LANG=en_US.UTF-8
>> export 
>> PATH=${HOME}/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH
>> export LIBRARY_PATH=/usr/local/lib
>> export C_INCLUDE_PATH=/usr/local/include
>> export CPLUS_INCLUDE_PATH=/usr/local/include
>> export MACOSX_DEPLOYMENT_TARGET=10.7 
>> export 
>> SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
>> export CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT" 
>> export CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
>> export LDFLAGS="$LDFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
>> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
>> 
>> I am testing the branch under Linux, and next Windows if I will find
>> time, to make sure I did not break anything.
> 
> I could build the branch successfully under Linux and Windows.
> 
>> Reviews are very welcome.
> 
> Anyone with a Mac is invited to kindly test this build:
> http://home.apache.org/~ardovm/openoffice/catalina/2021-07-18/
> 
> I opened a PR on GitHub:
> https://github.com/apache/openoffice/pull/135
> that gives a clear overview of all the edits.
> 
> The following note remains valid:
> 
>>> I met a problem with the writerfilter module. It was given by the
>>> proposed libxml and libxslt pair by the build script [1].
>>> The problem was reported here: [2].
>>> 
>>> Solution: use libxslt 1.34 instead of 1.33.
>>> Let's not forget to update the build script [1].
>>> 
>>> References:
>>> 
>>>  1: 
>>> https://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.10/unxmacos/build_aoo64bit_on_macos.sh?view=markup
>>> 
>>>  2: https://gitlab.gnome.org/GNOME/libxml2/-/issues/66
> 
> Best regards,
> -- 
> Arrigo
> 
> -
> 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: catalina branch waiting for reviews [Was: [Mini] Setup of development environment]

2021-07-18 Thread Arrigo Marchiori
On Sun, Jul 18, 2021 at 04:41:09PM +0200, Matthias Seidel wrote:

> Hi Arrigo,
> 
> I did a short test and it seems that
> 
> https://bz.apache.org/ooo/show_bug.cgi?id=127154
> 
> is fixed in that build?

Thank you for the pointer... I tried to reproduce it and unfortunately
AOO hung on the dialog asking to confirm the installation.
So my findings are: the bug seems to still be there.

> However, "Checking for Updates" did crash AOO (once).

This is new to me... as well as the whole macOS ecosystem :-P
Did this also happen with the official build?

Best regards,
-- 
Arrigo

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



Re: catalina branch waiting for reviews [Was: [Mini] Setup of development environment]

2021-07-18 Thread Matthias Seidel
Hi Arrigo,

I did a short test and it seems that

https://bz.apache.org/ooo/show_bug.cgi?id=127154

is fixed in that build?

However, "Checking for Updates" did crash AOO (once).

Regards,

   Matthias

Am 18.07.21 um 15:00 schrieb Arrigo Marchiori:
> Dear All,
>
> On Sat, Jul 17, 2021 at 03:27:54PM +0200, Arrigo Marchiori wrote:
>
>> Dear All,
>>
>> I just committed the "catalina" branch:
>> https://github.com/apache/openoffice/tree/catalina
>>
>> The required environment variables on our Mac Mini are the following:
>>
>> export LC_CTYPE=en_US.UTF-8
>> export LANG=en_US.UTF-8
>> export 
>> PATH=${HOME}/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH
>> export LIBRARY_PATH=/usr/local/lib
>> export C_INCLUDE_PATH=/usr/local/include
>> export CPLUS_INCLUDE_PATH=/usr/local/include
>> export MACOSX_DEPLOYMENT_TARGET=10.7 
>> export 
>> SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
>> export CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT" 
>> export CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
>> export LDFLAGS="$LDFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
>> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
>>
>> I am testing the branch under Linux, and next Windows if I will find
>> time, to make sure I did not break anything.
> I could build the branch successfully under Linux and Windows.
>
>> Reviews are very welcome.
> Anyone with a Mac is invited to kindly test this build:
> http://home.apache.org/~ardovm/openoffice/catalina/2021-07-18/
>
> I opened a PR on GitHub:
> https://github.com/apache/openoffice/pull/135
> that gives a clear overview of all the edits.
>
> The following note remains valid:
>
>>> I met a problem with the writerfilter module. It was given by the
>>> proposed libxml and libxslt pair by the build script [1].
>>> The problem was reported here: [2].
>>>
>>> Solution: use libxslt 1.34 instead of 1.33.
>>> Let's not forget to update the build script [1].
>>>
>>> References:
>>>
>>>   1: 
>>> https://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.10/unxmacos/build_aoo64bit_on_macos.sh?view=markup
>>>
>>>   2: https://gitlab.gnome.org/GNOME/libxml2/-/issues/66
> Best regards,



smime.p7s
Description: S/MIME Cryptographic Signature


Re: catalina branch waiting for reviews [Was: [Mini] Setup of development environment]

2021-07-18 Thread Pedro Lino
Hi Arrigo

I do not have any Apple devices :)

Did you build any Linux binaries (DEBs)? Can you share a link?

Thanks!
Pedro

> On 07/18/2021 2:00 PM Arrigo Marchiori  wrote:
> 
>  
> Dear All,
> 
> On Sat, Jul 17, 2021 at 03:27:54PM +0200, Arrigo Marchiori wrote:
> 
> > Dear All,
> > 
> > I just committed the "catalina" branch:
> > https://github.com/apache/openoffice/tree/catalina
> > 
> > The required environment variables on our Mac Mini are the following:
> > 
> > export LC_CTYPE=en_US.UTF-8
> > export LANG=en_US.UTF-8
> > export 
> > PATH=${HOME}/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH
> > export LIBRARY_PATH=/usr/local/lib
> > export C_INCLUDE_PATH=/usr/local/include
> > export CPLUS_INCLUDE_PATH=/usr/local/include
> > export MACOSX_DEPLOYMENT_TARGET=10.7 
> > export 
> > SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
> > export CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT" 
> > export CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
> > export LDFLAGS="$LDFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
> > export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> > 
> > I am testing the branch under Linux, and next Windows if I will find
> > time, to make sure I did not break anything.
> 
> I could build the branch successfully under Linux and Windows.
> 
> > Reviews are very welcome.
> 
> Anyone with a Mac is invited to kindly test this build:
> http://home.apache.org/~ardovm/openoffice/catalina/2021-07-18/
> 
> I opened a PR on GitHub:
> https://github.com/apache/openoffice/pull/135
> that gives a clear overview of all the edits.
> 
> The following note remains valid:
> 
> > > I met a problem with the writerfilter module. It was given by the
> > > proposed libxml and libxslt pair by the build script [1].
> > > The problem was reported here: [2].
> > > 
> > > Solution: use libxslt 1.34 instead of 1.33.
> > > Let's not forget to update the build script [1].
> > > 
> > > References:
> > > 
> > >   1: 
> > > https://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.10/unxmacos/build_aoo64bit_on_macos.sh?view=markup
> > > 
> > >   2: https://gitlab.gnome.org/GNOME/libxml2/-/issues/66
> 
> Best regards,
> -- 
> Arrigo
> 
> -
> 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



catalina branch waiting for reviews [Was: [Mini] Setup of development environment]

2021-07-18 Thread Arrigo Marchiori
Dear All,

On Sat, Jul 17, 2021 at 03:27:54PM +0200, Arrigo Marchiori wrote:

> Dear All,
> 
> I just committed the "catalina" branch:
> https://github.com/apache/openoffice/tree/catalina
> 
> The required environment variables on our Mac Mini are the following:
> 
> export LC_CTYPE=en_US.UTF-8
> export LANG=en_US.UTF-8
> export 
> PATH=${HOME}/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH
> export LIBRARY_PATH=/usr/local/lib
> export C_INCLUDE_PATH=/usr/local/include
> export CPLUS_INCLUDE_PATH=/usr/local/include
> export MACOSX_DEPLOYMENT_TARGET=10.7 
> export 
> SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
> export CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT" 
> export CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
> export LDFLAGS="$LDFLAGS -mmacosx-version-min=10.7 -isysroot $SDKROOT"
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> 
> I am testing the branch under Linux, and next Windows if I will find
> time, to make sure I did not break anything.

I could build the branch successfully under Linux and Windows.

> Reviews are very welcome.

Anyone with a Mac is invited to kindly test this build:
http://home.apache.org/~ardovm/openoffice/catalina/2021-07-18/

I opened a PR on GitHub:
https://github.com/apache/openoffice/pull/135
that gives a clear overview of all the edits.

The following note remains valid:

> > I met a problem with the writerfilter module. It was given by the
> > proposed libxml and libxslt pair by the build script [1].
> > The problem was reported here: [2].
> > 
> > Solution: use libxslt 1.34 instead of 1.33.
> > Let's not forget to update the build script [1].
> > 
> > References:
> > 
> >   1: 
> > https://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.10/unxmacos/build_aoo64bit_on_macos.sh?view=markup
> > 
> >   2: https://gitlab.gnome.org/GNOME/libxml2/-/issues/66

Best regards,
-- 
Arrigo

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