[ANNOUNCEMENT] Updated: {jpeg/libjpeg-devel}-8b-1, NEW: libjpeg8-8b-1

2010-08-09 Thread Charles Wilson
The jpeg package contains the Independent JPEG Group's libjpeg library and various utility programs for manipulating jpeg files and images. This is a major update to the new upstream release. [[ compiled using gcc-4.3.4-3 ]] CHANGES (since 7-10) o Update to latest upstre

Ethernet interface names with cygwin 1.7.5

2010-08-09 Thread laurent . metais
Hello ! I am using a very simple to find all ethernet on my PC with cygwin : #include #include #include #include #include #include #include #include int get_iface_list(struct ifconf *ifconf) { int sock, rval; sock = socket(AF_INET,SOCK_STREAM,0); if(sock < 0) { perror("

boxes.sh grep: Unmatched [ or [^ at egrep '[[:space]]'

2010-08-09 Thread Reini Urban
Jaro, Our nice new setup found a problem in the boxes postinstall script: Package: boxes boxes.sh exit code 2 Package: No package boxes.sh exit code 2 cd /etc/postinstall $ ./boxes.sh grep: Unmatched [ or [^ in grep -E '^[^#]*/|^[[:space]]*$' /etc/preremove/boxes-manifest-from.ls

Re: Ethernet interface names with cygwin 1.7.5

2010-08-09 Thread Corinna Vinschen
On Aug 9 11:03, laurent.met...@cp.com wrote: > I am using a very simple to find all ethernet on my PC with cygwin : > [...] > With cygwin 1.7.5 the result is : > $ ./a.exe > Interfaces (count = 5): > {EE0A9E93-9A06-4CCB-B957-074C921D39FB} > {46D151B0-33BB-4706-A450-B29F50F8095A} >

telnet connected but without response in cygwin 1.7.5

2010-08-09 Thread laurent . metais
Hello ! I have the same problem as described here ( http://sourceware.org/ml/cygwin/2010-02/msg00202.html) , with telnet connection, there is no response. Where can I find a fix for this issue ? I am currently using cygwin 1.7.5 and issue is still there. Thanks you. Best Regards, Laurent Mét

Re: boxes.sh grep: Unmatched [ or [^ at egrep '[[:space]]'

2010-08-09 Thread Václav Haisman
On Mon, 9 Aug 2010 11:05:12 +0200, Reini Urban wrote: > Jaro, > > Our nice new setup found a problem in the boxes postinstall script: > Package: boxes > boxes.sh exit code 2 > Package: No package > boxes.sh exit code 2 > > cd /etc/postinstall > $ ./boxes.sh > grep: Unmatched [ or [^ >

Re: telnet connected but without response in cygwin 1.7.5

2010-08-09 Thread Charles Wilson
On 8/9/2010 8:15 AM, laurent.met...@cp.com wrote: I have the same problem as described here ( http://sourceware.org/ml/cygwin/2010-02/msg00202.html) , with telnet connection, there is no response. Where can I find a fix for this issue ? I am currently using cygwin 1.7.5 and issue is still there.

sed: --binary flag is undocumented

2010-08-09 Thread Carles Cufi
Hi there, I just found out in the IRC channel that to avoid trouble with cygwin's sed turning \r\n into \n one needs to pass the "--binary" flag. But this is not documented in the sed man pages, I was wondering if it should be. Thanks! -- Carles -- Problem reports: http://cygwin.com/proble

Re: Possible pipe(2) bug

2010-08-09 Thread Christopher Faylor
On Mon, Aug 09, 2010 at 03:00:03AM +0200, Bert Belder wrote: >I think the pipe(2) implementation may have a bug. > >The pipe function creates a pipe and returns two file descriptors >(which are just numbers), one for reading and one for writing. However >sometimes (but rarely) two subsequent call

RE: Possible pipe(2) bug

2010-08-09 Thread Bert Belder
On Mon, Aug 09, 2010 at 07:01PM +0200, Christopher Faylor wrote: > On Mon, Aug 09, 2010 at 03:00:03AM +0200, Bert Belder wrote: > >I think the pipe(2) implementation may have a bug. > > > >The pipe function creates a pipe and returns two file descriptors > >(which are just numbers), one for reading

Re: Batch-style variables to detect change in Cygdrive

2010-08-09 Thread Jeremy Bopp
On 8/8/2010 10:52 PM, Monte Cabet wrote: > Is there anyway I can get batch-style relative drive paths in Cygwin? An > example of what I mean is "%~d0". The reason for is is that I would like > to mount folders from a USB, so the drive (the variable I showed does > drive) will change everytime I plu

1.7.5: Occasional failure of CreatePipe or signal handing due to thread-unsafe code in cwdstuff::set

2010-08-09 Thread John Carey
After a call to SetCurrentDirectory(), I have seen occasional (< 5%) failures of CreatePipe() with code ERROR_INVALID_HANDLE. I have also seen failure of Cygwin signal handling because the signal handling pipe has mysteriously closed. I believe that both symptoms are due to this code in winsup/

Re: [Mingw-w64-public] Cygwin vs MSYS [WAS: Making config.guess detect mingw64 platform?]

2010-08-09 Thread Chiheng Xu
On Tue, Aug 10, 2010 at 1:25 AM, Earnie wrote: > Chiheng Xu wrote: >> >> On Fri, Jul 30, 2010 at 10:50 AM, Chiheng Xu >> wrote: >> > >> > Is 64-bits MSYS or Cygwin necessary? >> > >> > MSYS may be not necessary at all. >> > >> > If Cygwin merge the changes done in MSYS, and provide a Win32_Path

Re: [Mingw-w64-public] Cygwin vs MSYS [WAS: Making config.guess detect mingw64 platform?]

2010-08-09 Thread Eric Blake
On 08/09/2010 07:19 PM, Chiheng Xu wrote: > As far as I know, Cygwin has dropped text mode in 1.7, only providing > binary mode. This make Cygwin more like an real Linux environment. I > think this is because many Unix tools can not work perfectly at text > mode. Not true. But you are correct tha