Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Matthias Seidel
Hi Marcus,

Am 25.10.18 um 23:56 schrieb Marcus:
> Am 25.10.2018 um 23:42 schrieb Andrea Pescetti:
>> On 23/10/2018 Matthias Seidel wrote:
>>> Am 23.10.18 um 13:06 schrieb Jim Jagielski:
 r1844555 was the SVN version of HEAD at the time of the email.
>>> Yes, and it increases by the time of writing...
>>> So it gives no information about what revision the RC should be
>>> build upon?
>>
>> This has always been an issue to the structure of our SVN repository,
>> but fortunately it is only cosmetic.
>>
>> All the ASF projects use the same SVN repository, and the revision
>> number increases (obviously) any time someone commits to any part of
>> the repository. So a commit to another project will increase the
>> overall revision number while the OpenOffice code remains the same.
>>
>> This means there is always a range of SVN HEAD revisions that
>> correspond to the same OpenOffice code. Only running "svn log" in the
>> OpenOffice checkout will tell you the last "real" OpenOffice revision.
>
> isn't this the reason (or one of some) that we put a SVN tag to a
> specific revision, so that all can talk about the same revision for a
> specific release?

Yes, we tag the final release to "document" that specific revision.

This was more about clear communicating:

 - when a Release Candidate is to be build
 - and what revision it is exactly based on

Earlier builds/releases were done by one Release Manager only, but now
we are a team of three.
That needs some kind of coordination.

Matthias

>
> Marcus
>
>
> -
> 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.1.6-RC1 m1 r1844555

2018-10-26 Thread Jim Jagielski
I went ahead and tagged AOO-4.1.6RC1. If it passes then we can copy that tag to 
the GA.

> On Oct 26, 2018, at 10:56 AM, Matthias Seidel  
> wrote:
> 
> Hi Marcus,
> 
> Am 25.10.18 um 23:56 schrieb Marcus:
>> Am 25.10.2018 um 23:42 schrieb Andrea Pescetti:
>>> On 23/10/2018 Matthias Seidel wrote:
 Am 23.10.18 um 13:06 schrieb Jim Jagielski:
> r1844555 was the SVN version of HEAD at the time of the email.
 Yes, and it increases by the time of writing...
 So it gives no information about what revision the RC should be
 build upon?
>>> 
>>> This has always been an issue to the structure of our SVN repository,
>>> but fortunately it is only cosmetic.
>>> 
>>> All the ASF projects use the same SVN repository, and the revision
>>> number increases (obviously) any time someone commits to any part of
>>> the repository. So a commit to another project will increase the
>>> overall revision number while the OpenOffice code remains the same.
>>> 
>>> This means there is always a range of SVN HEAD revisions that
>>> correspond to the same OpenOffice code. Only running "svn log" in the
>>> OpenOffice checkout will tell you the last "real" OpenOffice revision.
>> 
>> isn't this the reason (or one of some) that we put a SVN tag to a
>> specific revision, so that all can talk about the same revision for a
>> specific release?
> 
> Yes, we tag the final release to "document" that specific revision.
> 
> This was more about clear communicating:
> 
>  - when a Release Candidate is to be build
>  - and what revision it is exactly based on
> 
> Earlier builds/releases were done by one Release Manager only, but now
> we are a team of three.
> That needs some kind of coordination.
> 
> Matthias
> 
>> 
>> Marcus
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org 
>> 
>> For additional commands, e-mail: dev-h...@openoffice.apache.org 
>> 


Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Andrea Pescetti

Jim Jagielski wrote:

I went ahead and tagged AOO-4.1.6RC1. If it passes then we can copy that tag to 
the GA.


We don't tag RCs normally, only releases (and we thus do it AFTER the 
vote has passed). No problem, it just means that if the vote passes the 
tag will be renamed (moved instead of copied).


Regards,
  Andrea.

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



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Don Lewis
On 23 Oct, Peter Kovacs wrote:
> I am a bit confused where we all are now. I think all Issues are
> resolved and currently we are not aware on regressions right?

The redland/raptor/rasqal upgrade
https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
Someone with a Mac needs to see if the configure.in changes are needed
or if it builds on a Mac as-is.  This addresses a bunch of CVEs.

I'm not too worried about the fix for building ODK with Java 8
https://bz.apache.org/ooo/show_bug.cgi?id=127876 which also got backed
out, but the java detection problem is present in AOO416 even without
this fix.  I haven't had time to take a deeper look.  The only critical
issue is that the release build has to be done with Java 7 (Windows
only?).

