Re: Put pipe acceptor domain socket somewhere other than /tmp

2013-12-19 Thread Marcin Tustin
Thanks, I will. In the meantime, a kindly SO user has provided a nasty hack to help: http://stackoverflow.com/questions/20570886/openoffice-pipe-unix-domain-socket-somewhere-other-than-tmp On Mon, Dec 16, 2013 at 4:37 AM, Jürgen Schmidt wrote: > On 12/13/13 5:27 PM, Marcin Tustin wrote: >

Re: aide open office Merci

2013-12-13 Thread Marcin Tustin
t; > Thank you for your reply > > ----- > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > > -- Marcin Tustin Tel: +44 (0) 7773 787 105 (UK) +1 917 553 3974 (US)

Put pipe acceptor domain socket somewhere other than /tmp

2013-12-13 Thread Marcin Tustin
ame` parameter results in no socket being created. Is there a way I can influence where the socket is created, e.g. with an environment variable? Setting `TMP` and `TMPDIR` environment variables does not affect this behaviour. Thanks, Marcin -- Marcin Tustin

Re: Incompatibility between OpenOffice version of libxml2 and libarchive?

2013-12-12 Thread Marcin Tustin
investigating the underlying cause of the crash. On Tue, Dec 10, 2013 at 3:28 AM, Herbert Duerr wrote: > Hi Marcin, > > On 10.12.2013 00:09, Marcin Tustin wrote: > >> [...] >>>> >>>> I'm using a version of openoffice compiled by me, albeit on another >&g

How to debug pyuno issues

2013-12-12 Thread Marcin Tustin
exitcode = 4 except UnoException as e: if hasattr(e, 'ErrCode'): logger.error("unoconv: UnoException during %s phase in %s (ErrCode %d)" % (phase, repr(e.__class__), e.ErrCode)) exitcode = e.ErrCode pass if hasattr(e, 'Message'): logger.error("unoconv: UnoException during %s phase:\n%s" % (phase, e.Message)) exitcode = 5 else: logger.error("unoconv: UnoException during %s phase in %s" % (phase, repr(e.__class__))) exitcode = 2 pass -- Marcin Tustin Tel: +44 (0) 7773 787 105 (UK) +1 917 553 3974 (US)

Re: Incompatibility between OpenOffice version of libxml2 and libarchive?

2013-12-09 Thread Marcin Tustin
To follow up on this, the problem persists even when using a version of openoffice compiled locally. On Fri, Dec 6, 2013 at 4:58 PM, Marcin Tustin wrote: > I moved the OO version of libxml, and it only fixes the error messages > about libxml. OO still crashes with the same other

Re: OpenOffice subreddit?

2013-12-09 Thread Marcin Tustin
making more > use of reddit? > > -Rob > > - > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > > -- Marcin Tustin Tel: +

Re: Incompatibility between OpenOffice version of libxml2 and libarchive?

2013-12-06 Thread Marcin Tustin
I moved the OO version of libxml, and it only fixes the error messages about libxml. OO still crashes with the same other errors. On Fri, Dec 6, 2013 at 4:19 PM, Marcin Tustin wrote: > Hi All, > > I'm using a version of openoffice compiled by me, albeit on another > machine, u

Incompatibility between OpenOffice version of libxml2 and libarchive?

2013-12-06 Thread Marcin Tustin
am/libxml2.so.2: no version information available (required by /lib64/libarchive.so.12) bash: StarOffice.ComponentContext: command not found... Failed to search for file: The backend exited unexpectedly. This is a serious error as the spawned backend did not complete the pending transaction. -- Marcin Tustin

Re: Join the open office project

2013-11-23 Thread Marcin Tustin
nal commands, e-mail: dev-h...@openoffice.apache.org > > -- Marcin Tustin Tel: +44 (0) 7773 787 105 (UK) +1 917 553 3974 (US)

Re: Compile Openoffice/pyuno with UCS-4 support

2013-11-09 Thread Marcin Tustin
Thanks, that's very useful. On Sat, Nov 9, 2013 at 4:05 AM, Herbert Duerr wrote: > Hi Marcin, > > Marcin Tustin wrote: > > Hi All, > > > > When openoffice builds python and pyuno, it builds with UCS-2 support, > > which is the default for python. H

Unowinreg.dll in build guide

2013-11-08 Thread Marcin Tustin
inreg.dll] (see note) note: Not for windows. Required on all non-windows platforms. Download with: cd $SRC/main && wget -O external/unowinreg/unowinreg.dll http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll -- Marcin Tustin

Compile Openoffice/pyuno with UCS-4 support

2013-11-08 Thread Marcin Tustin
with UCS-4 support. Unfortunately, having unzipped the source tarball, I can't even see a python source tree to hack manually. Any pointers on how to do this would be much appreciated. Thanks, Marcin -- Marcin Tustin