X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Mon, 7 Jun 2010 16:15:07 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: bug report: cygwin 1.7.5, perl *** fatal error TP_NUM_W_BUFS too smal
Message-ID: <20100607201507.GA5183@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20100604083653.GA6401@calimero.vinschen.de> <4C08CAE9.2000507@12000.org> <4C08D2B8.8090609@12000.org> <4C0C685A.1010803@x-ray.at> <4C0C83D5.3070705@12000.org> <AANLkTilfLX5QpbvWAg3zqOOthsRGgLF3N0ganwgzkEa9@mail.gmail.com> <4C0CB1AE.8030902@12000.org> <4C0D3F16.6090307@12000.org> <20100607194146.GA31697@ednor.casa.cgf.cx> <4C0D4FB7.7060307@12000.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4C0D4FB7.7060307@12000.org>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Mon, Jun 07, 2010 at 12:59:51PM -0700, Nasser M. Abbasi wrote:
>On 6/7/2010 12:41 PM, Christopher Faylor wrote:
>> On Mon, Jun 07, 2010 at 11:48:54AM -0700, Nasser M. Abbasi wrote:
>>>
>>> This is a bug report. attached is output of  cygcheck -s -v -r (I get
>>> some access denited warnings btw):
>>>
>>> $ cygcheck -s -v -r>  cygcheck.out
>>> /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32
>>> error 5
>>> Access is denied.
>>> /usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5
>>> Access is denied.
>>> /usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5
>>> Access is denied.
>>> /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper':
>>> Win32 error 5
>>> Access is denied.
>>> /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5
>>> Access is denied.
>>> $
>>
>
>> This looks suspicious:
>>
>> Warning: C:\cygwin\bin\perl.exe hides G:\LATEX\perl\bin\perl.exe
>>
>> That would indicate that you have two versions of perl on your system.
>
>Yes, I have the windows version of perl (Active Perl 5.1) and cygwin own 
>perl.
>
>What is wrong with this? I need the windows version to be able to use 
>latex2html on windows, since I am not able to use latex2html installed 
>on cygwin.
>
>Can't one install different perl on windows if they have cygwin with its 
>own perl? cygwin perl comes before windows perl.  windows perl is on 
>windows path (defined by using windows, outside cygwin).
>
>$ echo $PATH
>/usr/local/bin:/usr/bin:/bin:/cygdrive/g/LATEX/MiKTeX2.8/miktex/bin:/cygdrive/g/
>LATEX/GnuWin32/bin:/cygdrive/g/LATEX/latex2html/bin:/cygdrive/g/LATEX/perl/bin:/
>cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbe
>m:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/cygdrive/c/Program 
>Files
>  (x86)/ATI Technologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files 
>(x86)/MATL
>AB/R2008b Student/bin:/cygdrive/c/Program Files (x86)/MATLAB/R2008b 
>Student/bin/
>win32:/usr/lib/lapack

Rather than express amazement that I raised the issue why not just prove
that this doesn't mean anything by simplifying your path and trying
again?  I would try just doing something like:

c:\>set PATH=c:\cygwin\bin;c:\windows;c:\windows\system32;c:\windows\system32\Wbem
bash$ ...

I also meant to mention that you should remove the reference to /usr/bin
since /bin and /usr/bin are the same directory under Cygwin.  This won't
have any effect other than to make things slightly slower but you don't
need to have this in your path.

cgf

--
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

