tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

REPLACE_PERL version mismatch



I built a (local) package on 2014Q1, and REPLACE_PERL seems to have put a
        #!/usr/pkg/bin/perl5.18.2
shebang in it. I can install that package on a machine with a 2013Q4 perl 
(version 5.18.1) because the package dependency is just
        perl<5.20.0
        perl>=5.18.0
but obviously it won't run.

So either the dependency should be fixed or the shebang changed to a new 
perl5.18 link.


Home | Main Index | Thread Index | Old Index