Re: [Libreoffice] build failing in tail_build

2011-10-17 Thread Noel Grandin
Interesting, the last line that appears in my console didn't make it into the log file. The last line is: make: *** [/cygdrive/c/libreoffice/libo/workdir/wntmsci12.pro/CppunitTest/hwpfilter_test_hwpfilter.test] Error 1 How would I go about debugging this? Caolán McNamara wrote: > On Thu, 201

Re: [Libreoffice] build failing in tail_build

2011-10-17 Thread Noel Grandin
Interesting. Someone checked in a fix in the last few days to my original problem, but now I have a new one. See attached log. Thanks, Noel Grandin Caolán McNamara wrote: > On Thu, 2011-10-13 at 16:05 +0200, Noel Grandin wrote: >> Hi >> >> Building on Windows7 using Visual Express, it looks like

[Libreoffice] --enable-dbgutil now with STL debugging

2011-10-17 Thread Michael Stahl
hi all, [sorry for the late mail, but i didn't realize i had accidentally pushed this last week (is there an equivalent of "hg outgoing" for git?).] with commit e0c72547ce57c25db61ec3da6c2f2f2792348c7d the debug mode of libstdc++ is now enabled on all platforms that use the unxgcc makefiles

[Libreoffice] --enable-pch

2011-10-17 Thread Michael Stahl
hi all, does anybody know why on MSVC builds --enable-pch is not on by default? it should speed up the build substantially, and once upon a time they used to work (were enabled in setsolar environment iirc). there could be problems because PCH effectively leads to including more files than o

Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-17 Thread Alexander Thurgood
Le 15/10/11 16:06, julien2412 a écrit : Hi Julien, > I made other tests, eg, i had these columns : > 'test', > 'test1', > 'test2' > > The result shows the 3 last with the same value 'test' :-( > See my comments on the issue, this is a SQL parser engine misinterpretation error/bug that has been

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Tor Lillqvist
> does anybody know why on MSVC builds --enable-pch is not on by default? Don't know at what stage it was turned off, or whether it has ever been on by default. Anyway, support for precompiled headers in a MSVC build has presumably bit-rotted fairly badly by now. I recall when precompiled headers

Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-17 Thread julien2412
Hi Alex, I don't know the git command but this patch is very small, you can apply it manually. About SQL Parser, do you mean : - it causes the crash - if the simple patch I made is applied, it causes the misinterpretation : 'test', 'test' instead of 'test', 'test1' ? About SQL Parser, do you know

Re: [Libreoffice] masterbuild 2011-10-03.. Linux x86: oosplash not found

2011-10-17 Thread Stephan Bergmann
On 10/15/2011 10:56 AM, Stephan Bergmann wrote: On 10/14/2011 06:00 PM, Cor Nouws wrote: Same with masterbuild 2011-10-13 http://dev-builds.libreoffice.org/daily/Linux_x86_Release_Configuration/master/current/master~2011-10-13_13.16.12_LibO-Dev_OOO350m1_Linux_x86_install-deb_en-US.tar.gz (see

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Michael Stahl
On 17/10/11 12:15, Tor Lillqvist wrote: does anybody know why on MSVC builds --enable-pch is not on by default? Don't know at what stage it was turned off, or whether it has ever been on by default. Anyway, support for precompiled headers in a MSVC build has presumably bit-rotted fairly badly b

Re: [Libreoffice] --enable-dbgutil now with STL debugging

2011-10-17 Thread Michael Meeks
Hi Michael, On Mon, 2011-10-17 at 10:56 +0200, Michael Stahl wrote: > [sorry for the late mail, but i didn't realize i had accidentally pushed > this last week (is there an equivalent of "hg outgoing" for git?).] Heh :-) personally I try to read the 'git diff' before committing; and/or t

Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-17 Thread Alexander Thurgood
Le 17/10/11 12:26, julien2412 a écrit : Hi Julien, > Hi Alex, > > I don't know the git command but this patch is very small, you can apply it > manually. That's what I thought I'd do anyway in the end :-) > About SQL Parser, do you mean : > - it causes the crash No I don't think it causes th

[Libreoffice] [PUSHED][PATCH] for hyphenation of words with hyphen or with leading and trailing numbers

2011-10-17 Thread Caolán McNamara
On Fri, 2011-10-07 at 17:31 +0200, Németh László wrote: > Hi, > > I have attached two patches for the Hyphen library and the English > hyphenation patterns, also a test document. Pushed now, thanks for this. Though IIRC you've got commit access if you want to push similar yourself direct ? C. _

[Libreoffice] [PUSHED][~PATCH] British hyphenation of American English texts

2011-10-17 Thread Caolán McNamara
On Fri, 2011-10-07 at 17:41 +0200, Németh László wrote: > British and American English are different in their hyphenation (eg. > pleas•ure and plea•sure), but OpenOffice.org and LibreOffice use also > British hyphenation for American English texts. The attached patch > change dictionaries.xcu to fi

Re: [Libreoffice] build error in tail_build

2011-10-17 Thread Michael Meeks
Hi there, On Sun, 2011-10-16 at 17:13 -0700, night striker wrote: > Well, for some reason, it appears that something is looking for it when i > build. Any ideas on how I can stop things from looking for this. Or is > there a way to enable this adabas DB stuff so that it will build? Most

Re: [Libreoffice] [REVIEW] patch for fdo38286 EDITING: Crash when inserting a constant in a query

2011-10-17 Thread Alexander Thurgood
Le 17/10/11 12:26, julien2412 a écrit : > > About SQL Parser, do you know what's the file which does this ? a bison file > ? (I don't remember the filename or the path) > All I know is that it has to do with the strings "ESCAPE_PROCESSING", and stuff like "bEscapeProcessing" in the code, but it

Re: [Libreoffice] [PATCH] hyphenation fixes

2011-10-17 Thread Caolán McNamara
On Mon, 2011-10-10 at 17:05 +0200, Németh László wrote: > Hi, > > I have attached new patches for the Hyphen library and Hungarian > hyphenation patterns, and the old one for English dictionaries and the > test file from my previous letter. there was no attachments to this mail, though i pushed t

Re: [Libreoffice] build failing in tail_build

2011-10-17 Thread Markus Mohrhard
Hello Noel, I'm not sure why this happens but can you check in sc/qa/unit/data/ods/formats.ods if in the first sheet cell A2 contains 40.10%. If this is correct you maybe need to execute a make clean in sc and rebuild it. Regards, Markus 2011/10/17 Noel Grandin : > Interesting. Someone checked i

Re: [Libreoffice] build failing in tail_build

2011-10-17 Thread Noel Grandin
Oops, sorry about that. In that case, the first sheet looks fine. Thanks for the help, I'll do a clean build overnight (swamps my machine for several hours). Regards, Noel Grandin Markus Mohrhard wrote: > That looks fine, but the problem your build mentions is in Sheet1 not in > Sheet3. > > 20

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Michael Meeks
Hi Regina, On Wed, 2011-10-12 at 18:50 +0200, Regina Henschel wrote: > after 'make build' I rum 'make check' and it fails in i18npool ... Oh dearl that is really bad of course, this line: R=c:/git && O=$R/LO35SEPT/solver/wntmsci12.pro && W= $R/LO35SEPT/workdir/wntmsci12.pro && S=

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-17 Thread Jan Holesovsky
Hi August, On 2011-10-07 at 16:01 -0400, August Sodora wrote: > Has anybody had a chance to review this patch? I'm really interested > in writing some tests for basic and I'd like to make sure that these > types of changes are on the right track. I am terribly sorry, but got distracted by the Li

Re: [Libreoffice] Errors during my first build attempts

2011-10-17 Thread Michael Meeks
On Mon, 2011-10-17 at 08:28 +0200, Stephan Bergmann wrote: > IIRC, this happens when the LibO source tree is located within your > cygwin home directory Goodness :-) what fun. I wonder if we could catch this in configure.in with some path check. Cygwin is pure gold it seems ;-)

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Michael Stahl
On 17/10/11 13:11, Michael Stahl wrote: On 17/10/11 12:15, Tor Lillqvist wrote: does anybody know why on MSVC builds --enable-pch is not on by default? Don't know at what stage it was turned off, or whether it has ever been on by default. Anyway, support for precompiled headers in a MSVC build

