sal/osl/unx/process.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b09eb27b7a52d2abd9bdbf01b4532f23279c6edc
Author: Richard PALO
Date: Sun May 29 08:16:28 2016 +0200
tdf#100021 - format argument issue in process.cxx
avoid warning whether pid_t
sal/osl/unx/process.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit acbbb01940588604de965c4fcef64b2e17473fe6
Author: Richard PALO
Date: Sun May 29 08:16:28 2016 +0200
tdf#100021 - format argument issue in process.cxx
avoid warning whether pid_t
and correctly, there is nothing to be done outside of
intervention by the translation teams (or
individuals) about these errors/warnings..
okay. thanks anyway for taking the time to explain.
BTW, also noticed the following during the build:
> Warning : Can't open
> /tmp/pkgsrc/mis
#x27;Language' missing in header
>8 warning: header field 'Language' still has the initial default value
> 3745 warning: header field 'Last-Translator' still has the initial default
> value
> 3748 warning: header field 'PO-Revisi
Le 22/01/16 17:35, Rene Engelhard a écrit :
> On Fri, Jan 22, 2016 at 05:26:05PM +0100, Richard PALO wrote:
>>>>> -#if PY_VERSION_HEX < 0x0207
>>>>> +#if PY_VERSION_HEX < 0x0302
>>>
>>> We need python >= 3.3 when using pytho
Le 22/01/16 16:47, Rene Engelhard a écrit :
> Hi,
>
> On Fri, Jan 22, 2016 at 03:58:22PM +0100, Richard PALO wrote:
>> Le 21/01/16 20:11, Richard PALO a écrit :
>>>> Isn't this a python3 feature?
>>>>
>>
>> looks like it was 3.2 according
Le 21/01/16 20:11, Richard PALO a écrit :
>> Isn't this a python3 feature?
>>
looks like it was 3.2 according to the python website (in the release notes for
3.2)
so I use instead:
> -#if PY_VERSION_HEX < 0x0207
> +#if PY_VERSION_HEX <
Le 21/01/16 19:18, Richard PALO a écrit :
> HI, came across some issues on SunOS with python2.7.
>
>> [build LNK] Library/libbasegfxlo.so
>> /tmp/pkgsrc/misc/libreoffice/work/libreoffice-5.1.0.2/pyuno/source/module/pyuno.cxx:387:1:
>> error: 'Py_hash_t'
#if PY_VERSION_HEX <= 0x02071100
> typedef long Py_hash_t;
> #endif
Isn't this a python3 feature?
--
Richard PALO
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
bin/distro-install-desktop-integration |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit b147a77f2e179f474051a4e50fa7ea300cdec8ee
Author: Richard PALO
Date: Tue Sep 15 14:44:31 2015 +0200
Use portable ordering for mktemp
Add omitted APPDATA_SOURCE_DIR
Le 19/10/15 06:37, Norbert Thiebaud a écrit :
On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote:
I'd like to advance, one way or another on this topic.
Sure, but the patch still need to not break Windows.
The updated patchset seems to pass okay, in any event configure set
|7 +++
vcl/Module_vcl.mk |2 +-
vcl/workben/vcldemo.cxx |6 +++---
18 files changed, 49 insertions(+), 48 deletions(-)
New commits:
commit fd612a144c0028972513a18167a13d29326a1798
Author: Richard PALO
Date
ffice.org/job/lo_gerrit_master/7482/ : SUCCESS
>
--
Richard PALO
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Le 20/10/15 08:37, Norbert Thiebaud a écrit :
> On Tue, Oct 20, 2015 at 1:11 AM, Richard PALO wrote:
>> Le 19/10/15 15:40, Norbert Thiebaud a écrit :
>>> On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote:
>>>> Le 19/10/15 06:37, Norbert Thiebaud a écrit :
>>
Le 19/10/15 15:40, Norbert Thiebaud a écrit :
> On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote:
>> Le 19/10/15 06:37, Norbert Thiebaud a écrit :
>>>
>>> On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote:
>>>>
>>>>
>>>> I
Le 30/09/15 16:38, Richard PALO a écrit :
> Le 22/09/15 18:51, Norbert Thiebaud a écrit :
>> On Tue, Sep 22, 2015 at 6:31 AM, Richard PALO wrote:
>>> Since GUIBASE was replaced with the equivalent OS checks, there seems
>>> to be a bit of abandon in keeping multiple O
Le 02/06/15 07:48, Richard PALO a écrit :
> I'd like to sollicit any hints to understand this new breakage:
>> /tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.4.3.2/workdir/Extension/wiki-publisher/help/qtz/com.sun.wiki-publisher/wikisend.xhp:35:
>> parser error : Opening and
Le 22/09/15 18:51, Norbert Thiebaud a écrit :
> On Tue, Sep 22, 2015 at 6:31 AM, Richard PALO wrote:
>> Since GUIBASE was replaced with the equivalent OS checks, there seems
>> to be a bit of abandon in keeping multiple OSes up to snuff.
>>
>> in https://gerrit.libreof
added a configuration check for DLOPEN_NEEDS_LIBDL and updated a number of
the existing
OS checks to check simultaneously for, among others, %BSD and SOLARIS in
addition to LINUX.
It would be nice to get some review on this approach.
--
Richard PALO
Le 25/08/15 15:08, David Tardon a écrit :
> Hi,
>
> On Tue, Aug 25, 2015 at 08:53:41AM +0200, Richard PALO wrote:
>> I noticed (by chance) some uses of xsltproc without the '--nonet' option in
>> the following files:
>>> extras/CustomTarget_autocorr.mk
Le 25/08/15 12:55, Christian Lohmaier a écrit :
> Hi Richard,
>
> On Tue, Aug 25, 2015 at 8:53 AM, Richard PALO wrote:
>> I noticed (by chance) some uses of xsltproc without the '--nonet' option in
>> the following files:
>>> ex
Is there any particular reason these cannot be forced to build locally like the
other uses of xsltproc?
--
Richard PALO
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
> ^
> warn:l10ntools:135002:1:l10ntools/source/helpmerge.cxx:268: Can't find
> GID=par_id823999 LID= TYP=help
> Entity: line 1: parser error : Opening and ending tag mismatch: emph line 1
> and root
> naar se blaaier te open en d
include/vcl/window.hxx |3 +++
1 file changed, 3 insertions(+)
New commits:
commit 31c2a2230e6debd0fa53656f6a2159918d2d67d8
Author: Richard PALO
Date: Fri Apr 17 08:34:40 2015 +0200
Avoid redefine of TRANSPARENT on solaris after including stream.h
Change-Id
changed, 332 insertions(+), 38 deletions(-)
New commits:
commit bd969ed90302655d41743e67124aef7101c99763
Author: Richard PALO
Date: Wed Mar 4 22:25:44 2015 +0100
remove /usr/sfw/lib rpath for solaris in vcl
can be patched back in by any distros still using sfw.
Change-Id
solenv/gbuild/platform/solaris.mk |2 ++
1 file changed, 2 insertions(+)
New commits:
commit f3cffeb3aeb67e979d43bb4b8e970cc466b14d45
Author: Richard PALO
Date: Sun Feb 22 09:23:32 2015 +0100
Reintegrate portion of a patch originally submitted by
Michael Stahl Mar 30 2011
Le 23/02/15 09:33, Gabriele Bulfon a écrit :
Oh yes, I found this in Library_vcl.mk:
ifeq ($(CPUNAME),SPARC64)
$(eval $(call gb_Library_add_ldflags,vcl,\
-R/usr/sfw/lib/64 \
))
else
$(eval $(call gb_Library_add_ldflags,vcl,\
-R/usr/sfw/lib \
))
endif
My system fall into the "else" section...and t
/listenermultiplexer.cxx |9 ++
vcl/generic/glyphs/graphite_serverfont.cxx |4 -
vcl/inc/graphite_layout.hxx| 18 +++--
36 files changed, 271 insertions(+), 110 deletions(-)
New commits:
commit b5c6bae95eed4df45617ec4cadda59088261a3a1
Author: Richard PALO
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 21/02/15 08:29, Richard PALO a écrit :
> In pkgsrc this is patched as follows:
>
>> $NetBSD: patch-vcl_Library__vcl.mk,v 1.1 2015/02/04 18:19:34 ryoon Exp $
>
>> --- vcl/Library_vcl.mk.orig 2015-01-22 20:05:28.0
olaris.mk I'm testing if this
passes, if so
I'll upstream that as well.. (builds/runs here without it, at least on gcc49)
BTW I had far fewer difficulties to get a working LO with gcc>=4.8 on SunOS.
- --
Richard PALO
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using
solenv/gbuild/platform/solaris.mk |5 +
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit f081a415221bd8665cceebe91665e2253781b516
Author: Richard PALO
Date: Fri Feb 13 19:17:54 2015 +0100
Sun ld doesn't support -O1 optimize flag
reported by Gabriele B
solenv/gbuild/platform/solaris.mk |5 +
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 34a167e1bf9b478069c290dbf977c68639149852
Author: Richard PALO
Date: Fri Feb 13 19:17:54 2015 +0100
Sun ld doesn't support -O1 optimize flag
reported by Gabriele B
solenv/gbuild/platform/solaris.mk |5 +
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 326bbd521c12a6b85b12396c2424126d9218d561
Author: Richard PALO
Date: Fri Feb 13 19:17:54 2015 +0100
Sun ld doesn't support -O1 optimize flag
reported by Gabriele B
src/lib/VSDMetaData.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9686192d63bd208df1c6b53c892ba5a680cdc4b6
Author: Richard PALO
Date: Fri Feb 13 17:58:07 2015 +0100
use std::pow in order to avoid compile time errors like:
error: call of overloaded
src/lib/MSPUBMetaData.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit db5a1e5b20463fc5704c53aa679e17e875314da2
Author: Richard PALO
Date: Fri Feb 13 17:16:59 2015 +0100
use std::pow in order to avoid compile time errors like:
error: call of overloaded
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 23/01/15 10:01, Gabriele Bulfon a écrit :
> Hi,
>
> going on building, I found a couple of vcl sources using "alloca", requiring
> an include on solaris/illumos.
> So I had to patch both toolkit/source/awt/vclxgraphics.cxx and
> toolkit/source/aw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 22/01/15 19:11, Markus Mohrhard a écrit :
> Yah, but... shouldn't the enum be in a namespace in the first place?
> Or are there c-only source files looking for it...
>
>
>> That doesn't matter here as it is a define and therefore the preprocessor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 22/01/15 18:35, Gabriele Bulfon a écrit :
> yes, I added a patch to add this just before the enum, and it goes on :
>
>
> #ifdef TRANSPARENT
> # undef TRANSPARENT
> #endif
>
> going on ;) thanks!
>
>
Yah, but... shouldn't the enum be in a name
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 22/01/15 15:20, Stephan Bergmann a écrit :
> If line 245 of include/vcl/window.hxx reads
>
>TRANSPARENT= 12,
>
> for you, then most likely you happen to include some definition of a
> macro named TRANSPARENT.
> ___
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 20/01/15 18:07, Gabriele Bulfon a écrit :
> I thought the same.
> But maybe g++ thinks it's going to run gnu ld, while it's going to run sun ld.
> Secondly, I surely had to add /usr/gcc/4.7/lib to the link path, but maybe I
> can avoid specifying -
gt; will let you know :)
> --
> Da: Norbert Thiebaud
> A: gbul...@sonicle.com
> Cc: Michael Stahl
> libreoffice
> Richard PALO
> Data: 18 gennaio 2015 20.15.22 CET
> Oggetto: Re: 4.4.0.1 build error on sal/types.h on solaris/illumos
solenv/gbuild/Deliver.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fc4a339d83652613dbbc4c2cd7b206d6b1115a71
Author: Richard PALO
Date: Fri Dec 26 17:47:20 2014 +0100
use special $(TOUCH) for touch -hr
Change-Id
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 21/12/14 10:11, Richard PALO a écrit :
> This seems to be liblangtag issue as its testsuite has problems as well.
> I'll need to get those resolved first. thx
> ___
> LibreOf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This seems to be liblangtag issue as its testsuite has problems as well.
I'll need to get those resolved first. thx
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJUlo7FAA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 19/12/14 16:02, Eike Rathke a écrit :
> Hi Richard,
>
> On Friday, 2014-12-19 14:18:36 +0100, Richard PALO wrote:
>
>>> warn:vcl:101172:1:vcl/generic/fontmanager/fontconfig.cxx:868: In glyph
>>> fallback
>>&
Yeah, sort of surprised myself.
Running scalc 'LibreOfficeDev 4.3.4.1 430m0(Build:1)' I figured out that I can
easily force a core
by right clicking on any cell and selecting 'format cell'
I get the following in the terminal window:
> richard@omnis:/home/richard$ soffice test.ods
> warn:sfx.con
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Starting up 'swriter', 'scalc' or such I notice the following warnings
systematically :
| richard@omnis:/home/richard$ swriter
| warn:sfx.control:101391:1:sfx2/source/control/dispatch.cxx:1505:
| Childwindow slot missing: 10365
| warn:sfx.control:1013
solenv/gbuild/platform/solaris.mk | 44 +++---
1 file changed, 23 insertions(+), 21 deletions(-)
New commits:
commit 573506c778410fc0eb6afc0c07bdd849613503a8
Author: Richard PALO
Date: Mon Nov 10 17:36:30 2014 +0100
in general, SOLARIS should use /usr
solenv/gbuild/platform/solaris.mk | 74 +++---
1 file changed, 45 insertions(+), 29 deletions(-)
New commits:
commit d6afd367167ed406cd97192da358b776dbf5158e
Author: Richard PALO
Date: Mon Nov 10 17:36:30 2014 +0100
in general, SOLARIS should use /usr
vcl/source/font/PhysicalFontCollection.cxx |4
vcl/source/outdev/text.cxx |4
2 files changed, 8 insertions(+)
New commits:
commit f0025f96439c8738b045329468fe3ce34a498f47
Author: Richard PALO
Date: Mon Nov 10 17:46:43 2014 +0100
alloca needs special
vcl/source/font/PhysicalFontCollection.cxx |4
vcl/source/outdev/text.cxx |4
2 files changed, 8 insertions(+)
New commits:
commit c22480ada409325a1c9a67dd06ce95b1028cb07e
Author: Richard PALO
Date: Mon Nov 10 17:46:43 2014 +0100
alloca needs special
+-
sysui/CustomTarget_solaris.mk |6 +++---
10 files changed, 22 insertions(+), 32 deletions(-)
New commits:
commit d2a617aac6466e246de6209731791c1ce835ee62
Author: Richard PALO
Date: Sun Nov 9 18:15:45 2014 +0100
O_RDWR and O_CREAT are defined in fcntl.h
files changed, 19 insertions(+), 27 deletions(-)
New commits:
commit 88a40e70fe921680ed303b8ab69ca866ae67078e
Author: Richard PALO
Date: Sun Nov 9 18:15:45 2014 +0100
O_RDWR and O_CREAT are defined in fcntl.h
Change-Id: I568ee2c3f10320f6c39340a5915b10aeebb4
Signed-off-by
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All of my past & future contributions to LibreOffice may be licensed
under the MPLv2/LGPLv3+ dual license.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJUX1aIAAoJECAB22
Le 03/06/14 22:33, Richard PALO a écrit :
Le 30/05/14 12:47, Richard PALO a écrit :
Le 30/05/14 10:45, Stephan Bergmann a écrit :
...
For libfwklo.so, the relevant symbol that needs to be exported is
fwk_component_getFactory (denoting a C function).
Stephan
Hmm, that seems to be okay
Le 30/05/14 12:47, Richard PALO a écrit :
Le 30/05/14 10:45, Stephan Bergmann a écrit :
...
For libfwklo.so, the relevant symbol that needs to be exported is
fwk_component_getFactory (denoting a C function).
Stephan
Hmm, that seems to be okay:
richard@devzone:/opt/local/libreoffice4-4.2.4.2
Le 30/05/14 10:45, Stephan Bergmann a écrit :
...
For libfwklo.so, the relevant symbol that needs to be exported is
fwk_component_getFactory (denoting a C function).
Stephan
Hmm, that seems to be okay:
richard@devzone:/opt/local/libreoffice4-4.2.4.2/program$ elfdump -s libfwklo.so
|grep fwk
Le 30/05/14 10:02, Richard PALO a écrit :
Le 30/05/14 09:42, Stephan Bergmann a écrit :
On 05/29/2014 06:05 PM, Richard PALO wrote:
Hi, guess I'm looking for hints on how to track down a startup problem
(attached is the screenshot)
Is this a local LO build of your own? If yes, how di
Le 30/05/14 09:42, Stephan Bergmann a écrit :
On 05/29/2014 06:05 PM, Richard PALO wrote:
Hi, guess I'm looking for hints on how to track down a startup problem
(attached is the screenshot)
Is this a local LO build of your own? If yes, how did you configure it?
What platform is
Hi, guess I'm looking for hints on how to track down a startup problem
(attached is the screenshot)
Can't launch application.
component context fails to supply service
...ModuleUIConfigurationManager of type
...XModuleUIConfigurationManager2: an
error occured during file opening.
anybody alread
Le 23/05/14 12:34, Michael Stahl a écrit :
plugcon.hxx:
#if defined SOLARIS
#define USE_MOTIF
#endif
yes, this is already patched out quite a while ago in my test tree as
well as the first part of the pluginapp.bin patch..
cheers
___
LibreOffi
Le 21/05/14 10:56, Stephan Bergmann a écrit :
On 05/21/2014 07:13 AM, Richard PALO wrote:
S=/var/tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.2.4.2 &&
I=$S/instdir && W=$S/workdir && g++-Wl,-z,origin
'-Wl,-rpath,$ORIGIN:$ORIGIN/../ure-link/lib' -L$I/u
Hi, I'm tinkering with lo 4.2.4.2 and am having a bit of an issue
building pluginapp.bin in the extensions path, as it needs libuno_sal.so
The following is where all the flavours are found in the build tree:
$ find . -name 'libuno_sal.so*' | xargs stat -c"%N"
‘./instdir/sdk/lib/libuno_sal.so’ -
63 matches
Mail list logo