Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19183 - module-init-tools requires modules.dep, which it should generate.
Summary: module-init-tools requires modules.dep, which it should generate.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-11 22:00 UTC by Ian Kumlien
Modified: 2003-04-23 16:15 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 Ian Kumlien 2003-04-11 22:00:25 UTC
Imho this dosn't work, it checks for modules.dep on something that should
generate the modules.dep when installed, is that smart?

offending section:
    if [ ! -f /lib/modules/${KV}/modules.dep ]
    then
        eerror "Please compile and install a kernel first!"
        die "Please compile and install a kernel first!"
    fi
---

I personally thing that a warning is in order, but die is most definetly wrong.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2003-04-21 21:35:30 UTC
OK, this vestige has been removed, and a few other bugs have been fixed in 0.9.11-r3. Closing this bug. Thank you for the bug report.
Comment 2 Ian Kumlien 2003-04-23 16:15:45 UTC
Coool, Thanks =)