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 30 2023, 4:55 PM
Unknown Object (File)
Dec 30 2023, 4:55 PM
Unknown Object (File)
Dec 20 2023, 2:49 AM
Unknown Object (File)
Oct 20 2023, 3:33 PM
Unknown Object (File)
Aug 14 2023, 8:38 AM
Unknown Object (File)
Jun 26 2023, 11:06 PM
Unknown Object (File)
Jun 15 2023, 7:07 PM
Unknown Object (File)
Dec 6 2022, 8:54 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