Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89549 - avidemux-2.0.24: ebuild filtering of -fPIC
Summary: avidemux-2.0.24: ebuild filtering of -fPIC
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 09:55 UTC by John Gill
Modified: 2005-04-18 10:44 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 John Gill 2005-04-18 09:55:45 UTC
Shouldn't the avidemux ebuild filter -fPIC?  It seems avidemux will not build with -fPIC. I realize that -fPIC should not be used, except with libs and that
the ebuilds should take care of this, but still you never know what people will try using.


Reproducible: Always
Steps to Reproduce:
1
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-18 10:18:43 UTC
We can't filter all and every problematic flag someone can choose. You should know what you do.
Comment 2 John Gill 2005-04-18 10:44:48 UTC
So, if someone finds a USE flag that out right causes said package to fail compiling, then it should not be reported?  I wasn't asking, nor would I expect, the ebuild maintainer to verify all USE flags for an ebuild, but instead thought that since I ran into this problem and it seemed very clear that avidemux does not like -fPIC, that reporting the problem might be of value.

[quote]You should know what you do.[/quote]
Then why have the "filter" functionality in ebuilds period? The avidemux
ebuild already has:

filter-flags "-fno-default-inline -funroll-loops -funroll-all-loops \
        -maltivec -mabi=altivec"


Anyways, I am not looking to argue about this.  I was only trying to help,
not demand more from the maintainers/developers.