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@novell.com  <><, Pseudo Engineer, itinerant idiot
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.