You are using perl 5.8.4 with PAR-0.89, and you are not compiling, so you need to download
    PAR-0.89-MSWin32-x86-multi-thread-5.8.4.par
which does not exist.

There is, however, a
    PAR-0.89-MSWin32-x86-multi-thread-5.8.6.par
at
    http://mirror.uta.edu/CPAN/modules/by-module/RTx/AUTRIJUS/?C=M;O=D
so one solution would be to upgrade to perl 5.8.6

Be careful *NOT* to upgrade to perl 5.8.7, which is available, because there is no
   PAR-0.89-MSWin32-x86-multi-thread-5.8.7.par
either.  At least not yet.



-------- Original Message --------
Subject:        Re: [Fwd: Re: pp on windows]
Date:   Mon, 15 Aug 2005 08:49:40 +0800
From:   Ken Perl <[EMAIL PROTECTED]>
To:     m.nooning <[EMAIL PROTECTED]>
References:     <[EMAIL PROTECTED]>



My windows is Windows professional 2000, perl -e "print $^O" sends out MSWin32
I am using ActiveState perl 5.8.4.
D:\WUTemp\par\PAR-0.89>perl -v

This is perl, v5.8.4 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)

I didn't complie PAR myself and failed to install a PAR-0.89-MSWin32-x86-multi-thread-5.8.your_favorite_last_number.par
during the installation, the install program skipped the steps because
it can't find one on search.cpan.org. I also tried to find this by a
manual search on cpan.org and found nothing.
I don't know what this is used and because the installation program
skipped this, so I think it might be optional.

so when I re-run the nmake test, it skipped all the parl test, see
below test result.

D:\WUTemp\par\PAR-0.89>nmake test

Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

       C:\activePerl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/tkpp b
lib\script\tkpp
       pl2bat.bat blib\script\tkpp
       C:\activePerl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/pp bli
b\script\pp
       pl2bat.bat blib\script\pp
       C:\activePerl\bin\perl.exe -Iinc -MExtUtils::Command -e cp script/par.pl
blib\script\par.pl
       pl2bat.bat blib\script\par.pl
       C:\activePerl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(
0, 'inc', 'blib\lib', 'blib\arch')" t/1-basic.t t/2-pp.t
t/1-basic....ok
t/2-pp.......skipped
       all skipped: 'parl' not found
All tests successful, 1 test skipped.
Files=2, Tests=8,  6 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)



2005/8/12, m.nooning <[EMAIL PROTECTED]>:


-------- Original Message --------
Subject: Re: pp on windows
Date: Fri, 12 Aug 2005 10:13:21 +0800
From: [EMAIL PROTECTED] (Ken Perl)
To: [email protected]
Newsgroups: perl.par
References: <[EMAIL PROTECTED]>

I trun on debug mode and the stack trace is below,

Can't find par loader at c:/activePerl/site/lib/PAR/Packer.pm line 101.
        PAR::Packer::set_options('PAR::Packer=HASH(0x2722c5c)') called
at c:/act
ivePerl/site/lib/App/Packer/PAR.pm line 58

App::Packer::PAR::_set_options('App::Packer::PAR=HASH(0x271c5f8)', 'fron
topts', 'HASH(0x26a3b98)', 'frontend', 'Module::ScanDeps', 'args',
'ARRAY(0x1ab4
dd4)', 'backend', 'PAR::Packer', ...) called at
c:/activePerl/site/lib/App/Packe
r/PAR.pm line 41
        App::Packer::PAR::new('App::Packer::PAR', 'frontend',
'Module::ScanDeps'
, 'backend', 'PAR::Packer', 'frontopts', 'HASH(0x26a3b98)', 'backopts',
'HASH(0x
26a3b98)', ...) called at pp line 19
Debugged program terminated.  Use q to quit or R to restart,

2005/8/10, Ken Killer <[EMAIL PROTECTED]>:
> hi list,
>
> I am new to PAR.
> the pp threw out following error, I don't know how to debug and fix
> the problem on my windows, could anyone give me some clues?
>
> D:\PAR-0.89> pp
> Can't find par loader at C:/activePerl/site/lib/PAR/Packer.pm line 101.
>
> Thanks
>
You appear to be using PAR-0.89 on Windows.  Which Windows version?
Which perl version?  Did you compile PAR yourself on your machine?
As yet there is no
     PAR-0.89-MSWin32-x86-multi-thread-5.8.your_favorite_last_number.par
listed at http://aut.dyndns.org/par or search.cpan.org
and you are using PAR-0.89 so I don't know how you installed PAR unless
you did.

During your PAR installation when you did "nmake test"?
Did all of the tests pass?
Can you go to your original directory where you did nmake test and rerun
it now?
Do all tests pass?
Please post any error messages.

Thanks





Reply via email to