Re: sshd - sftp problem (perl demo)

2010-07-26 Thread Andrew DeFaria
On 07/26/2010 10:36 PM, Sisyphus wrote: Hi, I have the following perl script that attempts to connect (from native Windows) to an sshd server (either localhost, which is a Cygwin sshd server, or a remote linux host) and create a Net::SSH2::SFTP object. ### use wa

Re: sshd - sftp problem (perl demo)

2010-07-26 Thread Sisyphus
- Original Message - From: "Sisyphus" I'm also unable to upload files to the Cygwin installation using SCP. (Again, no problems with SCP when connected to the remote linux box.) Where I've written "SCP", I meant "SCP over ssh". Cheers, Rob -- Problem reports: http://cygwin

Re: a2ps on Cygwin quietly exits with code 127 on Windows 7

2010-07-26 Thread Rasputin Paskudniak
On 7/27/2010 12:47 AM, Yaakov (Cygwin/X) wrote: On Tue, 2010-07-27 at 04:53 +0100, Dave Korn wrote: Try installing libintl2. a2ps.exe depends on that very old version but doesn't mention it explicitly in its setup.hint dependencies. (Probably it used to get pulled in by default anyway by so

Re: strace on a2ps complains about \Device\Harddisk4\DR4

2010-07-26 Thread Rasputin Paskudniak
Problem Solved! On 7/26/2010 8:19 PM, Rasputin Paskudniak wrote: Greetings. I apologize for the length of this post but I need to forestall advice to try what has already failed. BTW, I have been posting this message to various forums without any useful results. I'll try this newly discovered n

sshd - sftp problem (perl demo)

2010-07-26 Thread Sisyphus
Hi, I have the following perl script that attempts to connect (from native Windows) to an sshd server (either localhost, which is a Cygwin sshd server, or a remote linux host) and create a Net::SSH2::SFTP object. ### use warnings; use Net::SSH2; my ($host, $user,

Re: a2ps on Cygwin quietly exits with code 127 on Windows 7

2010-07-26 Thread Rasputin Paskudniak
On 7/26/2010 11:53 PM, Dave Korn wrote: On 23/07/2010 21:23, Beau Nanaz wrote: Greetings. I have a new Windows-7 machine and one of the first things I downloaded was Cygwin, making sure to include a2ps and ps2pdf. Unlike the flawless running (after diddling $HOME/.a2ps/a2psrc) I had under my p

Re: a2ps on Cygwin quietly exits with code 127 on Windows 7

2010-07-26 Thread Yaakov (Cygwin/X)
On Tue, 2010-07-27 at 04:53 +0100, Dave Korn wrote: > Try installing libintl2. a2ps.exe depends on that very old version but > doesn't mention it explicitly in its setup.hint dependencies. (Probably it > used to get pulled in by default anyway by some other package but now the last > other thin

Re: strace on a2ps complains about \Device\Harddisk4\DR4

2010-07-26 Thread Dave Korn
On 27/07/2010 04:20, René Berber wrote: > Rasputin Paskudniak wrote: > $ net helpmsg 127 > > The specified procedure could not be found. > > That usually means the program, a2ps, can't find one or more of the > dynamic libraries it needs. > > To find what libraries are missing use: cygcheck `wh

Re: a2ps on Cygwin quietly exits with code 127 on Windows 7

2010-07-26 Thread Dave Korn
On 23/07/2010 21:23, Beau Nanaz wrote: > Greetings. > > I have a new Windows-7 machine and one of the first things I downloaded > was Cygwin, making sure to include a2ps and ps2pdf. > > Unlike the flawless running (after diddling $HOME/.a2ps/a2psrc) I had > under my previous XP box, This one is m

Re: strace on a2ps complains about \Device\Harddisk4\DR4

2010-07-26 Thread René Berber
Rasputin Paskudniak wrote: [snip] > I have a new Windows-7 64-bit box and Cygwin (1.75) was my first > download. At the installation stage, I included a2ps (4.13). > > My problem: When I run it, I just get back to my shell prompt. This is > even when I run "a2ps -- version". Mystery? No myster

