Issue 112983 - Improve openoffice build time reliability.
Summary: Improve openoffice build time reliability.
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 3.2.1
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2010-07-07 05:58 UTC by de_logics
Modified: 2017-05-20 10:44 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description de_logics 2010-07-07 05:58:08 UTC
In Gentoo, the openoffice ebuild has - 

filter-flags "-funroll-loops"
	filter-flags "-fprefetch-loop-arrays"
	filter-flags "-fno-default-inline"
	filter-flags "-ftracer"
	filter-flags "-fforce-addr"

	filter-flags "-O[s2-9]"

	if [[ $(gcc-major-version) -lt 4 ]]; then
		filter-flags "-fstack-protector"
		filter-flags "-fstack-protector-all"
		replace-flags "-fomit-frame-pointer" "-momit-leaf-frame-pointer"
	fi

Thus, the current build system of openoffice is considered terrible, a havoc and
infamous among the Gentoo community. It's time it changes. This even does not
allow standard O2 optimization otherwise compile time failures arise.

A good idea will be to split this one large tarball into small ones.
Comment 1 Olaf Felka 2010-07-07 06:39:51 UTC
reassigned
Comment 2 Marcus 2017-05-20 10:44:23 UTC
Reset the assignee to the default "issues@openoffice.apache.org".