Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251717 - media-video/jubler fails to build with USE="mplayer"
Summary: media-video/jubler fails to build with USE="mplayer"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-20 10:54 UTC by Martin Thierer
Modified: 2008-12-20 12:04 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 Martin Thierer 2008-12-20 10:54:29 UTC
Error message is

 *
 * ERROR: media-video/jubler-3.9.6 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *     jubler-3.9.6.ebuild, line   38:  Called built_with_use 'pkg_setup' 'pkg_setup' 'pkg_setup' '-o'
 *           eutils.eclass, line 1740:  Called die
 * The specific snippet of code:
 *                                      die)   die "$PKG does not actually support the $1 USE flag!";;
 *  The die message:
 *   media-video/mplayer-1.0_rc2_p28058-r1 does not actually support the srt USE flag!

Obviously media-video/mplayer got it's use flag srt removed as of mplayer-1.0_rc2_p28058.ebuild, see #241686.
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2008-12-20 12:04:58 UTC
+  20 Dec 2008; Serkan Kaba <serkan@gentoo.org> jubler-3.9.6.ebuild:
+  Improve built_with_use checks on mplayer. Fixes bug #251717 reported by
+  Martin Thierer <martin@bangaroo.net>
+

Fixed in CVS. Thanks for reporting.