Bug 57831

Summary: 2.4.16-0.13: some linux-abi modules are not built
Product: [Retired] Red Hat Raw Hide Reporter: giulioo
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-12-26 18:34:05 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 giulioo 2001-12-26 18:34:00 UTC
Description of problem:
Some (new?) abi modules are not built due to CONFIG_ABI_XXX name change. 
ie:

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

How reproducible: Always

Steps to Reproduce:
copy kernel-2.4.16-ix86.config to .config, make menuconfig, select abi, 
save config, see differences.
	
Actual Results:  abi-isc not built (maybe others)

Expected Results:  abi-isc should be built

Additional info:
default config contains
    CONFIG_ABI_IBCS_ISC=y
    # CONFIG_ABI_ISC is not set
while the correct way is now:
    CONFIG_ABI_ISC=m

same for solaris, maybe others

Comment 1 Arjan van de Ven 2002-01-04 11:48:04 UTC
thanks; fixed for the next build