[Libreoffice] Linux plumbers 2011: large application startup slidedeck

2011-09-14 Thread Caolán McNamara
Taras Glek's slidedeck about firefox, etc. startup performance http://people.mozilla.com/~tglek/lpc2011/ Some goodies. On the relatively low-hanging fruit side of things... a) https://bugzilla.mozilla.org/show_bug.cgi?id=606137 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46770 gcc 4.7.0

Re: [Libreoffice] Linux plumbers 2011: large application startup slidedeck

2011-09-14 Thread Stephan Bergmann
On 09/14/2011 10:31 AM, Caolán McNamara wrote: Taras Glek's slidedeck about firefox, etc. startup performance http://people.mozilla.com/~tglek/lpc2011/ Some goodies. On the relatively low-hanging fruit side of things... [...] b) fadvise(WILLNEED) before dlopen ?

[Libreoffice] [RFC] The bash-completion file location

2011-09-14 Thread Tomáš Chvátal
Hi guys, we install bash completion file into /etc/bash-completion.d/ which is location that we should probably leave to system packagers to decide. It might be better to not install it on normal packager install or put it somewhere into datadir at /usr so packagers can symlink it into their

Re: [Libreoffice] Linux plumbers 2011: large application startup slidedeck

2011-09-14 Thread Caolán McNamara
On Wed, 2011-09-14 at 11:17 +0200, Stephan Bergmann wrote: On 09/14/2011 10:31 AM, Caolán McNamara wrote: Taras Glek's slidedeck about firefox, etc. startup performance http://people.mozilla.com/~tglek/lpc2011/ Some goodies. On the relatively low-hanging fruit side of things... [...]

Re: [Libreoffice] Linux plumbers 2011: large application startup slidedeck

2011-09-14 Thread Stephan Bergmann
On 09/14/2011 11:48 AM, Caolán McNamara wrote: On Wed, 2011-09-14 at 11:17 +0200, Stephan Bergmann wrote: On 09/14/2011 10:31 AM, Caolán McNamara wrote: Taras Glek's slidedeck about firefox, etc. startup performance http://people.mozilla.com/~tglek/lpc2011/ Some goodies. On the relatively

Re: [Libreoffice] [GSoC] link-time optimization

2011-09-14 Thread Jan Hubicka
Hi, thanks to Michael I made some progress on building Libreoffice on my setup. The problem of configury was that -flto was not passed at linktime and also -fuse-linker-plugin was missing. My build currently dies on svx on GCC bug. I've created tracking PR

[Libreoffice] [PUSHED][PATCH] Libreoffice's hunspell: Twofold affix stripping plus compound compatibility

2011-09-14 Thread Caolán McNamara
On Tue, 2011-09-13 at 18:43 -0500, Arno Teigseth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch enables hunspell to deal with two-level-inflexed compound words. Lazlo was happy enough to take the patch in upstream, so that's good enough for me ;-), i.e.

Re: [Libreoffice] [REVERTED] Patch for MarkManager

2011-09-14 Thread Fridrich Strba
I am sorry, but I had to revert this patch because it was causing crashes in Windows build when loading any document into writer or when trying to save a document from writer. It would be nice to check on windows to see whether it can be fixed, but we did not have much time for that now, so I

[Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Tor Lillqvist
Over the past month or so I have hacked, now and then, on making it possible to build master on Windows (i.e. with MSVC) with --enable-dbgutil, where --enable-dbgutil now means that the debugging C/C++ runtime is used (and _DEBUG is defined when compiling, which means that for much of the MSVC C++

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Noel Grandin
Hi I suspect you'll get much further if you try to run a debug build under the Visual Studio debugger. The VS Debugger and the runtime debug library are designed to work together, so you'll probably get a much better idea of what is going wrong. -- Noel Grandin (Would love to help, but I'm

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Michael Stahl
On 14.09.2011 16:39, Tor Lillqvist wrote: Over the past month or so I have hacked, now and then, on making it possible to build master on Windows (i.e. with MSVC) with --enable-dbgutil, where --enable-dbgutil now means that the debugging C/C++ runtime is used (and _DEBUG is defined when

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Tor Lillqvist
I suspect you'll get much further if you try to run a debug build under the Visual Studio debugger. Umm, what do you think I am doing then? Of course that is what I do. (gdb can't be used to debug MSVC-compiled code anyway, not that I see why one would want to.) --tml

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Tor Lillqvist
if the person who introduced this regression had used --enable-dbgutil then they would have found it themselves. I am hoping that the revert Fridrich just pushed will help in the dbgutil build too, will see soon (or tomorrow, depending on how much needs to be recompiled now after a pull...) I

[Libreoffice] xml2cmp: merging srvdepy functionality into xml2cmp

2011-09-14 Thread Norbert Thiebaud
in the module xml2cmp, 2 exec are built cml2cmp and srvdepy. the later is apparently not used in the build itself nor delivered with the product. Its only usage is: srvdepy.exe xml-component-descriptions-root-directory and it share all its cxx files with xml2cmp except for depency.cxx so, I

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Noel Grandin
Ah, my mistake, I thought you were just running the generated binary from the command line. Odd, because I would have expected the Visual Studio Debugger to stop the program on any unhandled exception, or if it hit an assert. -- Noel Grandin Tor Lillqvist wrote: I suspect you'll get much

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Fridrich Strba
Hello, Michael, On 14/09/11 16:57, Michael Stahl wrote: in OOo, --enable-dbgutil enables DBG_ASSERT and the STL debug mode, linking against stlport_debug (on platforms where STLport is used). Just for the record, nothing in LO links against stlport anymore. If stlport is built and distributed

[Libreoffice] [REVIEW 3-4] Fix for fdo#35965

2011-09-14 Thread Kohei Yoshida
Hi there, I'd like to have the following commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=892f8b55781ccbe7e1f9613113b4721293fe4967 cherry-picked to the 3-4 branch. I believe this is a trivial fix that is entirely safe for the stable branch. This fixes

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Michael Stahl
On 14.09.2011 17:21, Fridrich Strba wrote: Hello, Michael, On 14/09/11 16:57, Michael Stahl wrote: in OOo, --enable-dbgutil enables DBG_ASSERT and the STL debug mode, linking against stlport_debug (on platforms where STLport is used). Just for the record, nothing in LO links against

Re: [Libreoffice] [REVIEW 3-4] [PUSHED] Fix for fdo#35965

2011-09-14 Thread Markus Mohrhard
Pushed to the 3-4 branch with my sign-off. It has the big disadvantage that it makes inserting several sheets at the end extremely slow. It forces for every new sheet a full recalculation now.

[Libreoffice] AUTO: AUTO: Away from office - Vacation (returning 09/21/2011)

2011-09-14 Thread Scott Denham
I am out of the office until 09/21/2011. Away from the office without access to email. I will respond to your message when I return. Note: This is an automated response to your message LibreOffice Digest, Vol 13, Issue 130 sent on 9/14/2011 8:53:11. This is the only notification you will

Re: [Libreoffice] [REVIEW 3-4] [PUSHED] Fix for fdo#35965

2011-09-14 Thread Kohei Yoshida
Hi Markus, On Wed, Sep 14, 2011 at 12:04 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Pushed to the 3-4 branch with my sign-off. It has the big disadvantage that it makes inserting several sheets at the end extremely slow. It forces for every new sheet a full recalculation now.

Re: [Libreoffice] [REVERTED] Patch for MarkManager

2011-09-14 Thread Bjoern Michaelsen
On Wed, 14 Sep 2011 16:18:51 +0200 Fridrich Strba fridrich.st...@graduateinstitute.ch wrote: I am sorry, but I had to revert this patch because it was causing crashes in Windows build when loading any document into writer or when trying to save a document from writer. It would be nice to

Re: [Libreoffice] cppcheck duplicate if expressions in bulmaper.cxx (sd part)

2011-09-14 Thread Kevin Hunter
At 2:19am -0400 Fri, 09 Sep 2011, Stephan Bergmann wrote: On 09/08/2011 10:47 PM, julien2412 wrote: Here is the pb : if( 0 )--- Found duplicate if expressions. { [...code...] } else if( 0 ) { [...code...] } I checked the history, it's there since 16/11/2000 (commit

Re: [Libreoffice] cppcheck duplicate if expressions in bulmaper.cxx (sd part)

2011-09-14 Thread Kevin Hunter
At 12:45pm -0400 Wed, 14 Sep 2011, Kevin Hunter wrote: At 2:19am -0400 Fri, 09 Sep 2011, Stephan Bergmann wrote: On 09/08/2011 10:47 PM, julien2412 wrote: Here is the pb : if( 0 )--- Found duplicate if expressions. { [...code...] } else if( 0 ) { [...code...] } I checked the history, it's

[Libreoffice] [PATCH] fdo#38391: don't crash while dropping texture

2011-09-14 Thread Ivan Timofeev
This patch only fixes crash, changing of background still does not work. It seems to be the small mistake in commit 1be43c60fb32783312c18e4f65d63f4d7a55ca70 From 08c3001bf59e671eae7cd3153d83d00d95f8c437 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev timofeev@gmail.com Date: Wed, 14 Sep 2011

Re: [Libreoffice] [PATCH] speed up localized builds by introducing po2lo

2011-09-14 Thread Andras Timar
Hi Miklos, 2011/9/10 Miklos Vajna vmik...@frugalware.org: I'm attaching newer versions of both patches: - the translations one is fixed wrt python (see  82f6c0502e51afbc25e5bf0fcee7914a1a5b3f28, the patch had the same  problem) - the core one should be fixed wrt the above two issues Now

Re: [Libreoffice] duplicateif in vcl/source/gdi/outdev3.cxx

2011-09-14 Thread julien2412
Hello, Since I don't know the impact I prefer proposing a review. Of course, if you're really sure of you Eike (:-) ), I can commit and push right away on master http://nabble.documentfoundation.org/file/n3336763/patch_outdev3.txt patch_outdev3.txt Julien. -- View this message in context:

Re: [Libreoffice] Usefulness of --enable-dbgutil

2011-09-14 Thread Tor Lillqvist
but currently LO doesn't seem to use it (couldn't find -D_GLIBCXX_DEBUG); why is that? We tried, but we ran into so many problems when code compiled with that without that were mixed (accidentally/unintentionally) that we gave up. Caolán knows more. See commit

Re: [Libreoffice] duplicateif in vcl/source/gdi/outdev3.cxx

2011-09-14 Thread Stephan Bergmann
On 09/14/2011 08:47 PM, julien2412 wrote: Since I don't know the impact I prefer proposing a review. Of course, if you're really sure of you Eike (:-) ), I can commit and push right away on master http://nabble.documentfoundation.org/file/n3336763/patch_outdev3.txt patch_outdev3.txt Looking

