Bug 13517

Summary: /usr/include/asm symlinks are incorrectly created
Product: [Retired] Red Hat Linux Reporter: Phil Mayers <p.mayers>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: hebert, roger.bivand
Target Milestone: ---   
Target Release: ---   
Hardware: sparc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-12 07:44:09 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 Phil Mayers 2000-07-06 10:40:36 UTC
The 2.2.14-5.0 kernel-headers spec file has this:

But in the spec file for the 2.2.16-3, around line 691:

mkdir asm
/usr/src/linux-%{kversion}/include/asm-sparc/BuildASM /usr/include/asm

This should be:

mkdir asm
/usr/src/linux-%{kversion}/include/asm-sparc/BuildASM /usr/include

The /usr/include/asm directory will *NOT* be built, and various packages 
cannot build (openssh 2+, etc.) without the appropriate headers present. 
This is a pretty poor show really guys! :o)

Machine is:

uname -a

Linux hostname 2.2.16-3 #1 Mon Jun 19 20:41:27 EDT 2000 sparc64 unknown

Comment 1 Phil Mayers 2000-07-06 10:46:29 UTC
Oops - the first lines should read:

The 2.2.14-5.0 kernel-headers had this working.

But in the spec file for the 2.2.16-3... <and so on>



Comment 2 hebert 2000-07-11 18:00:43 UTC
also, 
/boot/kernel.h is not created 
only /boot/kernel.h-2.2.16 is
so I had to copy it under the name of /boot/kernel.h

Comment 3 roger.bivand 2000-07-12 07:44:09 UTC
Please also see #13711 and #13291 and comments there

Comment 4 Alan Cox 2000-08-22 19:18:01 UTC

*** This bug has been marked as a duplicate of 13291 ***