Re: [ANNOUNCEMENT] New package: S-Lang 2.2.2-2

2010-11-16 Thread Marco Atzeri
--- Mar 16/11/10, David Arnstein ha scritto: > On Mon, Nov 15, 2010 at 04:11:19PM > +, Marco Atzeri wrote: > > Hi, > > S-lang library and shell are now available for > cygwin. > > The version 2.2.2-1 of > >   libslang2 > >   libslang-devel > >   slsh > > have been uploaded. > > Thanks. This

Re: Error in tcsh globing - take two

2010-11-16 Thread Corinna Vinschen
On Nov 15 13:11, Cary R. wrote: > I originally sent this a bit over a month ago and > have not received a rely. I just verified that the That's what you get when the Cygwin tcsh maintainer is on an extended vacation. The problem has been reported before and my reply is here: http://cygwin.com/ml/

AW: Cygwin >= 1.7.7 Installing a signal handler causes system calls in other threads to get interrupted.

2010-11-16 Thread Manuel Wienand
Hi, any suggestions? Can anyone confirm the problem (at least for me the behavior is unexpected...)? Regards, Manuel -Last message- Hi, I have the following problem. When I install a signal handler and unblock the according signal in one thread, system calls in other threads will b

R: Odd "No Package" message.

2010-11-16 Thread Marco Atzeri
--- Mar 16/11/10, Brian Wilson ha scritto: > I've been following several of the > recent message threads dealing with setup > user issues.  Knowing that I've had a few of the > symptoms reported I did a > search and found about 26 *.new files in my cygwin > instance.  I decided that the > bes

Re: bash-completion 1.2-1 breaks bash with tail -f

2010-11-16 Thread Rob
Alpha Fighter yahoo.com> writes: > > I've run into an issue with bash-completion v1.2-1.  After I tail -f a file and then press ctrl-c to stop > tailing I can no longer see any text I type.  My text is being entered, just not being ... echoed back. > > This does not happen after uninstalling 1.

Re: Odd "No Package" message.

2010-11-16 Thread Larry Hall (Cygwin)
On 11/16/2010 7:16 AM, Brian Wilson wrote: I've been following several of the recent message threads dealing with setup user issues... That's fine but we'd ask that you start a new thread when you want to address the list on a new subject. Replying to an old thread and changing the subject isn

Re: Cygwin >= 1.7.7 Installing a signal handler causes system calls in other threads to get interrupted.

2010-11-16 Thread Christopher Faylor
On Tue, Nov 16, 2010 at 12:52:09PM +0100, Manuel Wienand wrote: >Hi, > >any suggestions? Can anyone confirm the problem (at least for me the behavior >is unexpected...)? Cygwin's handling of signals with threads is not currently compliant with POSIX. It's on my todo list to fix but I don't have

Cannot suspend shell (Ctrl+Z)

2010-11-16 Thread Thorsten Kampe
[latest Cygwin DLL and all updates] Hi, I cannot suspend applications (like Midnight Commander) in a running shell (bash or Zsh) - nothing happens. Nevertheless when I run mc (for instance) in screen session then it works as expected: % mc

Re: Problem with fork() in latest snapshot

2010-11-16 Thread Corinna Vinschen
On Nov 10 13:43, Heath Kehoe wrote: > I have ruby 1.9.2 which I built from source. It works fine in cygwin > 1.7.7 and earlier, but in the current snapshot when it does a fork, > the child process dies pretty much instantly. > > I've put together a test case (see attached) which replicates what >

Re: sshd problem with recent snapshots

2010-11-16 Thread Ken Brown
On 11/16/2010 9:59 AM, Corinna Vinschen wrote: These changes only affect files, not ttys. The failing chmod(/dev/tty1, 0622) is actually trying to change the permissions on internal objects, like events, mutexes, and pipes, which together constitute a tty/pty. I'm grasping at straws now, but w

Re: bash-completion 1.2-1 breaks bash with tail -f

2010-11-16 Thread Rob
Alpha Fighter yahoo.com> writes: > > I've run into an issue with bash-completion v1.2-1.  After I tail -f a file and then press ctrl-c to stop > tailing I can no longer see any text I type.  My text is being entered, just not being ... echoed back. > > This does not happen after uninstalling 1.

Re: 1.7.7: Win7 SSHD, chown bad file descriptor

2010-11-16 Thread Corinna Vinschen
On Nov 12 21:20, Jeff Odegard wrote: > Today I installed Cygwin 1.7.7 on Windows 7 Enterprise. OpenSSH > version is OpenSSH_5.6p1, OpenSSL 0.9.8o 01 Jun 2010 > > With admin privileges, I set up sshd as a service using > ssh-host-config, and said yes to all questions except I kept the > cyg_server

Re: Cannot suspend shell (Ctrl+Z)