In addition the bundled version of nss has a bunch of CVEs.  Even the
version in trunk has two I believe.  I spent most of a week trying to
upgrade the trunk version and got a successful build on Windows, but
haven't had time to test it, and my patches need further cleanup.  The
big problems is that newer versions are C99 which the version of Visual
C++ that we use for the Windows build does not support.  I also remember
the pain that we went through to get this working properly when we did
the previous trunk upgrade.  It is used for document signing.

Unfortunately my time is extremely limited for the next few weeks.




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



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Jim Jagielski
It is most likely better if we start tagging RCs. Anytime we need to "record" 
some version, a tag make sense, IMO.

> On Oct 26, 2018, at 2:16 PM, Andrea Pescetti  wrote:
> 
> Jim Jagielski wrote:
>> I went ahead and tagged AOO-4.1.6RC1. If it passes then we can copy that tag 
>> to the GA.
> 
> We don't tag RCs normally, only releases (and we thus do it AFTER the vote 
> has passed). No problem, it just means that if the vote passes the tag will 
> be renamed (moved instead of copied).
> 
> 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.1.6-RC1 m1 r1844555

2018-10-26 Thread Matthias Seidel
Hi Don,

Am 26.10.18 um 20:30 schrieb Don Lewis:
> On 23 Oct, Peter Kovacs wrote:
>> I am a bit confused where we all are now. I think all Issues are
>> resolved and currently we are not aware on regressions right?
> The redland/raptor/rasqal upgrade
> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
> Someone with a Mac needs to see if the configure.in changes are needed
> or if it builds on a Mac as-is.  This addresses a bunch of CVEs.
>
> I'm not too worried about the fix for building ODK with Java 8
> https://bz.apache.org/ooo/show_bug.cgi?id=127876 which also got backed
> out, but the java detection problem is present in AOO416 even without
> this fix.  I haven't had time to take a deeper look.  The only critical
> issue is that the release build has to be done with Java 7 (Windows
> only?).
>
> In addition the bundled version of nss has a bunch of CVEs.  Even the
> version in trunk has two I believe.  I spent most of a week trying to
> upgrade the trunk version and got a successful build on Windows, but
> haven't had time to test it, and my patches need further cleanup.  The
> big problems is that newer versions are C99 which the version of Visual
> C++ that we use for the Windows build does not support.  I also remember
> the pain that we went through to get this working properly when we did
> the previous trunk upgrade.  It is used for document signing.

Would it help if we use MozillaBuild 3.2 instead of 2.20 to build NSS on
Windows?
(Fixed in trunk, but not in 4.1.6)

Regards,

   Matthias

>
> Unfortunately my time is extremely limited for the next few weeks.
>
>
>
>
> -
> 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.1.6-RC1 m1 r1844555

2018-10-26 Thread Don Lewis
On 26 Oct, Matthias Seidel wrote:
> Hi Don,
> 
> Am 26.10.18 um 20:30 schrieb Don Lewis:
>> On 23 Oct, Peter Kovacs wrote:
>>> I am a bit confused where we all are now. I think all Issues are
>>> resolved and currently we are not aware on regressions right?
>> The redland/raptor/rasqal upgrade
>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
>> Someone with a Mac needs to see if the configure.in changes are needed
>> or if it builds on a Mac as-is.  This addresses a bunch of CVEs.
>>
>> I'm not too worried about the fix for building ODK with Java 8
>> https://bz.apache.org/ooo/show_bug.cgi?id=127876 which also got backed
>> out, but the java detection problem is present in AOO416 even without
>> this fix.  I haven't had time to take a deeper look.  The only critical
>> issue is that the release build has to be done with Java 7 (Windows
>> only?).
>>
>> In addition the bundled version of nss has a bunch of CVEs.  Even the
>> version in trunk has two I believe.  I spent most of a week trying to
>> upgrade the trunk version and got a successful build on Windows, but
>> haven't had time to test it, and my patches need further cleanup.  The
>> big problems is that newer versions are C99 which the version of Visual
>> C++ that we use for the Windows build does not support.  I also remember
>> the pain that we went through to get this working properly when we did
>> the previous trunk upgrade.  It is used for document signing.
> 
> Would it help if we use MozillaBuild 3.2 instead of 2.20 to build NSS on
> Windows?
> (Fixed in trunk, but not in 4.1.6)

