Re: [Module::Build] ./Build on Win98
Status: Beta
Brought to you by:
kwilliams
|
From: Dr B. <gr...@mo...> - 2006-03-01 04:52:50
|
On Tue, 28 Feb 2006, Randy W. Sims wrote: > <http://thepierianspring.org/perl/Module-Build.tar.gz> D:\greg\Module-Build>Build realclean Deleting _build Deleting Build D:\greg\Module-Build>dir build Volume in drive D has no label Volume Serial Number is 4658-17D7 Directory of D:\greg\Module-Build BUILD PL 2,591 02-02-06 8:19 Build.PL 1 file(s) 2,591 bytes 0 dir(s) 13,721.52 MB free D:\greg\Module-Build> D:\greg\Module-Build>perl Build realclean Deleting _build Deleting Build Deleting Build.bat D:\greg\Module-Build>dir build Volume in drive D has no label Volume Serial Number is 4658-17D7 Directory of D:\greg\Module-Build BUILD PL 2,591 02-02-06 8:19 Build.PL 1 file(s) 2,591 bytes 0 dir(s) 13,721.52 MB free D:\greg\Module-Build> > If everything works could you post the batch heading of Build.bat? @rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" --build_bat %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S "%0" --build_bat %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; #!perl #line 15 use strict; use Cwd; use File::Basename; > Build test Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------- t\basic.t 2 512 55 110 200.00% 1-55 t\compat.t 2 512 ?? ?? % ?? t\destinations.t 2 512 92 184 200.00% 1-92 t\extend.t 2 512 53 106 200.00% 1-53 t\files.t 2 512 6 12 200.00% 1-6 t\install.t 2 512 34 68 200.00% 1-34 t\manifypods.t 2 512 ?? ?? % ?? t\metadata.t 2 512 46 92 200.00% 1-46 t\metadata2.t 2 512 18 36 200.00% 1-18 t\moduleinfo.t 2 512 66 132 200.00% 1-66 t\notes.t 2 512 11 22 200.00% 1-11 t\ppm.t 2 512 ?? ?? % ?? t\runthrough.t 2 512 28 56 200.00% 1-28 t\signature.t 2 512 ?? ?? % ?? t\tilde.t 2 512 11 22 200.00% 1-11 t\versions.t 2 512 2 4 200.00% 1-2 t\xs.t 2 512 ?? ?? % ?? Failed 17/20 test scripts, 15.00% okay. 422/548 subtests failed, 22.99% okay. D:\greg\Module-Build> There were a lot of error messages about Tie::CPHash not being found. I put that in the lib directory and it is hanging again at subtest 25 of basic.t But Build realclean works. -- Dr Bean Whereof we cannot speak, we must remain silent. --Ludwig Wittgenstein We know more than we can say. --Michael Polanyi |