Re: uw-imap-imapd: suggestions for cyg_server issue

2010-02-15 Thread Dr. Volker Zell
Shaddy Baddah writes: In anycase, I await a response from the uw-imap maintainer for Cygwin, Dr. Volker Zell before I do anything more. The patch I made is at least enough to get me going with imapd. Hi Shaddy, it would be nice if you could take over maintainership of

src/winsup/cygwin ChangeLog path.cc

2010-02-15 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-02-15 13:29:03 Modified files: winsup/cygwin : ChangeLog path.cc Log message: * path.cc (path_conv::check): Treat native DOS paths as noacl. Patches:

src/winsup/doc ChangeLog new-features.sgml pat ...

2010-02-15 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2010-02-15 13:35:53 Modified files: winsup/doc : ChangeLog new-features.sgml pathnames.sgml Log message: * new-features.sgml (ov-new1.7.2): Add native DOS path and UNC path change.

Re: Add xdr support

2010-02-15 Thread Corinna Vinschen
On Feb 14 14:12, Christopher Faylor wrote: On Sun, Feb 14, 2010 at 05:33:08PM +, Dave Korn wrote: On 14/02/2010 10:18, Corinna Vinschen wrote: I don't know if that works, but it would be really cool if a single DLL import lib like libcygwin.a could export symbols from different DLLs. That

Re: Add xdr support

