Re: [ITP] xcb-util

2009-01-13 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yaakov (Cygwin/X) wrote: I propose to maintain xcb-util, a collection of XCB convenience libraries. libxcb-render-util is a requirement for enabling the XCB backend in cairo. libxcb-wm is static-only on purpose; it depends on the program

Re: [ITP] xcb-util

2009-01-13 Thread Corinna Vinschen
On Jan 13 02:54, Yaakov (Cygwin/X) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yaakov (Cygwin/X) wrote: I propose to maintain xcb-util, a collection of XCB convenience libraries. libxcb-render-util is a requirement for enabling the XCB backend in cairo. libxcb-wm is

[RFU] lftp-3.7.6-1

2009-01-13 Thread Andrew Schulman
I've packaged a new release of lftp, for both 1.5 and 1.7. This is a new upstream release. Please upload. Thanks, Andrew. # 1.5 wget \ http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1.tar.bz2 \ http://home.comcast.net/~andrex2/cygwin-1.5/lftp/lftp-3.7.6-1-src.tar.bz2 # 1.7 wget

X Error of failed request: BadAlloc (insufficient resources for operation)

2009-01-13 Thread Marzio.VIDALI
Hello, I recently updated my Cygwin installation and I'm facing a strange problem now. I use Cygwin (Xwin X Server release 6.8.99.901-4) on Windows XP to work on a fully patched Solaris 9 workstation. When I try to run VNC on the Solaris workstation, it pops up the VNC authentication dialog as

[ANNOUNCEMENT] Updated: libcairo2/libcairo-devel-1.8.6-1

2009-01-13 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages were updated in the Cygwin distribution: *** libcairo2-1.8.6-1 *** libcairo-devel-1.8.6-1 This is the latest upstream release of cairo. The XCB backend has been enabled, adding a dependency on the just-released

[ANNOUNCEMENT] New packages: xcb-util-0.3.2-1 (19 packages)

2009-01-13 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages were added to the Cygwin distribution: *** libxcb-atom1-0.3.2-1 *** libxcb-atom-devel-0.3.2-1 *** libxcb-aux0-0.3.2-1 *** libxcb-aux-devel-0.3.2-1 *** libxcb-event1-0.3.2-1 *** libxcb-event-devel-0.3.2-1 ***

configure error in X build - cpp requires -undef

2009-01-13 Thread Tom George
Hello, I am trying to build the Cygwin/X following the instructions in the Cygwin/X Contributors Guide. When I run ./configure --prefix=/usr the last few lines of output are: checking whether make sets $(MAKE)... (cached) yes checking for pkg-config... no checking for flex... flex checking

Re: configure error in X build - cpp requires -undef

2009-01-13 Thread Jon TURNEY
Tom George wrote: I am trying to build the Cygwin/X following the instructions in the Cygwin/X Contributors Guide. When I run ./configure --prefix=/usr the last few lines of output are: ... checking if /usr/bin/cpp requires -undef... configure: error: /usr/bin/cpp defines unix with or

Re: configure error in X build - cpp requires -undef

2009-01-13 Thread Tom George
I got the source via cygwin setup. The version is 1.0.5-1. Jon TURNEY wrote: Tom George wrote: I am trying to build the Cygwin/X following the instructions in the Cygwin/X Contributors Guide. When I run ./configure --prefix=/usr the last few lines of output are: ... checking if

Re: Semaphore handle leaks in WindowMaker with latest Xorg distribution

2009-01-13 Thread Dr. Volker Zell
Volker Zell writes: Yaakov writes: Dr. Volker Zell wrote: After switching to the latest Xorg packages (still under cygwin-1.5), WindowMaker-0.90.0-2 stops working after more or less 36 hours continues uptime of my laptop. When this happens I see the following in a bash

Re: WMaker compile

2009-01-13 Thread Pascal A. Dupuis
On Mon, Jan 12, 2009 at 05:27:07PM +0100, Dr. Volker Zell wrote: Can you please check if your version also leaks handles ? o http://cygwin.com/ml/cygwin-xfree/2009-01/msg00048.html Sorry, but how can I detect handle leakage ? Maybe this is not related, or maybe it is: - if I launch cygwin

src/winsup/cygwin ChangeLog libc/getopt.c

2009-01-13 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2009-01-13 09:58:43 Modified files: winsup/cygwin : ChangeLog winsup/cygwin/libc: getopt.c Log message: * libc/getopt.c (parse_long_options): Use fix from NetBSD's getopt to

