Bug 205918 - editors/libreoffice: Does not build on i386
Summary: editors/libreoffice: Does not build on i386
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Many People
Assignee: FreeBSD Office Team
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2016-01-05 11:32 UTC by lenzi.sergio
Modified: 2018-02-13 03:12 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lenzi.sergio 2016-01-05 11:32:01 UTC
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
Comment 1 Matthias Apitz 2016-01-05 11:55:08 UTC
I think, this should be set in the port's Makefile;
Comment 2 Walter Schwarzenfeld 2018-01-09 09:30:38 UTC
Is this still an issue?