Skip Menu |

This queue is for tickets about the Apache-Test CPAN distribution.

Report information
The Basics
Id: 34470
Status: rejected
Priority: 0/
Queue: Apache-Test

People
Owner: Nobody in particular
Requestors: skumar [...] spikesource.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: make test trying to load os2 process on cygwin
Date: Thu, 27 Mar 2008 18:55:05 +0530
To: bug-Apache-Test [...] rt.cpan.org
From: SatheeshKumar Mohan <skumar [...] spikesource.com>
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.
Subject: Re: [rt.cpan.org #34470] make test trying to load os2 process on cygwin
Date: Thu, 27 Mar 2008 12:37:50 -0400
To: bug-Apache-Test [...] rt.cpan.org, test-dev [...] perl.apache.org
From: Geoffrey Young <geoff [...] modperlcookbook.org>
Show quoted text
> 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.
this line is the problem... and it's in Win32::Process, not Apache-Test - nowhere do we attempt to load OS2::Process. closing bug. --Geoff