Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182914 - media-video/mplayer-1.0.20070622: build failure with USE="-dts"
Summary: media-video/mplayer-1.0.20070622: build failure with USE="-dts"
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-06-22 17:47 UTC by Tim Yamin
Modified: 2007-06-22 19:18 UTC (History)
2 users (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 Tim Yamin 2007-06-22 17:47:19 UTC
The configure script fails if dts is not set in USE:

"""
Unknown parameter: --disable-libdts

!!! ERROR: media-video/mplayer-1.0.20070622 failed.
Call stack:
  ebuild.sh, line 1569:   Called dyn_compile
  ebuild.sh, line 938:   Called src_compile
  mplayer-1.0.20070622.ebuild, line 422:   Called die
"""

Removing the offending line from the ebuild fixes this:

use dts || myconf="${myconf} --disable-libdts"
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2007-06-22 19:18:52 UTC
fixed in CVS, thanks for the bug report