Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2012 09:33:29 -0700
From:      Jason Helfman <jgh@FreeBSD.org>
To:        Jung-uk Kim <jkim@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r303352 - head/editors/libreoffice
Message-ID:  <20120830163329.GL63706@dormouse.experts-exchange.com>
In-Reply-To: <201208292220.q7TMKJnJ024667@svn.freebsd.org>
References:  <201208292220.q7TMKJnJ024667@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, Aug 29, 2012 at 10:20:19PM +0000, Jung-uk Kim thus spake:
>Author: jkim
>Date: Wed Aug 29 22:20:19 2012
>New Revision: 303352
>URL: http://svn.freebsd.org/changeset/ports/303352
>
>Log:
>  Fix the previous commit to make it really work.  See the following upstream
>  PR for more information about this issue:
>
>  https://bugs.freedesktop.org/show_bug.cgi?id=54015
>
>Modified:
>  head/editors/libreoffice/Makefile
>
>Modified: head/editors/libreoffice/Makefile
>==============================================================================
>--- head/editors/libreoffice/Makefile	Wed Aug 29 22:14:13 2012	(r303351)
>+++ head/editors/libreoffice/Makefile	Wed Aug 29 22:20:19 2012	(r303352)
>@@ -377,7 +377,7 @@ post-extract:
>
> post-patch:
> 	@${FIND} ${WRKSRC} -type f -print0 | \
>-	    ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's#-Wl,-rpath,#-Wl,-z,origin -Wl,-rpath,#g'
>+	    ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's#-Wl,-rpath,#-Wl,-z,origin,-rpath,#g'
> 	@${REINPLACE_CMD} -e 's#5.1 5.0#${BDB_VER}#g' \
> 		 -e 's,-ldb$$dash$$dbver,-l${BDB_LIB_NAME},g' \
> 		 -e 's,"Linux" \&\& test "z$$enable_graphite","FreeBSD" \&\& test "z$$enable_graphite",g' \
>

Hi,

I am not sure if this commit will fix this error, but not sure what I can do
at this point, as I still having issues starting libreoffice.

[jhelfman@dormouse ~]$ lowriter kye-data-20120818.log 
javaPathHelper: not found

(soffice:34098): Gdk-WARNING **: shmget failed: error 12 (Cannot allocate
memory)
terminate called after throwing an instance of
'com::sun::star::ucb::InteractiveAugmentedIOException'

I get the same error, if not using a filename as an argument.

- -jgh

- -- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJQP5XZAAoJECBZmmNBUNPcmjgH/0HgzPEDHMFTPKcmvYutW00Z
RB/A/eYdhWoKhlB128J1g+W6swpwBCDeWYKW87e9IV1amsCHp/j68Ayq9WR4MYTX
P7HLqn2SF2ljIT2AEwwEcSHkcxFtAjsWgdv0eK0fxTu72lk399AB0BbQuxcncO5N
wbe3Zc10H08uZp85Ga1VAYMyJhScb+xP9I7+LMl8+Eg+xDw6J+3ec8ZTT/UiP7fE
v2FiUt6M/HBwD+O13TdzVCc4sonVhfZG5JBtJ7uo/1GjsQmRBqN3+AYEAjQtgK44
FKR+ltd4isN6BWyCHlOzjDIZUQFIJXpOaRRkfgYEwVKMRS2edqsJlBOS7spYPAk=
=liLd
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120830163329.GL63706>