Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136598 - mythtv-0.19_p9163-r1 checks wrong qt version for mysql support
Summary: mythtv-0.19_p9163-r1 checks wrong qt version for mysql support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 17:25 UTC by Timothy Stotts
Modified: 2006-06-13 15:58 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 Timothy Stotts 2006-06-12 17:25:25 UTC
The ebuild media-tv/mythtv-0.19_p9163-r1 checks for mysql support in the installed packaged 'qt'.  Now that qt-4* is in portage, it should check that qt-3* uses 'mysql'.

Expected:
  (1) If installed qt-3* has mysql USE, then mythtv should detect it as such.
  (2) Mythtv should depend on qt-3* only.  It does not compile against qt-4*.

Actual:
  (1) If qt-3* is installed with mysql USE, and qt-4* installed without mysql USE, then mythtv ebuild still aborts.
  (2) Mythtv ebuild depends on qt >= 3.3, when it should be qt >= 3.3 and < 4.0 .
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-06-13 15:58:22 UTC
This has already been fixed. Please emerge --sync.