Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157979 - media-video/transcode-1.0.2-r3 bad built_with_use check
Summary: media-video/transcode-1.0.2-r3 bad built_with_use check
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: 2006-12-12 18:17 UTC by Frank Richter
Modified: 2007-03-31 13:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild change to fix issue (transcode-1.0.2-r3.ebuild.diff,500 bytes, patch)
2007-01-09 16:31 UTC, Frank Richter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Richter 2006-12-12 18:17:27 UTC
Apparently the USE flag check runs against a wall since xorg-x11 doesn't have the xv flag:

!!! ERROR: media-video/transcode-1.0.2-r3 failed.
Call stack:
  ebuild.sh, line 1562:   Called dyn_setup
  ebuild.sh, line 665:   Called pkg_setup
  transcode-1.0.2-r3.ebuild, line 55:   Called built_with_use 'x11-base/xorg-x11' 'xv'
  eutils.eclass, line 1617:   Called die

!!! x11-base/xorg-x11-7.1 does not actually support the xv USE flag!
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Frank Richter 2007-01-09 16:31:38 UTC
Created attachment 106231 [details, diff]
ebuild change to fix issue

"Flipping" the xorg-x11 version test from '<7.0' to '! >=7.0' fixed the issue for me...
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2007-03-31 13:40:13 UTC
Fixed in CVS, thanks