[Libreoffice] [Bug 41883] New: MinGW port Most Annoying Bugs

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 Bug #: 41883 Summary: MinGW port Most Annoying Bugs Classification: Unclassified Product: LibreOffice Version: LibO Master Platform: Other OS/Version: All Status: NEW

Re: [Libreoffice] [PUSHED][PATCH] for hyphenation of words with hyphen or with leading and trailing numbers

2011-10-17 Thread Németh László
Hi, 2011/10/17 Caolán McNamara : > On Fri, 2011-10-07 at 17:31 +0200, Németh László wrote: >> Hi, >> >> I have attached two patches for the Hyphen library and the English >> hyphenation patterns, also a test document. I'm sorry again, later I have found the conflict within the different hyphenati

Re: [Libreoffice] [PUSHED][~PATCH] British hyphenation of American English texts

2011-10-17 Thread Németh László
Hi, 2011/10/17 Caolán McNamara : > On Fri, 2011-10-07 at 17:41 +0200, Németh László wrote: >> British and American English are different in their hyphenation (eg. >> pleas•ure and plea•sure), but OpenOffice.org and LibreOffice use also >> British hyphenation for American English texts. The attache

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Bjoern Michaelsen
Tor Lillqvist writes: > Don't know at what stage it was turned off, or whether it has ever > been on by default. AFAIK it has never been on for LO, and also not on for Community-OOo build were it was declared as experimental. > I recall when precompiled headers was discussed maybe a year ago, >

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-17 Thread jowyta
I wrote on libreoffice-users: how to we drill down deeper to isolate this problem? On 17/10/11 10:54, Alexander Thurgood wrote: You would probably need someone with a debug build of LibO master branch who can find some way to analyse the Java stack using gdb or valgrind or some other reporting

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: Hi Regina, On Wed, 2011-10-12 at 18:50 +0200, Regina Henschel wrote: after 'make build' I rum 'make check' and it fails in i18npool ... Oh dearl that is really bad of course, this line: R=c:/git&& O=$R/LO35SEPT/solver/wntmsci12.pro&& W= $

