-------- Original Message --------
Subject: [rt.cpan.org #34470] make test trying to load os2 process on
cygwin
Date: Thu, 27 Mar 2008 09:25:43 -0400
From: SatheeshKumar Mohan via RT <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: undisclosed-recipients:;
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Thu Mar 27 09:25:42 2008: Request 34470 was acted upon.
Transaction: Ticket created by [EMAIL PROTECTED]
Queue: Apache-Test
Subject: make test trying to load os2 process on cygwin
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [EMAIL PROTECTED]
Status: new
Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=34470 >
Operating system:
Cygwin (on Windows 2003)
CYGWIN_NT-5.2 i686 Cygwin
Perl version:
v5.8.7 built for MSWin32-x86-multi-thread
Description:
When i run nmake test on cygwin, I am getting the following error,
nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\cygwin\opt\spikesource\share\perl\bin\perl.exe -Iblib\arch -Iblib\lib
t/TEST -clean
Can't locate loadable object for module OS2::Process in @INC (@INC
contains:
C:\cygwin\opt\spikesource\var\tmp\portage\apache-2.2.3\work\Apache-Test-1.28\blib\lib
C:\cygwin\opt\spikesource\var\tmp\portage\apache-2.2.3\work\Apache-Test-1.28\blib\arch
C:\cygwin\opt\spikesource\var\tmp\portage\apache-2.2.3\work\Apache-Test-1.28
lib ../lib blib\arch blib\lib
C:/cygwin/opt/spikesource/share/perl/lib/5.8.7
C:/cygwin/opt/spikesource/share/perl/lib
C:/cygwin/opt/spikesource/share/perl/site/lib .) at
C:/cygwin/opt/spikesource/share/perl/lib/Win32/Process.pm line 25
BEGIN failed--compilation aborted at
C:/cygwin/opt/spikesource/share/perl/lib/Win32/Process.pm line 25.
Compilation failed in require at lib/Apache/TestServer.pm line 380.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.
Note: It is trying to load OS2::Process module which is wrong.
Thanks,
SatheeshKumar.