Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 283368 - media-tv/ivtv-utils makes use of the linux-mod eclass, but doesn't install any modules
Summary: media-tv/ivtv-utils makes use of the linux-mod eclass, but doesn't install an...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 283320
  Show dependency tree
 
Reported: 2009-08-31 22:22 UTC by Mike Auty (RETIRED)
Modified: 2012-03-05 05:47 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 Mike Auty (RETIRED) gentoo-dev 2009-08-31 22:22:10 UTC
Hiya,

Just been going through the ebuilds with a CHECK_CONFIG as part of bug 283320, and spotted that whilst this inherits linux-mod, it probably only needs linux-info since the unpack, compile, install, and postinst phases are overriden.

It looks like this ebuild was copy/pasted from the ivtv ones, since there's a check that the kernel >=2.6.26 that suggests installing ivtv, even though the dependencies specifically block it.

Could use a look-at/clean-up basically...  5:)

I've changed the CONFIG_CHECKs to ~option, but it's not clear that they're necessary for the userland utils?
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2010-01-19 04:43:00 UTC
    MODULE_NAMES="saa717x(extra:${S}/i2c-drivers)"

It installs saa717x, or at least it should. If its not then there's an issue...
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2010-01-19 04:52:04 UTC
Please review the 1.3.0-r2 ebuild
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-03-05 05:47:32 UTC
stripped down the ebuild for 1.4.1, closing