Date: Tue, 01 Apr 2008 03:53:56 +0200 From: Marcin Cieslak <saper@system.pl> To: freebsd-openoffice@freebsd.org Cc: freebsd-bugs@FreeBSD.org, linimon@FreeBSD.org Subject: Re: ports/121953: (workaround) openoffice.org-2.3.1 hangs with Glib errors Message-ID: <47F195B4.8000600@system.pl> In-Reply-To: <200803220612.m2M6CkXo077190__4312.97339168868$1206166454$gmane$org@freefall.freebsd.org> References: <200803220612.m2M6CkXo077190__4312.97339168868$1206166454$gmane$org@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
linimon@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47F195B4.8000600>