a2ps on Cygwin quietly exits with code 127 on Windows 7

2010-07-26 Thread Beau Nanaz
Greetings. I have a new Windows-7 machine and one of the first things I downloaded was Cygwin, making sure to include a2ps and ps2pdf. Unlike the flawless running (after diddling $HOME/.a2ps/a2psrc) I had under my previous XP box, This one is misbehaving: It does nothing visible, even for a2

strace on a2ps complains about \Device\Harddisk4\DR4

2010-07-26 Thread Rasputin Paskudniak
Greetings. I apologize for the length of this post but I need to forestall advice to try what has already failed. BTW, I have been posting this message to various forums without any useful results. I'll try this newly discovered newsgroup server. I have a new Windows-7 64-bit box and Cygwi

Re: Runtime SEGV from gcc -O3 -march=native

2010-07-26 Thread Huang Bambo
Use -O2 instead, I also have trouble on use -O3. 2010/7/27 Joseph Quinsey : > Again, just FYI, with a simpler example, and with -march=native replaced by > k8 or athlon64. > > Source code: > > int main(void) { >    static int foo[4]; >    int i; >    for (i = 0; i < 4; i++) >        foo[i] = 0; >

setup.bz2 line 13957: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Dragos Toader
Getting the same error for line 13957 http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957: syntax error, unexpected $undefined, expecting NL http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957: unrecognized line 13957 (do you have the latest setup?) http://mirrors.kerne

Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Dragos Toader
Getting the same error for line 13957 http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957: syntax error, unexpected $undefined, expecting NL http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957: unrecognized line 13957 (do you have the latest setup?) http://mirrors.kerne

Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Christopher Faylor
On Mon, Jul 26, 2010 at 04:20:29PM -0400, Christopher Faylor wrote: >On Mon, Jul 26, 2010 at 12:27:01PM -0700, Dragos Toader wrote: >>Hi all, >> >>I get the following parse error >> "setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL" >>during the Cygwin setup process. >>This e

Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Dragos Toader
It appears that is the case. ~ looks to be a special char. Does anyone know where the setup.exe source is? I could submit a patch for that. Dragos Toader On Mon, Jul 26, 2010 at 2:13 PM, David Rothenberger wrote: > On 7/26/2010 12:27 PM, Dragos Toader wrote: >> I get the following parse error >>

Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Dragos Toader
I've verified the cygwin.exe against the cygwin.exe.sig I downloaded from cygwin.com. The sig confirms it's the latest version. gpg --verify setup.exe.sig setup.exe gpg: Signature made 04/08/10 09:00:03 using DSA key ID 676041BA gpg: Good signature from "Cygwin " I think it might have something

Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread David Rothenberger
On 7/26/2010 12:27 PM, Dragos Toader wrote: > I get the following parse error > "setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL" > during the Cygwin setup process. That line is: version: 1.0~svn2931-1 Does setup not like "~" in the version string? gendef and libmangle a

Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Hiram Chirino
I'm getting the same thing, and this is with a freshly downloaded cygwin.exe from the website. Perhaps the website is out of date? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscri

Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Kenneth Wolcott
On Mon, Jul 26, 2010 at 13:37, Kenneth Wolcott wrote: > > > On Mon, Jul 26, 2010 at 13:20, Christopher Faylor > wrote: >> >> On Mon, Jul 26, 2010 at 12:27:01PM -0700, Dragos Toader wrote: >> >Hi all, >> > >> >I get the following parse error >> >  "setup.bz2 line 5232: syntax error, unexpected $u

Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Christopher Faylor
On Mon, Jul 26, 2010 at 12:27:01PM -0700, Dragos Toader wrote: >Hi all, > >I get the following parse error > "setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL" >during the Cygwin setup process. >This error stops the Cygwin setup process. > >I've tried the following mirrors: >

Re: Request for feature: more flexible setup routine

2010-07-26 Thread Andrey Repin
Greetings, Andy Koppe! >>> This makes me wonder whether Keep shouldn't be the default, on the >>> principle that programs shouldn't do anything unless the user asks for >>> it. >> >> Strange principle. > It's the "Principle of Least Surprise". >> Setup is intended to install/update Cygwin insta

Re: Request for feature: more flexible setup routine

2010-07-26 Thread Christopher Faylor
On Mon, Jul 26, 2010 at 04:15:19PM +0100, Andy Koppe wrote: >On 26 July 2010 15:29, Christopher Faylor wrote: >> On Mon, Jul 26, 2010 at 12:52:48PM +0100, Andy Koppe wrote: >> If we wanted to do something like this I think it would have to be a >> separate dialog where the user makes a decision abo

Re: Need to uninstall many packages, how?

2010-07-26 Thread Brad De Vries
On Thu, Jul 22, 2010 at 1:11 AM, Brad De Vries wrote: > On Wed, Jul 21, 2010 at 11:01 PM, Alex Leigh wrote: >> On Wed, Jul 21, 2010 at 5:18 PM, Brad De Vries wrote: >>> >>> After several minutes of downloading, verifying, installing, >>> configuring, post-installing, etc. I realized that it insta

RE: Runtime SEGV from gcc -O3 -march=native

2010-07-26 Thread Joseph Quinsey
Again, just FYI, with a simpler example, and with -march=native replaced by k8 or athlon64. Source code: int main(void) { static int foo[4]; int i; for (i = 0; i < 4; i++) foo[i] = 0; return 0; } Compile and run, using Cygwin's current gcc version 4.3.4: gcc -O3 -ma

RE: Retrieve fails with apparently bad path

2010-07-26 Thread Clark, Raymond (WBST)
Thanks, the shorter path worked. Checking the base path against the longest path to be retrieved before the setup starts might be a good enhancement so that the user can get a helpful message. --Ray -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On

Re: Request for feature: more flexible setup routine

2010-07-26 Thread Andy Koppe
On 26 July 2010 15:29, Christopher Faylor wrote: > On Mon, Jul 26, 2010 at 12:52:48PM +0100, Andy Koppe wrote: >>#On 26 July 2010 10:32, Andrey Repin wrote: This makes me wonder whether Keep shouldn't be the default, on the principle that programs shouldn't do anything unless the user ask

Re: Request for feature: more flexible setup routine

2010-07-26 Thread Christopher Faylor
On Mon, Jul 26, 2010 at 12:52:48PM +0100, Andy Koppe wrote: >#On 26 July 2010 10:32, Andrey Repin wrote: >> Greetings, Andy Koppe! >>> This makes me wonder whether Keep shouldn't be the default, on the >>> principle that programs shouldn't do anything unless the user asks for >>> it. >> >> Strange

[ANNOUNCEMENT] New package: libmangle-1.0~svn2930-1

2010-07-26 Thread JonY
libmangle is a library that decodes Visual Studio style C++ name mangling into human readable names. Homepage: *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscr

[ANNOUNCEMENT] New package: gendef-1.0~svn2931-1

2010-07-26 Thread JonY
gendef is a tool to generate exports definitions by analyzing DLLs. Functions with stdcall call conventions are automatically decorated. It also supports both win32 and win64 DLLs. Homepage: *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to

Re: Request for feature: more flexible setup routine

2010-07-26 Thread Andy Koppe
#On 26 July 2010 10:32, Andrey Repin wrote: > Greetings, Andy Koppe! Здравствуйте! >> This makes me wonder whether Keep shouldn't be the default, on the >> principle that programs shouldn't do anything unless the user asks for >> it. > > Strange principle. It's the "Principle of Least Surprise"

Re: Request for feature: more flexible setup routine

2010-07-26 Thread Andrey Repin
Greetings, Andy Koppe! > This makes me wonder whether Keep shouldn't be the default, on the > principle that programs shouldn't do anything unless the user asks for > it. Strange principle. Setup is intended to install/update Cygwin installation. Of course it offer to update whatever is available