Re: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-19 Thread Bidouille
> Can I send you the strings for translation?
Sure!
I do

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



Re: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-19 Thread Matthias Seidel
Hi Pedro,

Am 19.11.21 um 18:14 schrieb Pedro Lino:
>> On 11/19/2021 4:47 PM Bidouille  wrote:
>> A french version will be great.
> Indeed!
> And a Spanish version also... It is the 4th spoken language worlwide and the 
> 2nd by native speakers. Any Spanish volunteers?

Maybe we should additionally ask on l10n@ ?

Regards,

   Matthias

>
> Regards,
> Pedro
>
> -
> 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: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-19 Thread Pedro Lino
> On 11/19/2021 4:47 PM Bidouille  wrote:

> A french version will be great.

Indeed!
And a Spanish version also... It is the 4th spoken language worlwide and the 
2nd by native speakers. Any Spanish volunteers?

Regards,
Pedro

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



Re: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-19 Thread Matthias Seidel
Hi,

Am 19.11.21 um 17:47 schrieb Bidouille:
>> The Store Listings are localized in English, German, Italian, Polish
>> and Portuguese.
>> Feel free to contact me if you want to add more languages or if you
>> have any questions.
> A french version will be great.

Definitely!

Can I send you the strings for translation?

Note: The French AOO version should already be there, but the Store
Listing might be in English. Could you check that?

Regards,

   Matthias

>
>
> -
> 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: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-19 Thread Bidouille
> The Store Listings are localized in English, German, Italian, Polish
> and Portuguese.
> Feel free to contact me if you want to add more languages or if you
> have any questions.
A french version will be great.


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



Re: Win Builds progress

2021-11-19 Thread Matthias Seidel
Hi Gavin,

Am 19.11.21 um 12:19 schrieb Gavin McDonald:
> Getting further.
>
> configure: error: Microsoft C/C++ Compiler not found. Use --with-cl-home.

oowintool tries to find it automatically, if that does not succeed one
can specify the location with above switch.

>
> Could someone let me know what the preferred package is?
>
> We do have VS Community Edition, unsure if that is suitable
>
> and where is the best place to install it. etc

We still need MSVC 2008. Standard installation.

But there are many other packages. The old buildbot should have them
all. I am available if needed.

Regards,

   Matthias

>
>
> TY
>
>
> On Wed, Nov 17, 2021 at 6:39 PM Gavin McDonald  wrote:
>
>> Scratch that, let me try looking at the right machine.
>>
>> On Wed, Nov 17, 2021 at 6:36 PM Gavin McDonald 
>> wrote:
>>
>>> Hi,
>>>
>>> On Wed, Nov 17, 2021 at 4:49 PM Matthias Seidel <
>>> matthias.sei...@hamburg.de> wrote:
>>>
 Hi Gavin,
 Am 17.11.21 um 11:10 schrieb Gavin McDonald:

 Hi All.

 With the addition of the openoffice-externals repository and tweaking the
 config, we have now got a little further.

 Great!

 See: https://ci2.apache.org/#/builders/67/builds/5

 tl'dr:

 The 'configure' step fails with the following errors

 1. head: cannot open '/etc/*-release' for reading: No such file or 
 directory
 ..

 I think this is a minor issue we had for years. It should not break the
 build.

>>> Ok, would be nice to make it disappear anyway at some point,
>>>
>>> 2. configure: error: /usr/bin/gawk, awk, tar or gunzip is a cygwin symlink!
 Native Windows programs cannot use cygwin symlinks. Remove the symbolic
 link, and copy the program to the name of the link.

 You need to do the following commands once inside the Cygwin64 shell:

 rm /usr/bin/awk
 mv /usr/bin/gawk.exe /usr/bin/awk.exe


 This is documented in our Wiki:


 https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step_Windows#Windows_7.2C_Windows_8.1.2C_Windows_10

 For AOO41X this has to be done in the Cygwin32 shell.

>>> I see, ok. To be clear awk is not a symlink as it currently stands, and
>>> gawk has a non standard name:
>>>
>>> $ ls -al /usr/bin | grep awk
>>> -rwxr-xr-x1 Admin  None  605203 Feb 27  2018 awk.exe
>>> -rwxr-xr-x1 Admin  None  605203 Apr 23  2018 gawk-4.2.1.exe
>>>
>>> So, should I go ahead and delete awk.exe and rename gawk-4.2.1.exe to
>>> awk.exe ?
>>>
>>>
>>> Regards,
Matthias

 The next step also fails 'bootstrap' but it likely related to the previous
 step above.

 I am unsure if we Infra need to tweak the node somehow or if it can fixed
 on the project side of things, ideas welcome.




>>> --
>>>
>>> *Gavin McDonald*
>>> Systems Administrator
>>> ASF Infrastructure Team
>>>
>>
>> --
>>
>> *Gavin McDonald*
>> Systems Administrator
>> ASF Infrastructure Team
>>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Openssl, serf and curl

2021-11-19 Thread Jim Jagielski
I wonder if maybe we should also consider dropping OpenSSL for LibreSSL

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



Re: Openssl, serf and curl

2021-11-19 Thread Jim Jagielski


