Upgrade from cygwin-1.5.23-2 to 1.5.24-2 creates CMD windows when running fetchmail for each fetched mail

2007-04-02 Thread Dr. Volker Zell
Hi Sorry for being late. For each mail fetched with fetchmail-6.3.1-1 or 6.3.6-1 from an IMAP server a new CMD window is created and then closed. I'm running fetchmail under X. The problem disappears when downgrading to 1.5.23-2. Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#

Re: SIGTSTP and select

2007-04-02 Thread Bob Rossi
On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > >I'm not exactly sure what has changed since the last release to cause > >this issue. However, here it is. > > > >When ctrl-z is typed, CGDB receives a SIGTSTP on both

Re: new module 'iconv_open' [attn gperf maintainer]

2007-04-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 4/2/2007 4:36 PM: > Eric Blake wrote: > > > > This change breaks compiling the latest git coreutils on at least cygwin: > > > > GPERF = gperf > > iconv_open-aix.h: iconv_open-aix.gperf > > $(GPERF) -m 10 iconv_open-aix.

Re: Execute "ssh-host-config" from Windows command-line (or from a C program)

2007-04-02 Thread Carlo Florendo
Fabio Román Arbelo wrote: Fabio Román Arbelo wrote: Hi! I've been trying to launch the "ssh-host-config" from a Windows command-line without success. I've been looking Cygwin mailing-list but I haven't found anything that solves my problem. For example, I've tried this:

Error with changing directory - No such file or directory

2007-04-02 Thread Ben Wylie
Thrall, Bryan wrote: Matthew Woehlke wrote on Monday, April 02, 2007 5:59 PM: Ben Wylie wrote: [snip] When I run the batch file I get: F:\>cd F:\cygwin\bin F:\cygwin\bin>bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ No such file or directoryine 2: cd: F:/Progra~1/NAVIEG/queues/

Re: SIGTSTP and select

2007-04-02 Thread Christopher Faylor
On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: >I'm not exactly sure what has changed since the last release to cause >this issue. However, here it is. > >When ctrl-z is typed, CGDB receives a SIGTSTP on both linux and cygwin. >When CGDB is at the select loop and this happens on linux s

SIGTSTP and select

2007-04-02 Thread Bob Rossi
Hi, I'm preparing a new release of CGDB and I'm testing it out on several platforms. I noticed a bug and tracked it down to SIGTSTP and select. I'm not exactly sure what has changed since the last release to cause this issue. However, here it is. CGDB has a select loop that it uses as it's main

RE: Re: Error with changing directory - No such file or directory

2007-04-02 Thread Thrall, Bryan
Matthew Woehlke wrote on Monday, April 02, 2007 5:59 PM: > Ben Wylie wrote: >> I have a batch file which runs bash and calls a bash script. >> >> My batch file reads: >> cd F:\cygwin\bin >> bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ >> >> The bash script is: >> >> #!/bin/bash >>

Re: Error with changing directory - No such file or directory

2007-04-02 Thread Matthew Woehlke
Ben Wylie wrote: I have a batch file which runs bash and calls a bash script. My batch file reads: cd F:\cygwin\bin bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ The bash script is: #!/bin/bash cd $1 F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ || /keywords/) {p

Error with changing directory - No such file or directory

2007-04-02 Thread Ben Wylie
I have a batch file which runs bash and calls a bash script. My batch file reads: cd F:\cygwin\bin bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ The bash script is: #!/bin/bash cd $1 F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ || /keywords/) {print FILENAME}' {}

Error with changing directory - No such file or directory

2007-04-02 Thread Ben Wylie
I have a batch file which runs bash and calls a bash script. My batch file reads: cd F:\cygwin\bin bash --login -i deletescript.sh F:/Progra~1/NAVIEG/queues/ The bash script is: #!/bin/bash cd $1 F:/cygwin/bin/find . -type f -exec awk '(/various/ || /search/ || /keywords/) {print FILENAME}' {}

Re: Varibles not working in do loop...

