Bug 148932

Summary: FC3 kernel build fails - multiple errors
Product: [Fedora] Fedora Reporter: Bob Stewart <rstewart>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 3CC: pfrields, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-18 19:57:49 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 Bob Stewart 2005-02-16 23:52:27 UTC
Description of problem:
1)  make mrproper fails due to no "Documentation/DocBook/Makefile"

Workaround for this problem is to manually create dummy directory and 
empty makefile.

2)  make fails due to no asm-offsets.s and no asm_offsets.h or
asm_offsets.h.tmp files.

No workaround for this problem.  Without the files the build is hosed.


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


How reproducible:  Happens every time.


Steps to Reproduce:
1.  Install new FC3 system from isos on a clean disk (without kernel
    source)
2.  Update to latest patches using up2date
3.  Install kernel source from FC3 SRPMS
4.  Update to latest patches using up2date
5.  su - root
6.  cd /lib/modules/2.6.10-1.766-FC3/source
7.  cp .config config.BAK
8.  make mrproper (1st problem encountered)
9.  perform workaround to 1st problem
10. cp config.BAK .config
11. make menuconfig (don't change anything, just exit and save)
12. make clean
13. make bzImage (2nd problem encountered)
  
Actual results:  No kernel build


Expected results:  Kernel build


Additional info:

Comment 1 Bob Stewart 2005-02-18 19:57:49 UTC
I finally located some additional documentation showing how the 
kernel build mechanisms have changed in fedora.  After following the 
new proceedures it looks like I am able to build a kernel.

Just a suggestion:  Maybe it would be a benefit if you included a 
readme file in the kernel source RPMS either explaining the new 
proceedures, or a link back to your web site that contains them.  It 
would go a long way in making things easier to do.  :-)