<div dir="ltr"><div><br></div>This isn&#39;t quite &quot;normal&quot; -- at least not anymore (thanks to binary packages.)<div><br></div><div>At the top of the log you posted, you will note that it warned you (now that you have updated the macports software to the new base version) to:<div><br></div><div>   Warning: port definitions are more than two weeks old, consider updating them by running &#39;port selfupdate&#39;.</div><div><br></div><div>If that had been done, you would have been trying to grab newer versions of packages  (like gcc48, and llvm35, and perl, etc.) from <a href="http://packages.macports.org">packages.macports.org</a>, which would have succeeded for many of them. (The port tree you had looks like it is late 2014 / early 2015 vintage based on the gcc48 version. (I&#39;m not sure why it didn&#39;t update the port tree after it updated your binaries, perhaps others can comment on that -- it would certainly seem like that would be &quot;the right thing to do.&quot;)</div><div><br></div><div>Instead, you (successfully, which is a good sign) downloaded and locally compiled all of the dependencies for OpenMPI, which includes llvm and gcc compilations, which do take a very long time, indeed. So you got much more for your time than just the OpenMPI wrappers and libraries. ;)</div></div><div><br></div><div>So. Good news and bad news. Run a &#39;sudo port selfupdate&#39; (like the tool suggested) and then &#39;sudo port upgrade outdated&#39;. Unfortunately many of the ports that were installed will have new versions. Luckily, most of them should download pre-compiled binaries now rather than locally compile.</div><div><br></div><div>Thanks, and good luck!</div><div>  - Eric</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 25, 2016 at 1:28 AM, Kulemin Alexander <span dir="ltr">&lt;<a href="mailto:ltwolfik@yandex.ru" target="_blank">ltwolfik@yandex.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have macbook air 13 Mid 2013:<br>
ltWolfer$ sw_vers<br>
ProductName:    Mac OS X<br>
ProductVersion: 10.9.5<br>
BuildVersion:   13F1507<br>
<br>
ltWolfer$ uname -a<br>
Darwin MacBook-Air-Alexander.local 13.4.0 Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64 x86_64<br>
<br>
Xcode version Version 6.2.<br>
<br>
The version of macports, which i have used i don&#39;t know, because after i updated it (has to be 2.3.0?):<br>
<br>
ltWolfer$ sudo port selfupdate<br>
Password:<br>
---&gt;  Updating MacPorts base sources using rsync<br>
MacPorts base version 2.3.1 installed,<br>
MacPorts base version 2.3.4 downloaded.<br>
---&gt;  Updating the ports tree<br>
---&gt;  MacPorts base is outdated, installing new version 2.3.4<br>
Installing new MacPorts release in /opt/local as root:admin; permissions 0755<br>
<br>
The ports tree has been updated. To upgrade your installed ports, you should run<br>
  port upgrade outdated<br>
<br>
I would like to compile and run some MPI programs on my macbook. To install mpi i did that:<br>
<br>
ltWolfer$ sudo port install openmpi<br>
<br>
The log, for the command i&#39;ve attached (log.txt).<br>
<br>
I have the following questions:<br>
1) It have been installing for ~2 hours and took about 3-4 Gb on ssd, It&#39;s strange, why so much?<br>
2) Can i revert this command? (return my disk space and other...)<br>
3) Are there some light ways to support compiling and running mpi programs on my computer?<br>
(for example on windows i have installed appropriate sdk for only a few seconds, and it took fewer 10 Mb)<br>
<br>
Thanks in advance.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
С уважением,<br>
 Kulemin Alexander</font></span><br>_______________________________________________<br>
macports-users mailing list<br>
<a href="mailto:macports-users@lists.macosforge.org">macports-users@lists.macosforge.org</a><br>
<a href="https://lists.macosforge.org/mailman/listinfo/macports-users" rel="noreferrer" target="_blank">https://lists.macosforge.org/mailman/listinfo/macports-users</a><br>
<br></blockquote></div><br></div></div>