Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33042 - OpenOffice Excel import filter needs -fno-strict-aliasing compile setting
Summary: OpenOffice Excel import filter needs -fno-strict-aliasing compile setting
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL: http://www.openoffice.org/issues/show...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-08 16:55 UTC by Sylvain Demers
Modified: 2009-04-02 12:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Demers 2003-11-08 16:55:38 UTC
See the provided URL on openoffice.org. 
 
Basically, the OpenOffice ebuild just needs: 
	append-flags "-fno-strict-aliasing" 
 
because otherwise it creates an error when importing Excel files. An example 
is provided on OpenOffice's IssueZilla (see URL). 
 
From said URL: 
"When using -O2 or higher with gcc, OOo must be compiled with 
-fno-strict-aliasing, or you'll get all kinds of problems" 
 
Notes: 
- the OpenOffice-bin package does not have this problem; 
- OpenOffice-Ximian already has -fno-strict-aliasing (see bug 25241). 
 
 

Reproducible: Always
Steps to Reproduce:
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-11-09 08:19:12 UTC
Fixed in -r2, it is a new revision as probably people in other cases will
never find out that a rebuild will fix their excel problems.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-11-09 08:19:35 UTC
oops, it's allready fixed