[Open Office] Regcomp segfaults when registering java components

Andreas Radke a.radke at arcor.de
Tue Dec 5 15:33:11 EST 2006


Am Thu, 30 Nov 2006 15:50:24 +0100
schrieb VMiklos <vmiklos at frugalware.org>:

> On Thu, Nov 30, 2006 at 03:28:17PM +0100, Andreas Radke
> <a.radke at arcor.de> wrote:
> > What part from the ooo_OOE680_m5_src/solenv/bin/modules/installer/
> > servicesfile.pm do i need to patch to pass that segfault?
> 
> basically you need to disable the register_javacomponents() and
> register_pythoncomponents() functions
> 
> udv / greetings,
> VMiklos
> 


i solved it - i need to patch it like this:

--- testtools/source/bridgetest/makefile.mk	2006-11-01 12:17:52.000000000 +0100
+++ testtools/source/bridgetest/makefile.mk.new	2006-12-05 10:46:20.000000000 +0100
@@ -194,9 +194,6 @@
 .IF "$(SOLAR_JAVA)" != ""
     $(REGCOMP) -register -br $(DLLDEST)$/uno_types.rdb -r $@ \
         -c javaloader.uno$(DLLPOST) -c javavm.uno$(DLLPOST)
-    $(REGCOMP) -register  -br $(MISC)$/$(TARGET)$/bootstrap.rdb -r $@ -c \
-        $(MY_LOCAL_CLASSDIR)/testComponent.jar \
-        -env:URE_INTERNAL_JAVA_DIR=$(MY_URE_INTERNAL_JAVA_DIR)
 .ENDIF
 
 $(MISC)$/$(TARGET)$/bootstrap.rdb .ERRREMOVE:


AndyRTR


More information about the Openoffice mailing list