Re: Signal handling in Win32 GUI programs

2009-01-13 Thread Chris January
On Tue, Jan 13, 2009 at 7:29 AM, Andy Koppe wrote: Actually I still can't quite get signal handling in MinTTY to work right. SIGINT is fine, but SIGTERM, SIGHUP, and SIGKILL don't seem to get to sigwait(), instead still invoking the default handler, i.e. terminating MinTTY without SIGHUP being

Re: automate SSH-HOST-CONFIG

2009-01-13 Thread Dmitry Semyonov
Hi Johnny, On Tue, Jan 13, 2009 at 03:28, blazt wrote: I am not sure how to do a except script. I have been looking at what I can find on the net. It is 'expect', not 'except'. It's enough to read 'man expect' for basics. You'll have to learn some Tcl docs for advanced usage, (not required

Re: IP_PKTINFO in cygwin

2009-01-13 Thread Corinna Vinschen
On Jan 13 02:26, Bill Florac wrote: Does cygwin support the setsockopt() - IP_PKTINFO to retreive the destination address of a incomming UDP packet received via recvmsg()? I have made numberous attempts but CMSG_FIRSTHDR() always returns NULL. The same code works find under linux. I'm

Re: bug in cygwin's gcc/g++ getopt_long(): erroneous ambiguous option

2009-01-13 Thread Corinna Vinschen
On Jan 13 00:49, Dan Tsafrir wrote: Hi, When given certain long options, Cygwin's getopt_long() function erroneously fails on ambiguous option. The short program below illustrates the problem: getopt_long() wrongfully reports the --xy option as ambiguous. Strangely, if flipping the order

Re: Signal handling in Win32 GUI programs

2009-01-13 Thread Andy Koppe
2009/1/13 Andy Koppe andy.ko...@gmail.com: static const sigset_t term_sigs = 1SIGHUP | 1SIGKILL | 1SIGTERM | 1SIGINT; Seems this is the problem. It needs to be done the proper way, using sigaddset. Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: file mirroring

2009-01-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 12, 2009 at 11:48:51PM -0800, jedalaurin wrote: [...] rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at

Re: file mirroring

2009-01-13 Thread jedalaurin
Tomas Zerolo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 12, 2009 at 11:48:51PM -0800, jedalaurin wrote: [...] rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at

Re: file mirroring

2009-01-13 Thread jedalaurin
Tomas Zerolo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 12, 2009 at 11:48:51PM -0800, jedalaurin wrote: [...] rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Grant Edwards
On 2009-01-13, Larry Hall (Cygwin) reply-to-list-only...@cygwin.com wrote: On 01/12/2009, Grant Edwards wrote: It looks like a batch file would work, but it pops up a nuisance console window. [Question: does local directory refer to the directory where setup.exe is located or to the current

Re: file mirroring

2009-01-13 Thread Manish Sharma
jedalaurin == jedalaurin neonflux...@yahoo.com writes: jedalaurin Tomas Zerolo wrote: [snip: lengthy explanation (59 lines)] jedalaurin server_A: Red hat jedalaurin server_B: Window 2003 (cygwin) jedalaurin i was on server_B running this command: jedalaurin ssh -i /root/rsync/mirror-rsync-key

Re: fetchmail pops up console windows

2009-01-13 Thread Jason Tishler
Gary, On Mon, Jan 12, 2009 at 11:23:08PM -0800, Gary Johnson wrote: On 2008-02-22, Dr. Volker Zell wrote: This still bugs me. fetchmail pops up console windows when delivering mails to procmail. It doesn't matter if I run fetchmail directly from the commandline (in my case in a rxvt

Re: file mirroring

2009-01-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 13, 2009 at 05:30:40AM -0800, jedalaurin wrote: Tomas Zerolo wrote: [...] As Larry said, this probably isn't Cygwin-specific. Rsync can be also [...] server_A: Red hat server_B: Window 2003 (cygwin) i was on server_B

Re: file mirroring

2009-01-13 Thread jedalaurin
मनीष wrote: jedalaurin == jedalaurin neonflux...@yahoo.com writes: jedalaurin Tomas Zerolo wrote: [snip: lengthy explanation (59 lines)] jedalaurin server_A: Red hat jedalaurin server_B: Window 2003 (cygwin) jedalaurin i was on server_B running this command: jedalaurin ssh -i

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-13 Thread Alexey Eremenko
On Mon, Jan 12, 2009 at 4:32 PM, Larry Hall (Cygwin) reply-to-list-only...@cygwin.com wrote: Alexey Eremenko wrote: On Mon, Jan 12, 2009 at 4:47 AM, Alexey Eremenko al4...@gmail.com wrote: Hi All ! I have installed Cygwin on Vista -- but was unable to install SSH server on it.

RE: fetchmail pops up console windows

2009-01-13 Thread Buchbinder, Barry (NIH/NIAID) [E]
Gary Johnson wrote on Tuesday, January 13, 2009 2:23 AM: On 2008-02-22, Dr. Volker Zell wrote: This still bugs me. fetchmail pops up console windows when delivering mails to procmail. It doesn't matter if I run fetchmail directly from the commandline (in my case in a rxvt window under X) or

Re: file mirroring

2009-01-13 Thread jedalaurin
Tomas Zerolo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 13, 2009 at 05:30:40AM -0800, jedalaurin wrote: Tomas Zerolo wrote: [...] As Larry said, this probably isn't Cygwin-specific. Rsync can be also [...] server_A: Red hat server_B: Window 2003

Fwd: rm seems to fail

2009-01-13 Thread greenup greenup
I seem to have problems with rm. specifically, even when using -f it won't remove files, if the permissions are restricted to read-only. -f is supposed to be the I don't care, just do it switch. At one point moved my whole c:\cygwin hierarchy to a backup, rebooted and reinstalled, to try and get

Re: rm seems to fail

2009-01-13 Thread greenup greenup
oh, I forgot to mention: right after doing the rm, the return code is success, even though it failed to actually remove the file. d...@w2 ~ $ rm -f goo/foo d...@w2 ~ $ echo $? 0 On 1/13/09, greenup greenup gree...@gmail.com wrote: ... d...@w2 ~ $ mkdir goo d...@w2 ~ $ touch goo/foo

Re: python 2.6

2009-01-13 Thread Jason Tishler
On Tue, Jan 13, 2009 at 03:17:01AM +0200, George Ciobanu wrote: First of all, sorry for breaking the thread, but I'm not a subscriber to this list. Please cc me on the next email. Just wanted to let you know that I don't see the issue you are describing in my environment when running make

Re: fetchmail pops up console windows

2009-01-13 Thread Gary Johnson
On 2009-01-13, Jason Tishler wrote: Gary, On Mon, Jan 12, 2009 at 11:23:08PM -0800, Gary Johnson wrote: On 2008-02-22, Dr. Volker Zell wrote: This still bugs me. fetchmail pops up console windows when delivering mails to procmail. It doesn't matter if I run fetchmail directly from

Re: fetchmail pops up console windows

2009-01-13 Thread Dr. Volker Zell
Gary Johnson writes: On 2008-02-22, Dr. Volker Zell wrote: Hi This still bugs me. fetchmail pops up console windows when delivering mails to procmail. It doesn't matter if I run fetchmail directly from the commandline (in my case in a rxvt window under X) or

Re: rm seems to fail

2009-01-13 Thread Mark J. Reed
On Tue, Jan 13, 2009 at 12:16 PM, greenup wrote: oh, I forgot to mention: right after doing the rm, the return code is success, even though it failed to actually remove the file. rm with -f is silent about certain types of errors, usually of the file doesn't exist variety. So that sounds like

Re: file mirroring

2009-01-13 Thread Thorsten Kampe
* jedalaurin (Mon, 12 Jan 2009 23:48:51 -0800 (PST)) rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4] after running

Re: file mirroring

2009-01-13 Thread Thorsten Kampe
* Thorsten Kampe (Tue, 13 Jan 2009 19:44:22 +0100) * jedalaurin (Mon, 12 Jan 2009 23:48:51 -0800 (PST)) rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at

Re: rm seems to fail

2009-01-13 Thread greenup greenup
On 1/13/09, Mark J. Reed markjr...@gmail.com wrote: On Tue, Jan 13, 2009 at 12:16 PM, greenup wrote: oh, I forgot to mention: right after doing the rm, the return code is success, even though it failed to actually remove the file. rm with -f is silent about certain types of errors, usually

Re: rm seems to fail

2009-01-13 Thread greenup greenup
oops. forgot to scrub mail headers for email addrs. Sorry about that. does the list archive scrub? -greenup On 1/13/09, greenup greenup wrote: On 1/13/09, Mark J. Reed wrote: On Tue, Jan 13, 2009 at 12:16 PM, greenup wrote: -- Unsubscribe info:

Re: automate SSH-HOST-CONFIG

2009-01-13 Thread blazt
Hi Dimitri, thanks for your help. I created the script based on yours but it never sends the expect back to the program. #!/bin/bash #!./expect -f chmod +r /etc/passwd chmod +r /etc/group chmod +x /var echo Starting Script ssh-host-config # Host keys generation is lengthy procedure set

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Grant Edwards
On 2009-01-13, Larry Hall (Cygwin) reply-to-list-only...@cygwin.com wrote: On 01/12/2009, Grant Edwards wrote: It looks like a batch file would work, but it pops up a nuisance console window. [Question: does local directory refer to the directory where setup.exe is located or to the current

Re: IP_PKTINFO in cygwin

2009-01-13 Thread Bill Florac
Corinna Vinschen corinna-cygwin at cygwin.com writes: On Jan 13 02:26, Bill Florac wrote: Does cygwin support the setsockopt() - IP_PKTINFO to retreive the destination address of a incomming UDP packet received via recvmsg()? I have made numberous attempts but CMSG_FIRSTHDR() always

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards gra...@visi.com wrote: On 2009-01-13, Larry Hall (Cygwin) reply-to-list-only...@cygwin.com wrote: On 01/12/2009, Grant Edwards wrote: It looks like a batch file would work, but it pops up a nuisance console window. [Question: does local directory refer to the

Re: fetchmail pops up console windows

2009-01-13 Thread Jason Tishler
Gary, On Tue, Jan 13, 2009 at 09:55:36AM -0800, Gary Johnson wrote: On 2009-01-13, Jason Tishler wrote: FWIW, I don't have this problem when running fetchmail as a service. I saw that in an earlier post and tried to follow the instructions in /usr/share/doc/Cygwin/fetchmail-6.3.9.README,

Re: rm seems to fail

2009-01-13 Thread Mark J. Reed
On Tue, Jan 13, 2009 at 1:57 PM, greenup wrote: d...@w2 ~ $ rm -v goo/foo rm: remove write-protected regular empty file `goo/foo'? y removed `goo/foo' d...@w2 ~ $ echo $? 0 d...@w2 ~ $ ls -la goo total 0 drwxr-xr-x+ 2 dz mkgroup-l-d 0 Jan 13 08:10 . drwxrwx---+ 23

Re: python 2.6

2009-01-13 Thread George Ciobanu
Jason Tishler wrote: George, are you willing to install openssl-devel, build a completely new Python, run the regression test [2], and report back your findings to the list? After I've installed openssl-dev and rebuilt from scratch Python. I could see both error conditions: sem_init:

Re: rm seems to fail

2009-01-13 Thread greenup greenup
not a universal problem is good and bad... good that this is widespread, bad that it's harder to debug on just my system. I renamed the other rm, (after checking to see if it worked... it does, but even though it can cope with forward slashes, it hates /cygdrive/d/... I also tried backing down

setup.exe 2.592-1.7 built from sources seems buggy

2009-01-13 Thread Grant Edwards
I built setup.exe from the sources in setup-2.592-1.7special.tar.bz2, and the resulting program seems a bit buggy. There have been two problems I've noticed so far: 1) It stopped and complatined that release/gcc/gcc-3.4.4-3.tar.bz2 wasn't a valid file format. Yet tar seems quite happy with

Re: rm seems to fail

2009-01-13 Thread Mark J. Reed
On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: your perl test was a nice try; but it also did not remove the file, which is revealing. I should have included a return code check: perl -e 'unlink(goo/foo) or die $!' I suspect that will still run silently without removing the file, indicating

setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
I'm tyring to build setup 2.573.2.3, but the configure always fails like this: checking whether padlock support is requested... yes checking for gpg-error-config... (cached) /home/grante/setup-2.573.2.3/gpg-error-config-fake --dir=/home/grante/setup-2.573.2.3 checking for GPG Error -

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards gra...@visi.com wrote: I'm tyring to build setup 2.573.2.3, but the configure always fails like this: checking whether padlock support is requested... yes checking for gpg-error-config... (cached) /home/grante/setup-2.573.2.3/gpg-error-config-fake

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Larry Hall (Cygwin)
Grant Edwards wrote: On 2009-01-13, Larry Hall (Cygwin) reply-to-list-only-lh AT cygwin DOT com wrote: ^^ http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. On 01/12/2009, Grant Edwards wrote: It looks like a batch

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-13 Thread Larry Hall (Cygwin)
Alexey Eremenko wrote: On Mon, Jan 12, 2009 at 4:32 PM, Larry Hall (Cygwin) reply-to-list-only...@cygwin.com wrote: Alexey Eremenko wrote: On Mon, Jan 12, 2009 at 4:47 AM, Alexey Eremenko al4...@gmail.com wrote: Hi All ! I have installed Cygwin on Vista -- but was unable to install SSH

Re: MinTTY Double Click Issue

2009-01-13 Thread ERIC HO
Hi, Andy, you are right. Adjusting the Window's double click from fast to medium corrects the problem. I hardly use Windows applications nowadays with Cygwin available. Thanks again. Eric. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: rm seems to fail

2009-01-13 Thread Larry Hall (Cygwin)
Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: your perl test was a nice try; but it also did not remove the file, which is revealing. I should have included a return code check: perl -e 'unlink(goo/foo) or die $!' I suspect that will still run silently without removing

Re: fetchmail pops up console windows

2009-01-13 Thread Gary Johnson
On 2009-01-13, Jason Tishler wrote: Gary, On Tue, Jan 13, 2009 at 09:55:36AM -0800, Gary Johnson wrote: On 2009-01-13, Jason Tishler wrote: FWIW, I don't have this problem when running fetchmail as a service. I saw that in an earlier post and tried to follow the instructions in

Re: fetchmail pops up console windows

2009-01-13 Thread Larry Hall (Cygwin)
Gary Johnson wrote: On 2009-01-13, Jason Tishler wrote: Gary, On Tue, Jan 13, 2009 at 09:55:36AM -0800, Gary Johnson wrote: On 2009-01-13, Jason Tishler wrote: FWIW, I don't have this problem when running fetchmail as a service. I saw that in an earlier post and tried to follow the

ps COMMAND column

2009-01-13 Thread Paul McFerrin
Is there a way to get ps to display more on the COMMAND column? It appears to display only argv[0] and none of the others. So when executing ksh scripts, they all show up as ksh. Or if you have multiple executions of a single command, it makes it hard to identify which one you want to kill

Re: rm seems to fail

2009-01-13 Thread greenup greenup
On 1/13/09, Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: your perl test was a nice try; but it also did not remove the file, which is revealing. I should have included a return code check: perl -e 'unlink(goo/foo) or die $!' the return code check worked!! (removed

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Dave Korn
Grant Edwards wrote: On 2009-01-13, Grant Edwards wrote: I'm tyring to build setup 2.573.2.3, but the configure always fails like this: checking whether padlock support is requested... yes checking for gpg-error-config... (cached) /home/grante/setup-2.573.2.3/gpg-error-config-fake

Re: rm seems to fail

2009-01-13 Thread Dave Korn
Larry Hall (Cygwin) wrote: Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: So at this point I'm at a loss. I'm running the same version of Cygwin (though on Vista, not XP) on the same type of filesystem (NTFS) and not seeing the issue. Is there any way this could be

Re: How to make setup.exe default to local-install?

2009-01-13 Thread Grant Edwards
On 2009-01-13, Larry Hall (Cygwin) reply-to-list-only...@cygwin.com wrote: Are you only interested in knowing where the local directory defaults to the first time it is run on a machine without a Cygwin installation? Yes. If so, then yes, it is CWD. Thanks for confirming that. That's what

Re: rm seems to fail

2009-01-13 Thread Dave Korn
greenup greenup wrote: On 1/13/09, Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: your perl test was a nice try; but it also did not remove the file, which is revealing. I should have included a return code check: perl -e 'unlink(goo/foo) or die $!' the return

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
On 2009-01-13, Dave Korn dave.korn.cyg...@googlemail.com wrote: Looking in the snapshot tarball, it seems that configure.in does indeed have the original (unpatched or reverted) code, so why doesn't it have the gpg-error-config-fake script as well? I went digging in the source directory

Re: rm seems to fail

2009-01-13 Thread greenup greenup
On 1/13/09, Dave Korn wrote: greenup greenup wrote: On 1/13/09, Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: your perl test was a nice try; but it also did not remove the file, which is revealing. I should have included a return code check: perl -e

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards gra...@visi.com wrote: On 2009-01-13, Dave Korn dave.korn.cyg...@googlemail.com wrote: Looking in the snapshot tarball, it seems that configure.in does indeed have the original (unpatched or reverted) code, so why doesn't it have the gpg-error-config-fake script

Re: rm seems to fail

2009-01-13 Thread greenup greenup
broken again/still. On 1/13/09, Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: your perl test was a nice try; but it also did not remove the file, which is revealing. I should have included a return code check: perl -e 'unlink(goo/foo) or die $!' d...@w2 ~ $ perl

Re: setup.exe 2.592-1.7 built from sources seems buggy

2009-01-13 Thread Grant Edwards
On 2009-01-13, Grant Edwards gra...@visi.com wrote: I built setup.exe from the sources in setup-2.592-1.7special.tar.bz2, and the resulting program seems a bit buggy. There have been two problems I've noticed so far: 1) It stopped and complatined that release/gcc/gcc-3.4.4-3.tar.bz2

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Dave Korn
Grant Edwards wrote: On 2009-01-13, Dave Korn wrote: Or you can hang around a while, and I'll upload a fixed tarball. (I'll just manually add the missing stuff and re-upload it). Now done. http://cygwin.com/setup/snapshots/setup-2.573.2.3.tar.bz2 (I also updated the ../current/

Re: fetchmail pops up console windows

2009-01-13 Thread Gary Johnson
On 2009-01-13, Dr. Volker Zell wrote: Gary Johnson writes: On 2008-02-22, Dr. Volker Zell wrote: Hi This still bugs me. fetchmail pops up console windows when delivering mails to procmail. It doesn't matter if I run fetchmail directly from the commandline

RE: rm seems to fail

2009-01-13 Thread Ian Puleston
-Original Message- From: greenup greenup Sent: Tuesday, January 13, 2009 3:03 PM This machine uses Mcaffee OAS. And it appears I don't have the power to disable it even to test. Mixed feelings about that... there are some users that would leave it off a lot... You can

Re: fetchmail pops up console windows

2009-01-13 Thread Gary Johnson
On 2009-01-13, Larry Hall (Cygwin) wrote: Gary Johnson wrote: On 2009-01-13, Jason Tishler wrote: Gary, On Tue, Jan 13, 2009 at 09:55:36AM -0800, Gary Johnson wrote: On 2009-01-13, Jason Tishler wrote: FWIW, I don't have this problem when running fetchmail as a service. I saw that in an

Re: setup 2.573.2.3 configure fails libgpg-error/libgcrypt

2009-01-13 Thread Grant Edwards
On 2009-01-13, Dave Korn dave.korn.cyg...@googlemail.com wrote: Thanks, I'm set. I guess nobody else builds their own setup.exe. :) I'm a little surprised it took this long for anyone to notice! You can take that as a compliment: the program evidently works so well that only the rare

Re: rm seems to fail

2009-01-13 Thread Larry Hall (Cygwin)
greenup greenup wrote: broken again/still. On 1/13/09, Mark J. Reed wrote: On Tue, Jan 13, 2009 at 2:52 PM, greenup wrote: your perl test was a nice try; but it also did not remove the file, which is revealing. I should have included a return code check: perl -e 'unlink(goo/foo) or die

Re: rm seems to fail

2009-01-13 Thread greenup greenup
On Tue, Jan 13, 2009 at 5:34 PM, Larry Hall (Cygwin) wrote: greenup greenup wrote: broken again/still. On 1/13/09, Mark J. Reed wrote: Any luck on the BLODA front? Afraid I don't know BLODA, but disabling the virus scanner for a few minutes didn't work. -- Unsubscribe info:

Re: rm seems to fail

2009-01-13 Thread Larry Hall (Cygwin)
greenup greenup wrote: On Tue, Jan 13, 2009 at 5:34 PM, Larry Hall (Cygwin) wrote: greenup greenup wrote: broken again/still. On 1/13/09, Mark J. Reed wrote: Any luck on the BLODA front? Afraid I don't know BLODA, but disabling the virus scanner for a few minutes didn't work.

Re: file mirroring

2009-01-13 Thread jedalaurin
Thorsten Kampe wrote: * jedalaurin (Mon, 12 Jan 2009 23:48:51 -0800 (PST)) rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632)

Re: file mirroring

2009-01-13 Thread jedalaurin
Thorsten Kampe wrote: * Thorsten Kampe (Tue, 13 Jan 2009 19:44:22 +0100) * jedalaurin (Mon, 12 Jan 2009 23:48:51 -0800 (PST)) rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at