Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323097 - media-video/mplayer-9999: Missing space in ebuild
Summary: media-video/mplayer-9999: Missing space in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 323483 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-07 17:16 UTC by niks1024
Modified: 2010-06-11 13:59 UTC (History)
1 user (show)

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 niks1024 2010-06-07 17:16:34 UTC
In mplayer-9999 on line 453 there's a missing space that makes MPlayer's configure script fail with "Unknown parameter: --disable-mencoder--disable-faac-lavc" if "-encode" USE flag is set.
Fix should be obvious.

Reproducible: Always

Steps to Reproduce:
1.USE="-encode" emerge -v1 =media-video/mplayer-9999
2.???
3.PROFIT
Actual Results:  
>>> Configuring source in /var/tmp/portage/media-video/mplayer-9999/work/mplayer-9999 ...
true
Unknown parameter: --disable-mencoder--disable-faac-lavc
 * ERROR: media-video/mplayer-9999 failed:
 *   configure died
 * 
 * Call stack:
 *     ebuild.sh, line  48:  Called src_configure
 *   environment, line 3376:  Called die
 * The specific snippet of code:
 *       CFLAGS="${CFLAGS}" ./configure ${myconf} || die "configure died"
 * 
 * If you need support, post the output of 'emerge --info =media-video/mplayer-9999',
 * the complete build log and the output of 'emerge -pqv =media-video/mplayer-9999'.
 * The complete build log is located at '/var/tmp/portage/media-video/mplayer-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/mplayer-9999/temp/environment'.
 * S: '/var/tmp/portage/media-video/mplayer-9999/work/mplayer-9999'

>>> Failed to emerge media-video/mplayer-9999

Expected Results:  
IT COMPILES!

Yes, is this all really necessary for a single {insert-f-word}+"ing" typo?
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-06-07 21:41:38 UTC
(In reply to comment #0)
> Yes, is this all really necessary for a single {insert-f-word}+"ing" typo?

You can enter bugs in advanced mode.

Comment 2 Michael Weber (RETIRED) gentoo-dev 2010-06-11 13:49:28 UTC
*** Bug 323483 has been marked as a duplicate of this bug. ***
Comment 3 Alexis Ballier gentoo-dev 2010-06-11 13:59:41 UTC
fixed, thanks for the report