Re: *** GMX Spamverdacht *** MSYS touch.exe timestamp resolution issue on Wine-1.6

2013-10-14 Thread Thorsten Kani

Am 12.10.2013 23:28, schrieb Alan W. Irwin:

Under MSYS bash.exe if I use the touch command I only get 1-second
resolution when reading the results.

bash.exe-3.1$ touch touch1.test touch2.test
bash.exe-3.1$ ls --full-time touch*.test
-rw-r--r-- 1 wine 544 0 2013-10-12 13:57:58.0 -0700 touch1.test
-rw-r--r-- 1 wine 544 0 2013-10-12 13:57:58.0 -0700 touch2.test

Would somebody be willing to make the above test for MSYS on
the Microsoft version of Windows (which I don't have access to) to see
if time stamps  are being read with 1-second resolution as above. That 
test

should help distinguish whether this is a Wine issue or else an MSYS
issue.

I have also done some tests with the MSYS find.exe and make.exe
commands, and in all cases touch2.test is not newer than touch1.text.
This can be an important issue for the make command where one-second
time resolution can potentially screw up file dependencies.

If I use the equivalent Linux ls (and find and make) commands to read the
time stamps on the above files, then touch2.test is newer than 
touch1.text,

e.g.,

wine@raven ls --full-time touch*.test
-rw-r--r-- 1 wine wine 0 2013-10-12 13:57:58.39100 -0700 touch1.test
-rw-r--r-- 1 wine wine 0 2013-10-12 13:57:58.40800 -0700 touch2.test

So I think this implies the MSYS touch.exe command is writing
high-resolution (i.e., millisecond) time stamps, and it is only
reading that high-resolution time stamp that seems to be an
issue for MSYS on Wine.

Alan
__
Alan W. Irwin

Astronomical research affiliation with Department of Physics and 
Astronomy,

University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__

Linux-powered Science
_



Sure -- seems to be a MSYS issue though:

root@me ~
$ touch touch1 touch2

root@me ~
$ ls --full-time touch*
-rw-r--r-- 1 root Administratoren 0 2013-10-13 13:33:47.0 + 
touch1
-rw-r--r-- 1 root Administratoren 0 2013-10-13 13:33:47.0 + 
touch2


root@me ~
$ uname
MINGW32_NT-6.1

root@me ~
$

Have a nice Day !
Thorsten




Mono Update

2013-10-14 Thread Alistair Leslie-Hughes

Hi,

wine-mono hasn't been updated in nearly a year.Should it be time to
consider a new release?

Thoughts.

Best Regards
Alistair Leslie-Hughes




Re: [2/4] dnsapi/tests: Compile with -D__WINESRC__.

2013-10-14 Thread Marvin
Hi,

While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
https://newtestbot.winehq.org/JobDetails.pl?Key=2733

Your paranoid android.


=== wxppro (32 bit record) ===
record.c:46: Test failed: succeeded unexpectedly
record.c:49: Test failed: succeeded unexpectedly

=== wvista (32 bit record) ===
record.c:46: Test failed: succeeded unexpectedly
record.c:49: Test failed: succeeded unexpectedly

=== w2008s64 (32 bit record) ===
record.c:46: Test failed: succeeded unexpectedly
record.c:49: Test failed: succeeded unexpectedly

=== w7pro64 (32 bit record) ===
record.c:46: Test failed: succeeded unexpectedly
record.c:49: Test failed: succeeded unexpectedly

=== w864 (32 bit record) ===
record.c:46: Test failed: succeeded unexpectedly
record.c:49: Test failed: succeeded unexpectedly

=== w2008s64 (64 bit record) ===
record.c:46: Test failed: succeeded unexpectedly
record.c:49: Test failed: succeeded unexpectedly

=== w7pro64 (64 bit record) ===
record.c:46: Test failed: succeeded unexpectedly
record.c:49: Test failed: succeeded unexpectedly

=== w864 (64 bit record) ===
record.c:46: Test failed: succeeded unexpectedly
record.c:49: Test failed: succeeded unexpectedly




Re: [PATCH] d3drm: added some freeing of memory in error paths (Coverity)

2013-10-14 Thread Henri Verbeet
On 13 October 2013 11:13, Marcus Meissner mar...@jet.franken.de wrote:
 1104553 Resource leak

Fixing the memory leak is fine of course, but I think it would be
better to handle the array initialization in
d3drm_visual_array_create() etc. instead, so that those functions
actually return an object that's properly initialized.




Re: Mono Update

2013-10-14 Thread Ricardo Filipe
IMHO it is more than time.
Mono has several release cycles of new features that we are not taking
advantage of with wine-mono

cheers

2013/10/14 Alistair Leslie-Hughes leslie_alist...@hotmail.com:
 Hi,

 wine-mono hasn't been updated in nearly a year.Should it be time to
 consider a new release?

 Thoughts.

 Best Regards
 Alistair Leslie-Hughes






Re: Help / Mentoring

2013-10-14 Thread Ricardo Filipe
Hello Hugh,

I'd be more than happy to help you review your patches, although I am
no wineconsole expert, I believe I could help you get your changes
into wine.

Contact me if no better offer comes around :)
cheers

2013/10/11 Hugh McMaster hugh.mcmas...@masterindexing.com:
 Can anyone help me on this? I do realize that wineconsole is only a minor 
 focus of development.

 Hugh

 -

 Hi everyone,

 I just wanted to know if anyone would mind helping/mentoring me with a few 
 small patches.

 I am working primarily on wineconsole's screen buffer problems (to which I 
 believe I have the solution), but am also looking at implementing some stub 
 Win32 console functions found in dlls/kernel32.  Obviously, my aim is to have 
 these patches committed, as the changes will benefit the entire Wine 
 community.

 I had initially thought of Eric Poeuch, a significant wineconsole developer, 
 however he appears to be extremely busy.  So I'm not sure who else to contact.

 If time is a consideration, please note that I won't be constantly contacting 
 you to review patches or answer questions.

 Thank you,

 Hugh






RE: Help / Mentoring

2013-10-14 Thread Hugh McMaster
On Monday, 14 October 2013 9:50 PM, Ricardo Filipe wrote:

I'd be more than happy to help you review your patches, although I am no 
wineconsole expert, I believe I could help you get your changes into wine.

Contact me if no better offer comes around :) cheers

Hello Ricardo,

Thank you for your kind offer.  I'll contact you via email.

Hugh




Re: wsock32: Add a fallback for inet_network.

2013-10-14 Thread Alexandre Julliard
Huw Davies h...@codeweavers.com writes:

 ---
  dlls/wsock32/protocol.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

This doesn't build on MingW:

protocol.o: In function `WSOCK32_inet_network@4':
/home/julliard/wine/build/obj-pe32/dlls/wsock32/../../../wine/dlls/wsock32/protocol.c:55:
 undefined reference to `_inet_addr'
/home/julliard/wine/build/obj-pe32/dlls/wsock32/../../../wine/dlls/wsock32/protocol.c:55:
 undefined reference to `_ntohl'
collect2: ld returned 1 exit status
winegcc: i686-w64-mingw32-gcc failed

-- 
Alexandre Julliard
julli...@winehq.org




Re: dlls/explorerframe: build tests with -D__WINESRC__

2013-10-14 Thread Marvin
Hi,

While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
https://newtestbot.winehq.org/JobDetails.pl?Key=2750

Your paranoid android.


=== wvista (32 bit nstc) ===
nstc.c:1934: Test failed: Got event 7, count 0
nstc.c:1936: Test failed: Got event 4, count 0
nstc.c:1949: Test failed: Got event 4, count 0