Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252695 - x11-drivers/ati-drivers-8.542 doesn't compile with 2.6.28 kernel
Summary: x11-drivers/ati-drivers-8.542 doesn't compile with 2.6.28 kernel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 252467
  Show dependency tree
 
Reported: 2008-12-27 14:09 UTC by Sasha Medvedev
Modified: 2009-02-03 16:44 UTC (History)
5 users (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 Sasha Medvedev 2008-12-27 14:09:57 UTC
The following message appear during compile:
firegl_public.c:4082: error: too many arguments in ‘smp_call_function’
We need the same patch, as for 2.6.27 kernel.
So, please, replace the following strings in x11-drivers/ati-drivers-8.542.ebuild
      
if kernel_is 2 6 27; then
                epatch "${FILESDIR}/${PV}/ati-drivers-2.6.27.patch"
        fi

with

 if kernel_is ge 2 6 27; then
                epatch "${FILESDIR}/${PV}/ati-drivers-2.6.27.patch"
        fi

Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-12-29 00:31:32 UTC
Thanks for the testing, assigning to maintainers
Comment 2 Gordon Malm (RETIRED) gentoo-dev 2009-01-25 21:50:52 UTC
Fix from original poster works.
Comment 3 Gordon Malm (RETIRED) gentoo-dev 2009-02-03 16:44:55 UTC
Fixed in CVS.  Thank you for reporting and the fix.