Problem with perl and SVK

Kurt Jaeger lists at opsec.eu
Mon Oct 13 18:37:06 UTC 2014


Hi!

> When updating the system to the latest perl and SVK version in ports, I 
> am seeing this:
[...]

I'm seeing the same on 10.0p9 and perl 5.20.

> Any ideas how to fix?

This seems to bringt svk back in the game:

cd /usr/local/lib/perl5/site_perl/5.20/SVK
vi Util.pm

replace

use autouse 'List::Util'        => qw( max(@) );

with

use List::Util;

but a short test shows:

$ svk 
Use of uninitialized value $ARGV[0] in ucfirst at /usr/local/lib/perl5/site_perl/5.20/App/CLI/Command.pm line 116.
    SVK Documentation - Main index:
[...]

so the root cause is somewhere deeper.

-- 
pi at opsec.eu            +49 171 3101372                         6 years to go !


More information about the freebsd-current mailing list