Bug 158251

Summary: Kernel compiltaion error
Product: Red Hat Enterprise Linux 3 Reporter: Venkat Reddy <reddy>
Component: kernelAssignee: Ernie Petrides <petrides>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: jparadis, petrides
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-03 23:49:59 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 Venkat Reddy 2005-05-19 21:31:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2

Description of problem:
Make and make install gives the following error on a x86_64

depmod: *** Unresolved symbols in /lib/modules/2.4.21-27.0.4.ELsmp/kernel/drivers/char/hangcheck-timer.o
depmod: 	handle_sysrq_Rsmp_11f5e612


Version-Release number of selected component (if applicable):
2.4.21-27.0.4.EL

How reproducible:
Always

Steps to Reproduce:
1.Download 2.4.21-27.0.4EL kernel source package from rhn site.
2.make
3.make install
  

Actual Results:  I was able to compile kernel, and install it, except with the above error.

Additional info:

Comment 1 Ernie Petrides 2005-06-03 23:49:59 UTC
The correct build-from-source procedure is as follows:

  1) make mrproper
  2) cp configs/kernel-2.4.21-x86_64-smp.config .config
  3) make oldconfig
  4) make dep
  5) make bzImage
  6) make modules

The correct install procedure (following the above) is:

  1) make modules_install
  2) make install