Bug 89794 - Can't compile xf86-ati against latest xorg-git
Summary: Can't compile xf86-ati against latest xorg-git
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-27 16:39 UTC by Lorenzo Bona
Modified: 2015-03-30 01:44 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
ati-build-error (12.80 KB, text/plain)
2015-03-27 16:39 UTC, Lorenzo Bona
no flags Details

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.