Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174745 - linux-mod eclass using deprecated modules-update
Summary: linux-mod eclass using deprecated modules-update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-16 07:19 UTC by Jakub Moc (RETIRED)
Modified: 2007-04-16 08:13 UTC (History)
0 users

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


Attachments
linux-mod.eclass.diff (linux-mod.eclass.diff,592 bytes, patch)
2007-04-16 07:20 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:19:17 UTC
modules-update, causing a warning every time you emerge a kernel module.

<snip>
>>> Regenerating /etc/ld.so.cache...
>>> Original instance of package unmerged safely.
 * Updating module dependencies for 2.6.20-gentoo-r6 ...
 * Updating modules.conf ...
 * Please run 'update-modules' from now on; 'modules-update' is going away 
</snip>

Patch attached.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-16 07:20:14 UTC
Created attachment 116382 [details, diff]
linux-mod.eclass.diff

Call update-modules by default, with fallback to modules-update...
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2007-04-16 08:13:44 UTC
thanks, fixed