Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jan 2016 11:32:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 205918] editors/libreoffice does not build on i386
Message-ID:  <bug-205918-25061-8hXZU6ztsL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205918-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205918-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
lenzi.sergio@gmail.com has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to office@FreeBSD.=
org:
Bug 205918: editors/libreoffice does not build on i386
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205918



--- Description ---
The error is in the java version 8 that complains about not be able to allo=
cate
enough stack for the vm machine...

The solution is to export to the enviroment JAVA_OPTIONS with proper stack =
size


export _JAVA_OPTIONS=3D"-Xmx512M"


Than continue to build libreoffice and it works



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205918-25061-8hXZU6ztsL>