Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155374 Details for
Bug 241268
kernel-devel does not include all needed headers on ppc64 and i386
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix for problem
rhel4-spec-include.patch (text/plain), 1.58 KB, created by
Doug Ledford
on 2007-05-24 17:57:43 UTC
(
hide
)
Description:
Fix for problem
Filename:
MIME Type:
Creator:
Doug Ledford
Created:
2007-05-24 17:57:43 UTC
Size:
1.58 KB
patch
obsolete
>Index: kernel-2.6.spec >=================================================================== >RCS file: /cvs/dist/rpms/kernel/RHEL-4/kernel-2.6.spec,v >retrieving revision 1.1485 >diff -u -u -r1.1485 kernel-2.6.spec >--- kernel-2.6.spec 22 May 2007 21:48:30 -0000 1.1485 >+++ kernel-2.6.spec 24 May 2007 17:53:24 -0000 >@@ -3676,16 +3676,15 @@ > cd include > cp -a acpi config linux math-emu media net pcmcia rxrpc scsi sound video asm asm-generic $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include > cp -a `readlink asm` $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include >-%ifarch x86_64 >- mkdir $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/asm-i386 >- cp -a asm-i386/ide.h asm-i386/node.h asm-i386/cpu.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/asm-i386 >- if [ -n $1 -a z"$1" = z"xenU" ] ; then >- cp -a asm-i386/mach-xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/asm-i386 >- fi >-%endif >+ for i in `grep -Rh "^#include.*asm-" asm-%{arch} | awk -F "[<>\"]" -- '! (/generic/ || /asm-%{arch}/ || /mach-xen/) { print $2 }'`; do >+ install -Dp $i $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/$i >+ done > # kernel-xenU-devel also gets include/xen > if [ -n $1 -a z"$1" = z"xenU" ] ; then > cp -a xen $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include >+ for i in `grep -Rh "^#include.*asm-.*mach-xen" asm-%{arch} | awk -F "[<>\"]" -- '{ print $2 }'`; do >+ install -Dp $i $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/$i >+ done > fi > # Make sure the Makefile and version.h have a matching timestamp so that > # external modules can be built
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241268
: 155374