Re: Problem with Perl/Tk and Pixmap

2010-12-17 Thread Csaba Raduly
On Thu, Dec 16, 2010 at 10:25 PM, Andrew DeFaria wrote: >  On 12/16/2010 02:07 PM, Johannes v. Löwis wrote: >> >> I have a Perl/Tk script that is supposed to show a pixmap on the left >> side of the title bar of the main window. It works on Linux and on a >> rather old version of Cygwin 1.5. >> On

Re: 1.7.7: rm -rf sometimes fails - race condition?

2010-12-17 Thread Corinna Vinschen
On Dec 16 11:17, Warren Young wrote: > On 12/15/2010 8:55 PM, Matthias Andree wrote: > >same story with 1.7.8s. Builds successfully 4 times, then fails. > > I upgraded my DLL to yesterday's snapshot and ran the build through > a further 80 iterations. No failures. > > I still believe you have a

Errors in Exim, rebaseall, inetd.

2010-12-17 Thread Ross Hemingway
Hi, I have installed cygwin and Exim into 3 different Server 2008R2 (64bit). I'd like to report the following errors that are consistent through out. This applies to all version of 1.7.x so far. 1/ Exim install script does not complete through the regular setup.exe system. The script never

Re: Cygwin 1.7.7: intermittent Perl "unable to remap *.dll" error with Windows 7/2008R2

2010-12-17 Thread Reini Urban
2010/12/17 Larry Hall (Cygwin): > On 12/16/2010 9:21 PM, Daniel Colascione wrote: >> On 12/16/10 4:25 PM, Larry Hall (Cygwin) wrote: >>> On 12/16/2010 5:34 PM, Manfred Brabec wrote: Cygwin is really great, but has huge stability problems running on top of Windows 7 or Windows 2008R2 (both

Re: Errors in Exim, rebaseall, inetd.

2010-12-17 Thread Pierre A. Humblet
At 06:46 AM 12/17/2010, Ross Hemingway wrote: Hi, I have installed cygwin and Exim into 3 different Server 2008R2 (64bit). I'd like to report the following errors that are consistent through out. This applies to all version of 1.7.x so far. 1/ Exim install script does not complete through t

Re: Errors in Exim, rebaseall, inetd.

2010-12-17 Thread Charles Wilson
On 12/17/2010 6:46 AM, Ross Hemingway wrote: > 4/ inetd.exe: This is not an error, but a big inconvenience. When > this inetd is installed as a service (cygrunsrv -I), and then started as > a service (net start inetd), it does not keep a Services.msc presence. > Hence you cannot stop it (net sto

Re: python-devel How to install?

2010-12-17 Thread Larry Hall (Cygwin)
On 12/17/2010 12:20 AM, mike6679 wrote: I'm trying to compile pocketsphinx using cygwin and i get an error. From what I researched, it seems I need the python development header or "python-devel" package . Where can I get this and how do I install it? Development header files are in the "pyth

rebase question

2010-12-17 Thread Rance Hall
Over the last several days I've been reading the thread that eventually migrated to a discussion of combining rebase and perlrebase as one. I've largely ignored it because I have never had a problem with cygwin that wasn't my fault. It seems more and more this rebase deal is coming up and I'm sta

df -l not working on 1.7.7

2010-12-17 Thread Andrew DeFaria
Why does this fail: $ df -l df: no file systems processed -- Andrew DeFaria If Webster wrote the first dictionary, where did he find the words? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: h

Re: rebase question

2010-12-17 Thread Matthias Andree
Am 17.12.2010 15:56, schrieb Rance Hall: > Over the last several days I've been reading the thread that > eventually migrated to a discussion of combining rebase and perlrebase > as one. > > I've largely ignored it because I have never had a problem with cygwin > that wasn't my fault. > > It seem

Re: rebase, perl

2010-12-17 Thread Marco Moreno
On Dec 4, 2010, at 11:48 AM, Reini Urban wrote: > 2010/12/1 Reini Urban: >> 2010/11/30 Maurice Mengel: >>> Don't know where to look anymore. perl keeps complaining about >>> whenever I try to install a module in CPAN. The usual fatal error - >>> unable to remap. >>> >>> Then I try perlrebase fro

Re: rebase, perl

2010-12-17 Thread Reini Urban
Yes. Adding a -d0 solved so far the problems on Win7 for me. diff -u /usr/bin/perlrebase~ /usr/bin/perlrebase --- /usr/bin/perlrebase~2010-11-27 10:13:07.806866000 +0100 +++ /usr/bin/perlrebase 2010-12-01 07:50:13.843953700 +0100 @@ -39,5 +39,5 @@ /usr/bin/rebase -v -b $baseaddr -T rebas

executing .bat & .cmd files with 1.7

2010-12-17 Thread Vincent Côté-Roy
Hi, I've just upgraded to 1.7 (from 1.5) and ever since I did, .bat and .cmd files are no longer automagically executed when I invoke them without their extension: i.e., it used to be that invoking xyz in bash would execute xyz.bat or xyz.cmd if it happened to be in my path. Is this a new feature

Re: executing .bat & .cmd files with 1.7

2010-12-17 Thread Larry Hall (Cygwin)
On 12/17/2010 12:54 PM, Vincent Côté-Roy wrote: Hi, I've just upgraded to 1.7 (from 1.5) and ever since I did, .bat and .cmd files are no longer automagically executed when I invoke them without their extension: i.e., it used to be that invoking xyz in bash would execute xyz.bat or xyz.cmd if it

Re: executing .bat & .cmd files with 1.7

2010-12-17 Thread Vincent Côté-Roy
Hi Larry, I'm sorry, I wasn't very clear: xyz.bat or xyz.cmd do indeed execute as before. My problem is that when I type xyz (i.e. without the extension) it won't find xyz.bat or xyz.cmd, as it did before upgrading. 2010/12/17 Larry Hall (Cygwin) : > On 12/17/2010 12:54 PM, Vincent Côté-Roy

Re: executing .bat & .cmd files with 1.7

2010-12-17 Thread Andy Koppe
2010/12/17 Vincent Côté-Roy: > I'm sorry, I wasn't very clear:  xyz.bat or xyz.cmd do indeed execute > as before. My problem is that when I type xyz (i.e. without the > extension) it won't find xyz.bat or xyz.cmd, as it did before > upgrading. It did not do that. Not on the Cygwin 1.5.25 install h

Re: rebase, perl

2010-12-17 Thread Marco Moreno
On Dec 17, 2010, at 12:12 PM, Reini Urban wrote: >> Where do I get an updated perlrebase? I've tried performing updates from >> the latest released cygwin installer (no snapshots), but I still have what >> appears to be an outdated version. > > perlrebase is in perl. > latest is perl-5.10.1-4

Maximum ptys

2010-12-17 Thread Rob B
Hi: I seem to be hitting my maximum pty limit after running my cygwin machine for about a week. I open rxvt terminals and have an openssh server. rxvt on the machine and connections via ssh work fine after reboot. After about 1 week goes by I get messages about failure to allocate a pty. Once

Re: Maximum ptys

2010-12-17 Thread Andy Koppe
On 18 December 2010 02:58, Rob B wrote: > I seem to be hitting my maximum pty limit after running my cygwin > machine for about a week.  I open rxvt terminals and have an openssh > server.  rxvt on the machine and connections via ssh work fine after > reboot.  After about 1 week goes by I get messa