Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216274 - Missing "&&" in media-tv/mythtv-0.21_p16926
Summary: Missing "&&" in media-tv/mythtv-0.21_p16926
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-05 02:24 UTC by Daniel Burr
Modified: 2008-04-06 16:43 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 Daniel Burr 2008-04-05 02:24:20 UTC
I think there is a missing "&&" on line 120 of mythtv-0.21_p16926.ebuild

Currently it says:
    use xvmc && ! use video_cards_via  ! use opengl-xvmc && myconf="${myconf} --enable-xvmc --xvmc-lib=XvMCW"

Which translates as the no-op:
use xvmc && ! use video_cards_via

Then the no-op:
!

And then:
use opengl-xvmc && myconf="${myconf} --enable-xvmc --xvmc-lib=XvMCW"

Which I don't think is the intended behaviour to resolve bug #201095.  I think the line should read:

    use xvmc && ! use video_cards_via && ! use opengl-xvmc && myconf="${myconf} --enable-xvmc --xvmc-lib=XvMCW"


Reproducible: Always

Steps to Reproduce:
1.  Emerge media-tv/mythtv-0.21_p16926 with the xvmc and opengl-xvmc USE flags and VIDEO_CARDS="nvidia"
2.  
3.

Actual Results:  
--enable-xvmc --xvmc-lib=XvMCW passed to configure

Expected Results:  
--enable-xvmc --xvmc-lib=XvMCW not passed to configure
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2008-04-06 16:43:29 UTC
This was fixed before I committed the fix for #201095. Please sync and read the changelog.