Re: [ITP] mingw-w64 Second try

2010-09-12 Thread Charles Wilson
On 9/11/2010 2:07 AM, JonY wrote: OK, new files are up, same links. Err...the pthread packages seem to be missing... -- Chuck

Re: [ITP] mingw-w64 Second try

2010-09-12 Thread JonY
On 9/13/2010 01:01, Charles Wilson wrote: On 9/11/2010 2:07 AM, JonY wrote: OK, new files are up, same links. Err...the pthread packages seem to be missing... Sorry about that, pthreads now uploaded.

Re: [ITA] ocaml 3.12.0

2010-09-12 Thread Yaakov (Cygwin/X)
On Thu, 2010-09-09 at 14:51 +0200, Damien Doligez wrote: I think you should upload this version for the moment because I have two potential problems with Yaakov's FlexDLL package that I need to investigate: 1. It's based on an old version of FlexDLL, and IIRC OCaml needs some of the

src/winsup/cygwin ChangeLog syscalls.cc

2010-09-12 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-09-12 11:41:57 Modified files: winsup/cygwin : ChangeLog syscalls.cc Log message: * syscalls.cc (start_transaction): Make inline function. Move up to be more generally available.

winsup/cygwin ChangeLog cygthread.h dcrt0.cc f ...

2010-09-12 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2010-09-12 15:49:30 Modified files: cygwin : ChangeLog cygthread.h dcrt0.cc fhandler_console.cc sigproc.cc Log message: * cygthread.h

winsup/cygwin ChangeLog sigproc.cc

2010-09-12 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: c...@sourceware.org 2010-09-12 19:13:09 Modified files: cygwin : ChangeLog sigproc.cc Log message: * sigproc.cc (sig_dispatch_pending): Remove debugging statement. (sigproc_init): Wrap a

src/winsup/cygwin ChangeLog sec_acl.cc include ...

2010-09-12 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-09-12 19:43:57 Modified files: winsup/cygwin : ChangeLog sec_acl.cc winsup/cygwin/include/cygwin: acl.h Log message: * sec_acl.cc (acl_worker): Remove. (acl32): Implement

Re: Cygwin Filesystem Performance degradation 1.7.5 vs 1.7.7, and methods for improving performance

2010-09-12 Thread Yoni Londner
Hi, The caching-speed up is trivial: We store the the FileFullDirectoryInformation fields, and if any of them change - we re-read the file. Its not (in practical life) possible to change a file without causing a modification on

Re: Cygwin Filesystem Performance degradation 1.7.5 vs 1.7.7, and methods for improving performance

2010-09-12 Thread Corinna Vinschen
On Sep 12 10:49, Yoni Londner wrote: Hi, The caching-speed up is trivial: We store the the FileFullDirectoryInformation fields, and if any of them change - we re-read the file. Its not (in practical life) possible to change a file without causing a modification on

Re: Cygwin Filesystem Performance degradation 1.7.5 vs 1.7.7, and methods for improving performance

2010-09-12 Thread Corinna Vinschen
On Sep 12 13:41, Corinna Vinschen wrote: On Sep 12 10:49, Yoni Londner wrote: Hi, The caching-speed up is trivial: We store the the FileFullDirectoryInformation fields, and if any of them change - we re-read the file. Its not (in practical life) possible to change a file without

Re[4]: Question marks in localized man pages

2010-09-12 Thread Ilya Basin
AK On 11 September 2010 18:48, Ilya Basin wrote: AK On Saturday, September 11, 2010, Ilya Basin wrote: Hi. My default LANG is C.UTF-8. If I change it to ru.UTF-8, all non-ascii characters in man pages are displayed as question marks. AK ru.UTF-8 isn't a valid locale setting; you need a

Re: Oddities with file deletion on CIFS drive

2010-09-12 Thread Corinna Vinschen
On Sep 11 12:41, Corinna Vinschen wrote: On Sep 10 10:48, Quanah Gibson-Mount wrote: --On Friday, September 10, 2010 7:09 PM +0200 Corinna Vinschen wrote: Let me know if there is anything else I can provide. I'm not sure. I don't think so. The problem is that the unlink(2)

malloc-bzero and /proc/pid/statm reading bug

