To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112983
                 Issue #|112983
                 Summary|Improve openoffice build time reliability.
               Component|framework
                 Version|OOo 3.2.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|de_logics





------- Additional comments from de_log...@openoffice.org Wed Jul  7 04:58:08 
+0000 2010 -------
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.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to