Bug 146474

Summary: Using "make xconfig" causes "CRYPTO" defines to vanish from .config file
Product: Red Hat Enterprise Linux 3 Reporter: Paul Bergman <paul.bergman>
Component: kernelAssignee: Ernie Petrides <petrides>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 3.0CC: peterm, petrides, riel
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-06-04 00:02: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 Paul Bergman 2005-01-28 17:47:20 UTC
Description of problem:
Using the "make xconfig" utility to build a kernel makes "CRYPTO"
defines disapear in the .config file.
This does not happen when using "make menuconfig".


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


How reproducible:
Build kernel with "make xconfig".

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ernie Petrides 2005-06-04 00:02:59 UTC
Hi, Paul.

The correct build-from-source procedure is as follows:

  1) make mrproper
  2) cp configs/kernel-2.4.21-i686-smp.config .config  [or some other config]
  3) make oldconfig
  4) make dep
  5) make bzImage
  6) make modules

Using "make xconfig" is not supported.

Cheers.  -ernie