Opened 14 years ago

Closed 14 years ago

#25358 closed defect (fixed)

perl5 symlink points to wrong perl 5.10 and 5.12 binaries

Reported by: rob@… Owned by: ghosthound
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: perl Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
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 (2)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

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

comment:2 Changed 14 years ago by ghosthound

Resolution: fixed
Status: newclosed

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.