Re: winetest: make the wrapper immune to Ctrl-C

2009-01-16 Thread Dylan Smith
On Fri, Jan 16, 2009 at 6:21 PM, Ge van Geldorp wrote: > > The riched20:editor test seems to be sending Ctrl-C keystrokes to the > wrong window on Windows. When running "winetest -q" They end up in the > winetest console window, causing it to terminate. Judging from the lack of > test results, I'm

Re: Debian packages of Wine

2009-01-16 Thread Lei Zhang
On Fri, Jan 16, 2009 at 7:17 AM, Bjoern Krombholz wrote: > On Fri, Jan 16, 2009 at 8:11 AM, Paul Bryan Roberts > wrote: >> I'm puzzled by the sizes of the packages. Packages for Debian by Maurilio >> and James are 13-14 Mb to download whereas Ubuntu packages by Scott are only >> 7-8 Mb. Anyone

Re: kernel32: fix cpu detection on NetBSD

2009-01-16 Thread Austin English
On Fri, Jan 16, 2009 at 5:59 PM, Francois Gouget wrote: > On Fri, 16 Jan 2009, Austin English wrote: > [...] >> Gets it working again on NetBSD (I suspect OpenBSD will as well, but I >> won't be able to test until probably tomorrow). > > Good, I'll update my patch and submit it. Do the results loo

Re: Debian packages of Wine

2009-01-16 Thread Bjoern Krombholz
On Sat, Jan 17, 2009 at 1:05 AM, Ben Klein wrote: >> 2. Ubuntu debs are lzma compressed, while those for Debian are gzip'ed. > > I'd expect this wouldn't make a big difference. Indeed, it does: /home/src/wine-git$ prefix=/tmp/wine-test make -e install ... /home/src/wine-git$ cd /tmp /tmp$ du -sh

Re: Debian packages of Wine

2009-01-16 Thread Ben Klein
2009/1/17 Bjoern Krombholz : > On Fri, Jan 16, 2009 at 8:11 AM, Paul Bryan Roberts > wrote: >> I'm puzzled by the sizes of the packages. Packages for Debian by Maurilio >> and James are 13-14 Mb to download whereas Ubuntu packages by Scott are only >> 7-8 Mb. Anyone see any reason for this ? >

Re: kernel32: fix cpu detection on NetBSD

2009-01-16 Thread Francois Gouget
On Fri, 16 Jan 2009, Austin English wrote: [...] > Gets it working again on NetBSD (I suspect OpenBSD will as well, but I > won't be able to test until probably tomorrow). Good, I'll update my patch and submit it. Do the results look good (SSE, etc)? -- Francois Gouget http://fgo

Re: kernel32: fix cpu detection on NetBSD

2009-01-16 Thread Austin English
On Fri, Jan 16, 2009 at 5:35 PM, Francois Gouget wrote: > On Fri, 16 Jan 2009, Austin English wrote: > >> I submitted OpenBSD's patch for CPU detection a while back >> (http://www.winehq.org/pipermail/wine-patches/2009-January/067002.html). >> Francois sent a 'more correct' one >> (http://www.wine

Re: kernel32: fix cpu detection on NetBSD

2009-01-16 Thread Francois Gouget
On Fri, 16 Jan 2009, Austin English wrote: > I submitted OpenBSD's patch for CPU detection a while back > (http://www.winehq.org/pipermail/wine-patches/2009-January/067002.html). > Francois sent a 'more correct' one > (http://www.winehq.org/pipermail/wine-patches/2009-January/067382.html), > but t

kernel32: fix cpu detection on NetBSD

2009-01-16 Thread Austin English
I submitted OpenBSD's patch for CPU detection a while back (http://www.winehq.org/pipermail/wine-patches/2009-January/067002.html). Francois sent a 'more correct' one (http://www.winehq.org/pipermail/wine-patches/2009-January/067382.html), but that one is broken on NetBSD/OpenBSD (http://bugs.wineh

Re: libs/wine/Makefile.in: replace `wine` with @PACKAGE_NAME@

2009-01-16 Thread Detlef Riekenberg
On Fr, 2009-01-16 at 20:51 +0300, Vitaly Lipatov wrote: > - version=`(GIT_DIR=$(TOPSRCDIR)/.git git describe HEAD > 2>/dev/null || echo "wi...@package_version@") | sed -n -e '$$s/\(.* > \)/const char wine_build[] = "\1";/p'` && (echo $$version | cmp -s - > $@) || echo $$version >$@ || ($(RM)

Re: Debian packages of Wine

2009-01-16 Thread Detlef Riekenberg
On Fr, 2009-01-16 at 07:11 +, Paul Bryan Roberts wrote: > I'm puzzled by the sizes of the packages. > Packages for Debian by Maurilio and James are 13-14 Mb to download > whereas Ubuntu packages by Scott are only 7-8 Mb. Anyone see any reason for > this ? deb support different compression ty

Re: success: compilation of python2.5.2 under wine+msys+mingw32

2009-01-16 Thread Juan Lang
Hi Luke, thanks for the report. And thanks very much for taking the time to log bugs! --Juan

Re: success: compilation of python2.5.2 under wine+msys+mingw32

2009-01-16 Thread Luke Kenneth Casson Leighton
On Fri, Jan 16, 2009 at 4:57 PM, Dan Kegel wrote: > Awesome. Thanks for the tmpfile bug report. > If you can feed us any more similar reports, > please do! no problem. there's plenty - i'll try to track them down to concrete examples. l.

re: success: compilation of python2.5.2 under wine+msys+mingw32

2009-01-16 Thread Dan Kegel
Awesome. Thanks for the tmpfile bug report. If you can feed us any more similar reports, please do!

success: compilation of python2.5.2 under wine+msys+mingw32

2009-01-16 Thread Luke Kenneth Casson Leighton
hi folks, i promised i'd get python built under wine - and i'm happy to report that this goal has been successfully achieved. http://bugs.python.org/issue4954 if anyone's interested. what has been achieved is that a python.exe, libpython2.5.dll, an implib libpython2.5.dll.a and a python2.5.def hav

New winetricks 20090116: new verbs mono22, urlmon, wininet, controlpad, native_oleaut32, msscript, hosts; plus various updates and bugfixes

2009-01-16 Thread Dan Kegel
Gee, it's been a while since I posted a new version of winetricks. This is rather a big update. As always, online at http://kegel.com/wine/winetricks Please submit bug reports to http://code.google.com/p/winezeug/issues/list svn log since version 20081127: r264 | daniel.r.kegel | 2009-01-16 Do

To Wiki admin

2009-01-16 Thread Vitaliy Margolen
Please ban this IP: freenet.lds-freenet.lds.net.ua[193.192.36.230]

Re: Debian packages of Wine

2009-01-16 Thread Bjoern Krombholz
On Fri, Jan 16, 2009 at 8:11 AM, Paul Bryan Roberts wrote: > I'm puzzled by the sizes of the packages. Packages for Debian by Maurilio > and James are 13-14 Mb to download whereas Ubuntu packages by Scott are only > 7-8 Mb. Anyone see any reason for this ? 1. Ubuntu debs are split into a base

mshtml: What is wrong with my patch?

2009-01-16 Thread Vitaly Perov
What is wrong with my patch? mshtml: Add TRACE for unsupported IStdMarshalInfo -- Best wishes, Vitaly Perov Russia, Saint-Petersburg. www.etersoft.ru From 86d9e1416913a4820593eb5f737fed32c9e97697 Mon Sep 17 00:00:00 2001 From: Vitaly Perov Date: Wed, 14 Jan 2009 19:56:53 +0300 Subject: [PATCH]

Re: [2/2] ntdll: Fix NtOpenKey return value on different failures

2009-01-16 Thread Alexandre Julliard
Nikolay Sivov writes: > Changelog: >- Fix NtOpenKey return value on different failures >- Added some tests for NULL arguments And this one causes the advapi32 tests to fail: ../../../tools/runtest -q -P wine -M advapi32.dll -T ../../.. -p advapi32_test.exe.so registry.c && touch regist

Re: [1/2] ntdll: Fix NtQueryValueKey ret. value for insufficient buffer

2009-01-16 Thread Alexandre Julliard
Nikolay Sivov writes: > Changelog: >- Fix NtQueryValueKey ret. value for insufficient buffer >- Added some tests for NULL arguments and a fix for them This causes the kernel32 debugger test to hang. -- Alexandre Julliard julli...@winehq.org

Re: wldap32: Re-add one cast removed in d576c2d9342e769c.

2009-01-16 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Michael Stefaniuc writes: > >> This cast is needed to silence a compile warning with older openldap >> versions; e.g. on RHEL5. > > Actually the code is broken now, since you changed long to LONG the > structures are no longer compatible... They will have to be conver

Re: wldap32: Re-add one cast removed in d576c2d9342e769c.

2009-01-16 Thread Alexandre Julliard
Michael Stefaniuc writes: > This cast is needed to silence a compile warning with older openldap > versions; e.g. on RHEL5. Actually the code is broken now, since you changed long to LONG the structures are no longer compatible... They will have to be converted explicitly. -- Alexandre Julliar

Re: Wine being targeted for adware

2009-01-16 Thread Nicholas LaRoche
Gert van den Berg wrote: > On Thu, Jan 15, 2009 at 7:50 PM, Austin English > wrote: >> Of course, Wine is open source, so if someone wants to edit it for >> that purpose, by all means, do so. I'm not sure that Wine _should_ do >> so though, at least, not now. Networking on a per app basis I can s