Page MenuHomeFreeBSD

Unbreak openoffice-4 build with gcc 4.9
ClosedPublic

Authored by truckman on Feb 6 2015, 9:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 6 2024, 3:43 AM
Unknown Object (File)
Nov 18 2024, 4:32 AM
Unknown Object (File)
Oct 7 2024, 3:26 PM
Unknown Object (File)
Sep 8 2024, 7:51 PM
Unknown Object (File)
Aug 18 2024, 5:46 PM
Unknown Object (File)
Aug 15 2024, 12:02 PM
Unknown Object (File)
Aug 11 2024, 5:29 PM
Unknown Object (File)
Jun 27 2024, 4:41 PM
Subscribers
None

Details

Reviewers
pfg
mat
Summary

When building openoffice-4 with gcc 4.9, the build fails with
link errors because of some inline class methods that gcc
thinks are undefined. This only happens when the .o file are
compiled with -Os. Changing to -O0 fixes the problem

Test Plan

Build and run with both gcc 4.8 and gcc 4.9.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

truckman retitled this revision from to Unbreak openoffice-4 build with gcc 4.9.
truckman updated this object.
truckman edited the test plan for this revision. (Show Details)
truckman added reviewers: mat, pfg.
mat edited edge metadata.
This revision is now accepted and ready to land.Feb 7 2015, 1:09 AM