Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91485 - faad2 requires -fexceptions
Summary: faad2 requires -fexceptions
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-04 14:18 UTC by Joseph Cheek
Modified: 2005-12-19 02:01 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 Joseph Cheek 2005-05-04 14:18:54 UTC
In file included from mp4common.h:32,
                 from atom_co64.cpp:22:
mp4util.h: In function `void * MP4Malloc(unsigned int)':
mp4util.h:170: exception handling disabled, use -fexceptions to enable
make[3]: *** [atom_co64.lo] Error 1
make[3]: Leaving directory `/usr/src/RedmondLinux/BUILD/faad2/common/mp4v2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/RedmondLinux/BUILD/faad2/common'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RedmondLinux/BUILD/faad2'
make: *** [all] Error 2
+ die


Reproducible: Always
Steps to Reproduce:
1. have -fno-exceptions in CXXFLAGS
2. emerge faad2
3. verify emerge fails



Expected Results:  
filter-flags -fno-exceptions
Comment 1 foser (RETIRED) gentoo-dev 2005-06-03 13:42:01 UTC
your 'emerge info' ? In general we don't filter on overdone CFLAGS (endless
pointless).
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-19 01:53:50 UTC
Taking over faad2 for sound herd.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-19 02:01:34 UTC
Please provide your emerge info, I can't reproduce this, and if you have -fno-exceptions in your CXXFLAGS is more probable you're doing something bad.