cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread nma
Hello, SUMMARY: I installed cygwin 1.7.5 on windows 7 (64 bit OS), and when I run some command which uses perl, I get the following error: 0 [main] perl 2528 C:\cygwin\bin\perl.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small. DETAILS: I installed cygwin, all of it on win

Re: Why call-process removes '{' and '}' chars from arguments???

2010-06-03 Thread Oleksandr Gavenko
On 2010.06.03 0:39, Eli Zaretskii wrote: From: Oleksandr Gavenko Date: Wed, 02 Jun 2010 23:40:46 +0300 I use Emacs 23.2 under Windows. (call-process "echo.exe" nil (get-buffer "*Messages*") nil "--bla" "{rev}" "}}}xxx{1}xxx{2}xxx{{{" ) put in Message buffer "--bla rev }

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread nma
Quoting n...@12000.org: Hello, SUMMARY: I installed cygwin 1.7.5 on windows 7 (64 bit OS), and when I run some command which uses perl, I get the following error: 0 [main] perl 2528 C:\cygwin\bin\perl.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small. fyi; I found this belo

[ANNOUNCEMENT] Updated: mercurial-1.5.2-1 -- Python based distributed version control (DVCS)

2010-06-03 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://mercurial.selenic.com License : GPL Distributed, efficient Python based source control system. Mercurial is designed for efficient handling of very large distributed projects. CHANGES SINCE LAST RELEASE == http://

[ANNOUNCEMENT] Updated: openssl-0.9.8o-1, openssl-devel-0.9.8o-1

2010-06-03 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.8o-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: ==

How you wrote wrapper around Cygwin scripts?

