Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19513 - kyro-kernel install error
Summary: kyro-kernel install error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-17 17:52 UTC by nightviper
Modified: 2003-05-03 08:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nightviper 2003-04-17 17:52:56 UTC
emerge kyro-kernel doesnt work on gentoo-sources
solution:
in hostfunc.c of the powervr driver you have to add #include <asm/mtrr.h> under 
#include <asm/uaccess.h> at line 42 hope you fix this little bug

 

Reproducible: Always
Steps to Reproduce:
1. emerge kyro-kernel
2.
3.

Actual Results:  
hostfunc.c: In function `InitializeAGP':
hostfunc.c:1612: `MTRR_TYPE_WRCOMB' undeclared (first use in this function)
hostfunc.c:1612: (Each undeclared identifier is reported only once
hostfunc.c:1612: for each function it appears in.)
make: *** [hostfunc.o] Fehler 1
 
!!! ERROR: media-video/kyro-kernel-2.00.20.0427 failed.
!!! Function src_compile, Line 23, Exitcode 2
!!! (no error message)


Expected Results:  
build & install the driver
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-05-03 08:20:51 UTC
Fixed; but the ebuild hasn't been unmasked yet.