Re: cygport missing features after 0.3.9

2008-04-26 Thread cygwin
Are there any other features you still need? See attached, against current cygport cvs. cygport-cvs-topdir.patch: lib/cvs.cygclass (cvs_fetch): allow cygports to specify a "-d ${CVS_DIR}" argument by defining the CVS_DIR variable. Otherwise, the module directory name is used, as pr

Incorrect info file of inetutils-1.5-3

2008-04-26 Thread Rodrigo Medina
The file inetutils.info does not function properly. There are 2 problems 1) In Index section it is claimed that there is a list of all commands, but actually the menu is empty. 2) The info program cannot reach the individual commands, because the names of the nodes are wrong. For example $ info

Re: Just upgraded last night pop3 now giving errors

2008-04-26 Thread René Berber
Wes S wrote: [snip] Now uw-ipop3d seems to be looking where exim was putting files back in 2005 before I changed the exim configuration to make uw-ipop3d happy back then. How do I make uw-ipop3d look in /var/mail where it was looking up to a couple days ago? I guess I need another clue. You

Re: Just upgraded last night pop3 now giving errors

2008-04-26 Thread Wes S
On 25 Apr 2008 at 18:21, René Berber wrote: > It's working fine, what changed is that the new uw-imap by default is > "build with SSL and disabling plaintext passwords" (it's a requirement > by RFC 3501). Now you have to use SSL, a.k.a. pop3s (port 995). > > The old behavior can be used, and the

Re: SetErrorMode (SEM_FAILCRITICALERRORS) not working on Vista?

2008-04-26 Thread Corinna Vinschen
On Apr 26 10:41, Corinna Vinschen wrote: > On Apr 25 18:08, [EMAIL PROTECTED] wrote: > > So I understand why there are (multiples of) six failures each -- these > > relinked versions in the old test suite (and the occurances in the new test > > suite) are expected to fail with either dll-not-foun

Re: cpan has a problem Writing Makefile

2008-04-26 Thread Reini Urban
2008/4/26 Chap Harrison: > I'm new to cygwin. Using setup.exe, I have installed the default cygwin > installlation on XP, as well as the entire devel section. I'm trying to use > cpan to install a Perl module (Text::CSV_XS) but it gives the following > error message: > > Checking to see if y

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-26 Thread Spiro Trikaliotis
Hello Bernard, * On Thu, Apr 24, 2008 at 01:08:16AM +0800 Bernard Blackham wrote: > On Mon, Apr 21, 2008 at 11:35:51AM +0100, Dave Korn wrote: > > Ah, this problem happens sometimes: the anti-virus on-access scanner > > keeps a > > handle open to the file a bit too long, interfering with norma

Re: Subversion problems with "svn switch", "svn co", "svn switch", because of 'wrong' permissions in .svn/ directories

2008-04-26 Thread Spiro Trikaliotis
Hello Dave, I am sorry for the late answer, but first, I was on a business trip, and secondly, I was speaking with the AntiVirus support team to try to find a fix or, at least, work-around for this issue. * On Mon, Apr 21, 2008 at 11:35:51AM +0100 Dave Korn wrote: > Spiro Trikaliotis wrote on 21

Re: SetErrorMode (SEM_FAILCRITICALERRORS) not working on Vista?

2008-04-26 Thread Corinna Vinschen
On Apr 25 18:08, [EMAIL PROTECTED] wrote: > So I understand why there are (multiples of) six failures each -- these > relinked versions in the old test suite (and the occurances in the new test > suite) are expected to fail with either dll-not-found or missing-symbol > errors. But Cygwin calls

Re: fstatat support

2008-04-26 Thread Corinna Vinschen
On Apr 25 21:20, Eric Blake wrote: > In trying to build findutils for cygwin 1.7.0, I'm running into: > > fts.c: In function `fts_stat': > fts.c:1395: warning: passing arg 3 of `fstatat' from incompatible pointer type > > Is there any reason why you declared fstatat to take struct __stat64 * > i