From owner-svn-ports-head@FreeBSD.ORG Thu Aug 30 16:35:48 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BCC51065674 for ; Thu, 30 Aug 2012 16:35:48 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7100B8FC1A for ; Thu, 30 Aug 2012 16:35:47 +0000 (UTC) Received: by dadr6 with SMTP id r6so1320119dad.13 for ; Thu, 30 Aug 2012 09:35:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to:x-operating-system:organization :x-living-the-dream:x-pgp-fingerprint:x-pgp-key:user-agent :x-gm-message-state; bh=9niEelvnNsZRR27AYvpD3ls/r+iqqlxW7mgk9nawT3w=; b=ELxCsVA+fglwyyfLFH/KmCoYc/RqVgAtbDipPRoVlCeFJ1tVvED/09jTG9V0XxXFSO rE0MrB3dPucZxy6M4Lrz+NJF+yTMnvhAOtuNnhPfPQ02QGE02nlTlH9kM3IEV5uD7o+L ZtYudUOHOiiQ+gghpekThGsoPmwiSL+DfFwJKRp6iVR1eI8HcwKHDxNhk1Fif+yNhWm7 Ahoa4rgu4VGZQp/pdULTG5Q4JScm0n5tW670w4Z85iY2pb9Ib2RwPrFz8QFSbtkXbY0u SmX7BtGA/dKoqD1j0QkPnBk0XgBVlEKwanyhSJHZkqiCvYZlvM3ScS0P5rKJ/15Bhz2Y 4MNQ== Received: by 10.68.216.104 with SMTP id op8mr12304772pbc.65.1346344546796; Thu, 30 Aug 2012 09:35:46 -0700 (PDT) Received: from dormouse.experts-exchange.com ([72.29.164.238]) by mx.google.com with ESMTPS id or1sm1840447pbb.10.2012.08.30.09.35.44 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Aug 2012 09:35:45 -0700 (PDT) Sender: Jason Helfman Date: Thu, 30 Aug 2012 09:33:29 -0700 From: Jason Helfman To: Jung-uk Kim Message-ID: <20120830163329.GL63706@dormouse.experts-exchange.com> References: <201208292220.q7TMKJnJ024667@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <201208292220.q7TMKJnJ024667@svn.freebsd.org> X-Operating-System: FreeBSD 8.3-RELEASE amd64 Organization: The FreeBSD Project, http://www.freebsd.org X-Living-The-Dream: I love the SLO Life! X-PGP-FingerPrint: 8E0D C457 9A0F C91C 23F3 0454 2059 9A63 4150 D3DC X-PGP-Key: http://people.freebsd.org/~jgh/jgh.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQkvkK3RjGc8BeJfDpjXUzWI3NoBqz8mBdzHqM70G7tqwQvQ3trluQzIe8jcNLvL90XD/5WJ Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303352 - head/editors/libreoffice X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2012 16:35:48 -0000 -----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-----