[Libreoffice] build error in moz

2011-09-14 Thread Xisco Faulí
log: /usr/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status make[4]: *** [libpipnss.so] Error 1 make[4]: Leaving directory `/home/xisco/libo/moz/ unxlngi6.pro/misc/build/mozilla/I_objdir/security/manager/ssl/src' make[3]: *** [libs] Error 2 make[3]: Leaving directory

Re: [Libreoffice] [partial PUSH][PATCH] build system patches

2011-09-14 Thread Norbert Thiebaud
On Sun, Sep 11, 2011 at 11:24 AM, Peter Foley pefol...@verizon.net wrote: I'm still using my libcrmf.a patch (attached) to work around this build breakage. yeah... that popped up again... pushed. Norbert ___ LibreOffice mailing list

Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 4:19 PM, Xisco Faulí aniste...@gmail.com wrote: log: /usr/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status make[4]: *** [libpipnss.so] Error 1 make[4]: Leaving directory

[Libreoffice] Bug in XclImpOutlineBuffer::MakeScOutline ?

2011-09-14 Thread julien2412
Hello, I'm trying to open a quite big xls file (sorry, I'm allowed to publish it). Here are the 4 types of error in logs : Error: SolarMutex not locked From File /home/maryline/compile-libreoffice/libo/vcl/source/app/dbggui.cxx at Line 1978 This one is famous, I don't know if someone's working on

Re: [Libreoffice] [PATCH] speed up localized builds by introducing po2lo

2011-09-14 Thread Miklos Vajna
On Wed, Sep 14, 2011 at 08:15:16PM +0200, Andras Timar tima...@gmail.com wrote: Hi Miklos, 2011/9/10 Miklos Vajna vmik...@frugalware.org: I'm attaching newer versions of both patches: - the translations one is fixed wrt python (see  82f6c0502e51afbc25e5bf0fcee7914a1a5b3f28, the patch

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added Depends on||37579

Re: [Libreoffice] [PATCH] speed up localized builds by introducing po2lo

2011-09-14 Thread Miklos Vajna
On Thu, Sep 15, 2011 at 12:44:01AM +0200, Miklos Vajna vmik...@frugalware.org wrote: Actually that's not an omission: The accessibility strings end up at translations/unxlngx6.pro/misc/sdf/avmedia/source/framework/localize.sdf here. The attached patch fixes the issue here. From

Re: [Libreoffice] build error in moz

2011-09-14 Thread Xisco Faulí
I pulled master to the last commit and built it again but it still fails 2011/9/15 Norbert Thiebaud nthieb...@gmail.com On Wed, Sep 14, 2011 at 4:19 PM, Xisco Faulí aniste...@gmail.com wrote: log: /usr/bin/ld: cannot find -lcrmf collect2: ld returned 1 exit status make[4]: ***

Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com wrote: I pulled master to the last commit and built it again but it still fails How did you 'build again'? did you do a clean build? if not, did you redelivered moz ? if neither then that is expected. Norbert

Re: [Libreoffice] build error in moz

2011-09-14 Thread pefoley2
On Wed, Sep 14, 2011 at 8:22 PM, Xisco Faulí aniste...@gmail.com wrote: I pulled master to the last commit and built it again but it still fails try this: rm –rf nss/unxlngi6.pro make Peter___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] build error in moz

2011-09-14 Thread Norbert Thiebaud
On Wed, Sep 14, 2011 at 8:47 PM, Norbert Thiebaud nthieb...@gmail.com wrote: On Wed, Sep 14, 2011 at 7:25 PM, Xisco Faulí aniste...@gmail.com wrote: I pulled master to the last commit and built it again but it still fails How did you 'build again'? did you do a clean build? if not, did you

[Libreoffice] Returned mail: see transcript for details

2011-09-14 Thread Post Office
Dear user libreoffice@lists.freedesktop.org, We have found that your account was used to send a huge amount of unsolicited email messages during this week. We suspect that your computer was infected and now contains a hidden proxy server. We recommend that you follow instruction in the

Re: [Libreoffice] Returned mail: see transcript for details

2011-09-14 Thread Tor Lillqvist
That message is most likely fake. The attachment mentioned would no doubt have contained malware (but luckily got stripped). Ignore it. If you know whom to contact at freedesktop.org to stop such fake mail from postmas...@lists.freedesktop.org from reaching the list, please do that. --tml