Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194079 - media-video/mplayer-1.0_rc1-p20070927 fails to build - Unknown parameter: --disable-a52
Summary: media-video/mplayer-1.0_rc1-p20070927 fails to build - Unknown parameter: --d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 11:50 UTC by Alan Hourihane
Modified: 2007-09-28 15:39 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 Alan Hourihane 2007-09-28 11:50:02 UTC
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
Comment 1 Alan Hourihane 2007-09-28 11:51:16 UTC
Looking at the source it's actually called --disable-liba52 now.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-09-28 12:20:40 UTC
beandog, others.. I think we should start diffing configure file when bumping, same deal last time with --enable/--disable-mga
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2007-09-28 15:39:47 UTC
(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.