Bug 329671 - arts build failure, fun with 'open'
Summary: arts build failure, fun with 'open'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F8Target
TreeView+ depends on / blocked
 
Reported: 2007-10-12 17:06 UTC by Rex Dieter
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-17 21:21:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 33763 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.