OpenSSH source in winsup?

2007-09-06 Thread Siva
I would like to know if the source code for Cygwin's version of OpenSSH is stored in the winsup CVS repository. If not, please tell me where I can get this code. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: OpenSSH source in winsup?

2007-09-06 Thread Carlo Florendo
Siva wrote: I would like to know if the source code for Cygwin's version of OpenSSH is stored in the winsup CVS repository. No, it is not. What made you think that? If not, please tell me where I can get this code. Thanks. Run setup.exe and when you get to the part that shows the packages

Re: OpenSSH source in winsup?

2007-09-06 Thread Brian Dessent
Siva wrote: > I would like to know if the source code for Cygwin's version of OpenSSH > is stored in the winsup CVS repository. No. Why would you think that? The last thing we would want to do is fork our own version of OpenSSH and have to worry about maintaining it separate from the OpenSSH te

[ANNOUNCEMENT] Updated: zsh-4.3.4-1

2007-09-06 Thread Peter A. Castro
An updated version of zsh (zsh-4.3.4-1) has been released and should be at a mirror near you real soon. NOTICE: === This version has Multi-byte/Unicode support enabled in it. This may or may not present problems for existing scripts which assumed a prior behaviour concerning multi-byte chara

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-06 Thread Anthony Heading
Brian Dessent wrote: The choice to ship gcc configured for SJLJ is because it is the only way to guarantee correct behavior in all cases. [... elided... ] EH across shared libraries will always be broken in the case of static libgcc et al. (The same is true on other platforms like Linux, so it'

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Igor Peshansky
On Wed, 5 Sep 2007, Steve Holden wrote: > > > Running the example on the above Python system I just see the command > > > prompt return with no program output whatsoever: > > > > > > [EMAIL PROTECTED] ~/Projects/Python > > > $ /usr/bin/python test03.py > > > > So it fails, but doesn't bring up the

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-06 Thread Brian Dessent
Anthony Heading wrote: > So it seems to be a pretty high hurdle to have full windows > compatibility here, and frustratingly I don't really understand the aim > or the purpose. For code that is going to link with Windows/msvcrt, > using mingw is an obvious first choice, and the correctness guaran

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Steve Holden
Igor Peshansky wrote: On Wed, 5 Sep 2007, Steve Holden wrote: Running the example on the above Python system I just see the command prompt return with no program output whatsoever: [EMAIL PROTECTED] ~/Projects/Python $ /usr/bin/python test03.py So it fails, but doesn't bring up the exception

Re: Vista/cygwin tar problem - "file changed as we read it"

2007-09-06 Thread Aaron Gray
According to Aaron Gray on 9/2/2007 7:48 AM: On doing a 'tar -czf ...' I am getting the following message for each subdirectory - "file changed as we read it" Anyone know whats going on ? I know in the past this has been a problem with remote shares that don't have stable inode numbers, bu

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Larry Hall (Cygwin)
Steve Holden wrote: Igor Peshansky wrote: On Wed, 5 Sep 2007, Steve Holden wrote: Running the example on the above Python system I just see the command prompt return with no program output whatsoever: [EMAIL PROTECTED] ~/Projects/Python $ /usr/bin/python test03.py So it fails, but doesn't br

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Jim Kleckner
Larry Hall (Cygwin) wrote: Steve Holden wrote: Igor Peshansky wrote: On Wed, 5 Sep 2007, Steve Holden wrote: Running the example on the above Python system I just see the command prompt return with no program output whatsoever: [EMAIL PROTECTED] ~/Projects/Python $ /usr/bin/python test03.py

Re: Help needed with Big List of Dodgy Apps

2007-09-06 Thread Jim Kleckner
Dave Korn wrote: These sorts of problems (cpu usage pegged at 100%, or mysterious hangs or fork failures) are often caused by buggy versions of antivirus, antispyware, personal firewall, or other similar security or system-related software that hooks into every running process and - because

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-06 Thread Charles Wilson
Brian Dessent wrote: The reason we ship with SJLJ is because the Dwarf unwinder (prior to gcc 4.3) can't deal with foreign frames. I don't think Danny every claimed that 4.3 solved the foreign frame problem that Dwarf2 EH suffers from. I know there was *supposed* to be a SoC project to fix

Re: [ANNOUNCEMENT] Updated: zsh-4.3.4-1

2007-09-06 Thread zzapper
> An updated version of zsh (zsh-4.3.4-1) has been released and should be > at a mirror near you real soon. > Peter, (you may have already got this) I'm getting the following errors (this is actually for 4.3.2 which I tried withot success to roll back to) 3 [main] zsh 5904 C:\cygwin\bin\zsh.e

setup.exe not available?

2007-09-06 Thread Yu Namba
I need to install OpenSSL, but when I click on the link to download/run setup.exe, the file seems unavailable and I get the "The page cannot be displayed" page. Can you please look into this? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Jim Kleckner
Jim Kleckner wrote: Larry Hall (Cygwin) wrote: Steve Holden wrote: Igor Peshansky wrote: On Wed, 5 Sep 2007, Steve Holden wrote: Running the example on the above Python system I just see the command prompt return with no program output whatsoever: [EMAIL PROTECTED] ~/Projects/Python $ /usr

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-06 Thread Brian Dessent
Charles Wilson wrote: > I don't think Danny every claimed that 4.3 solved the foreign frame > problem that Dwarf2 EH suffers from. I know there was *supposed* to be > a SoC project to fix that (and another, related one? to add SEH support) > but I've seen no results from it (either one). > > Can

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Brian Dessent
Jim Kleckner wrote: > Running it with idle does give the exception dialog. > > I can't seem to grab hold of anything to get a traceback. > Suggestions? Thanks for providing a testcase. Should be fixed in CVS: Brian -- Unsubscribe

Re: cygwin-1.5.24-2 serious shell execution performance degradation on WinXP x64 SP2

2007-09-06 Thread Szymon Lapinski
Szymon Lapinski wrote: I'm not sure if this was caused by SP2 or by some of following Windows updates but it used to work well before SP2, and still works well on Windows 2000. (...) > time gawk 'BEGIN{for(i=1;i<1000;i++){system("true")}}' > time for i in `seq 1 1000`; do bash -c true; done I

Re: setup.exe not available?

2007-09-06 Thread DePriest, Jason R.
On 9/6/07, Yu Namba wrote: > I need to install OpenSSL, but when I click on the link to download/run > setup.exe, the file seems unavailable and I get the "The page cannot be > displayed" page. Can you please look into this? > > -- When I click on the link, it works just fine for me. http://cygwi

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Christopher Faylor
On Thu, Sep 06, 2007 at 12:01:25PM -0700, Brian Dessent wrote: >Jim Kleckner wrote: > >> Running it with idle does give the exception dialog. >> >> I can't seem to grab hold of anything to get a traceback. >> Suggestions? > >Thanks for providing a testcase. Should be fixed in CVS: >

Re: Patch for bash to support PATHEXT in Windows

2007-09-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A mailing list is more appropriate for this than me personally - http://cygwin.com/acronyms/#PPIOSPE According to Mike Parker on 9/6/2007 10:11 AM: > Eric; > > Apologies if you are not the "Volunteer BASH Maintainer"; if not can you > point me in the

Re: Patch for bash to support PATHEXT in Windows

2007-09-06 Thread Christopher Faylor
On Thu, Sep 06, 2007 at 01:12:19PM -0600, Eric Blake wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >A mailing list is more appropriate for this than me personally - >http://cygwin.com/acronyms/#PPIOSPE > >According to Mike Parker on 9/6/2007 10:11 AM: >> Eric; >> >> Apologies if you are

setup.exe suggestion + patch

2007-09-06 Thread Lewis Hyatt
Hello- Firstly, thanks to everyone who has worked on setup.exe, it's really a very convenient program! There is just one thing that has always bothered me, which is that you have to click repeatedly on the package or category to cycle through all the available actions to find the one you want

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-06 Thread Tatsuro MATSUOKA
Hello This is Tatsuro writing. My threwing the problem on octave on cygwin seems to cause extensive disscussions. It is greatful for me. Thank a lot. >Anthony Heading wrote: >> Not to say >> that the constraint isn't technically real, but it it worth killing the >> Cygwin platform for Octav

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Jim Kleckner
Christopher Faylor wrote: On Thu, Sep 06, 2007 at 12:01:25PM -0700, Brian Dessent wrote: Jim Kleckner wrote: Running it with idle does give the exception dialog. I can't seem to grab hold of anything to get a traceback. Suggestions? Thanks for providing a testcase. Should be f

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Jim Kleckner
Brian Dessent wrote: Jim Kleckner wrote: Running it with idle does give the exception dialog. I can't seem to grab hold of anything to get a traceback. Suggestions? Thanks for providing a testcase. Should be fixed in CVS:

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Jim Kleckner
Jim Kleckner wrote: Brian Dessent wrote: Jim Kleckner wrote: Running it with idle does give the exception dialog. I can't seem to grab hold of anything to get a traceback. Suggestions? Thanks for providing a testcase. Should be fixed in CVS:

xemacs marking a buffer as read-only

2007-09-06 Thread Joseph Koenig
I am changing the subject here because this problem is cygwin/xemacs-specific only, so it has nothing to do with smb permissions because I can touch and edit the same file with nano and save properly. Same with vi. It's entirely xemacs. I've attached my config, per request.   -Original Mes

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Jim Kleckner
Jim Kleckner wrote: I tried running /lib/python2.5/test/test_thread.py and it hangs at the line below: *** Changing thread stack size *** caught expected ValueError setting stack_size(4096) successfully set stack_size(262144) successfully set stack_size(1048576) successfully set stack_size(0) tr

Re: How to install cygwin new if there was an old installation or something like that

2007-09-06 Thread Daniela Duerbeck
A bad mirror is always a potential problem. From the nearest servers, I choose by sympathy. Erlangen is the city where my parents studied and met each other, so this was my preferred server. Now I couldn't find a server very near my location so I chose Vienna, because I like the music from th

Re: OpenSSH source in winsup?

2007-09-06 Thread Brian Dessent
Siva wrote: > are there any special flags/config options that I need to reproduce > cygwin's binary version of OpenSSH? Basically, I'm planning to make > some small tweaks to the OpenSSH code to integrate into an application, > but I want to use the configuration used in the cygwin's binary versi

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-06 Thread Anthony Heading
Brian Dessent wrote: > I think you're confusing the two separate issues, or maybe I didn't > transition from one to the other very clearly. > > The reason we ship with SJLJ is because the Dwarf unwinder (prior to gcc > 4.3) can't deal with foreign frames. You can run into this simply by > writing

Re: Latest mutt (1.4.2.2-1) does not work on (my) XP

2007-09-06 Thread Luiz Portella
Hi, Saluton, -- Pedro Alves skribis je Tue, 21 Aug 2007 03:28:42 -0700 >I just downloaded the source and compiled it, *without changing >anything*, and the resulting binary worked without problems. I have the same problem about lastest mutt on XP. I get the source, and at /usr/src/mutt-1.4.2.

RE: Patch for bash to support PATHEXT in Windows

2007-09-06 Thread Buchbinder, Barry (NIH/NIAID) [E]
Christopher Faylor wrote on Thursday, September 06, 2007 3:15 PM: > On Thu, Sep 06, 2007 at 01:12:19PM -0600, Eric Blake wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> A mailing list is more appropriate for this than me personally - >> http://cygwin.com/acronyms/#PPIOSPE >> >>

Re: Threading issue in cygwin python 2.5.1-2 ?

2007-09-06 Thread Christopher Faylor
On Thu, Sep 06, 2007 at 02:51:52PM -0700, Jim Kleckner wrote: > Brian Dessent wrote: >> Jim Kleckner wrote: >> >>> Running it with idle does give the exception dialog. >>> >>> I can't seem to grab hold of anything to get a traceback. >>> Suggestions? >>> >> >> Thanks for providing a testca

Re: OpenSSH source in winsup?

2007-09-06 Thread Siva
Ok, thanks, I was able to get the src code that way. One more question. When building OpenSSH for cygwin, I'm planning to do cd %opensshdir% ./configure Make are there any special flags/config options that I need to reproduce cygwin's binary version of OpenSSH? Basically, I'm planning to ma

Re: Slowness problem due to sjlj-exceptions for Octave

2007-09-06 Thread Morgan Gangwere
On 9/6/07, Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote: > Hello > > This is Tatsuro writing. > > My threwing the problem on octave on cygwin seems to cause extensive > disscussions. > It is greatful for me. Thank a lot. > > >Anthony Heading wrote: > > >> Not to say > >> that the constraint isn't t