You are not logged in.

#1 2010-05-06 11:46:39

kfgz
Member
From: Supraśl, Poland
Registered: 2009-03-02
Posts: 114

xf86-video-ati-git: problem with git bisect

Hi,

I want to do some git bisecting. To be exact from 2-27-2009 to 17-05-2009. As far as I know old ati code won't compile against new xorg-sever so I did a downgrade to 1.6.3 but source code still won't compile.

What version of xorg-server should I install?

Currently I have

xorg-server 1.7.6
xf86driproto 2.1.0
xf86-input-evdev 2.3.2
xf86-input-keyboard 1.4.0
xf86-input-mouse 1.5.0
xf86-video-vesa 2.3.0
mesa 7.7.1
ati-dri 7.7.1
libgl 7.7.1
libdrm 2.4.19

I'm using this PKGBUILD

# Previous Contributor: vbmithr
# Contributor: Flamelab <panosfilip@gmail.com>

pkgname=xf86-video-ati-git
_realpkgname=xf86-video-ati
pkgver=20090217
pkgrel=1
pkgdesc="X.org ati video driver"
arch=("i686" "x86_64")
url="http://xorg.freedesktop.org/"
_latestver=6.11.99
provides=("${_realpkgname}=${_latestver}")
depends=('libdrm>=2.4.18-3' 'libpciaccess' 'ati-dri>=7.7' 'pixman>=0.16.4')
makedepends=('pkgconfig' 'xorg-server' 'fontsproto'
         'glproto>=1.4.10' 'xf86driproto' 'diffutils' 'xorg-util-macros' 'xineramaproto' 'mesa>=7.7' 'git')
options=('!libtool')
license=('custom')
source=('xf86-video-ati-17-02-2009_cur_ok.tar.bz2')

_gitdir=31bd6d28dd35021e0e706d4f094989deb856c26a

build() 

{ 

    cd ${srcdir}/xf86-video-ati-${_gitdir}
        
    msg "Starting configure..."

    ./autogen.sh --prefix=/usr --enable-dri || return 1
    #./configure --prefix=/usr --enable-dri || return 1
    
    msg "Starting make..."
    make || return 1
}

package()

{

    cd ${srcdir}/xf86-video-ati-${_gitdir}
    make DESTDIR=${pkgdir} install || return 1
 
}

Error log (xserver 1.6.3)

http://aur.pastebin.com/zMrYj5cE

Error log (xserver 1.7.6)

http://aur.pastebin.com/2PipDjQv

Last edited by kfgz (2010-05-06 11:47:21)

Offline

Board footer

Powered by FluxBB