2010-11-16 Thread Christopher Faylor
On Tue, Nov 16, 2010 at 04:40:35PM +0100, Thorsten Kampe wrote: >[latest Cygwin DLL and all updates] > >Hi, > >I cannot suspend applications (like Midnight Commander) in a running >shell (bash or Zsh) - nothing happens. Nevertheless when I run mc (for >instance) in screen session then it works as

Re: Cannot suspend shell (Ctrl+Z)

2010-11-16 Thread Thorsten Kampe
* Christopher Faylor (Tue, 16 Nov 2010 10:59:26 -0500) > On Tue, Nov 16, 2010 at 04:40:35PM +0100, Thorsten Kampe wrote: > >[latest Cygwin DLL and all updates] > > > >Hi, > > > >I cannot suspend applications (like Midnight Commander) in a running > >shell (bash or Zsh) - nothing happens. Neverthel

Installing bash-completion package slows down bash startup 20-30x

2010-11-16 Thread Jim Garrison
Apologies if this is a duplicate, I never saw it appear on the list. After installing bash-completion, bash startup goes from about 1/2  second to 10-15 seconds.  During this time, the bash process (as viewed in Process Explorer) consumes almost no CPU time, but the System process (PID 4) is peg

Re: Odd "No Package" message.

2010-11-16 Thread Brian Wilson
My bad; and my apologies for the breach of etiquette. My thanks also to those who gave me pointers on how to correct this issue. Sincerely, Brian S. Wilson === -- Original Message --- From: "Larry Hall \(Cygwin\)"

Re: Latent issue with 1.7.7 and Win7 64-bit

2010-11-16 Thread Jeromie
I have the same problem. Very annoying. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Installing bash-completion package slows down bash startup 20-30x

2010-11-16 Thread Larry Hall (Cygwin)
On 11/16/2010 12:14 PM, Jim Garrison wrote: Apologies if this is a duplicate, I never saw it appear on the list. After installing bash-completion, bash startup goes from about 1/2 second to 10-15 seconds. During this time, the bash process (as viewed in Process Explorer) consumes almost no CPU

Re: Python: subprocess running rsync causes broken socket in telnetlib

2010-11-16 Thread David Antliff
On Mon, Nov 15, 2010 at 10:00, David Antliff wrote: > Can anyone else see the fault if they run the script I posted? It would be great to know if this fault exists only at my site, or if other sites can also demonstrate this fault. It's pretty easy to test - ensure you have Python and rsync insta

[ANNOUNCEMENT] Updated: openssl-0.9.8p-1, openssl-devel-0.9.8p-1, libopenssl098-0.9.8p-1

2010-11-16 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.8p-1. This also includes the openssl-devel packages. This is an upstream security release. The Cygwin release is build from the vanilla sources, no additional patches. Official release message: ==

Re: Python: subprocess running rsync causes broken socket in telnetlib

2010-11-16 Thread David Sastre
On Wed, Nov 17, 2010 at 09:39:38AM +1300, David Antliff wrote: > On Mon, Nov 15, 2010 at 10:00, David Antliff wrote: > > Can anyone else see the fault if they run the script I posted? > > It would be great to know if this fault exists only at my site, or if > other sites can also demonstrate this

Re: Cannot suspend shell (Ctrl+Z)

2010-11-16 Thread Christopher Faylor
On Tue, Nov 16, 2010 at 05:29:05PM +0100, Thorsten Kampe wrote: >* Christopher Faylor (Tue, 16 Nov 2010 10:59:26 -0500) >> On Tue, Nov 16, 2010 at 04:40:35PM +0100, Thorsten Kampe wrote: >> >[latest Cygwin DLL and all updates] >> > >> >Hi, >> > >> >I cannot suspend applications (like Midnight Comma

stripping/relocating cygwin distribution

2010-11-16 Thread Alexandre Bezroutchko
Hello, I use heavily stripped cygwin distribution, basically limited to selected executables, libraries, and supporting files. It works pretty well, but I am facing a strange problem on Windows 7. It can be very easily reproduced as following: 1) from cygwin shell, make a copy of c:\cygwin (here

Re: [ANNOUNCEMENT] Updated: openssl-0.9.8p-1, openssl-devel-0.9.8p-1, libopenssl098-0.9.8p-1

2010-11-16 Thread Angelo Graziosi
...in 'setup.ini', "0.9.8p-1" is under '[prev]', so we cannot upgrade to it :( Ciao, Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#un

Re: CYGWIN_NT-6.1-WOW64: Unable to install rubies with rvm

2010-11-16 Thread Csaba Raduly
On Tue, Nov 16, 2010 at 7:11 PM, Jon Seidel CMC wrote: > When I try to compile a ruby (1.8.7 or 1.9.2) using rvm on cygwin, I get the > following errors. (snip) > eval.c:211: error: conflicting types for '_longjmp' > /usr/include/machine/setjmp.h:335: error: previous declaration of '_longjmp' > wa