Summary: | (workaround) openoffice.org-2.3.1 hangs with Glib errors | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Dwayne MacKinnon <dmk> |
Component: | Individual Port(s) | Assignee: | freebsd-openoffice (Nobody) <openoffice> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Dwayne MacKinnon
2008-03-22 05:00:03 UTC
Responsible Changed From-To: freebsd-bugs->openoffice Make this a ports PR and assign. ----- Forwarded message from Marcin Cieslak <saper@system.pl> ----- 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 ----- End forwarded message ----- Dwayne MacKinnon wrote: >> --- 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 > > Hello Marcin, > > I recompiled with the suggested config flags, and didn't get any more useful > information. However, I experimented some more, and narrowed down the > behavior better. > > The problem seems to involve this file: > $HOME/.config/autostart/qstart-desktop. No matter what, the first time you > run openoffice.org-2.4 with a new user (ie no .openoffice.org2 directory) > the program will hang with the errors I listed when you attempt to open a > file. > > If the qstart.desktop file is left as is (it's a symbolic link > to /usr/local/openoffice.org-2.4.0/share/xdg/qstart.desktop), the file will > hang with the errors I listed every time you try to open a file. However, if > you remove the link, or set it to a non-existant file, the program will work > after the first time, and work thereafter with no problems. What compilation options are you using? I assume you have WITH_KDE=yes, what else? Can you try turning the quick start feature off? On my OOO 2.4 without KDE integration everything works fine. -- << Marcin Cieslak // saper@system.pl >> maho 2008-04-06 05:11:20 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2 Makefile editors/openoffice.org-2/files Makefile.knobs Makefile.localized editors/openoffice.org-2-RC Makefile editors/openoffice.org-2-RC/files Makefile.knobs Makefile.localized editors/openoffice.org-2-devel Makefile editors/openoffice.org-2-devel/files Makefile.knobs Makefile.localized editors/openoffice.org-3-devel Makefile editors/openoffice.org-3-devel/files Makefile.knobs Makefile.localized Makefile.others Added files: editors/openoffice.org-2/files patch-i75190 editors/openoffice.org-2-RC/files patch-i75190 editors/openoffice.org-2-devel/files patch-i75190 editors/openoffice.org-3-devel/files patch-i75190 Log: 1. For all language build "all" to "alllangs". 2. Fix hang "Glib bug". http://qa.openoffice.org/issues/show_bug.cgi?id=75190 Bump port revision for openoffice.org-2 port accordingly. 3. Fix language pack builds for openoffice.org-3-devel port. PR: 121953 (2) Submitted by: Dwayne MacKinnon and Marcin Cieslak (will be SCAed; saperski@openoffice.org) (2) Revision Changes Path 1.330 +2 -2 ports/editors/openoffice.org-2-RC/Makefile 1.51 +4 -4 ports/editors/openoffice.org-2-RC/files/Makefile.knobs 1.17 +2 -2 ports/editors/openoffice.org-2-RC/files/Makefile.localized 1.1 +107 -0 ports/editors/openoffice.org-2-RC/files/patch-i75190 (new) 1.359 +2 -2 ports/editors/openoffice.org-2-devel/Makefile 1.51 +4 -4 ports/editors/openoffice.org-2-devel/files/Makefile.knobs 1.17 +2 -2 ports/editors/openoffice.org-2-devel/files/Makefile.localized 1.1 +107 -0 ports/editors/openoffice.org-2-devel/files/patch-i75190 (new) 1.299 +3 -3 ports/editors/openoffice.org-2/Makefile 1.51 +4 -4 ports/editors/openoffice.org-2/files/Makefile.knobs 1.18 +2 -2 ports/editors/openoffice.org-2/files/Makefile.localized 1.1 +107 -0 ports/editors/openoffice.org-2/files/patch-i75190 (new) 1.365 +3 -3 ports/editors/openoffice.org-3-devel/Makefile 1.51 +5 -5 ports/editors/openoffice.org-3-devel/files/Makefile.knobs 1.18 +2 -3 ports/editors/openoffice.org-3-devel/files/Makefile.localized 1.10 +7 -3 ports/editors/openoffice.org-3-devel/files/Makefile.others 1.1 +107 -0 ports/editors/openoffice.org-3-devel/files/patch-i75190 (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |