Bug 468280 - Missing package dependency
Summary: Missing package dependency
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: module-init-tools
Version: 5.2
Hardware: All
OS: Linux
medium
low
Target Milestone: rc
: ---
Assignee: Jon Masters
QA Contact: BaseOS QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-23 21:00 UTC by Sean E. Millichamp
Modified: 2010-04-30 20:28 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-12 21:23:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
CentOS 3205 0 None None None Never

Description Sean E. Millichamp 2008-10-23 21:00:00 UTC
Description of problem:

/sbin/weak-modules calls "nm".

nm is provided by the binutils package, which is not a dependency of module-init-tools.  If binutils isn't installed then /sbin/weak-modules shows errors about not being able to run nm ('xargs: nm: No such file or directory')

Version-Release number of selected component (if applicable):

module-init-tools-3.3-0.pre3.1.37.el5

How reproducible:

Every time.

Additional info:

The addition of:
Requires (pre): binutils
in the specfile should fix it.

Comment 1 Juan Quintela 2009-04-13 12:50:01 UTC
Once there, weak-modules also calls mkinitrd, and it don't depend on it.

I was able to get a machine install without mkinitrd with this %packages section on the kickstart:

%packages
@base
@base-x
@core
@gnome-desktop
comps-extras
cracklib-dicts
gnome-mime-data
gnome-applets
autofs
rmt
tzdata
gcc
ncurses-devel
python-devel
rpm-build
strace
zlib-devel
-anacron

Comment 2 Jon Masters 2009-05-11 20:20:36 UTC

*** This bug has been marked as a duplicate of bug 463777 ***

Comment 3 Sean E. Millichamp 2009-05-11 20:36:08 UTC
How is this a duplicate of #463777 ?

That bug is about calling nm without passing any parameters.  This bug is about RPM package dependencies.  They are both regarding nm, but that is as far as I see the similarity go.

Comment 5 Jon Masters 2009-05-12 21:23:38 UTC
This actually got fixed as part of 463777 is what I mean :)


Note You need to log in before you can comment on or make changes to this bug.