Re: [DISCUSS] [VOTE] Release 4.1.2-RC3 as OpenOffice 4.1.2

2015-10-27 Thread Jürgen Schmidt
On 26/10/15 15:05, Jürgen Schmidt wrote:
> On 26/10/15 12:17, Regina Henschel wrote:
>> Hi Jürgen,
>>
>> Jürgen Schmidt schrieb:
>>> On 26/10/15 09:31, Regina Henschel wrote:
 [x] 0 Abstain

 It is still not clear, whether the fact, that I cannot build the
 delivered source on Windows 7 is a problem in my build environment or a
 bug in the source.
>>>
>>> Regina I don't know why it doesn't build on your machine but I
>>> successfully built the tagged AOO410 branch for the RC on Windows, Mac
>>> and Linuxc 32/64 bit. It was always a clean fresh build to the latest
>>> tagged sources. The src tar balls are gnerated on Mac as I did it always
>>> in the past. The included config scripts for Mac are a mistake and were
>>> probably in all src releases in the past as well (good catch Damjan)
>>>
>>> Well I built the src tarball only on Mac because of the lack of time to
>>> do it on the other platforms as well. But again it iis the same source I
>>> used to build the binaries.
>>
>> If it is not my build environment, then it is likely a problem on
>> Windows, because building in Cygwin is a little bit special. Sadly no
>> one found the time to try building a src tar ball on Windows. We are not
>> releasing binaries but source, and as long as nobody does a successful
>> build of a src tall ball on Windows, I cannot vote +1 in good conscience.
>>
> 
> Regina, I used the tar.gz tarball and started a Windows build,
> everything looks good so fr and it is still building. stlport for
> example is finished, I don#t remeber what exactly your problems were.
> 
> Herbert mentioned that he remembered problems with the zip file and
> cygwin and permissions. Well I don't know and as mentioned I used the
> tar.gz because it was smaller.
> 
> I will let you know when the build is finished.

checked the build in the morning and en-US built was successful. Besides
the fact that we have some issues on newer Linux distros (we ever had)
the src package is fine.

@Regina, I still have no ideas what the problem is in your env but maybe
you can give one of the tar balls a try instead of the zip.

Juergen

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



Re: University student looking for experience in contributing to the Open Office project

2015-10-27 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
I have now run build --all and got an error with the module ‘basebmp’. I ran 
build —from basebmp to check the detailed error and see the following error:

/Users/jatin1/repos/asf/openoffice/main/basebmp/test/basictest.cxx:95:5: error: 
no matching conversion for functional-style cast from 
'PaletteMemorySharedVector' (aka 'shared_ptr >') to 
'::testing::AssertionResult'
ASSERT_TRUE( pDevice->getPalette() ) << "Palette existence";
^~~~



Can someone help me on this error? 

Clang version:
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix


Lldb version:
lldb-330.0.48


Thanks



On 10/27/15, 6:55 AM, "Kay Schenk"  wrote:

>On Mon, Oct 26, 2015 at 7:37 AM, #PATHANGI JANARDHANAN JATINSHRAVAN# <
>jatinshr...@e.ntu.edu.sg> wrote:
>
>> As per the previous mail, I have downgraded to jdk 1.7.0_79. I ran the
>> configure script again, after downloading the junit jar, and got the
>> following output at the end
>>
>> * Apache OpenOffice 420 configuration.
>> *
>> *
>> * Configuration part of Apache OpenOffice 420 build is finished.
>> *
>> * Note: Be aware that you might not be able to build Apache OpenOffice if
>> * you ignore any warnings that were generated during this configuration
>> * process.
>> *
>> * - Disabling gtk-quickstarter - not supported on Mac. Use
>> --disable-systray
>> * - JAVA_HOME was not explicitly informed with --with-jdk-home. the
>> configure script
>> * - attempted to find JAVA_HOME automatically, but apparently it failed
>> * - in case JAVA_HOME is incorrectly set, some projects with not be built
>> correctly
>> *
>> *
>> * USAGE:
>> * Source MacOSXX64Env.Set (in tcsh) or MacOSXX64Env.Set.sh (in sh)
>> * in order to set up the build-environment variables.
>> *
>>
>> I have set the JAVA_HOME environment variable correctly as per the
>> following command:
>>
>>
>> echo $JAVA_HOME
>> /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home
>>
>>
>> This is pointing to the correct jdk home. This is output of java -version:
>>
>> java version "1.7.0_79"
>> Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
>> Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
>>
>> Why is the configure script not able to find my JAVA_HOME automatically
>> and what can I do to make this warning go away?
>>
>> Thanks
>> Jatin
>>
>
>​Probably the quickest way to solve this problem is to do a configure again
>(delete the existing ​
> MacOSXX64Env.
>​* files first), and add the the configuration option:
>
>--with-jdk-home=/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home
>
>I am not a Mac developer, but hopefully this will solve the problem for you.
>​
>
>>
>>
>>
>>
>>
>>
>> On 10/25/15, 9:28 PM, "Andrea Pescetti"  wrote:
>>
>> >PATHANGI JANARDHANAN JATINSHRAVAN wrote:
>> >> I downgraded to Ant 1.8.4 and still I get the same issue. It is greater
>> than 1.7.0
>> >> and 1.8.4 is sufficiently old enough at this point that I would expect
>> it to work
>> >
>> >I confirm I can build with ant 1.9 (1.9.3, to be precise) with no issues.
>> >
>> >> so is there something else that is the problem here? My JDK is 1.8.0_45.
>> >
>> >It looks like this may be the problem. This has recently been discussed
>> >on this list. Can you try building with Java 7?
>> >
>> >Note: in any case, when you have build issues the best thing to do is to
>> >find your config.log file and upload it to http://pastebin.com/ (or any
>> >other service) with expiration date set at one month and send the link
>> >here. This will allow people to look at all diagnostic messages. And
>> >this is helpful when, like in this case, the error given by configure is
>> >actually not very precise.
>> >
>> >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
>>
>
>
>
>-- 
>--
>MzK
>
>“The journey of a thousand miles begins with a single step.”
>  --Lao Tzu


