Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186230 - media-tv/mythtv shouldn't depend on ivtv w/ kernel 2.6.22
Summary: media-tv/mythtv shouldn't depend on ivtv w/ kernel 2.6.22
Status: RESOLVED DUPLICATE of bug 186171
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-22 14:01 UTC by Hasse Hagen Johansen
Modified: 2007-12-11 16:11 UTC (History)
1 user (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 Hasse Hagen Johansen 2007-07-22 14:01:21 UTC
mythtv is trying to pull in the ivtv ebuild which doesn't work with kernels >= 2.6.22. The kernel now includes that driver

Reproducible: Always
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2007-07-22 14:51:35 UTC
the ivtv package 1.0 still contains utilities and such for the 2.6.22 kernel. Since there's 0 way to do deps based on the kernel you're running, this won't be addressed until 2.6.22 goes stable.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2007-07-22 14:51:53 UTC

*** This bug has been marked as a duplicate of bug 186171 ***
Comment 3 Jesse Burt 2007-12-11 16:04:46 UTC
(In reply to comment #1)
> the ivtv package 1.0 still contains utilities and such for the 2.6.22 kernel.
> Since there's 0 way to do deps based on the kernel you're running, this won't
> be addressed until 2.6.22 goes stable.
> 

Is this ebuild still a necessity, or at least a "should-install", Doug? I was trying to pull in mythtv with support for this as I plan to get a PVR-350, but the merge for ivtv failed because I have 2.6.24-rc4 (ebuild logic says die if not 2.6.22 _or_ 2.6.23). I patched the ebuild to make it work but wasn't aware the driver portion of it is no longer relevant. Thanks!
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2007-12-11 16:11:18 UTC
Yes it's proper. Every single kernel version changes the ivtv API that the utilities use so far. I believe 2.6.24 will require ivtv-1.1.x userspace, which has not been released yet. So the failure to compile is correct.

This will happen once again with 2.6.25 when the i2c interface is changed.