| Bug#: 157979 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: media-video@gentoo.org | Reported By: res@crystalspace3d.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: media-video/transcode-1.0.2-r3 bad built_with_use check | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-12-12 18:17 0000 | |||
| Description: | Opened: 2006-12-12 18:17 0000 |
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.
Created an attachment (id=106231) [details]
ebuild change to fix issue
"Flipping" the xorg-x11 version test from '<7.0' to '! >=7.0' fixed the issue
for me...