Summary: | ATI driver does not build | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Brad Smith <brad> | ||||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||
Severity: | blocker | ||||||||
Priority: | high | CC: | airlied | ||||||
Version: | git | ||||||||
Hardware: | All | ||||||||
OS: | OpenBSD | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Brad Smith
2008-06-24 23:40:04 UTC
please try building with latest head to see if this is fixed. extra points if you can build on powerpc. Created attachment 17384 [details] [review] autoconf patch This is very close. It seems the autoconf tests for endian.h are broken as is and sys/types.h is needed to fix this. This patch is also necessary for the X server. Although this is not related to this particular bug I thought I should mention it here anyway so you will see this and fix it. A recent change from Alex in the tree changed some code around and added a line like so in radeon_textured_videofuncs.c around line 645... if (IS_R300_3D | IS_R500_3D) { This should be || instead of |. Created attachment 17389 [details] [review] Radeon driver src code diff Actually using grep on the code showed a few more instances. Patches applied. thanks: dca522355a9039eca6efaba3b36397b246800f94 32e1d1daf4f68ea37624afaa2bc1ea7742e1163b Can we close this bug now? Yes. Go ahead. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.