Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174751 - media-video/usb-pwc-re-10.0.12_rc1 using deprecated modules-update
Summary: media-video/usb-pwc-re-10.0.12_rc1 using deprecated modules-update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-16 07:51 UTC by Jakub Moc (RETIRED)
Modified: 2007-06-24 21:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
usb-pwc-re-10.0.12_rc1.ebuild.diff (usb-pwc-re-10.0.12_rc1.ebuild.diff,522 bytes, patch)
2007-04-16 07:51 UTC, Jakub Moc (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2007-04-16 07:51:28 UTC
sys-apps/module-init-tools-3.2.2-r3 deprecated modules-update, causing a
warning every time you emerge this ebuild.

Patch attached. Also drops redundant depmod -a call, update-modules already calls this.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-16 07:51:42 UTC
Created attachment 116386 [details, diff]
usb-pwc-re-10.0.12_rc1.ebuild.diff
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-06-24 21:51:41 UTC
From bug 158609. Seems to be fixed more properly in new version.. this seems to be 2.4 legacy stuff, not bothering to convert it to linux-mod.

pkg_postinst() {
        linux-mod_pkg_postinst
        elog "If you have problems loading the module, please check the \"dmesg\" output."
}