Summary: | Can't compile xf86-ati against latest xorg-git | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Lorenzo Bona <lorenz.bona> | ||||
Component: | Driver/Radeon | Assignee: | 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: |
|
Fixed in this patch: http://lists.x.org/archives/xorg-driver-ati/2015-March/027218.html (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. 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.
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 $?