[Libreoffice] OSL_FORMAT: printf-style assertion messages

2011-10-17 Thread Stephan Bergmann
FYI, recently added OSL_FORMAT to ols/diagnose.h that lets you have printf-style messages in C++ OSL_ENSURE, OSL_FAIL, DBG_ASSERT, etc. To be used a la OSL_ENSURE(i == 5, OSL_FORMAT("i should be 5 but is %d", i)); -Stephan ___ LibreOffice mailing li

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-17 Thread August Sodora
> I am terribly sorry, but got distracted by the LibreOffice conference, > and was not able to have a look at your updated patch :-( No worries :) It gave me a lot of good time to read the code and try to understand the problem better. > If you have any tests now, would be great to send them too,

Re: [Libreoffice] LibreOffice documentation and extensions

2011-10-17 Thread Jan Holesovsky
Hi Christophe, On 2011-10-12 at 18:50 +0200, Christophe Strobbe wrote: > OpenOffice.org used to provide a way for extensions to provide > documentation that would seamlessly integrate into the OOo.org Help > system (see >

Re: [Libreoffice] Trying to diagnose base running extremely slowly

2011-10-17 Thread Jan Holesovsky
Hi John, On 2011-10-16 at 14:17 +0100, jowyta wrote: > I do not know whether this helps, but I have observed the when moving > from the first to the last record in a table soffice.bin takes 100% CPU > while it is happening. > > Also, I see Ocke Janssen wrote in > https://issues.apache.org/ooo/

[Libreoffice] soffice_bin.exe.manifest

2011-10-17 Thread Michael Stahl
the windows tinderbox has been failing for a month now with this error: D:/master/solenv/gbuild/Package.mk:33: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /cygdrive/d/master/solver/wntmsci12.pro/bin/soffice_bin.exe.manifest. Stop. does anyone have idea

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 pedl...@gmail.com changed: What|Removed |Added Blocks||41887 -- Configure bugmail: https://

Re: [Libreoffice] soffice_bin.exe.manifest

2011-10-17 Thread Jan Holesovsky
Hi Michael, On 2011-10-17 at 16:11 +0200, Michael Stahl wrote: > the windows tinderbox has been failing for a month now with this error: > > > D:/master/solenv/gbuild/Package.mk:33: *** gb_Deliver_deliver: file does > > not exist in solver, and cannot be delivered: > > /cygdrive/d/master/solve

Re: [Libreoffice] OSL_FORMAT: printf-style assertion messages

2011-10-17 Thread Michael Meeks
Hi Stephan, On Mon, 2011-10-17 at 15:57 +0200, Stephan Bergmann wrote: > FYI, recently added OSL_FORMAT to ols/diagnose.h that lets you have > printf-style messages in C++ OSL_ENSURE, OSL_FAIL, DBG_ASSERT, etc. To .. > OSL_ENSURE(i == 5, OSL_FORMAT("i should be 5 but is %d", i)); Lovel

Re: [Libreoffice] soffice_bin.exe.manifest

2011-10-17 Thread Regina Henschel
Hi Michael, Michael Stahl schrieb: the windows tinderbox has been failing for a month now with this error: D:/master/solenv/gbuild/Package.mk:33: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /cygdrive/d/master/solver/wntmsci12.pro/bin/soffice_bin.exe.manifes

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-17 Thread August Sodora
I'm sure these things are easier to troubleshoot when I remember to include the patch :) August Sodora aug...@gmail.com (201) 280-8138 On Mon, Oct 17, 2011 at 10:01 AM, August Sodora wrote: >> I am terribly sorry, but got distracted by the LibreOffice conference, >> and was not able to have a

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Tor Lillqvist
> but that was before removetooltypes, right? sure, and much of the problem was the relatively mechanically fixable Reference thing. But there was just so much of it, and if I recall correctly, then in some modules a lot of source files did not have the usual PCH-related boiletplate stuff, etc. So

Re: [Libreoffice] [Libreoffice-commits] .: 3 commits - cui/source sfx2/source svx/inc svx/source sw/inc sw/source ucb/source vcl/unx

2011-10-17 Thread Lubos Lunak
On Monday 17 of October 2011, CXXdric Bosdonnat wrote: > New commits: > commit cd1a12dc552e9d34c7481c83b07a6f6af0e8762b > Author: Cédric Bosdonnat > Date: Sun Oct 16 16:54:23 2011 +0200 > > CMIS: use another name to show than the one extracted from the base URL > > In CMIS, the URL is on

Re: [Libreoffice] --enable-pch

2011-10-17 Thread Bjoern Michaelsen
On Mon, Oct 17, 2011 at 06:07:58PM +0300, Tor Lillqvist wrote: > The MSVC build is error-prone enough already, do we really want to add > one more dimension of complexity with supporting both --enable-pch and > --disable-pch? Making it --enable-werror and --enable-dbgutil capable > has been quite e

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Michael Meeks
Hi Regina, On Mon, 2011-10-17 at 15:53 +0200, Regina Henschel wrote: > > R=c:/git&& O=$R/LO35SEPT/solver/wntmsci12.pro&& W= > > $R/LO35SEPT/workdir/wntmsci12.pro&& S=$R/LO35SEPT&& mkdir -p > > $W/CppunitTest/&& (PATH="`cygpath -u $S/solver/wntmsci12.pro`/bin: > > ${PATH}" STAR_RESOURCEPA

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Noel Grandin
Michael Meeks wrote: > I suppose (since you're not doing huge global changes); would it be a > solution to have a note or tag on the > last-known-good windows compile that you could checkout and work on top of ? > perhaps we could do that. Oh yes please I've been trying to build this thin

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Tor Lillqvist
> I suppose (since you're not doing huge global changes); would it be a > solution to have a note or tag on the last-known-good windows compile > that you could checkout and work on top of ? Yes, but our git repo administrators have made it quite hard to push tags;) (For good reasons, presumably.)

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Michael Meeks
Hi Tor, On Mon, 2011-10-17 at 18:32 +0300, Tor Lillqvist wrote: > Yes, but our git repo administrators have made it quite hard to push > tags;) (For good reasons, presumably.) Ah ! right ... yes, we had problems with legacy tags getting re-pushed left and right and a fight to get rid of t

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Tor Lillqvist
> (if you still have your tag locally) ? I assume it was before OneGit, but let me check... >  Then I'll add a 'g' feature to pull the notes for everyone, and find > the last good windows build (unless you want to) ? Please go ahead;) --tml ___ LibreO

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: [..] I wish, the MSVC&Cygwin problems could be solved. Me last working build is from 2011-08-30. Yes; one good piece of news is that Kris did some work to make LibO compiler under LLVM, which has some very precise error / warning support - so (hopeful

Re: [Libreoffice] LibreOffice documentation and extensions

2011-10-17 Thread Christophe Strobbe
Hi Kendy, At 16:06 17-10-2011, Jan Holesovsky wrote: (...) On 2011-10-12 at 18:50 +0200, Christophe Strobbe wrote: > OpenOffice.org used to provide a way for extensions to provide > documentation that would seamlessly integrate into the OOo.org Help > system (see >

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Regina Henschel
Hi Michael, Michael Meeks schrieb: Hi Regina, On Mon, 2011-10-17 at 15:53 +0200, Regina Henschel wrote: R=c:/git&& O=$R/LO35SEPT/solver/wntmsci12.pro&& W= $R/LO35SEPT/workdir/wntmsci12.pro&& S=$R/LO35SEPT&&mkdir -p $W/CppunitTest/&& (PATH="`cygpath -u $S/solver/wntmsci12.pr

[Libreoffice] [Bug 41883] MinGW port Most Annoying Bugs

2011-10-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883 pedl...@gmail.com changed: What|Removed |Added Blocks||41898 -- Configure bugmail: https://

Re: [Libreoffice] QA session at LibreOffice conference

2011-10-17 Thread Cor Nouws
Cor Nouws wrote (10-10-11 23:12) I'll prepare myself for at least a good introduction on the topic for the session. So .. well .. due to the short time for preparation that I had, and the interesting presentations at the conference, that made it hard for me too concentrate on preparing my ow

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-17 Thread Markus Mohrhard
Hello August, as promised on IRC this patch resolves all linking problems. If you have any more problems feel free to ask here or on IRC. Thanks a lot for your work. Markus From 4dff8234882606797b41b99fbc9d419b72c1f8ef Mon Sep 17 00:00:00 2001 From: August Sodora Date: Mon, 17 Oct 2011 09:54:2

Re: [Libreoffice] pre patch question

2011-10-17 Thread Lior Kaplan
On Fri, Oct 14, 2011 at 8:50 PM, Michael Meeks wrote: > Hi Lior, > > On Thu, 2011-10-13 at 23:52 +0200, Lior Kaplan wrote: > > While doing some translation today, I've saw a few strings about > > installation media types. While that's nice, I believe that no one > > will try to install LibreOffice

[Libreoffice] The Most Valuable Hostgator Coupons Here!

2011-10-17 Thread Hostgator Coupons
The most valuable Hostgator Coupons here! http://www.hostgatorcoupons.co ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] gdb: catching exceptions...

2011-10-17 Thread Michael Stahl
since my smoketest failed again today, i've distracted myself a bit with GDB Python scripting, the result of which is a command that can break when an exception is thrown, but only if a certain function (which is given as parameter) is on the stack. seems to work, but it is quite slow: findi

Re: [Libreoffice] make check fails in i18npool

2011-10-17 Thread Regina Henschel
Hi all, Regina Henschel schrieb: [..] I think, that my last working build has at last commit e024f616934bb78fba8c8101264806d507068d7e Author: Christoph Lutz Date: Tue Sep 6 19:01:19 2011 +0200 i#118224: kill O(n^2) complexity of unique bookmark name creation But i'm not sure, because I tried a