Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291847 - Add support for QA_CONFIGUREOPTS
Summary: Add support for QA_CONFIGUREOPTS
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 13:45 UTC by Pacho Ramos
Modified: 2022-04-14 07:52 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 Pacho Ramos gentoo-dev 2009-11-04 13:45:37 UTC
Would be interesting to have a variable similar to QA_PRESTRIPPED (bug 251976) for preventing messages like:
QA Notice: Unrecognized configure options:

        configure: WARNING: unrecognized options: --disable-cdio, --disable-ladspa, --enable-good
        configure: WARNING: unrecognized options: --disable-cdio, --disable-ladspa, --enable-good

with ebuilds known to fail but unfixable like openoffice,gst-plugins, some kde stuff... (like bug 233427)

Thanks a lot

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-14 07:52:54 UTC
From man ebuild:

QA_CONFIGURE_OPTIONS
This should contain a list of configure options which trigger warnings about unrecognized options. The options may contain regular expressions with escape-quoted special characters.