I don't think so.  Most of the the problems that I ran into were
interleaving variable declarations into the later executable statements
in function bodies.  This is a C99 feature that the ancient version of
Visual C++ that we use barfs on.  The next most common problem was the
use of , which is also not supported in that old toolchain.


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



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Jim Jagielski



> On Oct 26, 2018, at 2:30 PM, Don Lewis  wrote:
> 
> The redland/raptor/rasqal upgrade
> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
> Someone with a Mac needs to see if the configure.in changes are needed
> or if it builds on a Mac as-is.

I have no idea how to parse the above. All I know is that main/redland in 
AOO416 builds just fine on macOS...
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Don Lewis
On 26 Oct, Jim Jagielski wrote:
> 
> 
>> On Oct 26, 2018, at 2:30 PM, Don Lewis  wrote:
>> 
>> The redland/raptor/rasqal upgrade
>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
>> Someone with a Mac needs to see if the configure.in changes are needed
>> or if it builds on a Mac as-is.

When we upgraded those in trunk, it broke the Mac build.  You committed
this change https://svn.apache.org/viewvc?view=revision&revision=1805089
to unbreak things on the Mac, which include some changes to
configure.ac.  AOO416 has configure.in instead of configure.ac, so in my
instructions for merging this upgrade back to AOO416 here:
https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand apply
the configure.ac changes to configure.in.  That broke the buildbot
builds at the configure stage due to shell syntax errors:
https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
so the entire upgrade was backed out of AOO416 with r1843571.

The question is whether we can merge the four commits from trunk to
AOO416 and skip the configure changes and get a successful build on the
Mac, or do we need to do some other change to configure.in to get a
successful build.  My testing without any configure.in changes worked on
Linux and Windows.


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



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Jim Jagielski
Isn't the main issue whether these are blockers or not?

> On Oct 26, 2018, at 3:39 PM, Don Lewis  wrote:
> 
> On 26 Oct, Jim Jagielski wrote:
>> 
>> 
>>> On Oct 26, 2018, at 2:30 PM, Don Lewis  wrote:
>>> 
>>> The redland/raptor/rasqal upgrade
>>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
>>> Someone with a Mac needs to see if the configure.in changes are needed
>>> or if it builds on a Mac as-is.
> 
> When we upgraded those in trunk, it broke the Mac build.  You committed
> this change https://svn.apache.org/viewvc?view=revision&revision=1805089
> to unbreak things on the Mac, which include some changes to
> configure.ac.  AOO416 has configure.in instead of configure.ac, so in my
> instructions for merging this upgrade back to AOO416 here:
> https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand apply
> the configure.ac changes to configure.in.  That broke the buildbot
> builds at the configure stage due to shell syntax errors:
> https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
> so the entire upgrade was backed out of AOO416 with r1843571.
> 
> The question is whether we can merge the four commits from trunk to
> AOO416 and skip the configure changes and get a successful build on the
> Mac, or do we need to do some other change to configure.in to get a
> successful build.  My testing without any configure.in changes worked on
> Linux and Windows.
> 
> 
> -
> 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.1.6-RC1 m1 r1844555

2018-10-26 Thread Don Lewis
raptor 1.4.18 has CVE-2012-0037, otherwise I would not have bothered
with the upgrade.

On 26 Oct, Jim Jagielski wrote:
> Isn't the main issue whether these are blockers or not?
> 
>> On Oct 26, 2018, at 3:39 PM, Don Lewis  wrote:
>> 
>> On 26 Oct, Jim Jagielski wrote:
>>> 
>>> 
 On Oct 26, 2018, at 2:30 PM, Don Lewis  wrote:
 
 The redland/raptor/rasqal upgrade
 https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
 Someone with a Mac needs to see if the configure.in changes are needed
 or if it builds on a Mac as-is.
