Re: Suspicious target for files of commit r1556127

2014-01-07 Thread Herbert Dürr
On 07.01.2014 13:26, Jürgen Schmidt wrote: Hi Regina, I think that was by mistake and Yushen Fan has already corrected this. She started to collect test documents for OOXML and make them available under openoffice/test/test-data/ooxml/... The naming of the openoffice/test directory is a bit

Re: Build braker in rejuvenate01 cppu

2013-11-12 Thread Herbert Dürr
Hi Raphael, On 11.11.2013 10:47, Raphael Bircher wrote: I run in a build breaker in the rejuvenate01 branche dmake: Error: -- `uno_purpenvhelpers5abi.map' not found, and can't be made I just committed r1540968 to add the missing file by renaming its older cousin. Has someone a idea what

Re: XML files are binary?

2013-11-12 Thread Herbert Dürr
On 12.11.2013 15:34, Andre Fischer wrote: On 12.11.2013 15:19, Rob Weir wrote: On Tue, Nov 12, 2013 at 8:59 AM, Andre Fischer awf@gmail.com wrote: I just checked in some files for creating Windows patches (no, the work is not yet finished) and saw that the .xml files are flagged as binary.

AOO Security Features without Mozilla

2013-10-22 Thread Herbert Dürr
About everyone who ever built OpenOffice in the last couple of years wondered why an almost complete (and obsolete/unmaintained/ancient) version of Mozilla Seamonkey was needed when building OpenOffice with its security features enabled such as support for password protected documents. The

Re: AOO Security Features without Mozilla

2013-10-22 Thread Herbert Dürr
On 22.10.2013 13:46, janI wrote: On 22 October 2013 13:30, Herbert Dürr h...@apache.org wrote: [...] Since issue 91209 the mozilla address books were disabled on Mac altogether anyway, so on Mac we could rid AOO of its heavy Seamonkey dependency really soon without removing any features

Re: [VOTE]: Release OpenOffice 4.0 (RC2)

2013-07-19 Thread Herbert Dürr
On 17.07.2013 09:40, Jürgen Schmidt wrote: [...] The RC is based on the release branch AOO400, revision 1503704! Please vote on releasing this package as Apache OpenOffice 4.0. The vote starts now and will be open until: UTC 3:00pm on Friday, 19 July: 2013-07-19 3:00 UTC. But we invite

Re: Build problem on epm in the rejuvenate01 branche

2013-05-31 Thread Herbert Dürr
Hi Raphael, On 2013/05/30 8:27 PM, Raphael Bircher wrote: Mac OS X 10.7 with XCode 4.3 My build stops at the epm modul. I know there is a workflow to find more details about the breaker, but I fergot it :-( Can sameone help me? Go into the module that had the problem and run build

Re: [RELEASE]: proposed further schedule towards AOO 4.0

2013-05-31 Thread Herbert Dürr
[regarding dropping stlport4] The changes to make the codebase ready for native STL support are done. Builds with stlport4 enabled will continue to work as before. I suggest to use the --without-stlport option for all new builds though: Stlport is a great project, but the versions that OOo

Re: GIT mirror.

2013-05-28 Thread Herbert Dürr
On 2013/05/28 2:50 PM, janI wrote: We have INFRA 5590 pending. When I (and infra) reads it, its only a request for a RO mirror. Yes, it was assumed that a read-only mirror of our codebase would be an essential step regardless on how we want to proceed. A read-only mirror would have the

Re: Question about: OpenOffice Calc. =-1^2 like expressions

2013-05-27 Thread Herbert Dürr
On 2013/05/27 11:20 AM, Torokhov Sergey wrote: There is a some strange behaviour in OpenOffice Calc (and in Microsoft Office too). Did it was made in OpenOIffice for compability with MSO? This seems to concern all combinations of even degrees and minus sign in the begining of formula 1.

Alternative to ooo-extras?

2013-05-23 Thread Herbert Dürr
Just a heads up: We are using ooo-extras [1] as reliable mirror to the upstream locations of third party code with non-permissive licenses. Today's google opensource blog [2] says that this method will stop working in 2014. We need to find an alternative. Herbert [1]

Re: Layout improvements (Re: [Pootle]Different behaviour on different browsers)

2013-05-22 Thread Herbert Dürr
On 2013/05/19 12:16 AM, Andrea Pescetti wrote: On 16/05/2013 Ariel Constenla-Haile wrote: On Thu, May 16, 2013 at 03:41:11PM +0200, Jürgen Schmidt wrote: a more generic layout engine for VCL. Thinking of an extended or modified format to describe dialogs and include layout info/constraints

Re: svn commit: r1482736 - /openoffice/trunk/main/sal/inc/rtl/string.hxx

2013-05-16 Thread Herbert Dürr
On 2013/05/16 1:23 AM, Ariel Constenla-Haile wrote: On Wed, May 15, 2013 at 09:22:51AM -, h...@apache.org wrote: [...] #i122208# avoid signedness warnings in signed-char build environments [...] This breaks on Linux: Sorry about that. Fixed in r1483216. Herbert

Re: svn commit: r1483216 - /openoffice/trunk/main/sal/inc/rtl/string.hxx

2013-05-16 Thread Herbert Dürr
On 2013/05/16 4:08 PM, Ariel Constenla-Haile wrote: On Thu, May 16, 2013 at 09:03:26AM -0500, jorge ivan poot diaz wrote: Hello Ariel, In my local directory: size_t operator()( const char* p) const { size_t n = 0; while( *p) n += 4*n + *static_castunsigned

Re: New branch rejuvenate01

2013-05-08 Thread Herbert Dürr
On 2013/05/08 8:25 PM, janI wrote: On 8 May 2013 20:16, Herbert Dürr h...@apache.org wrote: I'd like to point to the new branch named rejuvenate01 for advancing AOO's platform support. The main focus is the upgrade of our codebase. E.g. the MacOSX platform support had nearly stagnated since

Re: [build] source of epm source package no longer available

2013-05-03 Thread Herbert Dürr
On 2013/05/02 9:39 PM, Andrea Pescetti wrote: Andrew Rist wrote: On 5/2/2013 12:22 AM, Andre Fischer wrote: There is also the version that we use at the moment: http://www.msweet.org/files/project2/epm-3.7-source.tar.gz changes made and linux 64 build kicked off... I've just updated the

Re: OUStringBuffer

2013-04-29 Thread Herbert Dürr
Hi Jorge, like Regina I have a hard time to understand the question. My best guess is that you have an OUStringBuffer object and need an UniString (aka tool's String [1]). If that is so you can get it using the UniString constructor that takes an OUString argument: UniString(

Re: Unable to build on MacOS 10.8

2013-04-23 Thread Herbert Dürr
On 2013/04/23 5:24 AM, Dehua Xu wrote: http://wiki.openoffice.org/wiki/AquaBuild#Requirements; it's old for the mac os x 10.8,and downloading xcode 3 is difficult. Yes, that is one important reason why we need to update it. The branch will be announced as soon as it successfully configures

Re: Xcode 4.6 compiled aoo 3.5.0

2013-04-22 Thread Herbert Dürr
On 2013/04/22 9:29 AM, Dehua Xu wrote: Recently ,i want to build aoo 3.5.0 on mac x 10.8 with Xcode4.6. when i run ./configure,it's error about gcc-4.0 compiler. Please see http://wiki.openoffice.org/wiki/AquaBuild#Requirements Currently the build requirements are XCode 3 and a OSX 10.4 SDK.

Re: Clean build proposal

2013-04-16 Thread Herbert Dürr
On 2013/04/16 9:12 AM, Andre Fischer wrote: On 15.04.2013 18:12, Herbert Dürr wrote: On 2013/04/15 4:00 PM, Andre Fischer wrote: I would like to change the build type of the Windows7 nightly build from incremental to clean. Reasons in favor of a clean build are: - Developers don't have

Re: Clean build proposal

2013-04-15 Thread Herbert Dürr
On 2013/04/15 4:00 PM, Andre Fischer wrote: I would like to change the build type of the Windows7 nightly build from incremental to clean. Reasons in favor of a clean build are: - Developers don't have to know if a change is incompatible and thus have to (somehow) trigger a clean build. -

Re: How to make install package name changed to 4.0

2013-04-11 Thread Herbert Dürr
Hi On 2013/04/11 4:50 PM, Ji Yan wrote: I have a question about the product version in installation package name, is the version controlled by aoo.ver in srcrelease.xml under folder https://svn.apache.org/repos/asf/incubator/ooo/trunk/main/solenv/bin/srcrelease.xml Please not the our

Re: Build breaker and clean build

2013-04-10 Thread Herbert Dürr
On 2013/04/10 10:09 AM, Andre Fischer wrote: tonight we had a build breaker in the windows build: a slot id that is used in SW had been removed in SVX. The reference in SW had also been removed, so this change should not be a problem. But the windows build is still not a full build. Therefore

Re: Build breaker and clean build

2013-04-10 Thread Herbert Dürr
On 2013/04/10 10:27 AM, janI wrote: I am no expert in what we can do in buildbot, but isnt it possible to run a script before build, that removes all unxlngx6.pro directories and solver, that should secure a clean build ?? Each nightly unxlngx6.pro buildbot run already does clean build. Only

Re: Build breaker and clean build

2013-04-10 Thread Herbert Dürr
On 2013/04/10 11:15 AM, Andre Fischer wrote: On 10.04.2013 10:33, Herbert Dürr wrote: On 2013/04/10 10:09 AM, Andre Fischer wrote: tonight we had a build breaker in the windows build: a slot id that is used in SW had been removed in SVX. The reference in SW had also been removed, so

Re: XCode 4.x, any progress?

2013-04-09 Thread Herbert Dürr
Hi Raphael, Do you have any progress in make Apache OpenOffice run on XCode 4? Do you have allready any code in this area? This has some different aspects: 1. compiling with XCode4's clang 2. using a standard compliant STL 3. using SDKs directly supported by XCode4 4. replacing deprecated

Re: Problem with module VCL (libXinerama missing)

2013-03-26 Thread Herbert Dürr
On 2013/03/25 8:30 PM, Alan Eduardo Puc Pech wrote: Hello team, I'm Alan, Now I have a problem about building AOO with the module VCL. The error this is: [...] /usr/bin/ld: cannot find -lXinerama Please make sure that you have a package libxinerama-dev (or similar, depending on the

Re: w7snap build error

2013-03-26 Thread Herbert Dürr
On 2013/03/26 8:23 AM, Ariel Constenla-Haile wrote: On Wed, Mar 20, 2013 at 12:08:38PM +0100, Oliver-Rainer Wittmann wrote: I have committed the suggested patch from Ariel. Herbert was so kind to trigger the buildbot. It seems this doesn't fix anything:

Re: What is the build environment?

2013-03-05 Thread Herbert Dürr
Hi! On 2013/03/05 6:51 AM, Yi Xuan Liu wrote: I tried to install the latest build on my machine, on which the OS is Ubuntu 10.04. And I cannot start AOO after installation. The error is GLIBC_2.15 not found, which is due to the lower OS version. What is our build environment? Is there any

Re: Enable-werror

2013-02-27 Thread Herbert Dürr
On 2013/02/27 2:10 AM, jorge ivan poot diaz wrote: I want to know if it is advisable to work on the source code running: ./configure --enable-werror I'm working on Ubuntu 12.04.1 LTS. For code you are working on treating warnings as errors is a very good idea. On the other hand it becomes

Re: java 7 patch

2013-02-25 Thread Herbert Dürr
On 2013/02/25 1:09 AM, Pedro Giffuni wrote: While here let me remind you that to solve the jdk7 issue you have to look at i121098. The fix is rather trivial but someone else has to do it. Thanks for the pointer. I adjusted the produced classfile format to our baseline as defined in the checks

Re: Fwd: Tutorial Writer

2013-02-19 Thread Herbert Dürr
On 2013/02/19 2:56 AM, Alan Eduardo Puc Pech wrote: Hi team! I'm Alan. I'm building the module writer sw In one part of the tutorial I want insert the following code: --- sw/source/ui/app/mn.src 2004-11-29 14:29:10.0 +0530 +++ sw/source/ui/app/mn.src 2004-12-21

Re: [AOO 3.4/3.4.1] crashes due to upgraded user profile from former OOo installation

2013-02-15 Thread Herbert Dürr
On 2013/02/15 2:37 PM, Oliver-Rainer Wittmann wrote: It is the root cause for both which are more or less the same. A user profile corruption in the extension databases causes crashes when checking for extension updates. Extension updates can be triggered manually or automatically as part of the

Re: Proposal: How we should handle committer vetos and reverts in the future

2013-02-15 Thread Herbert Dürr
Hi Pedro, I personally cannot work like this: my work (code and time) receives more respect in other projects. I understand your frustration. Please be assured that you and your work are most highly respected. You have done so much for the project and helped to improve its quality very

Re: Tutorial About

2013-02-14 Thread Herbert Dürr
On 2013/02/14 2:27 AM, jorge ivan poot diaz wrote: How I can do a debug mode? Where I can find more information about the debug mode? http://wiki.openoffice.org/wiki/Non_Product_Build is a good start for the debug mode of AOO. Also http://wiki.openoffice.org/wiki/Debugging is a good start for

Re: Ubuntu Build Instructions

2013-01-31 Thread Herbert Dürr
On 31.01.2013 15:55, janI wrote: but it still highlight the problem I had in the beginning...our wiki has really much valuable information, but to an extent it is shadowed by identical information which are not maintained. I searched for ubuntu build instruction way back, and as you can imagine

Re: [IMPORTANT, DISCUSS]: no migration/use of former user profile with AOO 4.0

2013-01-18 Thread Herbert Dürr
On 18.01.2013 04:05, Rob Weir wrote: On Thu, Jan 17, 2013 at 2:55 AM, Oliver-Rainer Wittmann orwittm...@googlemail.com wrote: I now have an user profile which causes constantly crashes. It had been created on a Windows 7 machine where I had OOo 3.3, AOO 3.4 and now AOO 3.4.1 installed. I did

Re: is a bug ?

2012-12-21 Thread Herbert Dürr
Hi Galileo, On 2012/12/20 9:44 PM, you wrote: to execute command soffice --headless --acept=socket,port=8100;urp; i get fontconfig warning /usr/lib/libreoffice/share/fonts/truetype/fc_local.conf line 13: having multiple family in alias ins't supported and may not works as expected This is