Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151177 - x11-drivers/nvidia-drivers doesn't compile on 2.6.19
Summary: x11-drivers/nvidia-drivers doesn't compile on 2.6.19
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: X11 External Driver Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 06:54 UTC by Daniel Drake (RETIRED)
Modified: 2006-10-13 09:25 UTC (History)
0 users

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


Attachments
patch (2619.patch,1.67 KB, patch)
2006-10-13 06:54 UTC, Daniel Drake (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Drake (RETIRED) gentoo-dev 2006-10-13 06:54:23 UTC
nvidia-drivers doesn't compile on 2.6.19. config.h has finally gone away (this has been included through a -i flag on every call to gcc since 2.6.15), and the regs ptr has been dropped from the IRQ handling path and is now only available as a global variable.

This patch works against 8774 and 9625.
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2006-10-13 06:54:49 UTC
Created attachment 99534 [details, diff]
patch
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-10-13 08:13:27 UTC
Is the patch from anywhere or from you?  Also, I assume that this is safe to apply unconditionally, since it appears to do its own kernel checks.  Is that right?
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2006-10-13 08:35:57 UTC
Yes, it's from me, and should be applied unconditionally.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2006-10-13 09:25:23 UTC
Added to CVS