First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 148451
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 148424
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Anant Narayanan (RETIRED) <anant@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 148451 depends on: Show dependency tree
Bug 148451 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-20 20:46 0000
The proprietary ati-drivers 8.28.8 don't compile with the 2.6.18 kernel (which
is now stable :)). The problem is that UTS_RELEASE has moved from version.h to
utsrelease.h in 2.6.18, and ati-drivers doesn't know that.

Here's the fix: Add the following lines to
common/lib/modules/fglrx/build_mod/firegl_public.c:

#ifndef UTS_RELEASE
#include <linux/utsrelease.h>
#endif

#ifndef VM_SHM
#define VM_SHM  0x00000000
#endif

And change this line in common/lib/modules/fglrx/build_mod/make.sh:

kernel_release=`cat $linuxincludes/linux/version-*.h | grep UTS_RELEASE | grep
\"$OsRelease\" | cut -d'"' -f2`

to:

kernel_release=`cat $linuxincludes/linux/utsrelease.h | grep UTS_RELEASE | grep
\"$OsRelease\" | cut -d'"' -f2`

------- Comment #1 From André Terpstra 2006-09-20 23:13:33 0000 -------
same here om ~amd64

------- Comment #2 From Jakub Moc (RETIRED) 2006-09-21 00:16:40 0000 -------

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

First Last Prev Next    No search results available      Search page      Enter new bug