On 28 January 2011 01:44, Scott Ritchie <sc...@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-disc...@lists.ubuntu.com> Architecture: amd64 Version: 20090808ubuntu9 I am not using wine from the PPA, I am building it from git myself. - Reece