2010-02-15 Thread Corinna Vinschen
On Feb 15 00:48, Charles Wilson wrote: Christopher Faylor wrote: You could make the same argument for much of the functionality we've added to cygwin. I'm sure a significant number of functions could be added to newlib if we were so inclined. Just take a look at the libc directory or

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Corinna Vinschen
On Feb 14 15:30, Christian Joensson wrote: 2010/2/11 Christian Joensson: well, maybe this never shows up on cygwin developers' list.. but 20100204 works... 20100205 doesn't... FWIW, 20100212 does seem to suffer from similar problems as does 201002{05,07,10} does, ie, gcc trunk (revision

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Christian Joensson
2010/2/14 Christian Joensson: 20100204 works... 20100205 doesn't... FWIW, 20100212 does seem to suffer from similar problems as does 201002{05,07,10} does, ie, gcc trunk (revision 156700) libffi testsuite have the same issue with crept in . neither 20100214 works for libffi testsuite... --

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Marco Atzeri
--- Lun 15/2/10, Corinna Vinschen ha scritto: Data: Lunedì 15 febbraio 2010, 09:57 On Feb 14 15:30, Christian Joensson wrote: 2010/2/11 Christian Joensson: well, maybe this never shows up on cygwin developers' list.. but 20100204 works... 20100205 doesn't... FWIW, 20100212

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Corinna Vinschen
On Feb 15 10:18, Marco Atzeri wrote: --- Lun 15/2/10, Corinna Vinschen ha scritto: Data: Lunedì 15 febbraio 2010, 09:57 On Feb 14 15:30, Christian Joensson wrote: 2010/2/11 Christian Joensson: well, maybe this never shows up on cygwin developers' list.. but 20100204

Bug in setup.exe

2010-02-15 Thread Jan Obrestad
I have discovered a bug in setup.exe version 2.682. I tried installing cygwin 1.7.1 on windows 7 x64. It failed with the error message: Unable to extract /etc/ -- the file is in use. Which was a bit weird since the directory didn't exist yet. The log message was a bit more clear it said:

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Corinna Vinschen
On Feb 15 10:31, Christian Joensson wrote: 2010/2/14 Christian Joensson: 20100204 works... 20100205 doesn't... FWIW, 20100212 does seem to suffer from similar problems as does 201002{05,07,10} does, ie, gcc trunk (revision 156700) libffi testsuite have the same issue with crept in .

wconsole on cygwin

2010-02-15 Thread ghada zaibi
Hi, I'm trying to install wconsole for wsim but I found this error when I wrote make..anyone knows how can I fix this error? Thanks a lot make make all-recursive make[1]: Entering directory `/home/ghada/wsim/utils/console' Making all in src make[2]: Entering directory

1.7.1: Bind 9.6.0-P1 on Vista: could not listen on UDP socket: not enough free resources

2010-02-15 Thread François Donzé
On my Vista SP1, named cannot listen on a Interface, because it cannot open any socket. In order to minimize the number of needed sockets, I asked /etc/named.conf to listen on a single interface: listen-on { 192.168.222/24 ; } However, named -g still returns: ... 15-Feb-2010 16:33:33.279

1.7.1-1: sh.exe dos-style problem

2010-02-15 Thread pdcy
Hallo all, Is it possible to make sh.exe process dos-style files (line break: 0x0D 0x0A) correctly? Converting the script file to unix style is not possible in my special case. Please find a detailed description below. Thanks in advance Peter 1. IBM Rational ClearQuest Client für Windows

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Corinna Vinschen
On Feb 15 15:15, Corinna Vinschen wrote: On Feb 15 10:18, Marco Atzeri wrote: I hope it can help Thanks, but that's not exactly simple. It requires to run a test through an interpreter. It would still be more helpful to get a simple testcase in plain C or at least just the regular

Re: 1.7.1-1: sh.exe dos-style problem

2010-02-15 Thread Eric Blake
According to p...@gmx.com on 2/15/2010 9:14 AM: Hallo all, Is it possible to make sh.exe process dos-style files (line break: 0x0D 0x0A) correctly? It depends on what you mean by correctly. The default behavior IS correct in my opinion, as it is identical to Linux behavior. But re-read the

Re: wconsole on cygwin

2010-02-15 Thread Greg Chicares
On 2010-02-15 15:51Z, ghada zaibi wrote: gcc -DHAVE_CONFIG_H -I. -I.. -I..-Wall -g -O2 -I/usr/local/include/SDL -I/us r/include/mingw -mno-cygwin -Dmain=SDL_main -MT main.o -MD -MP -MF .deps/main.Tp o -c -o main.o main.c '-mno-cygwin' essentially means you're building for MinGW,

Re: wconsole on cygwin

2010-02-15 Thread Christopher Faylor
On Mon, Feb 15, 2010 at 04:59:07PM +, Greg Chicares wrote: On 2010-02-15 15:51Z, ghada zaibi wrote: gcc -DHAVE_CONFIG_H -I. -I.. -I..-Wall -g -O2 -I/usr/local/include/SDL -I/us r/include/mingw -mno-cygwin -Dmain=SDL_main -MT main.o -MD -MP -MF .deps/main.Tp o -c -o main.o main.c

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Christian Joensson
2010/2/15 Christopher Faylor: On Mon, Feb 15, 2010 at 10:31:22AM +0100, Christian Joensson wrote: 2010/2/14 Christian Joensson: 20100204 works... 20100205 doesn't... FWIW, 20100212 does seem to suffer from similar problems as does 201002{05,07,10} does, ie, gcc trunk (revision 156700) libffi

SNMP utils

2010-02-15 Thread Ben Kamen
Hey all, Pardon this rather neophyte question: I have cygwin on my laptop (from years ago) and it has snmp utils loaded that I can access from cygwin. (net-snmp 5.4.1) Anyway - I don't see net-snmp available from the current list.. so I'm assuming I installed it separately.. But it's in

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Christopher Faylor
On Mon, Feb 15, 2010 at 07:15:14PM +0100, Christian Joensson wrote: 2010/2/15 Christopher Faylor: On Mon, Feb 15, 2010 at 10:31:22AM +0100, Christian Joensson wrote: 2010/2/14 Christian Joensson: 20100204 works... 20100205 doesn't... FWIW, 20100212 does seem to suffer from similar problems as

Re: SNMP utils

2010-02-15 Thread Larry Hall (Cygwin)
On 02/15/2010 02:05 PM, Ben Kamen wrote: Hey all, Pardon this rather neophyte question: I have cygwin on my laptop (from years ago) and it has snmp utils loaded that I can access from cygwin. (net-snmp 5.4.1) Anyway - I don't see net-snmp available from the current list.. so I'm assuming I

Re: SNMP utils

2010-02-15 Thread Ben Kamen
On 2/15/2010 2:14 PM, Larry Hall (Cygwin) wrote: On 02/15/2010 02:05 PM, Ben Kamen wrote: Hey all, Pardon this rather neophyte question: I have cygwin on my laptop (from years ago) and it has snmp utils loaded that I can access from cygwin. (net-snmp 5.4.1) Anyway - I don't see net-snmp

Re: [gcc] FYI, libffi FAILs with cygwin snapshot 20100205, 20100207 20100210...

2010-02-15 Thread Marco Atzeri
--- Lun 15/2/10, Corinna Vinschen ha scritto: On Feb 15 15:15, Corinna Vinschen wrote: On Feb 15 10:18, Marco Atzeri wrote: I hope it can help Thanks, but that's not exactly simple.  It requires to run a test through an interpreter.  It would still be more helpful to get a simple

Mirroring cygwin

2010-02-15 Thread Jason Pyeron
What is the best forum to discuss mirroring cygwin? -Jason Random notes below... Followed, http://sourceware.org/cygwin-apps/package-server.html but no rsync friendly entries? Guessed: rsync -a rsync://cygwin.com/cygwin-ftp . --exclude=/release-legacy What is the best way today to mirror

Re: select() and named pipes

2010-02-15 Thread Enrico Forestieri
On Sun, Feb 14, 2010 at 08:54:27PM -0500, Christopher Faylor wrote: I just checked in YA in my series of attempts to get this working right. It will behave marginally better now but there are still problems if you attempt to write to a fifo before anything is reading it and then try to do a

Patch on an old doc http://mirror.mcs.anl.gov/pub/cygwin/release/README

2010-02-15 Thread Jason Pyeron
http://mirror.mcs.anl.gov/pub/cygwin/release/README -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West

Re: select() and named pipes

2010-02-15 Thread Christopher Faylor
On Tue, Feb 16, 2010 at 02:20:55AM +0100, Enrico Forestieri wrote: On Sun, Feb 14, 2010 at 08:54:27PM -0500, Christopher Faylor wrote: I just checked in YA in my series of attempts to get this working right. It will behave marginally better now but there are still problems if you attempt to

regex.h (continued)

2010-02-15 Thread Brian Wolf
Hi, I've asked here before regarding regex.h . I have verified that it exists under /usr/include. However, I am running a configure file, http://sourceware.org/ml/cygwin/2010-01/msg00797.html http://sourceware.org/ml/cygwin/2010-01/msg00799.html However, I am running a configure file

Re: regex.h (continued)

2010-02-15 Thread Larry Hall (Cygwin)
On 02/15/2010 11:12 PM, Brian Wolf wrote: Hi, I've asked here before regarding regex.h . I have verified that it exists under /usr/include. However, I am running a configure file, http://sourceware.org/ml/cygwin/2010-01/msg00797.html http://sourceware.org/ml/cygwin/2010-01/msg00799.html

Re: AddAccessAllowedAce(, owner) failed: 1337

2010-02-15 Thread Stephen Grant Brown
Hi Larry, Once agian, thankyou for you quick responses. - Original Message - From: Larry Hall (Cygwin) Sent: Monday, February 15, 2010 3:33 PM Subject: Re: AddAccessAllowedAce(, owner) failed: 1337 On 02/14/2010 11:14 PM, Stephen Grant Brown wrote: snip I see. Well, try my

Re: Mirroring cygwin

2010-02-15 Thread Dave Korn
On 16/02/2010 01:11, Jason Pyeron wrote: Followed, http://sourceware.org/cygwin-apps/package-server.html but no rsync friendly entries? What is the best way today to mirror cygwin today? I tried to follow http://sourceware.org/cygwin-apps/package-server.html but it seems none of the entries