>> 
>> When we upgraded those in trunk, it broke the Mac build.  You committed
>> this change https://svn.apache.org/viewvc?view=revision&revision=1805089
>> to unbreak things on the Mac, which include some changes to
>> configure.ac.  AOO416 has configure.in instead of configure.ac, so in my
>> instructions for merging this upgrade back to AOO416 here:
>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand apply
>> the configure.ac changes to configure.in.  That broke the buildbot
>> builds at the configure stage due to shell syntax errors:
>> https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
>> so the entire upgrade was backed out of AOO416 with r1843571.
>> 
>> The question is whether we can merge the four commits from trunk to
>> AOO416 and skip the configure changes and get a successful build on the
>> Mac, or do we need to do some other change to configure.in to get a
>> successful build.  My testing without any configure.in changes worked on
>> Linux and Windows.
>> 
>> 
>> -
>> 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
> 


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



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Peter kovacs
Well it is a bummer we can not fix it with 4.1.6. However this one is 6 year 
old. It can wait a view month. It is not worth to backport if the same effort 
can bring 4.2.0 to live.

Am 26. Oktober 2018 22:04:54 MESZ schrieb Don Lewis :
>raptor 1.4.18 has CVE-2012-0037, otherwise I would not have bothered
>with the upgrade.
>
>On 26 Oct, Jim Jagielski wrote:
>> Isn't the main issue whether these are blockers or not?
>> 
>>> On Oct 26, 2018, at 3:39 PM, Don Lewis  wrote:
>>> 
>>> On 26 Oct, Jim Jagielski wrote:
 
 
> On Oct 26, 2018, at 2:30 PM, Don Lewis 
>wrote:
> 
> The redland/raptor/rasqal upgrade
> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
> Someone with a Mac needs to see if the configure.in changes are
>needed
> or if it builds on a Mac as-is.
>>> 
>>> When we upgraded those in trunk, it broke the Mac build.  You
>committed
>>> this change
>https://svn.apache.org/viewvc?view=revision&revision=1805089
>>> to unbreak things on the Mac, which include some changes to
>>> configure.ac.  AOO416 has configure.in instead of configure.ac, so
>in my
>>> instructions for merging this upgrade back to AOO416 here:
>>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand
>apply
>>> the configure.ac changes to configure.in.  That broke the buildbot
>>> builds at the configure stage due to shell syntax errors:
>>>
>https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
>>> so the entire upgrade was backed out of AOO416 with r1843571.
>>> 
>>> The question is whether we can merge the four commits from trunk to
>>> AOO416 and skip the configure changes and get a successful build on
>the
>>> Mac, or do we need to do some other change to configure.in to get a
>>> successful build.  My testing without any configure.in changes
>worked on
>>> Linux and Windows.
>>> 
>>> 
>>>
>-
>>> 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
>> 
>
>
>-
>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.1.6-RC1 m1 r1844555

2018-10-26 Thread Matthias Seidel
Am 26.10.18 um 21:39 schrieb Don Lewis:
> On 26 Oct, Jim Jagielski wrote:
>>
>>> On Oct 26, 2018, at 2:30 PM, Don Lewis  wrote:
>>>
>>> The redland/raptor/rasqal upgrade
>>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
>>> Someone with a Mac needs to see if the configure.in changes are needed
>>> or if it builds on a Mac as-is.
> When we upgraded those in trunk, it broke the Mac build.  You committed
> this change https://svn.apache.org/viewvc?view=revision&revision=1805089
> to unbreak things on the Mac, which include some changes to
> configure.ac.  AOO416 has configure.in instead of configure.ac, so in my
> instructions for merging this upgrade back to AOO416 here:
> https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand apply
> the configure.ac changes to configure.in.  That broke the buildbot
> builds at the configure stage due to shell syntax errors:
> https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
> so the entire upgrade was backed out of AOO416 with r1843571.
>
> The question is whether we can merge the four commits from trunk to
> AOO416 and skip the configure changes and get a successful build on the
> Mac, or do we need to do some other change to configure.in to get a
> successful build.  My testing without any configure.in changes worked on
> Linux and Windows.

I am building for Windows at the moment (omitting the changes in
configure.in).

No problems so far...

>
>
> -
> 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.1.6-RC1 m1 r1844555

2018-10-26 Thread Don Lewis
On 27 Oct, Matthias Seidel wrote:
> Am 26.10.18 um 21:39 schrieb Don Lewis:
>> On 26 Oct, Jim Jagielski wrote:
>>>
 On Oct 26, 2018, at 2:30 PM, Don Lewis  wrote:

 The redland/raptor/rasqal upgrade
 https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
 Someone with a Mac needs to see if the configure.in changes are needed
 or if it builds on a Mac as-is.
