Bug 91276 - xf86-video-ati (git version) fails to build
Summary: xf86-video-ati (git version) fails to build
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
: 91282 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-09 09:09 UTC by Jos van Wolput
Modified: 2015-07-09 21:49 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Jos van Wolput 2015-07-09 09:09:42 UTC
xf86-video-ati (git version 95f5d0..) fails to build with the following error:
----
radeon_kms.c: In function 'redisplay_dirty':
radeon_kms.c:290:2: error: too many arguments to function 'PixmapSyncDirtyHelper'
  PixmapSyncDirtyHelper(dirty, &pixregion);
  ^
In file included from /usr/include/xorg/gc.h:54:0,
                 from /usr/include/xorg/dix.h:51,
                 from /usr/include/xorg/privates.h:151,
                 from /usr/include/xorg/cursor.h:53,
                 from /usr/include/xorg/scrnintstr.h:53,
                 from /usr/include/xorg/xf86str.h:39,
                 from radeon.h:46,
                 from radeon_kms.c:34:
/usr/include/xorg/pixmap.h:131:1: note: declared here
 PixmapSyncDirtyHelper(PixmapDirtyUpdatePtr dirty);
 ^
Makefile:648: recipe for target 'radeon_kms.lo' failed
make[2]: *** [radeon_kms.lo] Error 1
make[2]: Leaving directory '/home/jos/src/xorg/git/xf86-video-ati/src'
Makefile:442: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jos/src/xorg/git/xf86-video-ati'
Makefile:373: recipe for target 'all' failed
make: *** [all] Error 2
----
Comment 1 Alex Deucher 2015-07-09 15:16:39 UTC
*** Bug 91282 has been marked as a duplicate of this bug. ***
Comment 2 Alex Deucher 2015-07-09 15:18:44 UTC
fix is here:
http://lists.x.org/archives/xorg-driver-ati/2015-July/027750.html
Comment 3 Vadim Rutkovsky 2015-07-09 21:19:15 UTC
The patch worked fine locally, thanks
Comment 4 Jos van Wolput 2015-07-09 21:48:54 UTC
(In reply to Alex Deucher from comment #2)
> fix is here:
> http://lists.x.org/archives/xorg-driver-ati/2015-July/027750.html

Fixed, thanks


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.