Re: Automatic using ::rtl::OUString etc.

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 03:59 PM, Lubos Lunak wrote: would somebody see a problem with this? sal/inc/rtl/ustring.hxx : +#ifdef RTL_AUTOMATIC_USING +using ::rtl::OUString; +using ::rtl::OStringToOUString; +using ::rtl::OUStringToOString; +#endif I am not too excited about this. For one, we need to ens

[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Compile failed on master Debian in tail_build

2012-04-12 Thread Julien Nabet
On 12/04/2012 22:56, Matúš Kukan wrote: On 12 April 2012 22:51, julien2412 wrote: [ build LNK ] Library/libsdlo.so /home/julien/compile-libreoffice/libo/workdir/unxlngx6/CxxObject/sd/source/ui/func/fuediglu.o: file not recognized: File truncated maybe the error is somewhere higher ? rm /home/

[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #257 from tommy27 2012-04-12 23:07:54 PDT --- since 3.4.x cicle is terminated and all the still 3.4.x open bugs have been moved to the 3.5. MAB page I suggest to close this bug. -- Configure bugmail: https://bugs.freedesktop.org/use

Re: Need LO3.6 Windows build for Hackfest

2012-04-12 Thread Andras Timar
2012/4/13 Regina Henschel : > Hi Hackfest participants, > > I have build a LO 3.6 on WinXP. It installs fine on my WinXP PC. But > installation fails on my Netbook with Windows 7 starter. > > Perhaps my build is not totally OK. Can someone provide an actual Windows > build of LO3.6, so that I can t

Need LO3.6 Windows build for Hackfest

2012-04-12 Thread Regina Henschel
Hi Hackfest participants, I have build a LO 3.6 on WinXP. It installs fine on my WinXP PC. But installation fails on my Netbook with Windows 7 starter. Perhaps my build is not totally OK. Can someone provide an actual Windows build of LO3.6, so that I can try to install it on my Netbook on t

Re: [PATCH] Convert macro to local const var

2012-04-12 Thread Philipp Weissenbacher
Not so much, I have to admit. Though, I thought less macros are always A Good Thing(tm). Philipp On 12 April 2012 22:16, Norbert Thiebaud wrote: > On Thu, Apr 12, 2012 at 2:10 PM, Philipp Weissenbacher > wrote: > > Hi! > > The following patch a locally used macro to a local const variable. >

Re: [PATCH][REVIEW] gbuild conversion: idlc module

2012-04-12 Thread David Ostrovsky
Hi David, hi Matus, thank you for your comments on my patch. I changed it accordingly. *@Matúš:* thank you for your help on IRC. Special usage gnu_getopt lib in windows: Matúš proposed the follow simple solution to include in Executable_idlcpp.mk: ifeq ($(OS),WNT) $(eval $(call gb_Executable

Re: Compile failed on master Debian in tail_build

2012-04-12 Thread Rene Engelhard
On Thu, Apr 12, 2012 at 01:51:56PM -0700, julien2412 wrote: > Hello, > > On pc Debian x86-64, compilation failed on tail_build with this error : > > [ build LNK ] Library/libsdlo.so > /home/julien/compile-libreoffice/libo/workdir/unxlngx6/CxxObject/sd/source/ui/func/fuediglu.o: > file not recogni

Re: my contributions.

2012-04-12 Thread Miklos Vajna
Hi Mark, On Thu, Apr 12, 2012 at 03:11:08PM -0400, Mark Wolf wrote: > At the suggestion of others... > > All my contributions, past and future, to LibreOffice are licensed under > the terms of the MPL / LGPLv3+. Thanks, added to https://wiki.documentfoundation.org/Development/Developers Miklo

Re: Compile failed on master Debian in tail_build

2012-04-12 Thread Matúš Kukan
On 12 April 2012 22:51, julien2412 wrote: > [ build LNK ] Library/libsdlo.so > /home/julien/compile-libreoffice/libo/workdir/unxlngx6/CxxObject/sd/source/ui/func/fuediglu.o: > file not recognized: File truncated maybe the error is somewhere higher ? rm /home/julien/compile-libreoffice/libo/workd

Compile failed on master Debian in tail_build

2012-04-12 Thread julien2412
Hello, On pc Debian x86-64, compilation failed on tail_build with this error : [ build LNK ] Library/libsdlo.so /home/julien/compile-libreoffice/libo/workdir/unxlngx6/CxxObject/sd/source/ui/func/fuediglu.o: file not recognized: File truncated collect2: ld returned 1 exit status make[1]: *** [/hom

Re: [PATCH] Convert macro to local const var

2012-04-12 Thread Norbert Thiebaud
On Thu, Apr 12, 2012 at 2:10 PM, Philipp Weissenbacher wrote: > Hi! > The following patch a locally used macro to a local const variable. > I didn't compile, because my laptop is too slow for that. I'm curious... what's the benefit of that ? Norbert __

Re: what exactly needs localedata_en library ?

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 04:14 PM, Eike Rathke wrote: On Thursday, 2012-04-12 13:33:38 +0200, Lubos Lunak wrote: As far as I can see, it is the i18npool library that dlopens localedata_en (i18npool/source/localedata/localedata.cxx), so I think the best way to express this dependency is to make i18npool d

[PATCH] Moved ScDefaultsOptions from ScDocOptions to separate class

2012-04-12 Thread Albert Thuswaldner
Hi Kohei, Here is the other patch of re-factoring the options code, this time is the defaults options which I moved from ScDocOptions into a separate class. This was the last major patch I had in mind for this part of the code. /Albert From 7211e99bd48018c78a96cdc817b1c3de515c3e83 Mon Sep 17 00:00

Re: check : build dependency (was: Re: what exactly needs localedata_en library ?)

2012-04-12 Thread Rene Engelhard
On Thu, Apr 12, 2012 at 09:13:30PM +0200, Matúš Kukan wrote: > Maybe it is better to just let check target depend on build target ? No? > Or do people use make check with demand to build only what is > necessary for tests and nothing more ? Well, make check is for after a successful build to che

[PATCH] Mouse centered zooming

2012-04-12 Thread Tim Hardeck
Hi, this patch integrates mouse centered zooming which means that the position of the mouse is used as a target during zooming. So the screen position is shifted in the direction of the pointer. If the mouse is near the center (currently 20% to each side) the focus isn't changed. During zoom out

Re: [PUSHED] Re: [patch] comment translations

2012-04-12 Thread Albert Thuswaldner
Hi, Since I also had the look on this (Philipp was quicker though). ;) I just want to make comment for future translation efforts. IMHO It is actually ok to delete German comments in places where the code is painfully obvious anyway. Like this one for instance: -sal_BoolbCurrency

check : build dependency (was: Re: what exactly needs localedata_en library ?)

2012-04-12 Thread Matúš Kukan
On 12 April 2012 16:14, Eike Rathke wrote: > On Thursday, 2012-04-12 13:33:38 +0200, Lubos Lunak wrote: > >>  As far as I can see, it is the i18npool library that dlopens localedata_en >> (i18npool/source/localedata/localedata.cxx), so I think the best way to >> express this dependency is to make

my contributions.

2012-04-12 Thread Mark Wolf
At the suggestion of others... All my contributions, past and future, to LibreOffice are licensed under the terms of the MPL / LGPLv3+. Mark ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/lib

[PATCH] Convert macro to local const var

2012-04-12 Thread Philipp Weissenbacher
Hi! The following patch a locally used macro to a local const variable. I didn't compile, because my laptop is too slow for that. I hope it's correct. Cheers, Philipp 0001-Convert-macro-to-local-const-variable.patch Description: Binary data ___ LibreO

[PUSHED] Re: [patch] comment translations

2012-04-12 Thread Philipp Weissenbacher
Reviewed and pushed now. First off all, welcome and thanks for the patch! Sorry for the long delay, Mark. I'm currently busy looking for a job, so not much LO time left :). As it seems you're a first time contributor. Thus, can you confirm that this patch and all your future contributions, to Li

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 47406, which changed state. Bug 47406 Summary: Almost all graphics that have internal circuits are not rending correctly. https://bugs.freedesktop.org/show_bug.cgi?id=47406 What|Old Value

[PATCH] Remove unused code (oox)

2012-04-12 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy 0001-Remove-unused-code-in-oox.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build Failure on Cygwin Windows

2012-04-12 Thread Matúš Kukan
On 12 April 2012 13:03, Miklos Vajna wrote: > If we are at it, when you install Cygwin these days, it installs make > 3.82.9x, which failed miserably here. Is it just me, or better to > suggest using make-3.82-gbuild from dev-tools.git on Windows for now? We do that in configure.in:11339 It's jus

Re: extraordinary stoc/ thrash ...

2012-04-12 Thread Michael Meeks
On Thu, 2012-04-05 at 00:56 +0200, Enrico Weigelt wrote: > Just hacked up a little poc script wheich generates a static > data structure from the *.rdb xml files. > > Of course, far away from usable, but should at least > demonstrate the idea. Output looks reasonable, of course php is no

Re: Disabling Temporary Files?

2012-04-12 Thread Michael Meeks
On Wed, 2012-03-28 at 08:12 -0400, Marc-André Laverdière wrote: > My colleagues found out that the temp file is password-protected too, > so that part is fine. > But images inside the file are saved as temporary files too! Is there > something we can do about that? Sure - you could encryp

Re: Libre office issue for data link file of office 2007

2012-04-12 Thread Michael Meeks
Hi Ajaya, On Mon, 2012-04-09 at 11:20 +0530, Ajaya Biswal wrote: > One issue of lebre office which I found now the above attachment of > screen short is opning fine in ms office 2007 but lebre office is > detecting some issue.Have any one can give solution ? Please see http://www.libreo

Re: new tinderbox at my company

2012-04-12 Thread Noel Grandin
On Thu, Apr 12, 2012 at 17:08, Lubos Lunak wrote: >> really? you made it work on Windows ? >> so far I always used -e to disable flock... > I didn't do anything special. Just ran make in the flock directory and copied the resulting binary to the /usr/bin directory. So I don't really know if it's

Re: new tinderbox at my company

2012-04-12 Thread Lubos Lunak
On Thursday 12 of April 2012, Norbert Thiebaud wrote: > On Thu, Apr 12, 2012 at 9:25 AM, Lubos Lunak wrote: > > On Thursday 12 of April 2012, Norbert Thiebaud wrote: > >> On Thu, Apr 12, 2012 at 7:14 AM, Noel Grandin wrote: > >> > So finally (about 3 months later than expected) I've got the tinde

Re: new tinderbox at my company

2012-04-12 Thread Norbert Thiebaud
On Thu, Apr 12, 2012 at 9:36 AM, Noel Grandin wrote: > > > On 2012-04-12 16:09, Norbert Thiebaud wrote: >> >> Please see : http://wiki.documentfoundation.org/Development/Tinderbox and >> update it as needed. and don't forget README.tinbuild2 in the buildbot repo > > > Awesome, followed instruction

Re: new tinderbox at my company

2012-04-12 Thread Norbert Thiebaud
On Thu, Apr 12, 2012 at 9:36 AM, Noel Grandin wrote: > > > On 2012-04-12 16:09, Norbert Thiebaud wrote: >> >> Please see : http://wiki.documentfoundation.org/Development/Tinderbox and >> update it as needed. and don't forget README.tinbuild2 in the buildbot repo > > > Awesome, followed instruction

Re: new tinderbox at my company

2012-04-12 Thread Norbert Thiebaud
On Thu, Apr 12, 2012 at 9:25 AM, Lubos Lunak wrote: > On Thursday 12 of April 2012, Norbert Thiebaud wrote: >> On Thu, Apr 12, 2012 at 7:14 AM, Noel Grandin wrote: >> > So finally (about 3 months later than expected) I've got the tinderbox I >> > promised up and running at my company (Peralex). >

Re: [patch] comment translations

2012-04-12 Thread Lubos Lunak
On Thursday 05 of April 2012, Mark Wolf wrote: > Hi, all. > > Here are some more comments translated from German to English. This time > for the 'core/odk' folder. Could somebody German-speaking please review the patch? It hasn't been pushed yet as far as I can tell. -- Lubos Lunak l.lu...@s

Re: new tinderbox at my company

2012-04-12 Thread Noel Grandin
On 2012-04-12 16:09, Norbert Thiebaud wrote: Please see : http://wiki.documentfoundation.org/Development/Tinderbox and update it as needed. and don't forget README.tinbuild2 in the buildbot repo Awesome, followed instructions, just waiting for primer to complete. Note that how to setup the

Re: new tinderbox at my company

2012-04-12 Thread Lubos Lunak
On Thursday 12 of April 2012, Norbert Thiebaud wrote: > On Thu, Apr 12, 2012 at 7:14 AM, Noel Grandin wrote: > > So finally (about 3 months later than expected) I've got the tinderbox I > > promised up and running at my company (Peralex). > > Great :-) > > > On 2012-04-12 13:55, Lubos Lunak wrote:

Re: Trying to solve a crasher in editeng unit test

2012-04-12 Thread Kohei Yoshida
On Thu, Apr 12, 2012 at 10:06 AM, Caolán McNamara wrote: > On Thu, 2012-04-12 at 09:46 -0400, Kohei Yoshida wrote: >> Crap.  Maybe a unit test in editeng wasn't such a good idea after all. > > I disabled it and backed out a few bit for the moment. I have a fairly > good idea what the various probl

Re: what exactly needs localedata_en library ?

2012-04-12 Thread Eike Rathke
Hi, On Thursday, 2012-04-12 13:33:38 +0200, Lubos Lunak wrote: > As far as I can see, it is the i18npool library that dlopens localedata_en > (i18npool/source/localedata/localedata.cxx), so I think the best way to > express this dependency is to make i18npool depend on localedata_en (and > lo

Re: new tinderbox at my company

2012-04-12 Thread Norbert Thiebaud
On Thu, Apr 12, 2012 at 7:14 AM, Noel Grandin wrote: > > > So finally (about 3 months later than expected) I've got the tinderbox I > promised up and running at my company (Peralex). Great :-) > On 2012-04-12 13:55, Lubos Lunak wrote: >> >> It happens automatically with -m all . At least it did

Re: Trying to solve a crasher in editeng unit test

2012-04-12 Thread Caolán McNamara
On Thu, 2012-04-12 at 09:46 -0400, Kohei Yoshida wrote: > Crap. Maybe a unit test in editeng wasn't such a good idea after all. I disabled it and backed out a few bit for the moment. I have a fairly good idea what the various problems are so I might have a go at fixing it up again in a bit. *mum

Re: Trying to solve a crasher in editeng unit test

2012-04-12 Thread Michael Stahl
On 12/04/12 15:46, Kohei Yoshida wrote: > Crap. Maybe a unit test in editeng wasn't such a good idea after all. while i haven't looked at what your test does, i noticed that a lot of these so-called "unit tests" need pretty much a whole office to run anyway, and it always takes a long time until

Automatic using ::rtl::OUString etc.

2012-04-12 Thread Lubos Lunak
Hello, would somebody see a problem with this? sal/inc/rtl/ustring.hxx : +#ifdef RTL_AUTOMATIC_USING +using ::rtl::OUString; +using ::rtl::OStringToOUString; +using ::rtl::OUStringToOString; +#endif I seriously doubt there will ever be any O(U)String anywhere in LO build that will not be th

needed: items for blog for promote feature testing

2012-04-12 Thread Cor Nouws
Hi *, Will post a blog tomorrow on TDF blog. The idea (from our QA meetings): " is having indeed a list of areas that can be clearly pointed at, and to mention them in a sort of standard post on our official TDF blog. E.g. every two weeks 4 to 8 items and guiding users interested to test in

Re: Trying to solve a crasher in editeng unit test

2012-04-12 Thread Kohei Yoshida
On Thu, 2012-04-12 at 10:50 +0200, Stephan Bergmann wrote: > On 04/11/2012 10:44 PM, Kohei Yoshida wrote: > > On Wed, 2012-04-11 at 21:29 +0100, Caolán McNamara wrote: > >> On Wed, 2012-04-11 at 15:56 -0400, Kohei Yoshida wrote: > >>> Hey there, > >>> > >>> I'm trying to set up a new unit test for

[REVIEW 3-5] fdo#48584 Shift+F3 shortcut in Draw

2012-04-12 Thread Andras Timar
Hi, http://cgit.freedesktop.org/libreoffice/core/commit/?id=25c194163c531648f7ad8cdb1a64a03407f75efc Shift+F3 shortcut was changed .uno:ChangeCaseRotateCase, but originally in LibreOffice 3.3 it was .uno:CopyObjects. I restored this old behaviour. I think .uno:CopyObjects is more useful in Draw,

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 12:40 PM, Michael Stahl wrote: wonder what we should do about ld that defaults to --as-needed... Insist on people compiling with an unbroken toolchain instead? For the smoketest problem at hand, the best thing would probably be to get rid of the broken test_smoketest vs. smokete

Re: [PATCH] 2/2 List cleanup in SD

2012-04-12 Thread Lubos Lunak
On Wednesday 11 of April 2012, Rafael Dominguez wrote: > On Wed, Apr 11, 2012 at 2:53 PM, Caolán McNamara wrote: > > On Tue, 2012-04-10 at 12:52 +0200, Lubos Lunak wrote: > > > List* GetSelectEntryList( sal_uInt16 nDepth ); > > > +voidGetSelectEntryLi

Re: new tinderbox at my company

2012-04-12 Thread Noel Grandin
On 2012-04-12 13:55, Lubos Lunak wrote: It happens automatically with -m all . At least it did with my tinderbox. Should I be using the tinbuild or the tinbuild2 script? The "-m all" option would work with tinbuild2, but it won't work with tinbuild. Disclaimer: http://www.peralex.com/discl

Re: [PUSHED] Recompute column widths in BackingWindow::Resize() to partially fix #34392

2012-04-12 Thread Andras Timar
Gábor Stefanik írta (2012. április 9. 18:31): > 2012/4/9 Andras Timar : >> Gábor Stefanik írta (2012. április 7. 2:13): >>> With this patch, the start screen displays correctly on startup with >>> scaling set to 130% (tested on OpenSUSE 11.4 x86-64). >>> >>> However, if you start LibreOffice with

Re: [PUSHED] Resize backing window on window style change to fix what remains of #34392

2012-04-12 Thread Andras Timar
Gábor Stefanik írta (2012. április 9. 20:15): > Finally this does it. > > I think while testing it I've seen one instance of too wide buttons, > but never too narrow. However, I'm not sure if this is the proper fix > - it feels rather hacky. I've added a comment to this avail. Pushed, thanks. An

Re: 'make check' with Windows/MSVC build?

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 11:40 AM, Michael Meeks wrote: On Wed, 2012-04-11 at 17:34 +0200, Stephan Bergmann wrote: (And even on Linux, linkoo does not really work, and I'm happy to avoid it via --disable-linkoo. But I do understand that this is not very "newbee friendly.") But - overall it does

Re: new tinderbox at my company

2012-04-12 Thread Lubos Lunak
On Thursday 12 of April 2012, Noel Grandin wrote: > Hi > > So finally (about 3 months later than expected) I've got the tinderbox I > promised up and running at my company (Peralex). > > It's a Windows7-64 machine, 6 CPU cores, 16G of RAM. > > What do I need to do to get it included into the offici

Re: Build Failure on Cygwin Windows

2012-04-12 Thread Noel Grandin
On 2012-04-12 13:38, Caolán McNamara wrote: The conversion from unix-style /cygdrive/c/paths to /c/paths when handing the paths to native tools does a simple search and replace. Any cygwin paths which don't conform to /cygdrive/X are all horribly mangled by the to and from process, so /home an

Re: Updating the documentation in the IDL files?

2012-04-12 Thread Noel Grandin
On 2012-04-12 11:23, Michael Meeks wrote: Trying to infer that structure from the interface documentation is (I suspect) an extremely irritating way to work out how to do what is needed :-) Perhaps we just need some links to the relevant docs on the libreoffice wiki from places like odk/

Re: Build Failure on Cygwin Windows

2012-04-12 Thread Caolán McNamara
On Thu, 2012-04-12 at 12:57 +0200, Michael Stahl wrote: > rumor has it that putting the source in Cygwin home has never ever > worked, but i have no idea why. The conversion from unix-style /cygdrive/c/paths to /c/paths when handing the paths to native tools does a simple search and replace. Any c

Re: what exactly needs localedata_en library ?

2012-04-12 Thread Lubos Lunak
On Wednesday 11 of April 2012, Matúš Kukan wrote: > Hi, > > I was investigating which dependency is missing for sometimes failing > i18npool_test_breakiterator and it is localedata_en. > > The dependency was often explicitly written in sc's makefiles (but > i18npool is not yet in tail_build, so not

Re: 'make check' with Windows/MSVC build?

2012-04-12 Thread Michael Meeks
On Wed, 2012-04-11 at 17:34 +0200, Stephan Bergmann wrote: > (And even on Linux, linkoo does not really work, and I'm happy to avoid > it via --disable-linkoo. But I do understand that this is not very > "newbee friendly.") Oh !? we should fix that, is there a bug ? it'd prolly be an e

Re: 'make check' with Windows/MSVC build?

2012-04-12 Thread Michael Meeks
On Wed, 2012-04-11 at 18:19 +0200, Stephan Bergmann wrote: > So the problem cannot be > solved with an #if, but (short of abandoning berkeleydb) needs to be > worked around by making sure the LO installation is in a location with a > short path (so that the paths of any files within the install

Re: Updating the documentation in the IDL files?

2012-04-12 Thread Michael Meeks
On Wed, 2012-04-11 at 20:52 +0300, Tor Lillqvist wrote: > > But if you have anything more specific about com/sun/star/lang I could > > probably have a > > look there. > > Well, starting with XComponent.idl, I don't see any high-level > description what a "component" *is* ;) I guess ther

Re: Build Failure on Cygwin Windows

2012-04-12 Thread Miklos Vajna
On Thu, Apr 12, 2012 at 12:57:40PM +0200, Michael Stahl wrote: > yes paths need to be _short_ on Windows... > > i've just added a warning here so hopefully less people fall into these > traps: > > https://wiki.documentfoundation.org/Development/Windows_Build_Dependencies If we are at it, when

Re: Build Failure on Cygwin Windows

2012-04-12 Thread Michael Stahl
On 12/04/12 08:18, Matúš Kukan wrote: > Hi Johnny, > > On 12 April 2012 07:31, Johnny Chen wrote: >> LINK : fatal error LNK1104: cannot open file >> 'c:/cygwinc:/cygwin/home/Johnny/libo/workdir/wntmsci12.pro/CxxObject/xml2cmp/source/xcd/main.o' >> >> Does anyone have any idea what may have cause

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread d . ostrovsky
Zitat von Michael Stahl : On 12/04/12 12:32, Noel Grandin wrote: On 2012-04-12 11:51, Stephan Bergmann wrote: What is the output of readelf -d workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_smoketest.so for you? Output attached. 0x0001 (NEEDED) Shared lib

Re: [PUSHED] Add Barcode 1.3.5.0

2012-04-12 Thread Miklos Vajna
On Thu, Apr 12, 2012 at 12:34:00PM +0200, Kálmán „KAMI” Szalai wrote: > Can you review and cherry pick Barcode 1.3.5.0 to 3.5 branch? > > Finally, It is compatible with LibreOffice 3.5. > > http://extensions.libreoffice.org/extension-center/barcode/releases/1.3.5.0 I assume you were talking ab

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Noel Grandin
On 2012-04-12 12:40, Michael Stahl wrote: it should work if you do this: cd smoketest && make -r clean && make -r LDFLAGS=-Wl,--no-as-needed subsequentcheck Indeed that works (not entirely, but at least it gets past the symbol loading issue). Disclaimer: http://www.peralex.com/disclaimer.h

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Noel Grandin
On 2012-04-12 11:56, Stephan Bergmann wrote: Sounds plausible. Just asked Noel for readelf -d output for verification. I would consider an ld that assumes --as-needed per default as broken. For whatever reason, Ubuntu appears to do that now: https://wiki.ubuntu.com/NattyNarwhal/Toolchai

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Michael Stahl
On 12/04/12 12:32, Noel Grandin wrote: > > > On 2012-04-12 11:51, Stephan Bergmann wrote: >> What is the output of >> >> readelf -d >> workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_smoketest.so >> >> for you? >> > Output attached. > 0x0001 (NEEDED) Shared library:

[REVIEW-3-5] Fix for n#717947, PDF export fixes

2012-04-12 Thread Muthu Subramanian K
Hi, http://cgit.freedesktop.org/libreoffice/core/commit/?id=03a651507e34ee423674d2a537f2bb4b509af6d6 fixes the issue https://bugzilla.novell.com/show_bug.cgi?id=717947 It will be great if someone can review this and cherry-pick it, please? In brief: When Impress slides with image and notes ar

[REVIEW] Add Barcode 1.3.5.0

2012-04-12 Thread Kálmán „KAMI” Szalai
Hi, Can you review and cherry pick Barcode 1.3.5.0 to 3.5 branch? Finally, It is compatible with LibreOffice 3.5. http://extensions.libreoffice.org/extension-center/barcode/releases/1.3.5.0 Thanks, KAMI ___ LibreOffice mailing list LibreOffice@lists.

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Noel Grandin
On 2012-04-12 11:51, Stephan Bergmann wrote: What is the output of readelf -d workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_smoketest.so for you? Output attached. Disclaimer: http://www.peralex.com/disclaimer.html noel@ubuntu:~/libo$ readelf -d workdir/unxlngx6.pro/LinkTarget/

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 10:48 AM, Noel Grandin wrote: Output attached. [...] 10709: symbol=dlsym; lookup in file=/lib/x86_64-linux-gnu/libdl.so.2 [0] 10709: symbol=cppunitTestPlugIn; lookup in file=/home/noel/libo/workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_smoketest.so [0]

Re: [Pushed] Easy Hack Bug No. 42982

2012-04-12 Thread Michael Stahl
On 11/04/12 21:20, Abeer Sethi wrote: > I'm attaching the patch for namecont.cxx, I hope this is the correct way > to go about it. If yes, I have another patch ready for another file. > > Thanking You, > Abeer Sethi. hello Abeer, thanks for sending this patch. but in addition to the points that

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 11:05 AM, Petr Mladek wrote: Stephan Bergmann píše v St 11. 04. 2012 v 16:29 +0200: Looks like the dynamic loader on your system does not support dlsym to report a symbol not exported by the lib itself, but only indirectly by a lib the first lib links against. I wonder if it migh

new tinderbox at my company

2012-04-12 Thread Noel Grandin
Hi So finally (about 3 months later than expected) I've got the tinderbox I promised up and running at my company (Peralex). It's a Windows7-64 machine, 6 CPU cores, 16G of RAM. What do I need to do to get it included into the official tinderbox results? (assuming that would be a useful thin

[REVIEW:3-5] fdo#45182 fix RTF import of character encoding in footnotes

2012-04-12 Thread Miklos Vajna
Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=f4e0cba I'm attaching a backport of the fix for 3-5. Thanks, Miklos >From d547ff471039d8d3847839d6d26a0af7bdba9b17 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 3 Apr 2012 16:49:41 +0200 Subject: [PATCH] fdo#45182 fix RTF

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Petr Mladek
Stephan Bergmann píše v St 11. 04. 2012 v 16:29 +0200: > On 04/11/2012 02:24 PM, Noel Grandin wrote: > > Building on Ubuntu 64-bit, "make check" is failing because of a missing > > symbol in libtest_smoketest.so. > > Doing a "make smoketest.clean" doesn't seem to help. > > The library does genuinel

Re: Trying to solve a crasher in editeng unit test

2012-04-12 Thread Stephan Bergmann
On 04/11/2012 10:44 PM, Kohei Yoshida wrote: On Wed, 2012-04-11 at 21:29 +0100, Caolán McNamara wrote: On Wed, 2012-04-11 at 15:56 -0400, Kohei Yoshida wrote: Hey there, I'm trying to set up a new unit test for the edit engine core, but struggling with one crasher. http://cgit.freedesktop.or

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 10:30 AM, Noel Grandin wrote: On 2012-04-12 10:22, Stephan Bergmann wrote: Please find out whether the assumption is correct (see Lubos' mail on LD_DEBUG). I tried LD_DEBUG=symbols make check but it produced so much output it seems to have broken the build - it eventually fr

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Noel Grandin
On 2012-04-12 10:22, Stephan Bergmann wrote: Please find out whether the assumption is correct (see Lubos' mail on LD_DEBUG). I tried LD_DEBUG=symbols make check but it produced so much output it seems to have broken the build - it eventually froze up during a link step. How do I run j

Difference between X(Synchrnonous)FrameLoader and XComponentLoader?

2012-04-12 Thread Tor Lillqvist
XFrameLoader / XSynchronousFrameLoader are interfaces for 'loading of the specified resource [which apparently can mean "document"] into the specified Frame' (asynchrnously or synchronously). XComponentLoader is an interface to 'load components [and based on how it is used in sample code, "compone

Re: 'make check' with Windows/MSVC build?

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 10:00 AM, Noel Grandin wrote: On 2012-04-11 18:19, Stephan Bergmann wrote: My understanding is that we use "classic" paths (not starting with "\\?") whenever they are short enough, anyway. So the problem cannot be solved with an #if, but (short of abandoning berkeleydb) needs to be

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 09:49 AM, Noel Grandin wrote: On 2012-04-11 16:29, Stephan Bergmann wrote: Looks like the dynamic loader on your system does not support dlsym to report a symbol not exported by the lib itself, but only indirectly by a lib the first lib links against. Darn, I would have thought

Re: 'make check' with Windows/MSVC build?

2012-04-12 Thread Noel Grandin
On 2012-04-11 18:19, Stephan Bergmann wrote: My understanding is that we use "classic" paths (not starting with "\\?") whenever they are short enough, anyway. So the problem cannot be solved with an #if, but (short of abandoning berkeleydb) needs to be worked around by making sure the LO ins

Re: make check problem in libtest_smoketest building master

2012-04-12 Thread Noel Grandin
On 2012-04-11 16:29, Stephan Bergmann wrote: Looks like the dynamic loader on your system does not support dlsym to report a symbol not exported by the lib itself, but only indirectly by a lib the first lib links against. Darn, I would have thought that by now pretty much all Linux's had th

Re: feature/gbuild_components is finished

2012-04-12 Thread Stephan Bergmann
On 04/12/2012 09:10 AM, Tor Lillqvist wrote: Just FYI, my local Mac OS X build started to fail now in a bizarre way, claiming it cannot find type description for com.sun.star.lang.XUnoTunnel Weird, I have seen some messages about that same type in the iOS build when running the sc_filters_test

Re: Updating the documentation in the IDL files?

2012-04-12 Thread Stephan Bergmann
On 04/11/2012 09:27 PM, Tor Lillqvist wrote: OK... Those indeed help. So XComponent is an interface to be added to types that might have circular references? Yes, see . (And, of course, the interface is badly named. Something like "XDi

Re: [Pushed] Easy Hack Bug No. 42982

2012-04-12 Thread Stephan Bergmann
On 04/11/2012 09:20 PM, Abeer Sethi wrote: I'm attaching the patch for namecont.cxx, I hope this is the correct way to go about it. If yes, I have another patch ready for another file. diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index a9307d2..4142ef3 100644 ---

Re: feature/gbuild_components is finished

2012-04-12 Thread Tor Lillqvist
> Just FYI, my local Mac OS X build started to fail now in a bizarre way, > claiming it cannot find type description for com.sun.star.lang.XUnoTunnel Weird, I have seen some messages about that same type in the iOS build when running the sc_filters_test unit test, like some weeks ago. A coincidenc

Re: [PATCH][REVIEW] gbuild conversion: idlc module

2012-04-12 Thread Matúš Kukan
Hi David, On 11 April 2012 23:18, David Ostrovsky wrote: > this is gbuild conversion for idlc module. nice > We don't have lexer function for gbuild, so I converted dmake stuff directly > in CustomTarget_scanner.mk. With http://cgit.freedesktop.org/libreoffice/core/commit/?id=0a45deba2be4a77d