Re: University student looking for experience in contributing to the Open Office project

2015-10-27 Thread Damjan Jovanovic
Hi Jatin

It looks like that unit test fails to compile on MacOS for some reason.
Without access to a Mac I can't tell why. You could try passing
--disable-unit-tests to ./configure to skip building unit tests, which will
also speed up your build a little, or skip only that test by editing
/Users/jatin1/repos/asf/openoffice/main/basebmp/test/makefile.mk and
changing "APP1TEST" to "disabled" (as per
https://wiki.openoffice.org/wiki/Googletest) in which case you don't have
to restart building from the beginning.

Mac currently seems to be the hardest platform to build AOO on :-(.

Good luck
Damjan


On Tue, Oct 27, 2015 at 2:57 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <
jatinshr...@e.ntu.edu.sg> wrote:

> I have now run build --all and got an error with the module ‘basebmp’. I
> ran build —from basebmp to check the detailed error and see the following
> error:
>
> /Users/jatin1/repos/asf/openoffice/main/basebmp/test/basictest.cxx:95:5:
> error: no matching conversion for functional-style cast from
> 'PaletteMemorySharedVector' (aka 'shared_ptr >')
> to '::testing::AssertionResult'
> ASSERT_TRUE( pDevice->getPalette() ) << "Palette existence";
> ^~~~
>
>
>
> Can someone help me on this error?
>
> Clang version:
> Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
> Target: x86_64-apple-darwin14.3.0
> Thread model: posix
>
>
> Lldb version:
> lldb-330.0.48
>
>
> Thanks
>
>
>
> On 10/27/15, 6:55 AM, "Kay Schenk"  wrote:
>
> >On Mon, Oct 26, 2015 at 7:37 AM, #PATHANGI JANARDHANAN JATINSHRAVAN# <
> >jatinshr...@e.ntu.edu.sg> wrote:
> >
> >> As per the previous mail, I have downgraded to jdk 1.7.0_79. I ran the
> >> configure script again, after downloading the junit jar, and got the
> >> following output at the end
> >>
> >> * Apache OpenOffice 420 configuration.
> >> *
> >> *
> >> * Configuration part of Apache OpenOffice 420 build is finished.
> >> *
> >> * Note: Be aware that you might not be able to build Apache OpenOffice
> if
> >> * you ignore any warnings that were generated during this configuration
> >> * process.
> >> *
> >> * - Disabling gtk-quickstarter - not supported on Mac. Use
> >> --disable-systray
> >> * - JAVA_HOME was not explicitly informed with --with-jdk-home. the
> >> configure script
> >> * - attempted to find JAVA_HOME automatically, but apparently it failed
> >> * - in case JAVA_HOME is incorrectly set, some projects with not be
> built
> >> correctly
> >> *
> >> *
> >> * USAGE:
> >> * Source MacOSXX64Env.Set (in tcsh) or MacOSXX64Env.Set.sh (in sh)
> >> * in order to set up the build-environment variables.
> >> *
> >>
> >> I have set the JAVA_HOME environment variable correctly as per the
> >> following command:
> >>
> >>
> >> echo $JAVA_HOME
> >> /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home
> >>
> >>
> >> This is pointing to the correct jdk home. This is output of java
> -version:
> >>
> >> java version "1.7.0_79"
> >> Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
> >> Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
> >>
> >> Why is the configure script not able to find my JAVA_HOME automatically
> >> and what can I do to make this warning go away?
> >>
> >> Thanks
> >> Jatin
> >>
> >
> >​Probably the quickest way to solve this problem is to do a configure
> again
> >(delete the existing ​
> > MacOSXX64Env.
> >​* files first), and add the the configuration option:
> >
>
> >--with-jdk-home=/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home
> >
> >I am not a Mac developer, but hopefully this will solve the problem for
> you.
> >​
> >
> >>
> >>
> >>
> >>
> >>
> >>
> >> On 10/25/15, 9:28 PM, "Andrea Pescetti"  wrote:
> >>
> >> >PATHANGI JANARDHANAN JATINSHRAVAN wrote:
> >> >> I downgraded to Ant 1.8.4 and still I get the same issue. It is
> greater
> >> than 1.7.0
> >> >> and 1.8.4 is sufficiently old enough at this point that I would
> expect
> >> it to work
> >> >
> >> >I confirm I can build with ant 1.9 (1.9.3, to be precise) with no
> issues.
> >> >
> >> >> so is there something else that is the problem here? My JDK is
> 1.8.0_45.
> >> >
> >> >It looks like this may be the problem. This has recently been discussed
> >> >on this list. Can you try building with Java 7?
> >> >
> >> >Note: in any case, when you have build issues the best thing to do is
> to
> >> >find your config.log file and upload it to http://pastebin.com/ (or
> any
> >> >other service) with expiration date set at one month and send the link
> >> >here. This will allow people to look at all diagnostic messages. And
> >> >this is helpful when, like in this case, the error given by configure
> is
> >> >actually not very precise.
> >> >
> >> >Regards,
> >> >   Andrea.
> >> >
> >> >-
> >> >To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> >> >For additional commands, e-mail: 

Re: University student looking for experience in contributing to the Open Office project

2015-10-27 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi Damjan, 
Thanks for the response.

If I disable the running of unit tests, will it not be a pretty bad thing in 
case in the future I make some change to some module but can’t run the unit 
test?

Is there a way to edit the build command to specifically skip the ‘basebmp’ 
module? I couldn’t find something like that on the wiki.

If there isn’t, then I’ll skip the unit tests by editing the configure command.

Thanks
Jatin



On 10/27/15, 9:15 PM, "Damjan Jovanovic"  wrote:

>Hi Jatin
>
>It looks like that unit test fails to compile on MacOS for some reason.
>Without access to a Mac I can't tell why. You could try passing
>--disable-unit-tests to ./configure to skip building unit tests, which will
>also speed up your build a little, or skip only that test by editing
>/Users/jatin1/repos/asf/openoffice/main/basebmp/test/makefile.mk and
>changing "APP1TEST" to "disabled" (as per
>https://wiki.openoffice.org/wiki/Googletest) in which case you don't have
>to restart building from the beginning.
>
>Mac currently seems to be the hardest platform to build AOO on :-(.
>
>Good luck
>Damjan
>
>
>On Tue, Oct 27, 2015 at 2:57 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <
>jatinshr...@e.ntu.edu.sg> wrote:
>
>> I have now run build --all and got an error with the module ‘basebmp’. I
>> ran build —from basebmp to check the detailed error and see the following
>> error:
>>
>> /Users/jatin1/repos/asf/openoffice/main/basebmp/test/basictest.cxx:95:5:
>> error: no matching conversion for functional-style cast from
>> 'PaletteMemorySharedVector' (aka 'shared_ptr >')
>> to '::testing::AssertionResult'
>> ASSERT_TRUE( pDevice->getPalette() ) << "Palette existence";
>> ^~~~
>>
>>
>>
>> Can someone help me on this error?
>>
>> Clang version:
>> Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
>> Target: x86_64-apple-darwin14.3.0
>> Thread model: posix
>>
>>
>> Lldb version:
>> lldb-330.0.48
>>
>>
>> Thanks
>>
>>
>>
>> On 10/27/15, 6:55 AM, "Kay Schenk"  wrote:
>>
>> >On Mon, Oct 26, 2015 at 7:37 AM, #PATHANGI JANARDHANAN JATINSHRAVAN# <
>> >jatinshr...@e.ntu.edu.sg> wrote:
>> >
>> >> As per the previous mail, I have downgraded to jdk 1.7.0_79. I ran the
>> >> configure script again, after downloading the junit jar, and got the
>> >> following output at the end
>> >>
>> >> * Apache OpenOffice 420 configuration.
>> >> *
>> >> *
>> >> * Configuration part of Apache OpenOffice 420 build is finished.
>> >> *
>> >> * Note: Be aware that you might not be able to build Apache OpenOffice
>> if
>> >> * you ignore any warnings that were generated during this configuration
>> >> * process.
>> >> *
>> >> * - Disabling gtk-quickstarter - not supported on Mac. Use
>> >> --disable-systray
>> >> * - JAVA_HOME was not explicitly informed with --with-jdk-home. the
>> >> configure script
>> >> * - attempted to find JAVA_HOME automatically, but apparently it failed
>> >> * - in case JAVA_HOME is incorrectly set, some projects with not be
>> built
>> >> correctly
>> >> *
>> >> *
>> >> * USAGE:
>> >> * Source MacOSXX64Env.Set (in tcsh) or MacOSXX64Env.Set.sh (in sh)
>> >> * in order to set up the build-environment variables.
>> >> *
>> >>
>> >> I have set the JAVA_HOME environment variable correctly as per the
>> >> following command:
>> >>
>> >>
>> >> echo $JAVA_HOME
>> >> /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home
>> >>
>> >>
>> >> This is pointing to the correct jdk home. This is output of java
>> -version:
>> >>
>> >> java version "1.7.0_79"
>> >> Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
>> >> Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
>> >>
>> >> Why is the configure script not able to find my JAVA_HOME automatically
>> >> and what can I do to make this warning go away?
>> >>
>> >> Thanks
>> >> Jatin
>> >>
>> >
>> >​Probably the quickest way to solve this problem is to do a configure
>> again
>> >(delete the existing ​
>> > MacOSXX64Env.
>> >​* files first), and add the the configuration option:
>> >
>>
>> >--with-jdk-home=/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home
>> >
>> >I am not a Mac developer, but hopefully this will solve the problem for
>> you.
>> >​
>> >
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> On 10/25/15, 9:28 PM, "Andrea Pescetti"  wrote:
>> >>
>> >> >PATHANGI JANARDHANAN JATINSHRAVAN wrote:
>> >> >> I downgraded to Ant 1.8.4 and still I get the same issue. It is
>> greater
>> >> than 1.7.0
>> >> >> and 1.8.4 is sufficiently old enough at this point that I would
>> expect
>> >> it to work
>> >> >
>> >> >I confirm I can build with ant 1.9 (1.9.3, to be precise) with no
>> issues.
>> >> >
>> >> >> so is there something else that is the problem here? My JDK is
>> 1.8.0_45.
>> >> >
>> >> >It looks like this may be the problem. This has recently been discussed
>> >> >on this list. Can you try building with Java 7?
>> >> >
>> >> >Note: in any case, 

Re: University student looking for experience in contributing to the Open Office project

2015-10-27 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Oops sorry didn’t see the second part of your mail, I will edit the Makefile.

Thanks





On 10/27/15, 9:15 PM, "Damjan Jovanovic"  wrote:

>Hi Jatin
>
>It looks like that unit test fails to compile on MacOS for some reason.
>Without access to a Mac I can't tell why. You could try passing
>--disable-unit-tests to ./configure to skip building unit tests, which will
>also speed up your build a little, or skip only that test by editing
>/Users/jatin1/repos/asf/openoffice/main/basebmp/test/makefile.mk and
>changing "APP1TEST" to "disabled" (as per
>https://wiki.openoffice.org/wiki/Googletest) in which case you don't have
>to restart building from the beginning.
>
>Mac currently seems to be the hardest platform to build AOO on :-(.
>
>Good luck
>Damjan
>
>
>On Tue, Oct 27, 2015 at 2:57 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <
>jatinshr...@e.ntu.edu.sg> wrote:
>
>> I have now run build --all and got an error with the module ‘basebmp’. I
>> ran build —from basebmp to check the detailed error and see the following
>> error:
>>
>> /Users/jatin1/repos/asf/openoffice/main/basebmp/test/basictest.cxx:95:5:
>> error: no matching conversion for functional-style cast from
>> 'PaletteMemorySharedVector' (aka 'shared_ptr >')
>> to '::testing::AssertionResult'
>> ASSERT_TRUE( pDevice->getPalette() ) << "Palette existence";
>> ^~~~
>>
>>
>>
>> Can someone help me on this error?
>>
>> Clang version:
>> Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
>> Target: x86_64-apple-darwin14.3.0
>> Thread model: posix
>>
>>
>> Lldb version:
>> lldb-330.0.48
>>
>>
>> Thanks
>>
>>
>>
>> On 10/27/15, 6:55 AM, "Kay Schenk"  wrote:
>>
>> >On Mon, Oct 26, 2015 at 7:37 AM, #PATHANGI JANARDHANAN JATINSHRAVAN# <
>> >jatinshr...@e.ntu.edu.sg> wrote:
>> >
>> >> As per the previous mail, I have downgraded to jdk 1.7.0_79. I ran the
>> >> configure script again, after downloading the junit jar, and got the
>> >> following output at the end
>> >>
>> >> * Apache OpenOffice 420 configuration.
>> >> *
>> >> *
>> >> * Configuration part of Apache OpenOffice 420 build is finished.
>> >> *
>> >> * Note: Be aware that you might not be able to build Apache OpenOffice
>> if
>> >> * you ignore any warnings that were generated during this configuration
>> >> * process.
>> >> *
>> >> * - Disabling gtk-quickstarter - not supported on Mac. Use
>> >> --disable-systray
>> >> * - JAVA_HOME was not explicitly informed with --with-jdk-home. the
>> >> configure script
>> >> * - attempted to find JAVA_HOME automatically, but apparently it failed
>> >> * - in case JAVA_HOME is incorrectly set, some projects with not be
>> built
>> >> correctly
>> >> *
>> >> *
>> >> * USAGE:
>> >> * Source MacOSXX64Env.Set (in tcsh) or MacOSXX64Env.Set.sh (in sh)
>> >> * in order to set up the build-environment variables.
>> >> *
>> >>
>> >> I have set the JAVA_HOME environment variable correctly as per the
>> >> following command:
>> >>
>> >>
>> >> echo $JAVA_HOME
>> >> /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home
>> >>
>> >>
>> >> This is pointing to the correct jdk home. This is output of java
>> -version:
>> >>
>> >> java version "1.7.0_79"
>> >> Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
>> >> Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
>> >>
>> >> Why is the configure script not able to find my JAVA_HOME automatically
>> >> and what can I do to make this warning go away?
>> >>
>> >> Thanks
>> >> Jatin
>> >>
>> >
>> >​Probably the quickest way to solve this problem is to do a configure
>> again
>> >(delete the existing ​
>> > MacOSXX64Env.
>> >​* files first), and add the the configuration option:
>> >
>>
>> >--with-jdk-home=/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home
>> >
>> >I am not a Mac developer, but hopefully this will solve the problem for
>> you.
>> >​
>> >
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> On 10/25/15, 9:28 PM, "Andrea Pescetti"  wrote:
>> >>
>> >> >PATHANGI JANARDHANAN JATINSHRAVAN wrote:
>> >> >> I downgraded to Ant 1.8.4 and still I get the same issue. It is
>> greater
>> >> than 1.7.0
>> >> >> and 1.8.4 is sufficiently old enough at this point that I would
>> expect
>> >> it to work
>> >> >
>> >> >I confirm I can build with ant 1.9 (1.9.3, to be precise) with no
>> issues.
>> >> >
>> >> >> so is there something else that is the problem here? My JDK is
>> 1.8.0_45.
>> >> >
>> >> >It looks like this may be the problem. This has recently been discussed
>> >> >on this list. Can you try building with Java 7?
>> >> >
>> >> >Note: in any case, when you have build issues the best thing to do is
>> to
>> >> >find your config.log file and upload it to http://pastebin.com/ (or
>> any
>> >> >other service) with expiration date set at one month and send the link
>> >> >here. This will allow people to look at all diagnostic messages. And
>> >> >this is helpful when, like in this case, 

English dictionary updates

2015-10-27 Thread Andrea Pescetti
This is mainly for Marco, but useful for the dev list too: it looks like 
we will release OpenOffice 4.1.2 later this week, and send out update 
notifications in the next few days, so would it be possible to skip 
version 2015.11.01 of the English dictionary, or upload it to the 
Extensions site a few weeks later than usual? We did it for the 4.1.1 
release too, and it worked well.


Users who upgrade to 4.1.2 will be confused if, upon starting 4.1.2, 
they are told that updates are available (for the English dictionary), 
and they might think that something went wrong in the upgrade process.


Thanks,
  Andrea.

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



Re: Pending release tasks

2015-10-27 Thread Andrea Pescetti

Andrea Pescetti wrote:

The 4.1.2 folder now contain en-US only and is set to be "staged". If
there are no big surprises and if propagation is still smooth as it was
for the en-US test, the release is only 24-48 hours away.


For the record, everything worked fine. Files are now all available on 
SourceForge (in hidden, or "staged", form). Technically, this means we 
could start serving version 4.1.2 right now: it's enough to publish the 
files and apply the download page changes.


Still, there are a number of small things to do in terms of website 
preparation, announce mails, translations, ASF mirrors synchronization 
(for sources) and such, so Wednesday evening European time seems best. 
Marcus, would it be OK for you to aim at Wednesday 18.30 Berlin time? See


http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151028T1830=37

to see the corresponding time worldwide. This would leave us some time 
during the European evening to send out the post-release announcements.


Regards,
  Andrea.

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



Re: English dictionary updates

2015-10-27 Thread Marco A.G.Pinto

Sure, Andrea :-)

I will skip 2015.11.01 or upload it a few weeks later.

:-P

Thanks!

Kind regards,
  >Marco A.G.Pinto
---

On 27/10/2015 11:45, Andrea Pescetti wrote:
This is mainly for Marco, but useful for the dev list too: it looks 
like we will release OpenOffice 4.1.2 later this week, and send out 
update notifications in the next few days, so would it be possible to 
skip version 2015.11.01 of the English dictionary, or upload it to the 
Extensions site a few weeks later than usual? We did it for the 4.1.1 
release too, and it worked well.


Users who upgrade to 4.1.2 will be confused if, upon starting 4.1.2, 
they are told that updates are available (for the English dictionary), 
and they might think that something went wrong in the upgrade process.


Thanks,
  Andrea.




--


Re: Pending release tasks

2015-10-27 Thread Kay Schenk
On Tue, Oct 27, 2015 at 4:26 AM, Andrea Pescetti 
wrote:

> Andrea Pescetti wrote:
>
>> The 4.1.2 folder now contain en-US only and is set to be "staged". If
>> there are no big surprises and if propagation is still smooth as it was
>> for the en-US test, the release is only 24-48 hours away.
>>
>
> For the record, everything worked fine. Files are now all available on
> SourceForge (in hidden, or "staged", form). Technically, this means we
> could start serving version 4.1.2 right now: it's enough to publish the
> files and apply the download page changes.
>
> Still, there are a number of small things to do in terms of website
> preparation, announce mails,


​In the past, the Release Manager sends out announcements e-mail to
us...@openofffice.apache.org, annou...@openoffice.apache.org, and
annou...@apache.org.
​


> translations, ASF mirrors synchronization (for sources) and such, so
> Wednesday evening European time seems best. Marcus, would it be OK for you
> to aim at Wednesday 18.30 Berlin time? See
>
>
> http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151028T1830=37
>
> to see the corresponding time worldwide. This would leave us some time
> during the European evening to send out the post-release announcements.
>
>
> Regards,
>   Andrea.
>
>

-- 
--
MzK

“The journey of a thousand miles begins with a single step.”
  --Lao Tzu


Re: [DISCUSS] [VOTE] Release 4.1.2-RC3 as OpenOffice 4.1.2

2015-10-27 Thread Jürgen Schmidt
On 27/10/15 17:45, Regina Henschel wrote:
> Hi Jürgen,
> 
> Jürgen Schmidt schrieb:
>>
>> checked the build in the morning and en-US built was successful. Besides
>> the fact that we have some issues on newer Linux distros (we ever had)
>> the src package is fine.
>>
>> @Regina, I still have no ideas what the problem is in your env but maybe
>> you can give one of the tar balls a try instead of the zip.
> 
> I have use apache-openoffice-4.1.2-r1709696-src.tar.gz now and unzipped
> it in Cygwin. That source builds fine then. I have added a note to
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7
> not to use Windows tools for unpacking.

good that we figured out why it didn't worked with the zip but it is
strange. We can think about dropping the zip completely. Users have to
use cygwin anyway and probably have the tools in place already. I would
drop the zip src release in the future.

Juergen

> 
> Kind regards
> Regina
> 
> -
> 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: [DISCUSS] [VOTE] Release 4.1.2-RC3 as OpenOffice 4.1.2

2015-10-27 Thread Regina Henschel

Hi Jürgen,

Jürgen Schmidt schrieb:


checked the build in the morning and en-US built was successful. Besides
the fact that we have some issues on newer Linux distros (we ever had)
the src package is fine.

@Regina, I still have no ideas what the problem is in your env but maybe
you can give one of the tar balls a try instead of the zip.


I have use apache-openoffice-4.1.2-r1709696-src.tar.gz now and unzipped 
it in Cygwin. That source builds fine then. I have added a note to 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7 
not to use Windows tools for unpacking.


Kind regards
Regina

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



Re: Pending release tasks

2015-10-27 Thread Marcus

Am 10/27/2015 12:26 PM, schrieb Andrea Pescetti:

Andrea Pescetti wrote:

The 4.1.2 folder now contain en-US only and is set to be "staged". If
there are no big surprises and if propagation is still smooth as it was
for the en-US test, the release is only 24-48 hours away.


For the record, everything worked fine. Files are now all available on
SourceForge (in hidden, or "staged", form). Technically, this means we
could start serving version 4.1.2 right now: it's enough to publish the
files and apply the download page changes.


wow, that went really fast. :-)


Still, there are a number of small things to do in terms of website
preparation, announce mails, translations, ASF mirrors synchronization
(for sources) and such, so Wednesday evening European time seems best.
Marcus, would it be OK for you to aim at Wednesday 18.30 Berlin time? See


Unfortunately not. Currently there is a good chance that I need to work 
longer and I need a bit to arrive at home, so 20:00 CET would be better.



http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151028T1830=37

to see the corresponding time worldwide. This would leave us some time
during the European evening to send out the post-release announcements.


Marcus


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



Re: [DISCUSS] [VOTE] Release 4.1.2-RC3 as OpenOffice 4.1.2

2015-10-27 Thread Regina Henschel

Hi Dennis,

Dennis E. Hamilton schrieb:

-Original Message-
From: Jürgen Schmidt [mailto:jogischm...@gmail.com]
Sent: Tuesday, October 27, 2015 10:04
To: dev@openoffice.apache.org
Subject: Re: [DISCUSS] [VOTE] Release 4.1.2-RC3 as OpenOffice 4.1.2

On 27/10/15 17:45, Regina Henschel wrote:

Hi Jürgen,

Jürgen Schmidt schrieb:


checked the build in the morning and en-US built was successful.

Besides

the fact that we have some issues on newer Linux distros (we ever

had)

the src package is fine.

@Regina, I still have no ideas what the problem is in your env but

maybe

you can give one of the tar balls a try instead of the zip.


I have use apache-openoffice-4.1.2-r1709696-src.tar.gz now and

unzipped

it in Cygwin. That source builds fine then. I have added a note to


https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_b
y_step#Windows_7

not to use Windows tools for unpacking.


good that we figured out why it didn't worked with the zip but it is
strange. We can think about dropping the zip completely. Users have to
use cygwin anyway and probably have the tools in place already. I would
drop the zip src release in the future.

[orcmid]

Regina, can you explain what Windows tool you mean?

Do you mean not using the default way that Windows will open/extract a .zip 
file?


Yes. I remember that for Windows own unpack tool problems have been 
reported at OOo-times.


Do you mean that a Zip utility like WinZip or 7Zip should not be used?


Yes. I had used 7Zip and had got these strange access problems.



I assume the change you mean is where you use the Cygwin bash session and use 
tar to unpack the tar.bz2 source.  Is that correct?


Yes. I have now unpacked it inside Cygwin, using "tar xvzf 
apache-openoffice-4.1.2-r1709696-src.tar.gz"




(Or has the change not been pushed yet?)


I have put my comment into section "Source release" right after the 
command example on the Wiki page 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7.



I don't know, whether unpacking the zip-source inside Cygwin would work.

As both Jürgen and me could build it with the "tar.gz" source, I agree 
with Jürgen, that next time we should not provide a zip-source at all.


Kind regards
Regina

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



RE: [DISCUSS] [VOTE] Release 4.1.2-RC3 as OpenOffice 4.1.2

2015-10-27 Thread Dennis E. Hamilton
> -Original Message-
> From: Jürgen Schmidt [mailto:jogischm...@gmail.com]
> Sent: Tuesday, October 27, 2015 10:04
> To: dev@openoffice.apache.org
> Subject: Re: [DISCUSS] [VOTE] Release 4.1.2-RC3 as OpenOffice 4.1.2
> 
> On 27/10/15 17:45, Regina Henschel wrote:
> > Hi Jürgen,
> >
> > Jürgen Schmidt schrieb:
> >>
> >> checked the build in the morning and en-US built was successful.
> Besides
> >> the fact that we have some issues on newer Linux distros (we ever
> had)
> >> the src package is fine.
> >>
> >> @Regina, I still have no ideas what the problem is in your env but
> maybe
> >> you can give one of the tar balls a try instead of the zip.
> >
> > I have use apache-openoffice-4.1.2-r1709696-src.tar.gz now and
> unzipped
> > it in Cygwin. That source builds fine then. I have added a note to
> >
> https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_b
> y_step#Windows_7
> > not to use Windows tools for unpacking.
> 
> good that we figured out why it didn't worked with the zip but it is
> strange. We can think about dropping the zip completely. Users have to
> use cygwin anyway and probably have the tools in place already. I would
> drop the zip src release in the future.
[orcmid] 

Regina, can you explain what Windows tool you mean?

Do you mean not using the default way that Windows will open/extract a .zip 
file?

Do you mean that a Zip utility like WinZip or 7Zip should not be used?

I assume the change you mean is where you use the Cygwin bash session and use 
tar to unpack the tar.bz2 source.  Is that correct?

(Or has the change not been pushed yet?)



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



Re: Pending release tasks

2015-10-27 Thread Andrea Pescetti

Marcus wrote:

Unfortunately not. Currently there is a good chance that I need to work
longer and I need a bit to arrive at home, so 20:00 CET would be better.


OK, 20:00 CET will work too. So we aim at releasing Wednesday 20:00 CET, or

http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151028T20=37

if people want to see it in their timezone.

In the above sentence "Releasing" means "Updating the download pages on 
http://www.openoffice.org so that they offer version 4.1.2". Other steps 
will be done before that moment, while all announcements will obviously 
be sent shortly after the update.


Regards,
  Andrea.

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



Remembering Ian Lynch in 4.1.2 announcement

2015-10-27 Thread Andrea Pescetti
I was wondering whether we should remember Ian Lynch at the end of the 
4.1.2 Release announcement, with a sentence like


"The OpenOffice community dedicates version 4.1.2 to the memory of Ian 
Lynch, a member of the OpenOffice Project Management Committee and a key 
contributor to marketing and education efforts, who passed away earlier 
this year" [of course please adjust and fix in case]


I have no idea on whether this is appropriate or not. I'm rather neutral 
on the issue. Feedback welcome. Our memorial for Ian is at 
http://www.apache.org/memorials/ian_lynch.html


Regards,
  Andrea.

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



Re: Pending release tasks

2015-10-27 Thread Andrea Pescetti

On 26/10/2015 Andrea Pescetti wrote:

4) Preparing a short press release. Nothing really big, something like
https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_1 can
be OK, or something more elaborate if we manage to put together a few
quotes (after all, it has been a while since 4.1.1, so a new release is
significant news).

This is probably just a proof-read/enhanced copy of
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Release+Notes
plus a quote...


A very basic announcement is now available at

https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Announcement

Feel free to edit/improve. Dennis, if you would like to add a quote as 
new Chair of course just go ahead and add it there.


The page above will be copied to https://blogs.apache.org/ooo/ and sent, 
in text-only format, to our announce/users lists (plus 
annou...@apache.org) 30-60 minutes after the download pages have been 
updated, which is scheduled to happen at 20:00 CET, or 
http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151028T20=37


Regards,
  Andrea.

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



Re: Remembering Ian Lynch in 4.1.2 announcement

2015-10-27 Thread JZA
+1

On Tue, Oct 27, 2015 at 4:52 PM, Andrea Pescetti 
wrote:

> I was wondering whether we should remember Ian Lynch at the end of the
> 4.1.2 Release announcement, with a sentence like
>
> "The OpenOffice community dedicates version 4.1.2 to the memory of Ian
> Lynch, a member of the OpenOffice Project Management Committee and a key
> contributor to marketing and education efforts, who passed away earlier
> this year" [of course please adjust and fix in case]
>
> I have no idea on whether this is appropriate or not. I'm rather neutral
> on the issue. Feedback welcome. Our memorial for Ian is at
> http://www.apache.org/memorials/ian_lynch.html
>
> Regards,
>   Andrea.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
Alexandro Colorado
Apache OpenOffice Contributor
9060 55AB FFD2 2F02 0E1A  3409 599C 14FC 9450 D3CF


RE: Pending release tasks

2015-10-27 Thread Dennis E. Hamilton

> -Original Message-
> From: Andrea Pescetti [mailto:pesce...@apache.org]
> Sent: Tuesday, October 27, 2015 17:05
> To: dev@openoffice.apache.org
> Subject: Re: Pending release tasks
[ ... ]
> A very basic announcement is now available at
> 
> https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Announcem
> ent
> 
> Feel free to edit/improve. Dennis, if you would like to add a quote as
> new Chair of course just go ahead and add it there.
[orcmid] 

+1 looks good to me as it is.  

I made two adjustments.

> 
> The page above will be copied to https://blogs.apache.org/ooo/ and sent,
> in text-only format, to our announce/users lists (plus
> annou...@apache.org) 30-60 minutes after the download pages have been
> updated, which is scheduled to happen at 20:00 CET, or
> http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151028T20=
> 37
> 
> 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: Remembering Ian Lynch in 4.1.2 announcement

2015-10-27 Thread Dennis E. Hamilton
+1 also

> -Original Message-
> From: JZA [mailto:acolor...@gmail.com]
> Sent: Tuesday, October 27, 2015 16:57
> To: dev 
> Subject: Re: Remembering Ian Lynch in 4.1.2 announcement
> 
> +1
> 
> On Tue, Oct 27, 2015 at 4:52 PM, Andrea Pescetti 
> wrote:
> 
> > I was wondering whether we should remember Ian Lynch at the end of the
> > 4.1.2 Release announcement, with a sentence like
> >
> > "The OpenOffice community dedicates version 4.1.2 to the memory of Ian
> > Lynch, a member of the OpenOffice Project Management Committee and a
> key
> > contributor to marketing and education efforts, who passed away
> earlier
> > this year" [of course please adjust and fix in case]
> >
> > I have no idea on whether this is appropriate or not. I'm rather
> neutral
> > on the issue. Feedback welcome. Our memorial for Ian is at
> > http://www.apache.org/memorials/ian_lynch.html
> >
> > Regards,
> >   Andrea.
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> >
> 
> 
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> 9060 55AB FFD2 2F02 0E1A  3409 599C 14FC 9450 D3CF


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