2010-06-03 Thread Oleksandr Gavenko
For example Mercurial VCS hg distributed as python script. To able invoke hg from cmd.exe (I some times use Far file manager and all time native GNU Emacs) I wrote wrapper: $ cat /bin/hg.bat @echo off python /bin/hg %* This script work fine except case then one of argument contain new line (l

openssl hanging on

2010-06-03 Thread Gary .
I quite often notice that when I try to close gnus, which is using (several instances of) openssl, it appears to hang. Today I for some reason got so ed off with it, I started closing the processes I thought belonged to it, starting with the openssl ones. As soon as I closed the last one, gnus

Re: Why call-process removes '{' and '}' chars from arguments???

2010-06-03 Thread Larry Hall (Cygwin)
On 6/3/2010 3:46 AM, Oleksandr Gavenko wrote: On 2010.06.03 0:39, Eli Zaretskii wrote: From: Oleksandr Gavenko Date: Wed, 02 Jun 2010 23:40:46 +0300 I use Emacs 23.2 under Windows. (call-process "echo.exe" nil (get-buffer "*Messages*") nil "--bla" "{rev}" "}}}xxx{1}xxx{2}xxx{{{" ) put in Mess

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Larry Hall (Cygwin)
On 6/3/2010 3:43 AM, n...@12000.org wrote: perl-ming 0.4.3-1 Incomplete That's not right. I'd suggest reinstalling perl-ming. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Nasser M. Abbasi
On 6/3/2010 8:08 AM, Larry Hall (Cygwin) wrote: On 6/3/2010 3:43 AM, n...@12000.org wrote: perl-ming 0.4.3-1 Incomplete That's not right. I'd suggest reinstalling perl-ming. I did the following: 1. reinstalled. 2. tried different source, downloaded, reinstalled I still get the same thing,

Ajouter un drapeau à ce mail Perl-Image-Magick cannot load Magick.dll

2010-06-03 Thread Vincent G.
Hi, I would like to use perlMagick. I installed "perl-Image-Magick" with "setup.exe" but I can't get it work. What's the trick ? $ perl -e "use Image::Magick;" Can't load '/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/Image/Magick/Magick.dll' for module Image::Magick: No such file or direc

Re: Cygwin Performance and stat()

2010-06-03 Thread Christopher Wingert
Using strace I was able to look at some of the functions that are enumerated by debugging calls. The trace below is done by ls.exe for each file (approximately 95k files @ 88 mSecs/file), approximately 40 mSecs are spent in lstat64() and another 47 mSecs are spent in getacl(). It also *looks* lik

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Larry Hall (Cygwin)
On 6/3/2010 12:32 PM, Nasser M. Abbasi wrote: On 6/3/2010 8:08 AM, Larry Hall (Cygwin) wrote: On 6/3/2010 3:43 AM, n...@12000.org wrote: perl-ming 0.4.3-1 Incomplete That's not right. I'd suggest reinstalling perl-ming. I did the following: 1. reinstalled. 2. tried different source, downlo

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Cygwin/X
Larry Hall (Cygwin) wrote: > On 6/3/2010 3:43 AM, n...@12000.org wrote: > > perl-ming 0.4.3-1 Incomplete > > That's not right. I'd suggest reinstalling perl-ming. Perhaps it has something to do with the colons in the manpage filenames? Yaakov -- Problem

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Larry Hall (Cygwin)
On 6/3/2010 1:40 PM, Yaakov (Cygwin/X) wrote: Larry Hall (Cygwin) wrote: On 6/3/2010 3:43 AM, n...@12000.org wrote: perl-ming 0.4.3-1 Incomplete That's not right. I'd suggest reinstalling perl-ming. Perhaps it has something to do with the colons in the

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Nasser M. Abbasi
On 6/3/2010 12:43 AM, n...@12000.org wrote: Hello, SUMMARY: I installed cygwin 1.7.5 on windows 7 (64 bit OS), and when I run some command which uses perl, I get the following error: 0 [main] perl 2528 C:\cygwin\bin\perl.exe: *** fatal error - Internal error: TP_NUM_W_BUFS too small. Upda

Re: Different user environment for key vs password authentication

2010-06-03 Thread jaynnas
To make sure I'm understanding the implication of your response, let me summarize... According to the link you sent, the different user environment is resulting not because of something that the ssh server (or cygwin) is doing/configured to do but because of how Windows handles remote log-ins

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Larry Hall (Cygwin)
On 6/3/2010 3:02 PM, Nasser M. Abbasi wrote: Should I try building cygwin from sources on my PC? Debugging it further would certainly be helpful. But if you don't actually want to build Cygwin from source, you can always use a recent snapshot with its source and debugging information as a shor

Re: Different user environment for key vs password authentication

2010-06-03 Thread Larry Hall (Cygwin)
On 6/3/2010 2:56 PM, jayn...@us.ibm.com wrote: To make sure I'm understanding the implication of your response, let me summarize... According to the link you sent, the different user environment is resulting not because of something that the ssh server (or cygwin) is doing/configured to do but b

C: vs /cygdrive/c and git

2010-06-03 Thread Bill Hoffman
Can someone explain why if I use c:/some/path as an argument to git clone, it fails. But if I use /cygdrive/c/some/path it works. Here is an example: GIT_TRACE=1 git clone c:/Users/hoffman/Work/My\ Builds/CMake-gmake/Tests/ExternalProject/LocalRepositories/GIT foobar trace: built-in: git 'clo

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Nasser M. Abbasi
On 6/3/2010 12:17 PM, Larry Hall (Cygwin) wrote: On 6/3/2010 3:02 PM, Nasser M. Abbasi wrote: Should I try building cygwin from sources on my PC? Debugging it further would certainly be helpful. But if you don't actually want to build Cygwin from source, you can always use a recent snapsho

Re: C: vs /cygdrive/c and git

2010-06-03 Thread Eric Blake
On 06/03/2010 02:03 PM, Bill Hoffman wrote: > Can someone explain why if I use c:/some/path as an argument to git > clone, it fails. But if I use /cygdrive/c/some/path it works. Because c:/some/path looks like you are asking for protocol:file for talking to a remote machine, while /cygdrive/c/som

Re: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal

2010-06-03 Thread Larry Hall (Cygwin)
On 6/3/2010 4:19 PM, Nasser M. Abbasi wrote: On 6/3/2010 12:17 PM, Larry Hall (Cygwin) wrote: On 6/3/2010 3:02 PM, Nasser M. Abbasi wrote: Should I try building cygwin from sources on my PC? Debugging it further would certainly be helpful. But if you don't actually want to build Cygwin fro

Re: C: vs /cygdrive/c and git

2010-06-03 Thread Bill Hoffman
On 6/3/2010 4:20 PM, Eric Blake wrote: On 06/03/2010 02:03 PM, Bill Hoffman wrote: Can someone explain why if I use c:/some/path as an argument to git clone, it fails. But if I use /cygdrive/c/some/path it works. Because c:/some/path looks like you are asking for protocol:file for talking to

Re: C: vs /cygdrive/c and git

2010-06-03 Thread Eric Blake
On 06/03/2010 02:32 PM, Bill Hoffman wrote: > On 6/3/2010 4:20 PM, Eric Blake wrote: >> On 06/03/2010 02:03 PM, Bill Hoffman wrote: >>> Can someone explain why if I use c:/some/path as an argument to git >>> clone, it fails. But if I use /cygdrive/c/some/path it works. >> >> Because c:/some/path l

Re: Why call-process removes '{' and '}' chars from arguments???

2010-06-03 Thread Oleksandr Gavenko
On 2010-06-03 18:04, Larry Hall (Cygwin) wrote: On 6/3/2010 3:46 AM, Oleksandr Gavenko wrote: On 2010.06.03 0:39, Eli Zaretskii wrote: From: Oleksandr Gavenko Date: Wed, 02 Jun 2010 23:40:46 +0300 I use Emacs 23.2 under Windows. (call-process "echo.exe" nil (get-buffer "*Messages*") nil "--bl

Re: C: vs /cygdrive/c and git

2010-06-03 Thread Bill Hoffman
On 6/3/2010 4:39 PM, Eric Blake wrote: On 06/03/2010 02:32 PM, Bill Hoffman wrote: In that case, git is just blindly treating c: as ./c: - that is, the relative file named "c:" in the current directory. Since POSIX allows this interpretation, there's no reason for git to special case it and t

Re: Reading /proc/registry/... returns extra char

2010-06-03 Thread Andrey Repin
Greetings, Dave Korn! >> Erm... how about ":type" suffix? Don't know how "POSIXy" it is, but it's >> close >> enough to similar functionality of NTFS (file streams). > To save having the whole discussion again, here's the summary from last time: > http://www.cygwin.com/ml/cygwin-developers/2006

Re: C: vs /cygdrive/c and git

2010-06-03 Thread Eric Blake
On 06/03/2010 03:07 PM, Bill Hoffman wrote: > Again, I don't think this is git specific, but I would like to > understand at what level of cygwin this is coming from. You've got the source code, go debug it if you'd like. But I could care less about DOS names - either they work or they don't; in

Re: Different user environment for key vs password authentication

2010-06-03 Thread jaynnas
Ok. Thanks for the help. I'll give it a try next week when I have access again to the environment. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com

Re: Cygwin Performance and stat()

2010-06-03 Thread Christopher Faylor
On Thu, Jun 03, 2010 at 10:35:55AM -0700, Christopher Wingert wrote: >Using strace I was able to look at some of the functions that are >enumerated by debugging calls. > >The trace below is done by ls.exe for each file (approximately 95k files @ >88 mSecs/file), approximately 40 mSecs are spent in

Re: Cygwin Performance and stat()

2010-06-03 Thread Christopher Wingert
> On Thu, Jun 03, 2010 at 10:35:55AM -0700, Christopher Wingert wrote: >>Using strace I was able to look at some of the functions that are >>enumerated by debugging calls. >> >>The trace below is done by ls.exe for each file (approximately 95k files >> @ >>88 mSecs/file), approximately 40 mSecs are

Re: Cygwin Performance and stat()

2010-06-03 Thread Christopher Faylor
On Thu, Jun 03, 2010 at 05:32:46PM -0700, Christopher Wingert wrote: >> On Thu, Jun 03, 2010 at 10:35:55AM -0700, Christopher Wingert wrote: >>>Using strace I was able to look at some of the functions that are >>>enumerated by debugging calls. >>> >>>The trace below is done by ls.exe for each file

Re: Cygwin Performance and stat()

2010-06-03 Thread Christopher Wingert
> On Thu, Jun 03, 2010 at 05:32:46PM -0700, Christopher Wingert wrote: > Yeah, that's what I thought you were doing. Given that the timestamps > don't indicate "elapsed time of function X", it's not always possible to > figure out how long a function takes by subtracting. Subtracting > timestamps

Re: "1.7.5: question about running cron tasks as normal local user (no domain users / no local admin group users)"

2010-06-03 Thread Pierre A. Humblet
At 08:57 AM 6/3/2010, Adi B Treiner wrote: Hello, After upgrading to version 1.7.5 running cron tasks for normal local users doesnt work anymore. For those users cron always reports the following error: cron.exe: *** fatal error - could not load user32, Win32 error 1114 This seems to be relate

Re: Cygwin window closes by itself -- And, a strange workaround

2010-06-03 Thread Larry Hall (Cygwin)
On 6/3/2010 8:34 PM, surendar jeyadev wrote: I have been using Cygwin for about 5 years on the same computer, without a problem (but for a strange change in bash history behaviour about a few months back -- more on that later, or in a separate thread). Suddenly, today, something strange has sta

Re: Cygwin Performance and stat()

2010-06-03 Thread Christopher Faylor
On Thu, Jun 03, 2010 at 07:57:31PM -0700, Christopher Wingert wrote: >>On Thu, Jun 03, 2010 at 05:32:46PM -0700, Christopher Wingert wrote: >>Yeah, that's what I thought you were doing. Given that the timestamps >>don't indicate "elapsed time of function X", it's not always possible >>to figure ou