Bug 62715

Summary: depmod error with 'make modules_install' and at system startup
Product: [Retired] Red Hat Public Beta Reporter: Miloš Komarčević <kmilos>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: skipjack-beta1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-05 14:02:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miloš Komarčević 2002-04-04 20:55:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020311

Description of problem:
After compiling the kernel (2.4.18-0.4) and modules,
'make modules_install' exits with unresolved dependencies.
Modules seem to be in place in /lib/modules, but depmod fails
again when system is booting up.


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


How reproducible:
Always

Steps to Reproduce:
1.recompile the kernel (with configs/kernel-2.4.18-i686(or athlon).config + NTFS
module
2.make modules
3.make modules_install
	

Actual Results:  if [ -r System.map ]; then /sbin/depmod -ae -F System.map 
2.4.18-0.4custom; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-0.4custom/kernel/net/bridge/br_netfilter.o
depmod: 	br_forward_finish
depmod: 	br_handle_frame_finish
depmod: 	br_dev_xmit
make: *** [_modinst_post] Error 1

Expected Results:  
Modules are installed without depmod errors

Additional info:

Comment 1 Arjan van de Ven 2002-04-05 14:02:15 UTC
Can you try to reproduce this with 2.4.18-0.14 or higher (once it becomes
available in rawhide); I fixed some of the config stuff for the bridging
netfilter.....

Comment 2 Miloš Komarčević 2002-04-09 14:08:52 UTC
No problems with 2.4.18-0.16...
Thanks