2007-04-02 Thread Larry Hall (Cygwin)
Andrew Louie wrote: On 4/2/07, Kevin Markle wrote: Larry Hall (Cygwin) expressed precisely : > Kevin Markle wrote: What does this mean please and or would you send me your copy that works fine? "$LOG" == > "". In these cases, the "hang" is 'cat' waiting for input from the command > line.

Re: Varibles not working in do loop...

2007-04-02 Thread Andrew Louie
On 4/2/07, Kevin Markle wrote: Larry Hall (Cygwin) expressed precisely : > Kevin Markle wrote: What does this mean please and or would you send me your copy that works fine? "$LOG" == > "". In these cases, the "hang" is 'cat' waiting for input from the command > line. I think he means that

Re: Varibles not working in do loop...

2007-04-02 Thread Kevin Markle
Larry Hall (Cygwin) expressed precisely : Kevin Markle wrote: Hello, I'm running this script and line 19 works when I create the variablea and type the command at a shell prompt. But when I try to run it from within the for loop it does not return a value and hangs? A doctored up version

Re: Varibles not working in do loop...

2007-04-02 Thread Larry Hall (Cygwin)
Kevin Markle wrote: Hello, I'm running this script and line 19 works when I create the variablea and type the command at a shell prompt. But when I try to run it from within the for loop it does not return a value and hangs? A doctored up version (to fill in things you left out and make it

Varibles not working in do loop...

2007-04-02 Thread Kevin Markle
Hello, I'm running this script and line 19 works when I create the variablea and type the command at a shell prompt. But when I try to run it from within the for loop it does not return a value and hangs? Thanks! Kevin M $ more test_forloop.sh #FILE=`cat "/cygdrive/e/wsus/group_1a_DEV/1grou

Re: Updated: libusb-win32 0.1.12.1-2

2007-04-02 Thread Ton van Overbeek
Samuel, Just confirming that this release solves my problem reported in http://cygwin.com/ml/cygwin/2007-03/msg00718.html . Many thanks for fixing this. Ton van Overbeek -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

RE: Execute "ssh-host-config" from Windows command-line (or from a C program)

2007-04-02 Thread Dave Korn
On 02 April 2007 13:39, Fabio Román Arbelo wrote: > Hi! > > I've been trying to launch the "ssh-host-config" from a Windows > command-line without success. I've been looking Cygwin mailing-list but > I haven't found anything that solves my problem. For example, I've tried > this: > > c:\cygw

Re: Execute "ssh-host-config" from Windows command-line (or from a C program)

2007-04-02 Thread Fabio Román Arbelo
Fabio Román Arbelo wrote: Hi! I've been trying to launch the "ssh-host-config" from a Windows command-line without success. I've been looking Cygwin mailing-list but I haven't found anything that solves my problem. For example, I've tried this: c:\cygwin\bin> bash -c '

Re: [] Updated: w3m-0.5.1-2

