Bug 194079 - media-video/mplayer-1.0_rc1-p20070927 fails to build - Unknown parameter: --disable-a52
|
Bug#:
194079
|
Product: Gentoo Linux
|
Version: 2006.1
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: media-video@gentoo.org
|
Reported By: alanh@fairlite.co.uk
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: media-video/mplayer-1.0_rc1-p20070927 fails to build - Unknown parameter: --disable-a52
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-09-28 11:50 0000
|
It looks like --disable-a52 has been removed from mplayer but the ebuild sets
it.
Unknown parameter: --disable-a52
*
* ERROR: media-video/mplayer-1.0_rc1_p20070927 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* mplayer-1.0_rc1_p20070927.ebuild, line 430: Called die
*
* configure died
* If you need support, post the topmost build error, and the call stack if
relevant.
* A complete build log is located at
'/var/tmp/portage/media-video/mplayer-1.0_rc1_p20070927/temp/build.log'.
*
Reproducible: Always
Looking at the source it's actually called --disable-liba52 now.
beandog, others.. I think we should start diffing configure file when bumping,
same deal last time with --enable/--disable-mga
(In reply to comment #2)
> beandog, others.. I think we should start diffing configure file when bumping,
> same deal last time with --enable/--disable-mga
>
Yah, that's what I do each time, and is how I caught dga changes and nemesi
this time around. This one was just a typo on my part though since instead of
moving the line in the ebuild, I just rewrote it. a52 is enabled by default
now if dvd use flag is set, and disabled if unset along with -dvd.
Anyway .. fixed in -r1, thanks.