ports/121953: (workaround) openoffice.org-2.3.1 hangs with Glib errors

Marcin Cieslak saper at system.pl
Mon Mar 31 18:54:06 PDT 2008


linimon at FreeBSD.org wrote:
> Synopsis: (workaround) openoffice.org-2.3.1 hangs with Glib errors
> 
> Responsible-Changed-From-To: freebsd-bugs->openoffice
> Responsible-Changed-By: linimon
> Responsible-Changed-When: Sat Mar 22 06:12:32 UTC 2008
> Responsible-Changed-Why: 
> Make this a ports PR and assign.

Can you try adding --with-system-zlib to your port Makefile
CONFIGURE_ARGS and recompile OpenOffice?

--- Makefile    28 Mar 2008 22:26:03 -0000      1.295
+++ Makefile    31 Mar 2008 23:34:46 -0000
@@ -140,7 +140,8 @@
 CONFIGURE_ARGS+=       --with-gnu-cp=${LOCALBASE}/bin/gcp              \
                        --with-gnu-patch=${LOCALBASE}/bin/gpatch        \
                        --enable-crashdump=yes                          \
-                       --enable-symbols=SMALL
+                       --enable-symbols=TRUE                           \
+                       --with-system-zlib
 .if ${ARCH} == amd64
 WITHOUT_MOZILLA=       yes
 LIB_DEPENDS+=          boost_regex:${PORTSDIR}/devel/boost

I think this is it:

http://lists.freebsd.org/pipermail/freebsd-openoffice/2007-December/003453.html

--Marcin



More information about the freebsd-openoffice mailing list