Thu Jul 29 09:12:23 2010: Request 59710 was acted upon.
Transaction: Correspondence added by kalo...@digsys.bg
       Queue: Module-ScanDeps
     Subject: Re: [rt.cpan.org #59710] Par-Packer not including all dependencies
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: kalo...@digsys.bg
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59710 >


Hello,
About Perl - I don't have two different versions of Perl.
[]$ ls -l /usr/local/bin/perl
-rwxr-xr-x  2 root  wheel  40539 22 Юни 18:55 /usr/local/bin/perl
[]$ ls -l /usr/bin/perl
lrwxr-xr-x  1 root  wheel  25 22 Юни 18:56 /usr/bin/perl -> 
/usr/local/bin/perl5.10.1
[]$ ls -l /usr/local/bin/perl5*
lrwxr-xr-x  1 root  wheel     25 22 Юни 18:56 /usr/local/bin/perl5 -> 
/usr/local/bin/perl5.10.1
-rwxr-xr-x  2 root  wheel  40539 22 Юни 18:55 /usr/local/bin/perl5.10.1
[]$ /usr/local/bin/perl -v

This is perl, v5.10.1 (*) built for amd64-freebsd-thread-multi

[]$ /usr/local/bin/perl5.10.1 -v

This is perl, v5.10.1 (*) built for amd64-freebsd-thread-multi

[]$ diff /usr/local/bin/perl5.10.1 /usr/local/bin/perl

-----------------------------perl 
Makefile.PL----------------------------------------
[~/Downloads/CPAN/PAR-Packer-1.006]$ perl Makefile.PL
*** You have extra Perl library paths set in your environment.
    Please note that these paths (set with PERL5LIB or PERLLIB)
    are not honored by perl when running under taint mode, which
    may lead to problems. This is a limitation (by design) of
    Perl, not of PAR::Packer; but some of the problems may
    manifest here during installation.

Checking if your kit is complete...
Looks good
Warning: prerequisite ExtUtils::MakeMaker 6.42 not found. We have 
unknown version.
Writing Makefile for the par program
Writing Makefile for PAR::Packer

-----------------------------MAKE----------------------------------------
[/home/kaloyan/Downloads/CPAN/PAR-Packer-1.006]# make
cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm
cp lib/PAR/StrippedPARL/Base.pm blib/lib/PAR/StrippedPARL/Base.pm
cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm
cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm
cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm
cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm
cp lib/PAR/StrippedPARL/Dynamic.pm blib/lib/PAR/StrippedPARL/Dynamic.pm
cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm
cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm
cp lib/pp.pm blib/lib/pp.pm
cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm
cp lib/PAR/StrippedPARL/Static.pm blib/lib/PAR/StrippedPARL/Static.pm
perl sha1.c.PL sha1.c
cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -DDEBUGGING -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include  
-I/usr/local/lib/perl5/5.10.1/mach/CORE  -DPARL_EXE=\"parl\" -g main.c
perl ./file2c.pl ../script/par.pl my_par_pl.c load_my_par_pl 1
cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -DDEBUGGING -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include  
-I/usr/local/lib/perl5/5.10.1/mach/CORE  -DPARL_EXE=\"parl\" -g my_par_pl.c
cc main.o my_par_pl.o -s   -Wl,-R/usr/local/lib/perl5/5.10.1/mach/CORE 
-pthread -Wl,-E  -fstack-protector -L/usr/local/lib  
-L/usr/local/lib/perl5/5.10.1/mach/CORE -lperl -lm -lcrypt -lutil -o ./par
perl -e1
perl ./file2c.pl ./par my_par.c load_my_par 1 30000
perl ./file2c.pl /usr/local/lib/perl5/5.10.1/mach/CORE/libperl.so 
my_libperl.c load_my_libperl 1 30000
cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.10.1/BSDPAN" -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -DDEBUGGING -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include  
-I/usr/local/lib/perl5/5.10.1/mach/CORE  -DPARL_EXE=\"parl\" -g static.c
cc static.o -s   -Wl,-R/usr/local/lib/perl5/5.10.1/mach/CORE -pthread 
-Wl,-E  -fstack-protector -L/usr/local/lib  
-L/usr/local/lib/perl5/5.10.1/mach/CORE -lm -lcrypt -lutil  -o ./static
perl -e1
perl parlsig.pl ./static ./par 1 30000
perl run_with_inc.pl ./static -I../blib/lib -q -B -O../script/parl
perl -e "chmod(oct('0600'), '../blib/lib/PAR/StrippedPARL/Static.pm');"
perl encode_append.pl ./static ../blib/lib/PAR/StrippedPARL/Static.pm
perl -e "chmod(oct('0444'), '../blib/lib/PAR/StrippedPARL/Static.pm');"
perl run_with_inc.pl ./par -I../blib/lib -q -B -O../script/parldyn
perl -e "chmod(oct('0600'), '../blib/lib/PAR/StrippedPARL/Dynamic.pm');"
perl encode_append.pl ./par ../blib/lib/PAR/StrippedPARL/Dynamic.pm
perl -e "chmod(oct('0444'), '../blib/lib/PAR/StrippedPARL/Dynamic.pm');"
cp script/parl blib/script/parl
/usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- 
blib/script/parl
cp script/parldyn blib/script/parldyn
/usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- 
blib/script/parldyn
cp script/tkpp blib/script/tkpp
/usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- 
blib/script/tkpp
cp script/pp blib/script/pp
/usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pp
cp script/par.pl blib/script/par.pl
/usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- 
blib/script/par.pl
Manifying blib/man1/tkpp.1
Manifying blib/man1/parl.1
Manifying blib/man1/pp.1
Manifying blib/man1/par.pl.1
Manifying blib/man3/App::Packer::PAR.3
Manifying blib/man3/PAR::Filter::Obfuscate.3
Manifying blib/man3/PAR::Filter::PodStrip.3
Manifying blib/man3/PAR::StrippedPARL::Base.3
Manifying blib/man3/PAR::Packer.3
Manifying blib/man3/PAR::Filter.3
Manifying blib/man3/PAR::Filter::PatchContent.3
Manifying blib/man3/PAR::StrippedPARL::Dynamic.3
Manifying blib/man3/PAR::Filter::Bytecode.3
Manifying blib/man3/pp.3
Manifying blib/man3/PAR::Filter::Bleach.3
Manifying blib/man3/PAR::StrippedPARL::Static.3

-----------------------------MAKE 
TEST----------------------------------------

[/home/kaloyan/Downloads/CPAN/PAR-Packer-1.006]# make test
perl -e "chmod(oct('0600'), '../blib/lib/PAR/StrippedPARL/Static.pm');"
perl encode_append.pl ./static ../blib/lib/PAR/StrippedPARL/Static.pm
perl -e "chmod(oct('0444'), '../blib/lib/PAR/StrippedPARL/Static.pm');"
perl -e "chmod(oct('0600'), '../blib/lib/PAR/StrippedPARL/Dynamic.pm');"
perl encode_append.pl ./par ../blib/lib/PAR/StrippedPARL/Dynamic.pm
perl -e "chmod(oct('0444'), '../blib/lib/PAR/StrippedPARL/Dynamic.pm');"
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-pod.t 
t/10-parl-generation.t  t/20-pp.t t/30-current_exec.t 
t/40-packer_cd_option.t
t/00-pod.t ............... skipped: Set environment variable 
PERL_TEST_POD=1 to test POD
t/10-parl-generation.t ... ok    
t/20-pp.t ................ ok    
t/30-current_exec.t ...... # Please wait
t/30-current_exec.t ...... ok  
t/40-packer_cd_option.t .. ok  
All tests successful.
Files=5, Tests=71, 582 wallclock secs ( 0.12 usr  0.02 sys + 503.41 cusr 
37.09 csys = 540.64 CPU)
Result: PASS
perl -e1

Best regards,
Kaloyan

Reply via email to