<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 16 Dec 2015, at 13:25, Horst Simon &lt;<a href="mailto:horst.simon@optusnet.com.au" class="">horst.simon@optusnet.com.au</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">sudo port install perl5.22 works fine, but after running sudo port install perl5 it failed as follow:</div><div class=""><br class=""></div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Computing dependencies for perl5</div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Fetching archive for perl5</div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Attempting to fetch perl5-5.22.1_0+perl5_22.darwin_15.noarch.tbz2 from <a href="http://jog.id.packages.macports.org/macports/packages/perl5" class="">http://jog.id.packages.macports.org/macports/packages/perl5</a></div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Attempting to fetch perl5-5.22.1_0+perl5_22.darwin_15.noarch.tbz2 from <a href="http://packages.macports.org/perl5" class="">http://packages.macports.org/perl5</a></div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Attempting to fetch perl5-5.22.1_0+perl5_22.darwin_15.noarch.tbz2 from <a href="http://lil.fr.packages.macports.org/perl5" class="">http://lil.fr.packages.macports.org/perl5</a></div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Fetching distfiles for perl5</div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Verifying checksums for perl5</div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Extracting perl5</div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Configuring perl5</div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Building perl5</div><div style="margin: 0px; line-height: normal;" class="">---&gt;&nbsp; Staging perl5 into destroot</div><div style="margin: 0px; line-height: normal;" class="">Error: Can't find perl 5.22 (as /opt/local/bin/perl5.22) so can't link perl5 to it.</div><div style="margin: 0px; line-height: normal;" class="">Error: org.macports.destroot for port perl5 returned: perl5.22 is missing</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Kind Regards,<br class=""><div class=""><div class=""><div class=""><div class=""><b class="" style="font-family: Arial, Verdana, sans-serif;"><span class="" style="font-family: Arial;">Horst Simon</span></b><br class=""><div apple-content-edited="true" class=""><div class="" style="font-size: 12pt; margin: 0cm 0cm 0.0001pt; font-family: 'Times New Roman', serif;"><br class=""></div></div></div></div></div><br class="Apple-interchange-newline">
</div>
<br class=""><div class=""><blockquote type="cite" class=""><div class="">On 16 Dec 2015, at 12:41, Mojca Miklavec &lt;<a href="mailto:mojca@macports.org" class="">mojca@macports.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 16 December 2015 at 02:26, Mojca Miklavec &lt;<a href="mailto:mojca@macports.org" class="">mojca@macports.org</a>&gt; wrote:<br class=""><blockquote type="cite" class="">On 16 December 2015 at 02:09, Horst Simon wrote:<br class=""><blockquote type="cite" class=""><br class="">Error: Can't find perl 5.22 (as /opt/local/bin/perl5.22) so can't link perl5<br class="">to it.<br class=""></blockquote><br class="">Please wait a few minutes. I'll commit a fix.<br class=""></blockquote><br class="">Dear Simon,<br class=""><br class="">Can you please test if<br class=""><br class="">sudo port selfupdate<br class="">sudo port -f uninstall perl5.22<br class="">sudo port install perl5.22<br class="">sudo port install perl5<br class=""><br class="">fixes the problem now? Before installing perl5.22 please make sure<br class="">that this patch has been (automatically, by selfupdate) applied to<br class="">/opt/local/var/macports/sources/<a href="http://rsync.macports.org/release/tarballs/ports/lang/perl5/Portfile" class="">rsync.macports.org/release/tarballs/ports/lang/perl5/Portfile</a><br class=""><br class="">--- Portfile<br class="">+++ Portfile<br class="">@@ -145,8 +145,8 @@<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;move ${binFile} ${binFile}-${perl5.major}<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br class="">- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;move ${destroot}${prefix}/bin/perl${version}<br class="">${destroot}${prefix}/bin/${name}<br class="">- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ln -s ${name} ${destroot}${prefix}/bin/perl${version}<br class="">+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;move ${destroot}${prefix}/bin/perl${version}<br class="">${destroot}${prefix}/bin/${subport}<br class="">+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ln -s ${subport} ${destroot}${prefix}/bin/perl${version}<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foreach man1File [glob -directory<br class="">"${destroot}${prefix}/share/man/man1p" *] {<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;regexp (.*)(\.1.*) ${man1File} -&gt; program suffix<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;move ${man1File} ${program}-${perl5.major}${suffix}<br class=""><br class="">Thank you,<br class=""> &nbsp;&nbsp;&nbsp;Mojca<br class=""></div></div></blockquote></div><br class=""></div></div></div></blockquote><br class=""></div><div>Hi Mojca,</div><div><br class=""></div><div>It is working now, I think I installed to early before. Thanks for the fast response.</div><div><br class=""></div><div>Regards,</div><div>Horst</div><div><br class=""></div><br class=""></body></html>