On 01/27/2011 11:24 PM, Reece Dunn wrote:
On 28 January 2011 01:44, Scott Ritchie scott@open-vote.org wrote:
On 01/27/2011 02:20 PM, Reece Dunn wrote:
=== Steps to Reproduce ===
Machine: Ubuntu 10.04 64-bit with NVidia binary drivers.
1/ Build the latest version of wine with no special options -- `./configure && make` 2/ Remove any previously run test result -- `find . -type f | grep .ok | xargs rm` 3/ Ensure running in a clean wine prefix -- `rm -rf ~/.wine` 4/ Run the tests -- `make test`
This will download the gecko package and then fail in the dsound:ds3d tests with:
ds3d.c:467: Test failed: buffer size changed after SetFormat()
- previous size was 88200, current size is 22052
This error seems to be specific to 64-bit versions of the Ubuntu family, looking at the http://test.winehq.org/data/ results.
Is this with the ia32-libs from the Wine PPA?
$ dpkg -s ia32-libs Package: ia32-libs Status: install ok installed Priority: extra Section: libs Installed-Size: 143224 Maintainer: Ubuntu Developers ubuntu-devel-discuss@lists.ubuntu.com Architecture: amd64 Version: 20090808ubuntu9
I am not using wine from the PPA, I am building it from git myself.
- Reece
You don't need the wine package from the PPA
You do need the ia32-libs package from the Wine PPA in order to get gettext support. I recommend you do this when you're developing.
-Scott