[Bug 89794] New: Can't compile xf86-ati against latest xorg-git
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Mar 27 09:39:48 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89794
Bug ID: 89794
Summary: Can't compile xf86-ati against latest xorg-git
Product: xorg
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/Radeon
Assignee: xorg-driver-ati at lists.x.org
Reporter: lorenz.bona at gmail.com
QA Contact: xorg-team at lists.x.org
Created attachment 114667
--> https://bugs.freedesktop.org/attachment.cgi?id=114667&action=edit
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 $?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20150327/0fe27ede/attachment.html>
More information about the xorg-driver-ati
mailing list