> On Nov 17, 2021, at 7:36 PM, Carl Marcum  wrote:
> 
> Hi Arrigo,
> 
> On 11/17/21 2:16 AM, Arrigo Marchiori wrote:
>> Dear All,
>> 
>> I pushed a new branch "serf", that contains the OpenSSL upgrade
>> commits (I reverted the reverts ;-) plus a tentative upgrade of the
>> serf library to 1.3.9.
>> 
>> A small patch is included to allow building with Python3-based SCons.
>> 
>> The oox module also needed minor patching because it uses some OpenSSL
>> functions that were refactored since OpenSSL 1.1.0.
>> 
>> I tested it under Linux with Peter's Docker image (adding SCons). It
>> builds and runs, but I am not sure how to verify if the SSL related
>> problems are solved.
>> 
>> I could not yet test if it builds under Windows and Mac. Any help
>> would be appreciated. Please note that the "serf" branch derives from
>> trunk.
>> 
>> Best regards,
>  I tried to build the serf branch but it broke on serf module.  I think I 
> need Scons.
> Are there instructions to add it?
> 

Yeah, SCons is a problem, esp if we intend to this for AOO4.1.x



Re: Win Builds progress

2021-11-19 Thread Gavin McDonald
Getting further.

configure: error: Microsoft C/C++ Compiler not found. Use --with-cl-home.

Could someone let me know what the preferred package is?

We do have VS Community Edition, unsure if that is suitable

and where is the best place to install it. etc


TY


On Wed, Nov 17, 2021 at 6:39 PM Gavin McDonald  wrote:

> Scratch that, let me try looking at the right machine.
>
> On Wed, Nov 17, 2021 at 6:36 PM Gavin McDonald 
> wrote:
>
>> Hi,
>>
>> On Wed, Nov 17, 2021 at 4:49 PM Matthias Seidel <
>> matthias.sei...@hamburg.de> wrote:
>>
>>> Hi Gavin,
>>> Am 17.11.21 um 11:10 schrieb Gavin McDonald:
>>>
>>> Hi All.
>>>
>>> With the addition of the openoffice-externals repository and tweaking the
>>> config, we have now got a little further.
>>>
>>> Great!
>>>
>>> See: https://ci2.apache.org/#/builders/67/builds/5
>>>
>>> tl'dr:
>>>
>>> The 'configure' step fails with the following errors
>>>
>>> 1. head: cannot open '/etc/*-release' for reading: No such file or directory
>>> ..
>>>
>>> I think this is a minor issue we had for years. It should not break the
>>> build.
>>>
>>
>> Ok, would be nice to make it disappear anyway at some point,
>>
>> 2. configure: error: /usr/bin/gawk, awk, tar or gunzip is a cygwin symlink!
>>> Native Windows programs cannot use cygwin symlinks. Remove the symbolic
>>> link, and copy the program to the name of the link.
>>>
>>> You need to do the following commands once inside the Cygwin64 shell:
>>>
>>> rm /usr/bin/awk
>>> mv /usr/bin/gawk.exe /usr/bin/awk.exe
>>>
>>>
>>> This is documented in our Wiki:
>>>
>>>
>>> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step_Windows#Windows_7.2C_Windows_8.1.2C_Windows_10
>>>
>>> For AOO41X this has to be done in the Cygwin32 shell.
>>>
>>
>> I see, ok. To be clear awk is not a symlink as it currently stands, and
>> gawk has a non standard name:
>>
>> $ ls -al /usr/bin | grep awk
>> -rwxr-xr-x1 Admin  None  605203 Feb 27  2018 awk.exe
>> -rwxr-xr-x1 Admin  None  605203 Apr 23  2018 gawk-4.2.1.exe
>>
>> So, should I go ahead and delete awk.exe and rename gawk-4.2.1.exe to
>> awk.exe ?
>>
>>
>> Regards,
>>>
>>>Matthias
>>>
>>> The next step also fails 'bootstrap' but it likely related to the previous
>>> step above.
>>>
>>> I am unsure if we Infra need to tweak the node somehow or if it can fixed
>>> on the project side of things, ideas welcome.
>>>
>>>
>>>
>>>
>>
>> --
>>
>> *Gavin McDonald*
>> Systems Administrator
>> ASF Infrastructure Team
>>
>
>
> --
>
> *Gavin McDonald*
> Systems Administrator
> ASF Infrastructure Team
>


-- 

*Gavin McDonald*
Systems Administrator
ASF Infrastructure Team


Re: Apache OpenOffice available in the Microsoft Store on Windows 10

2021-11-19 Thread Rory O'Farrell
On Thu, 18 Nov 2021 16:27:56 -0800
farhad khosravi  wrote:

> Hi,
> I just downloaded the Apache and was trying to install it on my MacBook with 
> OS 11.6 but I got a message that [“Open Office” can not be opened because the 
> developer can not be verified]
> What can I do to get it installed.
> 
> Thanks,
> 
> Farhad
> 
> Sent from my iPhone

You need to read Q05/A05 in 
https://forum.openoffice.org/en/forum/viewtopic.php?f=74=89283

Apple Gatekeeper is preventing your install. The above Q/A should solve your 
problem.

RoryOF


> 
> > On Nov 18, 2021, at 3:53 PM, Marcus  wrote:
> > 
> > Am 18.11.21 um 21:51 schrieb Matthias Seidel:
> >> Apache OpenOffice has already been available in the new Microsoft Store on 
> >> Windows 11 since October.
> >> With the latest App update, the new store is also coming to Windows 10.
> >> Users can now install the latest OpenOffice version with a single click!
> >> The Store Listings are localized in English, German, Italian, Polish and 
> >> Portuguese.
> >> Feel free to contact me if you want to add more languages or if you have 
> >> any questions.
> > 
> > great news. :-)
> > 
> > Then the new version was worth it to release at this point of time - to be 
> > ready for the Win 10 store.
> > 
> > Marcus
> > 
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> > 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: users-h...@openoffice.apache.org
> 


-- 
Rory O'Farrell

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