Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 325613 - media-plugins/gst-plugins-vorbis-0.10.25: QA warnings about ivorbis
Summary: media-plugins/gst-plugins-vorbis-0.10.25: QA warnings about ivorbis
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-25 21:41 UTC by David J Cozatt
Modified: 2010-07-28 05:20 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 David J Cozatt 2010-06-25 21:41:18 UTC
│QA: install                                                                   │
│QA Notice: Unrecognized configure options:                                    │
│                                                                              │
│        configure: WARNING: unrecognized options: --disable-i                 │
│        configure: WARNING: unrecognized options: --disable-i                 │
│                                                               

Reproducible: Always

Steps to Reproduce:
1.emerge media-plugins/gst-plugins-vorbis-0.10.25 - 06/25/2010
2.
3.




emerge info available if you need it.
Comment 1 Rafał Mużyło 2010-06-25 22:06:42 UTC
1. the report looks like an incomplete paste, please recheck
2. gst-plugins-* do tend to have such warnings, due to the way
those ebuilds are created
Comment 2 Pacho Ramos gentoo-dev 2010-06-27 12:51:26 UTC

*** This bug has been marked as a duplicate of bug 285539 ***
Comment 3 Mart Raudsepp gentoo-dev 2010-06-28 03:11:39 UTC
This is actually a different case than the normal case. It's filtering out "ivorbis" to "i" while building gst-plugins-vorbis, as both ivorbis and vorbis are in the list of external plugins. Need to restructure things in the eclass to not get things partially filtered like that. Still no real harm besides portage spitting a QA warning though.
Comment 4 Mart Raudsepp gentoo-dev 2010-07-28 05:20:03 UTC
This should be fixed now in all gst-plugins-* eclasses by simply not doing the filtering. We pass the wanted plugins as --enable options later on, and ./configure should guarantee us that if there's --disable-foo and later on --enable-foo, then the last one overrides, and we have it nicely enabled.