Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385841 - gst-plugins-bad.eclass: econf called in src_compile instead of src_configure
Summary: gst-plugins-bad.eclass: econf called in src_compile instead of src_configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 09:29 UTC by Dustin Polke
Modified: 2012-06-20 08:49 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 Dustin Polke 2011-10-06 09:29:57 UTC
Excerpt from output of media-plugins/gst-plugins-dts-0.10.22 compilation:

QA: compile
QA Notice: econf called in src_compile instead of src_configure

This is due to the following lines in gst-plugins-bad.eclass:

gst-plugins-bad_src_compile() {
    gst-plugins-bad_src_configure ${@}
   
    gst-plugins10_find_plugin_dir
    emake || die "compile failure"
}
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2012-06-20 08:49:57 UTC
And this causes to completely disregard the configure options passed in src_configure.

I updated the eclass to run in proper phases as it completely ignored the ocr useflag and in the result provided automagic solutions everywhere.