Re: Time to push on for 4.2.0

2018-04-12 Thread Matthias Seidel
Just FYI:

The Windows build from buildbot and my local build based on revision
1828829 work fine for me.

Regards,

  Matthias


Am 12.04.2018 um 19:15 schrieb Damjan Jovanovic:
> I think it would take about 2 weeks for the most essential items.
>
> But sadly my Windows build is crashing on startup and my FreeBSD build is
> crashing during the build in main/offapi due to some kind of memory bug in
> idlc (either due to changes in FreeBSD or corruption of my system files),
> so sadly I first need a few days to investigate and possibly reinstall my
> setups.
>
> I'll keep you updated.
>
>
>
> On Thu, Apr 12, 2018 at 4:11 PM, Jim Jagielski  wrote:
>
>> +1 from me. After the below would be a good time to create
>> the 4.2.0-dev branch from trunk.
>>
>> Do you have a timeframe for the below?
>>
>>> On Apr 10, 2018, at 9:26 PM, Damjan Jovanovic  wrote:
>>>
>>> Hi
>>>
>>> Before we start on 4.2.0 I would like to finish off porting one final
>>> module, main/jvmfwk, to gbuild. Then I'll take a break from the build
>>> changes, and would like to contribute these improvements:
>>>
>>> * Overhaul our Java support. Support newer Java versions. Enhance Java
>>> detection on *nix, adding OpenJDK and matching on prefixes (like openjdk*
>>> for FreeBSD, eg. /usr/local/openjdk7, /usr/local/openjdk8) instead of
>> fixed
>>> strings such as "jdk". Look in /usr/lib too on 64 bit Linux instead of
>> the
>>> RedHat-only /usr/lib64. Accelerate Java autodetection by resolving
>> symbolic
>>> links and caching results to avoid the slowness of multiple unnecessary
>>> checks of the same Java directory through different symlinks.
>>> * GStreamer 0.1 and 1.0.
>>> * Audit the new SDBC-JDBC bridge and ensure it's 100% compatible with the
>>> old one.
>>> * Library naming and symbol versioning audit of all libraries against
>> 4.1.x.
>>> * Run all tests against 4.1.x and trunk, and fix the regressions.
>>> * Full PostgreSQL support (views, indexes, users, groups, GUI dialogs) if
>>> there is time.
>>> * Get the Mediawiki plugin working again, if there is time.
>>>
>>>
>>> On Tue, Apr 10, 2018 at 2:54 PM, Jim Jagielski  wrote:
>>>
 We have still not yet made any strategic determination... We have
 a possible scenario where gstreamer can be built regardless of
 what version the build system has in place, but, afaict, that has
 not yet been folded in.

 My suggestion would be that that gets committed ASAP so we
 can test it. We then svn copy trunk to a AOO420 branch and
 start focusing on getting a 4.2.0 GA release out.

 -
 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: Time to push on for 4.2.0

2018-04-12 Thread Damjan Jovanovic
I think it would take about 2 weeks for the most essential items.

But sadly my Windows build is crashing on startup and my FreeBSD build is
crashing during the build in main/offapi due to some kind of memory bug in
idlc (either due to changes in FreeBSD or corruption of my system files),
so sadly I first need a few days to investigate and possibly reinstall my
setups.

I'll keep you updated.



On Thu, Apr 12, 2018 at 4:11 PM, Jim Jagielski  wrote:

> +1 from me. After the below would be a good time to create
> the 4.2.0-dev branch from trunk.
>
> Do you have a timeframe for the below?
>
> > On Apr 10, 2018, at 9:26 PM, Damjan Jovanovic  wrote:
> >
> > Hi
> >
> > Before we start on 4.2.0 I would like to finish off porting one final
> > module, main/jvmfwk, to gbuild. Then I'll take a break from the build
> > changes, and would like to contribute these improvements:
> >
> > * Overhaul our Java support. Support newer Java versions. Enhance Java
> > detection on *nix, adding OpenJDK and matching on prefixes (like openjdk*
> > for FreeBSD, eg. /usr/local/openjdk7, /usr/local/openjdk8) instead of
> fixed
> > strings such as "jdk". Look in /usr/lib too on 64 bit Linux instead of
> the
> > RedHat-only /usr/lib64. Accelerate Java autodetection by resolving
> symbolic
> > links and caching results to avoid the slowness of multiple unnecessary
> > checks of the same Java directory through different symlinks.
> > * GStreamer 0.1 and 1.0.
> > * Audit the new SDBC-JDBC bridge and ensure it's 100% compatible with the
> > old one.
> > * Library naming and symbol versioning audit of all libraries against
> 4.1.x.
> > * Run all tests against 4.1.x and trunk, and fix the regressions.
> > * Full PostgreSQL support (views, indexes, users, groups, GUI dialogs) if
> > there is time.
> > * Get the Mediawiki plugin working again, if there is time.
> >
> >
> > On Tue, Apr 10, 2018 at 2:54 PM, Jim Jagielski  wrote:
> >
> >> We have still not yet made any strategic determination... We have
> >> a possible scenario where gstreamer can be built regardless of
> >> what version the build system has in place, but, afaict, that has
> >> not yet been folded in.
> >>
> >> My suggestion would be that that gets committed ASAP so we
> >> can test it. We then svn copy trunk to a AOO420 branch and
> >> start focusing on getting a 4.2.0 GA release out.
> >>
> >> -
> >> 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: Time to push on for 4.2.0

2018-04-12 Thread Jim Jagielski
+1 from me. After the below would be a good time to create
the 4.2.0-dev branch from trunk.

Do you have a timeframe for the below?

> On Apr 10, 2018, at 9:26 PM, Damjan Jovanovic  wrote:
> 
> Hi
> 
> Before we start on 4.2.0 I would like to finish off porting one final
> module, main/jvmfwk, to gbuild. Then I'll take a break from the build
> changes, and would like to contribute these improvements:
> 
> * Overhaul our Java support. Support newer Java versions. Enhance Java
> detection on *nix, adding OpenJDK and matching on prefixes (like openjdk*
> for FreeBSD, eg. /usr/local/openjdk7, /usr/local/openjdk8) instead of fixed
> strings such as "jdk". Look in /usr/lib too on 64 bit Linux instead of the
> RedHat-only /usr/lib64. Accelerate Java autodetection by resolving symbolic
> links and caching results to avoid the slowness of multiple unnecessary
> checks of the same Java directory through different symlinks.
> * GStreamer 0.1 and 1.0.
> * Audit the new SDBC-JDBC bridge and ensure it's 100% compatible with the
> old one.
> * Library naming and symbol versioning audit of all libraries against 4.1.x.
> * Run all tests against 4.1.x and trunk, and fix the regressions.
> * Full PostgreSQL support (views, indexes, users, groups, GUI dialogs) if
> there is time.
> * Get the Mediawiki plugin working again, if there is time.
> 
> 
> On Tue, Apr 10, 2018 at 2:54 PM, Jim Jagielski  wrote:
> 
>> We have still not yet made any strategic determination... We have
>> a possible scenario where gstreamer can be built regardless of
>> what version the build system has in place, but, afaict, that has
>> not yet been folded in.
>> 
>> My suggestion would be that that gets committed ASAP so we
>> can test it. We then svn copy trunk to a AOO420 branch and
>> start focusing on getting a 4.2.0 GA release out.
>> 
>> -
>> 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