Re: Bugzilla Account

2020-11-07 Thread Matthias Seidel
Hi all,

Am 06.11.20 um 00:41 schrieb Eric Tian:
> Hello,
>
> I’m very new to this project. I’m trying to get a OpenOffice Bugzilla account 
> but it seems that I can’t create one. Can anyone help me with this? Thank you!

@Marcus: Could you create a Bugzilla account for Eric, please? ;-)

Regards,

   Matthias

>
> Sincerely,
>
> Eric Tian
>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Pre-release commit messages

2020-11-07 Thread Jim Jagielski
If svn supports it someone just needs to let me know how to do it. I tried 'svn 
mv' both from WD to repo and between repos and svn error out and did not 
support it.

If "clean" commit messages are more important keeping the move within SVN, then 
it is almost just as easy to manually copy (using the filesystem), and then 
'svn add; svn ci' on the whole dir.

I'm just following the guidelines. If people don't like em, that's fine, but 
don't complain about me for following them: change them.

> On Nov 6, 2020, at 4:36 PM, Andrea Pescetti  wrote:
> 
> On 05/11/2020 Matthias Seidel wrote:
>> Am 05.11.20 um 22:55 schrieb Jim Jagielski:
>>> This is a restriction/limitation of 'svn'... you cannot move one dir to 
>>> another between repos:
>>> 
>>> https://unix.stackexchange.com/questions/308115/copy-folder-of-svn-repository-to-a-folder-in-another-repository
>> The last time I moved the dir I was able to do it with a single move. I
>> think that was with AOO 4.1.6.
> 
> I think it was the same for me with 4.1.2. Infra was even advertising at the 
> time that one needed a single "svn mv" to release. If there is a way to go 
> back to this convention, I believe this would be better for accountability: 
> the release becomes an "atomic" operation and if something goes wrong it 
> cannot be missed.
> 
> 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: Pre-release commit messages

2020-11-07 Thread Matthias Seidel
Hi Jim,

Am 07.11.20 um 14:51 schrieb Jim Jagielski:
> If svn supports it someone just needs to let me know how to do it. I tried 
> 'svn mv' both from WD to repo and between repos and svn error out and did not 
> support it.

If I remember it right it was just:

svn mv http1 http2

Worked for me with 4.1.6...

>
> If "clean" commit messages are more important keeping the move within SVN, 
> then it is almost just as easy to manually copy (using the filesystem), and 
> then 'svn add; svn ci' on the whole dir.

I received several 1000 mails in my inbox because I am subscribed to
commits@ ;-)

>
> I'm just following the guidelines. If people don't like em, that's fine, but 
> don't complain about me for following them: change them.

The guideline just says to move the directory.
We had real issues with downloads and archive server taking more than a
day to synchronize the deferred Windows builds now.

But this was the first time we did signing afterwards. I will try to
make the guidelines more clear in this respect.
For the next release I would suggest that we wait until the binaries
(mac and Windows) are re-uploaded on dist/dev and then move everything
with one command to dist/releases.


But let me say one thing: This was (will be) a GREAT release!

We have touched more files than ever, we had great support from Don
(FreeBSD), we had a PR from Akikazu (Android), we had a lot of new
people willing to test. I was also able to test binaries on OS/2 (thanks
Yuri).

And last but not least, you did a tremendous job on hunting down on the
Linux issue!

Thanks to everyone that put their precious spare time into this project!

Regards,

   Matthias

>
>> On Nov 6, 2020, at 4:36 PM, Andrea Pescetti  wrote:
>>
>> On 05/11/2020 Matthias Seidel wrote:
>>> Am 05.11.20 um 22:55 schrieb Jim Jagielski:
 This is a restriction/limitation of 'svn'... you cannot move one dir to 
 another between repos:
 
 https://unix.stackexchange.com/questions/308115/copy-folder-of-svn-repository-to-a-folder-in-another-repository
>>> The last time I moved the dir I was able to do it with a single move. I
>>> think that was with AOO 4.1.6.
>> I think it was the same for me with 4.1.2. Infra was even advertising at the 
>> time that one needed a single "svn mv" to release. If there is a way to go 
>> back to this convention, I believe this would be better for accountability: 
>> the release becomes an "atomic" operation and if something goes wrong it 
>> cannot be missed.
>>
>> 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
>



smime.p7s
Description: S/MIME Cryptographic Signature


update NSS libraries

2020-11-07 Thread John D'Orazio
Hello all, ss I continue building and debugging the next release of my
Writer add-on, in which I'm attempting to include the *Chrome Embedded
Framework* in it's Java flavoured build (I'm using the builds from this
release

), I've stumbled upon the following situation in my Linux build:

