Bug 65096

Summary: copiling componets that require the kernel headers tends to fail
Product: [Retired] Red Hat Linux Reporter: wolfson_curt
Component: kernel-utilsAssignee: Arjan van de Ven <arjanv>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 7.3   
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: 2002-05-17 12:28:07 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 wolfson_curt 2002-05-17 12:28:02 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513

Description of problem:
I tried to compile deferent componets that require the kernel headers in 7.3
such as LVM tools 1.04 or a qlogic driver for a EMC array
The result is a massive error. 

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


How reproducible:
Always

Steps to Reproduce:
1.extract the code 
2.do a configure (that works)
3.do a make 
4. componet fails
	

Actual Results:  driver fails with errors. text log file will be provided


Expected Results:  drivers should return no errors

Additional info:

I built the 2.4.18-4 kernel on a 7.2 host and compiled all the same drivers and
components with no issues

Comment 1 Arjan van de Ven 2002-05-20 12:21:32 UTC
The LVM userspace<->kernel interface is not stable and as a result we don't
supply the header. Kernel drivers NEVER EVER should use the glibc headers;
qlogic just can't write makefiles it seems.