http://bugs.winehq.org/show_bug.cgi?id=6789
------- Additional Comments From tuharsky@misbb.sk 2006-29-11 02:23 ------- Hi, Vitalyi
I use X.org of Debian Etch, version 7.1.0-7. According to xorg.conf, the driver is ATI, and the device has been autodetected as "ATI Technologies, Inc. RV280 [Radeon 9200 PRO]"
I'm trying to do the regression testing, however I'm not successfull. I have Debian's git installed. I regret I'm really not familiar with git. I used it the best way I could interpret the howto. I did:
git clone http://source.winehq.org/git/wine.git wine-git cd wine-git git checkout -f git fetch git rebase origin git pull git bisect start
The git tree seems to get downloaded, however I get this error: won't bisect on seeked tree
What am I doing wrong?