[Wine] Future Tax Regression

James McKenzie jjmckenzie51 at gmail.com
Sun Mar 6 16:05:39 CST 2011


On 3/6/11 1:02 PM, Alan_H wrote:
> Hello again to James and "vitamin",
>
> This is still giving trouble.  This time I kept a log of precisely what I did.  Here it is
>
>
>> alan at Ubuntu:~$ git clone git://source.winehq.org/git/wine.git wine-git
>> fatal: destination path 'wine-git' already exists and is not an empty directory.
>> alan at Ubuntu:~$ rm -r wine-git
>> rm: remove write-protected regular file `wine-git/.git/objects/pack/pack-71326c4a91beddaf9d67d504ac85dd8eedf2efae.idx'? y
>> rm: remove write-protected regular file `wine-git/.git/objects/pack/pack-71326c4a91beddaf9d67d504ac85dd8eedf2efae.pack'? y
>> alan at Ubuntu:~$ git clone git://source.winehq.org/git/wine.git wine-git
>> Initialized empty Git repository in /home/alan/wine-git/.git/
>> remote: Counting objects: 573251, done.
>> remote: Compressing objects: 100% (104597/104597), done.
>> remote: Total 573251 (delta 466963), reused 573251 (delta 466963)
>> Receiving objects: 100% (573251/573251), 139.83 MiB | 645 KiB/s, done.
>> Resolving deltas: 100% (466963/466963), done.
>> alan at Ubuntu:~$ git bisect start
>> fatal: Not a git repository (or any of the parent directories): .git
>> alan at Ubuntu:~$ cd wine-git
>> alan at Ubuntu:~/wine-git$ git bisect start
>> alan at Ubuntu:~/wine-git$ git bisect good 1.0.1
>> fatal: Needed a single revision
>> Bad rev input: 1.0.1
>> alan at Ubuntu:~/wine-git$ git bisect good wine-1.0.1
>> alan at Ubuntu:~/wine-git$ git bisect bad wine-1.2
>> Bisecting: a merge base must be tested
>> [36def4af0ca85a1d0e66b5207056775bcb3b09ff] Release 1.0.
>> alan at ubuntu:~/wine-git$ ./configure
>> <hundred or so lines snipped>
>> configure: Finished.  Do 'make depend&&  make' to compile Wine.
>>
>> alan at Ubuntu:~/wine-git$ make depend
>> <hundred or so lines snipped.  2 or 3 minutes. No evidence of error>
>> alan at ubuntu:~/wine-git$ make
>> <seversl hundred lines snipped.  20 minutes or so.  ended with this>
>> ...
>> freetype.c:5031: error: called object ‘pFT_MulFix’ is not a function
>> freetype.c:5032: error: called object ‘pFT_MulFix’ is not a function
A fix for this was posted earlier in the forums. Please search for it. 
It did appear when a new version of Freetype was released and a change 
was implemented to Wine's codebase.

James McKenzie




More information about the wine-users mailing list