Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 55097

Summary: bad: xconfig fails, good: config & menuconfig works
Product: [Retired] Red Hat Linux Reporter: Mika Länsirinne <mika.lansirinne>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED ERRATA QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: bammi, moneta.mace
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: 2001-11-03 17:45:32 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 Mika Länsirinne 2001-10-25 15:11:21 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.10 i686)

Description of problem:
In kernel-source -package:
There is a typo in drivers/net/Config.in: an additional line 278 which
contains "P" should be removed. "make config" & "make menuconfig" don't
fail, but "make xconfig" fails at the start.

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


How reproducible:
Always

Steps to Reproduce:
1.cd /usr/src/linux-2.4
2.make xconfig
3.
	

Additional info:

Comment 1 Mika Länsirinne 2001-10-25 15:19:04 UTC
The additional "P" in the line 278 belongs to the end of line 277, the last
letter in the word "$CONFIG_PPP".

<=> there is just additional line break inside "$CONFIG_PPP".



Comment 2 Mika Länsirinne 2001-10-25 15:22:03 UTC
The additional "P" in the line 278 belongs to the end of line 277, the last
letter in the word "$CONFIG_PPP".

<=> there is just additional line break inside "$CONFIG_PPP".



Comment 3 bammi 2001-10-25 16:42:04 UTC
Similarly there is another bug that trips up make xconfig (but not 
config/menuconfig) in drivers/addon/Config.in, line 7 is missing an " m" at the 
end of the line (the default value for CONFIG_NET_BROADCOM).

++jrb
bammi


Comment 4 Michael Schwendt 2001-10-26 08:55:24 UTC
Duplicate of bug #55025.

Comment 5 Alan Cox 2001-11-03 17:44:13 UTC
The PPP one is fixed in my base tree. The Broadcom one is RH specific 


Comment 6 Arjan van de Ven 2001-11-03 17:49:04 UTC
fixed in the yesterday released kernel erratum (2.4.9-12 for 7.1 and 2.4.9-13
for 7.2)