Date: | Wed, 17 Mar 2004 12:30:55 -0800 (PST) |
From: | David Dyck <david.dyck [...] fluke.com> |
To: | bug-par [...] rt.cpan.org |
Subject: | PAR-0.80 fails to "make" |
This may not be a PAR problem as 0.79 fails in the same way.
(Actually 0.79 fails with the same message when the PAR_TEMP
environment variable is not set, it builds fine after PAR_TEMP
is set.)
I think the only other change is a new bleading edge perl 5.9.1
Summary of my perl5 (revision 5 version 9 subversion 1 patch 22514) configuration
My first check led me to verify that @ARGV == 0
in script/par.pl when the usage message is issued.
I'm not sure where all the flags that were pass to to ./par went,
Any ideas where to look further.
Davdi
dd:PAR-0.80$ make
/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80/myldr
make[1]: Entering directory `/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80/myldr'
./par -I"/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80/inc" -I"/usr/local/lib/perl5/5.9.1/i686-linux" -I"/usr/local/lib/perl5/5.9.1" -I"/usr/local/lib/perl5/site_perl/5.9.1/i686-linux" -I"/usr/local/lib/perl5/site_perl/5.9.1" -I"/usr/local/lib/perl5/site_perl/5.9.0" -I"/usr/local/lib/perl5/site_perl" -I"/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80" -I"." -I../myldr/.. -I../blib/lib -q -B -O../script/parl
Usage: ./par [ -Alib.par ] [ -Idir ] [ -Mmodule ] [ src.par ] [ program.pl ]
./par [ -B|-b ] [-Ooutfile] src.par
make[1]: *** [../script/parl] Error 9
make[1]: Leaving directory `/hdd1/jd/usr2/dcd/CPAN/build/PAR-0.80/myldr'
make: *** [subdirs] Error 2