[Libreoffice] Install problem

Michael Meeks michael.meeks at novell.com
Thu Sep 30 03:12:01 PDT 2010


Hi Seo,

On Wed, 2010-09-29 at 16:25 +0900, Seo Sanghyeon wrote:
> Then I did bin/ooinstall -l /opt/openoffice and I see

	You have write access to /opt/openoffice of course ?

> **************************************************
> ERROR: Saved logfile:
> /home/tinuviel/git/libreoffice/build/build/libreoffice-3.2.99.1/instsetoo_native/util/OpenOffice//logging/en-US/log_OOO330_en-US.log
> **************************************************

	Nasty;

> register component 'vnd.openoffice.pymodule:pythonscript' in registry '/tmp/ooop
> ackaging/i_284631285743787/unxlngx6.pro/OpenOffice//gid_Starregistry_Services_Rdb_servicesrdb/en-US_inprogress_1/services.rdb'
> failed!
> error (RuntimeException): python-loader:<type
> 'exceptions.ImportError'>: No module named pythonloader, traceback
> follows no traceback available

	So - it is hard to debug - you hit the nightmare of component
registration ;-)

	What I suggest you do is this:

$ strace -f -s 256 -o /tmp/inst-log bin/ooinstall -l /opt/openoffice

	This will take a bit longer, and make a -huge- log file.

	I suggest then you do:

$ tail -n 10000 /tmp/inst-log | less

	and reverse search for the 'pythonloader' string from the end.
Hopefully there are a series of stats / access calls for something with
that name - that didn't get installed properly. We can then try to
unwind why it is not where it is supposed to be :-)

	Failing that re-auto-gennign with --disable-python would be a poor
man's way to at least get a build.

	Thanks so much for trying and getting involved ! it'd be great to get
this fixed for everyone,

	All the best,

		Michael.


-- 
 michael.meeks at novell.com  <><, Pseudo Engineer, itinerant idiot



More information about the LibreOffice mailing list