Bug 89794

Summary: Can't compile xf86-ati against latest xorg-git
Product: xorg Reporter: Lorenzo Bona <lorenz.bona>
Component: Driver/RadeonAssignee: xf86-video-ati maintainers <xorg-driver-ati>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium CC: lorenz.bona
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
ati-build-error none

Description Lorenzo Bona 2015-03-27 16:39:48 UTC
Created attachment 114667 [details]
ati-build-error

I've just compiled X from git and I can't compile xf86-video-ati against it.
I've attached the output from failed build.

This is my scrpt for building ati driver:

cd xf86-video-ati &&
git reset --hard &&
git clean -xdf &&
git pull &&
./autogen.sh --prefix=/usr \
--build=x86_64-linux-gnu \
--enable-udev &&
pkgversion=$(git describe --tags) &&
pkgversion=${pkgversion#xf86-video-ati-} &&
make -j8 &&
fakeroot checkinstall --install=yes --replaces=xserver-xorg-video-ati,xserver-xorg-video-radeon --pkgname=xserver-radeon --pkgversion=1:"${pkgversion}" --pkgarch=amd64 --backup=no --default &&
mv -- ./*.deb /media/lorenzo/dev/build/completed &&
cd .. || exit $?
Comment 1 Alex Deucher 2015-03-27 16:54:22 UTC
Fixed in this patch:
http://lists.x.org/archives/xorg-driver-ati/2015-March/027218.html
Comment 2 Lorenzo Bona 2015-03-27 17:00:40 UTC
(In reply to Alex Deucher from comment #1)
> Fixed in this patch:
> http://lists.x.org/archives/xorg-driver-ati/2015-March/027218.html

Oh ok, sorry for the noise then.
Thank you.
Comment 3 Michel Dänzer 2015-03-30 01:44:10 UTC
commit b16609b453bb1a181198cf27778f205dc23fb642
Author: Michel Dänzer <michel.daenzer@amd.com>
Date:   Thu Mar 26 17:15:21 2015 +0900

    glamor: Handle GLAMOR_* flags removed from xserver
    
    The behaviour is the same as when the removed flags were passed in.

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.