New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25358 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

perl5 symlink points to wrong perl 5.10 and 5.12 binaries

Reported by: rob@… Owned by: ricci@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: perl Cc: mcalhoun@…
Port: perl5

Description

The perl5.10 and perl5.12 ports install a 'perl5.10.1' and 'perl5.12.1' binary, but the perl5 Portfile specifies the version as 5.10 and 5.12. So when we install perl5 and choose either the 'perl5_10' or 'perl5_12' variant, the perl5 symlink points to 'perl5.10' or 'perl5.12', which do not exist:

https://trac.macports.org/browser/trunk/dports/lang/perl5/Portfile

Change History

comment:1 Changed 3 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to ricci@…
  • Cc mcalhoun@… added

comment:2 Changed 3 years ago by ricci@…

  • Status changed from new to closed
  • Resolution set to fixed

resolved in r69063 by bumping the versions of perl5.10 and perl5.12. Added a check for perl${version} link destination to help catch future issues.

Note: See TracTickets for help on using tickets.