The Chrome Embedded Framework is requiring a *libnss3.so* and
*libnssutil3.so* version of at least *3.22*, however OpenOffice also
utilizes these libraries and is packaging version *3.14*. Since the
OpenOffice libraries are the first ones picked up (I believe from the
*LD_LIBRARY_PATH* environment variable or similar), it is preventing my
add-on from building, complaining that CEF needs at least version 3.22. As
a test, I went and backed up the *libnss3.so* and *libnssutil3.so* found in*
/opt/openoffice4/program/* , and I copied my system's libraries to that
same folder. My system's libraries are at version *3.49* . After this I was
able to build the add-on and debug->run in OpenOffice, and at least at
first sight I didn't see any adverse effects in OpenOffice from the newer
NSS libraries.

Would it be feasible to update the NSS libraries in a next release of
OpenOffice, say 4.1.9? Carl Marcum was just confirming that in the current
4.1.8 release the packaged libraries are in fact at version 3.14.

Another idea, I just thought I'd throw it out there, as I've succeeded in
integrating the Chrome Embedded Framework in my Windows release and I see
the advantages of this, it allows to use all the latest web technologies
such as HTML5, CSS3, V8 javascript etc. etc. Perhaps it could be
interesting at some point to consider integrating the Chrome Embedded
Framework into OpenOffice itself. This could attract younger developers who
are often more versed in Web technologies than in C++ / Java, and would
allow to create some interesting User Interfaces, either in OpenOffice
itself or in the add-ons for OpenOffice that would be able to reuse an
already packaged CEF / JCEF framework. This framework is being widely
adopted now: VSCode uses it, Electron uses it, I believe Steam uses it, a
lot of program interfaces are now turning to Web technologies. Perhaps this
could be something new and interesting that would "distinguish" OpenOffice
in some way? Just a thought. In the meantime I'll pursue adopting it myself
for my own add-on and see where it brings me.

-- 
John


Re: update NSS libraries

2020-11-07 Thread Matthias Seidel
Hi John,

We already have a Pull Request for updating NSS:

https://github.com/apache/openoffice/pull/100

That said, I am not a developer. So I only pass the message! ;-)

Regards,

   Matthias

Am 07.11.20 um 17:09 schrieb John D'Orazio:
> Hello all, ss I continue building and debugging the next release of my
> Writer add-on, in which I'm attempting to include the *Chrome Embedded
> Framework* in it's Java flavoured build (I'm using the builds from this
> release
> 
> ), I've stumbled upon the following situation in my Linux build:
>
> The Chrome Embedded Framework is requiring a *libnss3.so* and
> *libnssutil3.so* version of at least *3.22*, however OpenOffice also
> utilizes these libraries and is packaging version *3.14*. Since the
> OpenOffice libraries are the first ones picked up (I believe from the
> *LD_LIBRARY_PATH* environment variable or similar), it is preventing my
> add-on from building, complaining that CEF needs at least version 3.22. As
> a test, I went and backed up the *libnss3.so* and *libnssutil3.so* found in*
> /opt/openoffice4/program/* , and I copied my system's libraries to that
> same folder. My system's libraries are at version *3.49* . After this I was
> able to build the add-on and debug->run in OpenOffice, and at least at
> first sight I didn't see any adverse effects in OpenOffice from the newer
> NSS libraries.
>
> Would it be feasible to update the NSS libraries in a next release of
> OpenOffice, say 4.1.9? Carl Marcum was just confirming that in the current
> 4.1.8 release the packaged libraries are in fact at version 3.14.
>
> Another idea, I just thought I'd throw it out there, as I've succeeded in
> integrating the Chrome Embedded Framework in my Windows release and I see
> the advantages of this, it allows to use all the latest web technologies
> such as HTML5, CSS3, V8 javascript etc. etc. Perhaps it could be
> interesting at some point to consider integrating the Chrome Embedded
> Framework into OpenOffice itself. This could attract younger developers who
> are often more versed in Web technologies than in C++ / Java, and would
> allow to create some interesting User Interfaces, either in OpenOffice
> itself or in the add-ons for OpenOffice that would be able to reuse an
> already packaged CEF / JCEF framework. This framework is being widely
> adopted now: VSCode uses it, Electron uses it, I believe Steam uses it, a
> lot of program interfaces are now turning to Web technologies. Perhaps this
> could be something new and interesting that would "distinguish" OpenOffice
> in some way? Just a thought. In the meantime I'll pursue adopting it myself
> for my own add-on and see where it brings me.
>



smime.p7s
Description: S/MIME Cryptographic Signature


[GitHub] [openoffice] JohnRDOrazio commented on pull request #100: Nssupgrade - Upgrade bundled nss to nss-3.39-with-nspr-4.20

2020-11-07 Thread GitBox


JohnRDOrazio commented on pull request #100:
URL: https://github.com/apache/openoffice/pull/100#issuecomment-723484163


   I was reading in the recent threads that there is a MacOS machine with 
Catalina available for testing builds, perhaps this could be tested on that 
machine? I'm needing an updated libnss3.so and libnssutil3.so in order to be 
able to integrate the Chrome Embedded Framework into my Java add-on for 
Writer... CEF (or JCEF in the Java flavoured build) on Linux is requiring at 
least v3.22 . So updating to 3.39 would work great!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [openoffice] leginee commented on pull request #100: Nssupgrade - Upgrade bundled nss to nss-3.39-with-nspr-4.20

2020-11-07 Thread GitBox


leginee commented on pull request #100:
URL: https://github.com/apache/openoffice/pull/100#issuecomment-723499392


   > I was reading in the recent threads that there is a MacOS machine with 
Catalina available for testing builds, perhaps this could be tested on that 
machine?
   yes, that is one purpose of the machine is to enable dfevs without a mac to 
test their work on the mac.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [openoffice] leginee edited a comment on pull request #100: Nssupgrade - Upgrade bundled nss to nss-3.39-with-nspr-4.20

2020-11-07 Thread GitBox


leginee edited a comment on pull request #100:
URL: https://github.com/apache/openoffice/pull/100#issuecomment-723499392


   > I was reading in the recent threads that there is a MacOS machine with 
Catalina available for testing builds, perhaps this could be tested on that 
machine?
   
   yes, that is one purpose of the machine is to enable devs without a mac to 
test their work on the mac.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [openoffice] leginee edited a comment on pull request #100: Nssupgrade - Upgrade bundled nss to nss-3.39-with-nspr-4.20

2020-11-07 Thread GitBox


leginee edited a comment on pull request #100:
URL: https://github.com/apache/openoffice/pull/100#issuecomment-723499392


   > I was reading in the recent threads that there is a MacOS machine with 
Catalina available for testing builds, perhaps this could be tested on that 
machine?
   
   yes, that is one purpose of the machine is to enable dfevs without a mac to 
test their work on the mac.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



Re: update NSS libraries

2020-11-07 Thread Don Lewis
On  7 Nov, John D'Orazio wrote:
> Hello all, ss I continue building and debugging the next release of my
> Writer add-on, in which I'm attempting to include the *Chrome Embedded
> Framework* in it's Java flavoured build (I'm using the builds from this
> release
> 
> ), I've stumbled upon the following situation in my Linux build:
> 
> The Chrome Embedded Framework is requiring a *libnss3.so* and
> *libnssutil3.so* version of at least *3.22*, however OpenOffice also
> utilizes these libraries and is packaging version *3.14*. Since the
> OpenOffice libraries are the first ones picked up (I believe from the
> *LD_LIBRARY_PATH* environment variable or similar), it is preventing my
> add-on from building, complaining that CEF needs at least version 3.22. As
> a test, I went and backed up the *libnss3.so* and *libnssutil3.so* found in*
> /opt/openoffice4/program/* , and I copied my system's libraries to that
> same folder. My system's libraries are at version *3.49* . After this I was
> able to build the add-on and debug->run in OpenOffice, and at least at
> first sight I didn't see any adverse effects in OpenOffice from the newer
> NSS libraries.
> 
> Would it be feasible to update the NSS libraries in a next release of
> OpenOffice, say 4.1.9? Carl Marcum was just confirming that in the current
> 4.1.8 release the packaged libraries are in fact at version 3.14.

4.1.8 was upgraded to nss 3.25.  This pull request
https://github.com/apache/openoffice/pull/100 will get us to 3.39, but it
has not even been merged to trunk because we haven't had the resources
to test it because of the push to get AOO 4.1.8 out the door.  It should
be possible to get it into 4.1.9.

It would be nice to get fully up to date, but newer versions of nss use
a lot of C99, which is not supported by the ancient Visual C++ that we
use.


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



Re: pi 4 port update

2020-11-07 Thread marcia wilbur
Hi - so many dependency errors on pi4 buster.
Did i see a post where someone got debian 4.1.8 working?
Maybe I should try this...?

- Original Message -
From: "Matthias Seidel" 
To: dev@openoffice.apache.org
Sent: Tuesday, November 3, 2020 9:21:2i9 AM
Subject: Re: pi 4 port update

Hi,

Am 03.11.20 um 17:08 schrieb Bidouille:
> Hello,
>
>> Any news on the ARM port?
> Eric Bachard has submitted a patch here:
> https://bz.apache.org/ooo/show_bug.cgi?id=127040
>
> I don't know if this will help :-/

Maybe Marcia is able to merge it?

It seems to be for ARM32, but that would be a start!

Regards,

   Matthias

>
> -
> 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