2007-04-02 Thread Bob Heckel
On 4/2/07, Dave Korn <[EMAIL PROTECTED]> wrote: On 02 April 2007 15:54, Joel Rubin wrote: > (Might this be a problem with Cygwin Setup or with the setup.ini > files? If package A is dependent on package B and package B is > obsolete then installing package A should, none the less, cause > packag

Re: Using pscp.exe with rxvt

2007-04-02 Thread Larry Hall (Cygwin)
Brent S. Paul wrote: Larry, Sorry to start a new thread, but I don't know how to respond to an existing post. Hope you find this. I don't understand what "cygwin ptys" are, but I do know that before I installed the rxvt for cygwin pscp worked fine. I had an alias to where pscp was loca

Re: [ANNOUNCEMENT] Updated: whois-4.7.20-1

2007-04-02 Thread Joel Rubin
On Mon, 02 Apr 2007 06:07:19 +0200, Lapo Luchini <[EMAIL PROTECTED]> wrote: >Version 4.7.20-1 of whois has been uploaded. > >Whois is a client for the whois directory service. >It allows you to retrieve information on domains name, >IP addresses, and more. > > IMHO it might be better to use a user

Re: Execute "ssh-host-config" from Windows command-line (or from a C program)

2007-04-02 Thread Larry Hall (Cygwin)
Fabio Román Arbelo wrote: Hi! I've been trying to launch the "ssh-host-config" from a Windows command-line without success. I've been looking Cygwin mailing-list but I haven't found anything that solves my problem. For example, I've tried this: c:\cygwin\bin> bash -c '"`/bin/ssh-host-con

RE: [] Updated: w3m-0.5.1-2

2007-04-02 Thread Dave Korn
On 02 April 2007 15:54, Joel Rubin wrote: > (Might this be a problem with Cygwin Setup or with the setup.ini > files? If package A is dependent on package B and package B is > obsolete then installing package A should, none the less, cause > package B to be installed.) Only if package A remembe

Re: [ANNOUNCEMENT] Updated: w3m-0.5.1-2

2007-04-02 Thread Joel Rubin
On Sun, 1 Apr 2007 18:23:25 -0500, "Bob Heckel" <[EMAIL PROTECTED]> wrote: >Version w3m-0.5.1-2 of "w3m" has been uploaded. > >w3m is a pager/text-based WWW browser. It is similar to Lynx, but >handles some things like page navigation differently. > >This is a Cygwin related upgrade to link to t

Re: scp doesn't copy - neither returns an error message

2007-04-02 Thread Larry Hall (Cygwin)
Thomas Wiedmann wrote: WAG: Because it isn't cygwin ssh at all! I reckon it's probably some 3PP version and if we'd been shown the cygcheck output we'd have seen the "Duplicated DLLs problem". What means: WAG? What means 3PP? What is a 3 PP version? What is

Re: Cygwin1.DLL soon to be Windows Vista only

2007-04-02 Thread Joel Rubin
On Sun, 1 Apr 2007 00:53:40 -0400, Christopher Faylor I hope the date is the most relevant part of this posting. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: 'Fatal format file error; I'm stymied' [attn tex maintainer]

2007-04-02 Thread Christopher Faylor
On Mon, Apr 02, 2007 at 06:58:25AM -0600, Eric Blake wrote: >According to Angelo Graziosi on 4/2/2007 3:07 AM: >> I think that these solutions: >[snipped] >> >> should go in the FAQ. > >If you want stuff in the FAQ, then volunteer to become the FAQ maintainer >(as it appears that no one currently

Re: Cygwin1.DLL soon to be Windows Vista only

2007-04-02 Thread Corinna Vinschen
On Apr 2 07:13, Christopher Faylor wrote: > On Mon, Apr 02, 2007 at 09:57:28AM +0200, Corinna Vinschen wrote: > >On Apr 1 00:53, Christopher Faylor wrote: > >> After some intense discussion with Corinna, we've decided that we will > >> soon be removing all support for any version of Windows other

Using pscp.exe with rxvt

2007-04-02 Thread Brent S. Paul
Larry, Sorry to start a new thread, but I don't know how to respond to an existing post. Hope you find this. I don't understand what "cygwin ptys" are, but I do know that before I installed the rxvt for cygwin pscp worked fine. I had an alias to where pscp was located and it worked fine in

Re: 'Fatal format file error; I'm stymied' [attn tex maintainer]

2007-04-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Angelo Graziosi on 4/2/2007 3:07 AM: > > I think that these solutions: [snipped] > > should go in the FAQ. If you want stuff in the FAQ, then volunteer to become the FAQ maintainer (as it appears that no one currently wants to do that).

Execute "ssh-host-config" from Windows command-line (or from a C program)

2007-04-02 Thread Fabio Román Arbelo
Hi! I've been trying to launch the "ssh-host-config" from a Windows command-line without success. I've been looking Cygwin mailing-list but I haven't found anything that solves my problem. For example, I've tried this: c:\cygwin\bin> bash -c '"`/bin/ssh-host-config -y -c "ntsec" -p 1`

Re: Cygwin1.DLL soon to be Windows Vista only

2007-04-02 Thread Christopher Faylor
On Mon, Apr 02, 2007 at 09:57:28AM +0200, Corinna Vinschen wrote: >On Apr 1 00:53, Christopher Faylor wrote: >> After some intense discussion with Corinna, we've decided that we will >> soon be removing all support for any version of Windows other than >> Windows Vista 64. > >Sorry folks, Chris is

RE: 'Fatal format file error; I'm stymied'

2007-04-02 Thread Angelo Graziosi
It looks that using: pdftex -ini -jobname=pdftex -progname=pdftex -translate-file=cp227.tcx pdftex.ini instead of pdftex -ini -jobname=pdftex -progname=pdftex -translate-file=cp227.tcx *pdftex.ini fixes the problem also for PDFTEX. I think that these solutions: ht

Re: what does -mwindows mean?

2007-04-02 Thread wei
Dave Korn writes: > Maybe you are just sociable and enjoy conversation :) Maybe a litter?*v* > As long as you are keen to learn, you already are! Thanks for your encouragement.I'll go on. cheers, Wei -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: 'Fatal format file error; I'm stymied'

2007-04-02 Thread Angelo Graziosi
Dave Korn wrote: > I had this problem just yesterday! And I found a solution, at least for > etex.fmt. Hi Dave, I have tried that and it works fine for etex! but not for PDFTEX! I have followed exactly the same similar steps: rm /var/lib/texmf/web2c/pdftex.fmt rm ~/.texmf/var/web2c/pdft

Re: Cygwin1.DLL soon to be Windows Vista only

2007-04-02 Thread Corinna Vinschen
On Apr 1 00:53, Christopher Faylor wrote: > After some intense discussion with Corinna, we've decided that we will > soon be removing all support for any version of Windows other than > Windows Vista 64. Sorry folks, Chris isn't quite up-to-date with Vista versions. *Of course* Cygwin will only r

[ANNOUNCEMENT] Updated: file-4.20-1

2007-04-02 Thread Corinna Vinschen
I've updated the version of file to 4.20-1. This version is an update to the official version 4.20. This is mainly a security bugfix release, fixing a buffer underflow vulnerability. See http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1536 The Cygwin version is build from the vanilla sou

RE: 'Fatal format file error; I'm stymied'

2007-04-02 Thread Angelo Graziosi
Dave Korn wrote: > I had this problem just yesterday! And I found a solution, at least for > etex.fmt. For the moment, creating the links: etex.exe -> pdfetex.exe pdftex.exe -> pdfetex.exe seems to solve the problems. (I will try your suggestions, nextly) Thanks, Angelo. -- U

[ANNOUNCEMENT] Updated: whois-4.7.20-1

2007-04-02 Thread Lapo Luchini
Version 4.7.20-1 of whois has been uploaded. Whois is a client for the whois directory service. It allows you to retrieve information on domains name, IP addresses, and more. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin@cygwin.com . ***

[ANNOUNCEMENT] Updated: monotone-0.34-1

2007-04-02 Thread Lapo Luchini
Version 0.34-1 of monotone has been uploaded. monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. it understands history-sensitive merging, li

RE: Cygwin1.DLL soon to be Windows Vista only

2007-04-02 Thread Dave Korn
On 02 April 2007 08:18, Roelf Renkema wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Christopher Faylor wrote: >> On Sun, Apr 01, 2007 at 08:03:58PM +0100, Roelf Renkema wrote: On Sun, Apr 01, 2007 at 08:58:48AM +0100, Roelf Renkema wrote: > Christopher Faylor wrote: >>

Re: Cygwin1.DLL soon to be Windows Vista only

2007-04-02 Thread Roelf Renkema
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor wrote: > On Sun, Apr 01, 2007 at 08:03:58PM +0100, Roelf Renkema wrote: >>> On Sun, Apr 01, 2007 at 08:58:48AM +0100, Roelf Renkema wrote: Christopher Faylor wrote: > After some intense discussion with Corinna, we've decided

Re: Cygwin1.DLL soon to be Windows Vista only

2007-04-02 Thread Roelf Renkema
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Igor Peshansky wrote: > On Sun, 1 Apr 2007, Roelf Renkema wrote: > >> Igor Peshansky wrote: >> >>> Who said it was a gag? Did you even try running the latest snapshot >>> on Win2k or WinXP? >> You mean that was cygwin? Damn I reinstalled win2k, xp an