Bug 329671

Summary: arts build failure, fun with 'open'
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: than
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-17 21:21:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 235704    

Description Rex Dieter 2007-10-12 17:06:51 UTC
http://koji.fedoraproject.org/koji/taskinfo?taskID=192684

Admittedly, artsdsp is evil, in trying to redefine 'open' in order to intercept
apps trying to open /dev/dsp directly.

The bit failing in artsdsp.c includes:
...
int (open) (const char *pathname, int flags, ...)
{
  va_list args;
  mode_t mode = 0;
...

suggestions?

Comment 1 Rex Dieter 2007-10-12 17:38:17 UTC
To get kde-3.5.8 deployed, until a better solution comes 'round, I'll include
quick-n-dirty hack to omit -D_FORTIFY_SOURCE when building artsdsp

Comment 2 Jakub Jelinek 2007-10-17 21:21:24 UTC
Should be fixed in gcc-4.1.2-32, please rebuild artsdsp back with
-D_FORTIFY_SOURCE=2, preferrably still for F8.