I'm supporting a legacy application that must use Perl 5.20.2 and associated modules or it breaks. Upgrading Perl is not an option.
In package.mask/perl is an entry for
Code: Select all
>dev-lang/perl-5.20.2What is not good is that Portage doesn't seem to be able to resolve any other perl dependent install without calling for the upgrade to dev-lang/perl-5.24.0-r1. If I mask all of the dependencies it calls out by hand (putting in entries that use perl 5.20.2 in the package.mask) I make slow painful progress. Example:
Code: Select all
>virtual/perl-Scalar-List-Utils-1.380.0
>perl-core/File-Temp-0.230.400-r1
>virtual/perl-Test-Harness-3.330.0
>perl-core/File-Temp-0.230.400-r1
>virtual/perl-ExtUtils-CBuilder-0.280.217-r2
>virtual/perl-ExtUtils-MakeMaker-6.980.0
>virtual/perl-ExtUtils-Manifest-1.630.0-r2
etc...forever...and ever...until I die...
Thanks in advance.
(PS - My Portage is up to date - not the sticky problem up top... *sign* )


