Bug 2928

Summary: The PCMCIA package included with the RH6.0 kernel is missing some files.
Product: [Retired] Red Hat Linux Reporter: abed
Component: kernelAssignee: Cristian Gafton <gafton>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-18 16:57:08 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 abed 1999-05-19 16:29:02 UTC
I compiled the kernel. Then from the
/usr/src/linux/pcmcia-3.0.9 directory I did make config,
make all I got the following error message:

no rule to make
/usr/src/linux/include/linux/modules/nls_cp437.ver needed by
i82365.o

(This use to work with RH5.2 also).

Note the above file (nls_cp437.ver) is not available in my
system.

I have the kernel that comes with RH6.0 (2.2.5-x)

Thanks,

Comment 1 Derek Tattersall 1999-05-19 19:24:59 UTC
Could not find nls_cp437.ver in the kernel source tree.

Comment 2 abed 1999-05-20 22:33:59 UTC
If you do:

make clean then followed by make config and then make all; make
install then all will work fine (so I was missing the make clean).

Comment 3 Cristian Gafton 1999-06-18 16:57:59 UTC
this is user error.