Alan Stewart wrote: (on 03.07.2004)
> As mentioned elsewhere, you can download the precompiled packages from:
> http://aut.dyndns.org/par/
> and manually put it in the PAR-0.xx directory before making PAR.
> But if you are Internet connected when you try to make PAR and you don't have a
> compiler install, it should automatically download the package.
> What is the error you stop on?
> Alan Stewart
The key point seems to be the compiler: Uninstalling it results in
fetching PAR-0.85-*.par, dropping this file to the PAR-0.85 install
directory works fine and the following nmake is good.
A new problem shows then with "nmake test":
Every "t/2-pp" test fails until process hangs up with test "t/2-pp 17"
Sometimes (irreproducible) other task quits or hang up too (proxy,
firewall, desktop).
Thanks
Knut Virow
Here follows the complete install log:
WinShell C:\Configuration\Desktop\PAR-0.85>perl makefile.pl
*** ExtUtils::AutoInstall version 0.59
*** Checking for dependencies...
[Core Features]
- File::Temp ...loaded. (0.14 >= 0.05)
- Compress::Zlib ...loaded. (1.33 >= 1.16)
- Archive::Zip ...loaded. (1.06 >= 1)
- Module::ScanDeps ...loaded. (0.46 >= 0.45)
- PAR::Dist ...loaded. (0.07 >= 0.06)
[Windows --icon and --info support]
- Parse::Binary ...loaded. (0.07 >= 0.04)
- Win32::Exe ...loaded. (0.08 >= 0.04)
*** ExtUtils::AutoInstall configuration finished.
Writing Makefile for PAR
WinShell C:\Configuration\Desktop\PAR-0.85>\perl\bin\nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/tkpp blib\sc
ript\tkpp
pl2bat.bat blib\script\tkpp
C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/pp blib\scri
pt\pp
pl2bat.bat blib\script\pp
C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/par.pl blib\
script\par.pl
pl2bat.bat blib\script\par.pl
WinShell C:\Configuration\Desktop\PAR-0.85>\perl\bin\nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/tkpp blib\sc
ript\tkpp
pl2bat.bat blib\script\tkpp
C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/pp blib\scri
pt\pp
pl2bat.bat blib\script\pp
C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/par.pl blib\
script\par.pl
pl2bat.bat blib\script\par.pl
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'in
c', 'blib\lib', 'blib\arch')" t/0-signature.t t/1-basic.t t/2-pp.t
t/0-signature....ok
1/1 skipped: Next time around, consider installing Module::Signature, so
you can verify the integrity of this distribution.
t/1-basic........ok
t/2-pp...........NOK 1# Failed test (automated_pp_test.pl at line 7017)
# Failed test (automated_pp_test.pl at line 7062)
t/2-pp...........NOK 2Can't open perl script "FOO": No such file or directory at
script/main.pl line 5.
# Failed test (automated_pp_test.pl at line 7110)
t/2-pp...........NOK 3# Failed test (automated_pp_test.pl at line 7158)
t/2-pp...........NOK 4# Failed test (automated_pp_test.pl at line 7206)
t/2-pp...........NOK 5# Failed test (automated_pp_test.pl at line 7256)
t/2-pp...........NOK 6Unrecognized character \x90 at hello.exe line 1.
# Failed test (automated_pp_test.pl at line 7305)
t/2-pp...........NOK 7# Failed test (automated_pp_test.pl at line 7352)
t/2-pp...........NOK 8# Failed test (automated_pp_test.pl at line 7399)
t/2-pp...........NOK 9# Failed test (automated_pp_test.pl at line 7445)
t/2-pp...........NOK 10# Failed test (automated_pp_test.pl at line 7490)
t/2-pp...........NOK 11# Failed test (automated_pp_test.pl at line 7536)
t/2-pp...........NOK 12# Failed test (automated_pp_test.pl at line 7581)
t/2-pp...........NOK 13# Failed test (automated_pp_test.pl at line 7627)
t/2-pp...........NOK 14# Failed test (automated_pp_test.pl at line 7675)
t/2-pp...........NOK 15# Failed test (automated_pp_test.pl at line 7723)
t/2-pp...........NOK 16Can't locate hidden_print.pm in @INC (@INC contains: CODE
(0x10d7dc4) CODE(0x109cbdc) C:\Configuration\Desktop\PAR-0.85\blib\lib C:\Config
uration\Desktop\PAR-0.85\contrib\automated_pp_test C:\Configuration\Desktop\PAR-
0.85\inc C:\Configuration\Desktop\PAR-0.85\blib\lib C:\Configuration\Desktop\PAR
-0.85\blib\arch C:/Perl/lib C:/Perl/site/lib . .) at script/foo.pl line 2.
BEGIN failed--compilation aborted at script/foo.pl line 2.
# Failed test (automated_pp_test.pl at line 7768)
t/2-pp...........NOK 17Can't locate hidden_print_caller.pm in @INC (@INC contain
s: CODE(0x10d7dc4) CODE(0x109cbdc) C:\Configuration\Desktop\PAR-0.85\blib\lib C:
\Configuration\Desktop\PAR-0.85\contrib\automated_pp_test C:\Configuration\Deskt
op\PAR-0.85\inc C:\Configuration\Desktop\PAR-0.85\blib\lib C:\Configuration\Desk
top\PAR-0.85\blib\arch C:/Perl/lib C:/Perl/site/lib . .) at script/foo.pl line 2
.
BEGIN failed--compilation aborted at script/foo.pl line 2.
(no return to prompt, task hangs)