<div dir="ltr">That worked, thanks for the tip!<div><br></div><div>David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 21, 2014 at 10:28 PM, Ryan Schmidt <span dir="ltr">&lt;<a href="mailto:ryandesign@macports.org" target="_blank">ryandesign@macports.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sep 22, 2014, at 12:21 AM, <a href="mailto:dstrubbe@macports.org">dstrubbe@macports.org</a> wrote:<br>
&gt;<br>
&gt; Revision<br>
&gt; 125581<br>
&gt; Author<br>
&gt; <a href="mailto:dstrubbe@macports.org">dstrubbe@macports.org</a><br>
&gt; Date<br>
&gt; 2014-09-21 22:21:07 -0700 (Sun, 21 Sep 2014)<br>
&gt; Log Message<br>
&gt;<br>
&gt; abinit: temporarily include config.log in main log file for debugging buildbot configure failure on Mountain Lion.<br>
&gt; Modified Paths<br>
&gt;<br>
&gt;       • trunk/dports/science/abinit/Portfile<br>
<br>
&gt; +# This is a temporary measure for debugging configure failure on Mountain Lion buildslave.<br>
&gt; +<br>
&gt; +#checking for gcc... mpicc-mpich-mp<br>
&gt; +#checking whether the C compiler works... no<br>
&gt; +<br>
&gt; +post-configure {<br>
&gt; +    system -W ${worksrcpath} &quot;cat config.log&quot;<br>
&gt; +}<br>
<br>
Good idea! Unfortunately because the configure script fails, the post-configure block doesn&#39;t get run.<br>
<br>
You&#39;d have to do something like set the configure.cmd to ./configure || true to continue on even when in fails.<br>
<br>
<br>
<br>
</blockquote></div><br></div>