Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1861 - Powervr Kyro Drivers not compiling under kernel 2.4.19-r1
Summary: Powervr Kyro Drivers not compiling under kernel 2.4.19-r1
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Michael Cohen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-16 23:19 UTC by Francis Koclas
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Francis Koclas 2002-04-16 23:19:26 UTC
The Powervr drivers (beta2) for the Kyro2 won't compile when running Gentoo's
kernel 2.4.19-r1. Compiled fine under 2.4.18 & 2.5.8.

http://www.pvrdev.com/driver/2.00.20.0234/powervr-2.00.20-234.tgz

bash-2.05a# make install
cc -O2 -DMODULE -DMODVERSIONS -include
/usr/src/linux/include/linux/modversions.h -D__KERNEL__ -I/usr/src/linux/include
-DLINUX -DGCC_IA32 -Idrm   -c -o hostfunc.o hostfunc.c
cc -O2 -DMODULE -DMODVERSIONS -include
/usr/src/linux/include/linux/modversions.h -D__KERNEL__ -I/usr/src/linux/include
-DLINUX -DGCC_IA32 -Idrm   -c -o kernmem.o kernmem.c
cc -O2 -DMODULE -DMODVERSIONS -include
/usr/src/linux/include/linux/modversions.h -D__KERNEL__ -I/usr/src/linux/include
-DLINUX -DGCC_IA32 -Idrm   -c -o mmap.o mmap.c
cc -O2 -DMODULE -DMODVERSIONS -include
/usr/src/linux/include/linux/modversions.h -D__KERNEL__ -I/usr/src/linux/include
-DLINUX -DGCC_IA32 -Idrm   -c -o module.o module.c
cc -O2 -DMODULE -DMODVERSIONS -include
/usr/src/linux/include/linux/modversions.h -D__KERNEL__ -I/usr/src/linux/include
-DLINUX -DGCC_IA32 -Idrm   -c -o module_drm.o module_drm.c
In file included from module_drm.c:69:
drm/pvr_drm_vm.h: In function `powervr_vm_shm_nopage':
drm/pvr_drm_vm.h:138: structure has no member named `virtual'
make: *** [module_drm.o] Error 1
Comment 1 Francis Koclas 2002-07-11 15:08:20 UTC
its not a gentoo specific bug, its a kernel 2.4.19 bug