>> When we upgraded those in trunk, it broke the Mac build.  You committed
>> this change https://svn.apache.org/viewvc?view=revision&revision=1805089
>> to unbreak things on the Mac, which include some changes to
>> configure.ac.  AOO416 has configure.in instead of configure.ac, so in my
>> instructions for merging this upgrade back to AOO416 here:
>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand apply
>> the configure.ac changes to configure.in.  That broke the buildbot
>> builds at the configure stage due to shell syntax errors:
>> https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
>> so the entire upgrade was backed out of AOO416 with r1843571.
>>
>> The question is whether we can merge the four commits from trunk to
>> AOO416 and skip the configure changes and get a successful build on the
>> Mac, or do we need to do some other change to configure.in to get a
>> successful build.  My testing without any configure.in changes worked on
>> Linux and Windows.
> 
> I am building for Windows at the moment (omitting the changes in
> configure.in).
> 
> No problems so far...

As I previously mentioned, I built and tested that on both Windows and
Linux, specifically CentOS 6.  I didn't test CentOS 5 since my VM broke
and it's difficult to set up a new CentOS 5 VM since that release has
been archived.


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



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Matthias Seidel
Am 27.10.18 um 00:10 schrieb Don Lewis:
> On 27 Oct, Matthias Seidel wrote:
>> Am 26.10.18 um 21:39 schrieb Don Lewis:
>>> On 26 Oct, Jim Jagielski wrote:
> On Oct 26, 2018, at 2:30 PM, Don Lewis  wrote:
>
> The redland/raptor/rasqal upgrade
> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
> Someone with a Mac needs to see if the configure.in changes are needed
> or if it builds on a Mac as-is.
>>> When we upgraded those in trunk, it broke the Mac build.  You committed
>>> this change https://svn.apache.org/viewvc?view=revision&revision=1805089
>>> to unbreak things on the Mac, which include some changes to
>>> configure.ac.  AOO416 has configure.in instead of configure.ac, so in my
>>> instructions for merging this upgrade back to AOO416 here:
>>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand apply
>>> the configure.ac changes to configure.in.  That broke the buildbot
>>> builds at the configure stage due to shell syntax errors:
>>> https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
>>> so the entire upgrade was backed out of AOO416 with r1843571.
>>>
>>> The question is whether we can merge the four commits from trunk to
>>> AOO416 and skip the configure changes and get a successful build on the
>>> Mac, or do we need to do some other change to configure.in to get a
>>> successful build.  My testing without any configure.in changes worked on
>>> Linux and Windows.
>> I am building for Windows at the moment (omitting the changes in
>> configure.in).
>>
>> No problems so far...
> As I previously mentioned, I built and tested that on both Windows and
> Linux, specifically CentOS 6.  I didn't test CentOS 5 since my VM broke
> and it's difficult to set up a new CentOS 5 VM since that release has
> been archived.

So macOS remains to be tested...

I am not sure now what caused the buildbots to break, but they all
stopped early in configure.

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: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Don Lewis
On 26 Oct, Don Lewis wrote:

> In addition the bundled version of nss has a bunch of CVEs.  Even the
> version in trunk has two I believe.  I spent most of a week trying to
> upgrade the trunk version and got a successful build on Windows, but
> haven't had time to test it, and my patches need further cleanup.  The
> big problems is that newer versions are C99 which the version of Visual
> C++ that we use for the Windows build does not support.  I also remember
> the pain that we went through to get this working properly when we did
> the previous trunk upgrade.  It is used for document signing.

nss-3.14.4 (in 4.1.5):
  CVE-2014-1561
  CVE-2014-1560
  CVE-2014-1559
  CVE-2014-1558
  CVE-2014-1557
  CVE-2014-1556
  CVE-2014-1555
  CVE-2014-1552
  CVE-2014-1551
  CVE-2014-1550
  CVE-2014-1549
  CVE-2014-1548
  CVE-2014-1547
  CVE-2014-1544

nss-3.25 (in trunk):
  CVE-2017-5462
  CVE-2017-5461

Upgrading to 3.25 looks like it would require merging r1753163,
r1753962, maybe r1799750, r1811598, and r1811604.  The latter two are Mac
fixes.


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



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Don Lewis
On 27 Oct, Matthias Seidel wrote:
> Am 27.10.18 um 00:10 schrieb Don Lewis:
>> On 27 Oct, Matthias Seidel wrote:
>>> Am 26.10.18 um 21:39 schrieb Don Lewis:
 On 26 Oct, Jim Jagielski wrote:
