#50052 closed defect (fixed)
Need to create perl5.22 symbolic link
Reported by: | dixiao@… | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | perl5.22 |
Description
I actually found this bug when installing gsl on a freshly installed macports system. During the installation, p5.22-locale-gettext failed, and the log file is attached. Obviously, p5.22-locale-gettext is looking for perl5.22 while in /opt/local/bin only perl5.22.1 is created.
Change History (5)
comment:1 Changed 9 years ago by dixiao@…
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mojca removed |
---|---|
Owner: | changed from macports-tickets@… to mojca@… |
comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 9 years ago by mojca (Mojca Miklavec)
Just for reference, here's the commit that fixed the problem: r143622.
Note: See
TracTickets for help on using
tickets.
I made a symbolic link perl5.22 to perl5 in /opt/local/bin, then p5.22-locale-gettext can install without any problem. However, by doing so, I no longer have the log file. Below is the log file copied from a previous terminal session