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:   [Bug 205918] editors/libreoffice does not build on i386
Message-ID:  <bug-205918-25061@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205918

            Bug ID: 205918
           Summary: editors/libreoffice does not build on i386
           Product: Ports & Packages
           Version: Latest
          Hardware: i386
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: office@FreeBSD.org
          Reporter: lenzi.sergio@gmail.com
             Flags: maintainer-feedback?(office@FreeBSD.org)
          Assignee: office@FreeBSD.org

The error is in the java version 8 that complains about not be able to allocate
enough stack for the vm machine...

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


export _JAVA_OPTIONS="-Xmx512M"


Than continue to build libreoffice and it works

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

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