>> On Oct 26, 2018, at 2:30 PM, Don Lewis  wrote:
>>
>> The redland/raptor/rasqal upgrade
>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
>> Someone with a Mac needs to see if the configure.in changes are needed
>> or if it builds on a Mac as-is.
 When we upgraded those in trunk, it broke the Mac build.  You committed
 this change https://svn.apache.org/viewvc?view=revision&revision=1805089
 to unbreak things on the Mac, which include some changes to
 configure.ac.  AOO416 has configure.in instead of configure.ac, so in my
 instructions for merging this upgrade back to AOO416 here:
 https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand apply
 the configure.ac changes to configure.in.  That broke the buildbot
 builds at the configure stage due to shell syntax errors:
 https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
 so the entire upgrade was backed out of AOO416 with r1843571.

 The question is whether we can merge the four commits from trunk to
 AOO416 and skip the configure changes and get a successful build on the
 Mac, or do we need to do some other change to configure.in to get a
 successful build.  My testing without any configure.in changes worked on
 Linux and Windows.
>>> I am building for Windows at the moment (omitting the changes in
>>> configure.in).
>>>
>>> No problems so far...
>> As I previously mentioned, I built and tested that on both Windows and
>> Linux, specifically CentOS 6.  I didn't test CentOS 5 since my VM broke
>> and it's difficult to set up a new CentOS 5 VM since that release has
>> been archived.
> 
> So macOS remains to be tested...
> 
> I am not sure now what caused the buildbots to break, but they all
> stopped early in configure.

I think it was the step where the configure.ac changes for the Mac were
manually applied to configure.in.  It is unclear whether they are
actually required for the Mac or if they need to be reworked for
configure.in.


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



Re: AOO 4.1.6-RC1 m1 r1844555

2018-10-26 Thread Peter kovacs
Yes I applied them manually. And I took only changes from the version that I 
thought the change is about.

Am 27. Oktober 2018 00:22:55 MESZ schrieb Don Lewis :
>On 27 Oct, Matthias Seidel wrote:
>> Am 27.10.18 um 00:10 schrieb Don Lewis:
>>> On 27 Oct, Matthias Seidel wrote:
 Am 26.10.18 um 21:39 schrieb Don Lewis:
> On 26 Oct, Jim Jagielski wrote:
>>> On Oct 26, 2018, at 2:30 PM, Don Lewis 
>wrote:
>>>
>>> The redland/raptor/rasqal upgrade
>>> https://bz.apache.org/ooo/show_bug.cgi?id=127887 got backed out.
>>> Someone with a Mac needs to see if the configure.in changes are
>needed
>>> or if it builds on a Mac as-is.
> When we upgraded those in trunk, it broke the Mac build.  You
>committed
> this change
>https://svn.apache.org/viewvc?view=revision&revision=1805089
> to unbreak things on the Mac, which include some changes to
> configure.ac.  AOO416 has configure.in instead of configure.ac, so
>in my
> instructions for merging this upgrade back to AOO416 here:
> https://bz.apache.org/ooo/show_bug.cgi?id=127887 I said to hand
>apply
> the configure.ac changes to configure.in.  That broke the buildbot
> builds at the configure stage due to shell syntax errors:
>
>https://ci.apache.org/builders/openoffice-linux64-41x/builds/159/steps/configure/logs/stdio
> so the entire upgrade was backed out of AOO416 with r1843571.
>
> The question is whether we can merge the four commits from trunk
>to
> AOO416 and skip the configure changes and get a successful build
>on the
> Mac, or do we need to do some other change to configure.in to get
>a
> successful build.  My testing without any configure.in changes
>worked on
> Linux and Windows.
 I am building for Windows at the moment (omitting the changes in
 configure.in).

 No problems so far...
>>> As I previously mentioned, I built and tested that on both Windows
>and
>>> Linux, specifically CentOS 6.  I didn't test CentOS 5 since my VM
>broke
>>> and it's difficult to set up a new CentOS 5 VM since that release
>has
>>> been archived.
>> 
>> So macOS remains to be tested...
>> 
>> I am not sure now what caused the buildbots to break, but they all
>> stopped early in configure.
>
>I think it was the step where the configure.ac changes for the Mac were
>manually applied to configure.in.  It is unclear whether they are
>actually required for the Mac or if they need to be reworked for
>configure.in.
>
>
>-
>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