2010-09-12 Thread Marco Atzeri
- 0x7f1f0008      malloc - 0x7ef70008      /proc/3044/statm: No error      malloc - 0x7ecf0008      /proc/3044/statm: No error      ...   { No error, nevertheless means,      the thing can't be read ... } Thanks,   Robert Larice I checked and both 1.7.7 and the latest 20100912 show

Re: Oddities with file deletion on CIFS drive

2010-09-12 Thread Quanah Gibson-Mount
--On Sunday, September 12, 2010 1:43 PM +0200 Corinna Vinschen wrote: On Sep 11 12:41, Corinna Vinschen wrote: On Sep 10 10:48, Quanah Gibson-Mount wrote: --On Friday, September 10, 2010 7:09 PM +0200 Corinna Vinschen wrote: Let me know if there is anything else I can provide. I'm not

Re: {lp,cb}Reserved2 under Windows 7 and file descriptors

2010-09-12 Thread Andy Koppe
On 14 July 2010 23:38, Daniel Colascione wrote: there is a very long-standing issue with Cygwin pty devices: while Cygwin programs report true from isatty() when called on a Cygwin PTY, MSVCRT applications do *not*. From their point of view, Cygwin ptys are not ttys, which has led to all sorts

Re: {lp,cb}Reserved2 under Windows 7 and file descriptors

2010-09-12 Thread Daniel Colascione
On 9/12/10 2:29 PM, Andy Koppe wrote: This does appear to work! Proof-of-concept code attached, along with a couple of tests. Running in mintty: Awesome. Thanks for doing this work. I believe the Cygwin developers had concerns about this change inadvertently breaking some applications. Have you

Re: {lp,cb}Reserved2 under Windows 7 and file descriptors

2010-09-12 Thread Andy Koppe
On 12 September 2010 22:39, Daniel Colascione wrote: On 9/12/10 2:29 PM, Andy Koppe wrote: This does appear to work! Proof-of-concept code attached, along with a couple of tests. Running in mintty: Awesome. Thanks for doing this work. I believe the Cygwin developers had concerns about this

Re: Oddities with file deletion on CIFS drive

2010-09-12 Thread Quanah Gibson-Mount
--On Sunday, September 12, 2010 2:21 PM -0700 Quanah Gibson-Mount wrote: Hi Corinna, I will give the snapshot a test. Here is the output of attrib: bu...@zre-win-002 /cygdrive/z/current/WINDOWS/ZDESKTOP-608/20100912050101_ZDESKTOP/ZimbraBu ild/templates $ attrib BUILD_ISYNC_template AR

1.7.x:ld linker error with *.o files

2010-09-12 Thread matthew caswell
I'm trying to compile a very basic kernel.  The source contains 2 files: mckern.c mckern_start.asm These compile into *.o files fine. Here's how (in case it helps solve the problem): $ nasm -f aout mckern_start.asm -o mcks.o $ gcc -c mckern.c -o mckern.o But when I run the linker with my link.ld

Re: {lp,cb}Reserved2 under Windows 7 and file descriptors

2010-09-12 Thread Christopher Faylor
On Sun, Sep 12, 2010 at 10:29:56PM +0100, Andy Koppe wrote: On 14 July 2010 23:38, Daniel Colascione wrote: there is a very long-standing issue with Cygwin pty devices: while Cygwin programs report true from isatty() when called on a Cygwin PTY, MSVCRT applications do *not*. From their point of

Re: {lp,cb}Reserved2 under Windows 7 and file descriptors

2010-09-12 Thread Daniel Colascione
On 9/12/10 3:41 PM, Christopher Faylor wrote: So this wasn't just an idea which went unimplemented waiting for tuits. It went unimplemented because I thought it was a bad idea. It is a lie, but it's also a distinction without a difference. What kind of misbehavior could we expect to be caused

Re: 1.7.x:ld linker error with *.o files

2010-09-12 Thread Greg Chicares
On 2010-09-12 22:19Z, matthew caswell wrote: $ nasm -f aout mckern_start.asm -o mcks.o ^^^ Try -f win32 or -f gnuwin32 http://sourceware.org/ml/cygwin/2010-07/msg00259.html $ gcc -c mckern.c -o mckern.o But when I run the linker with my link.ld file: $ ld -T

setup.exe crashing on package downloads

2010-09-12 Thread Andrey Repin
Greetings, All! I've eventually resolved it, but I think i'll share it anyway. Got rather strange crashes today, while trying to install python... tried everything I could think about, FS rights, disk check... no dice. Already installed packages upgraded fine, python/libsqlite/libffi - crash on

Re: {lp,cb}Reserved2 under Windows 7 and file descriptors

2010-09-12 Thread Christopher Faylor
On Sun, Sep 12, 2010 at 03:55:12PM -0700, Daniel Colascione wrote: On 9/12/10 3:41 PM, Christopher Faylor wrote: So this wasn't just an idea which went unimplemented waiting for tuits. It went unimplemented because I thought it was a bad idea. It is a lie, but it's also a distinction without a

[ANNOUNCEMENT] Updated: flexdll-0.25-1

2010-09-12 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** flexdll-0.25-1 FlexDLL is an implementation of the dlopen() APIs which creates DLLs whose symbols can be resolved at runtime. It will be required for an upcoming OCaml release with dynamic module support. This release is

Updated: flexdll-0.25-1

2010-09-12 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** flexdll-0.25-1 FlexDLL is an implementation of the dlopen() APIs which creates DLLs whose symbols can be resolved at runtime. It will be required for an upcoming OCaml release with dynamic module support. This release is