hi tora,
I'm 'glad' to tell you that it was a version problem. I copied the
Archive-Zip 1.30 files over the old files and now it compiled right.
'perl -c packimages.pl' gave 'syntax ok' with the new file versions.
log:
packimages -- version: 1.17
packimages: packing ../unxlngx6.pro/bin/images
Let me make steps to conduct syntax check in a bit detail:
Expectations:
$ cd $SRC_ROOT/solenv/bin/modules
$ perl -c ../packager.pl
../packager.pl syntax OK
Or
$ perl -I $SRC_ROOT/solenv/bin/modules -c $SRC_ROOT/solenv/bin/packager.pl
x/solenv/bin/packager.pl syntax OK
Tora
tora - Tak
I am not sure, but one possible solution might be either or both:
- Update some Perl modules, at least, Archive::Zip
http://search.cpan.org/dist/Archive-Zip/
- Update Perl
On your system, try
$ perl -c solenv/bin/packimages.pl
That should print
solenv/bin/packimages.pl syntax OK
I have no