<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 12, 2015 at 9:09 PM, Kurt Pfeifle <span dir="ltr">&lt;<a href="mailto:kurt.pfeifle@googlemail.com" target="_blank">kurt.pfeifle@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);border-radius:3px;display:inline;background-color:rgb(248,248,248);white-space:pre-wrap;overflow:auto;border-radius:3px;border:1px solid rgb(204,204,204);padding:0.5em 0.7em;display:block;padding:0.5em;background:rgb(240,240,240);color:black">+ ccache /usr/bin/clang++ -DOBJDEP -M -MG -E 2&gt;&amp;1 appliers.cpp c_lgcc.cpp c_lgcc3.cpp cgif.c crc32.c encoder.cpp error.cpp gensi.cpp gensio.cpp image.cpp in_bmp.cpp in_gif.cpp in_jai.cpp in_jpeg.cpp in_lbm.cpp in_pcx.cpp in_png.cpp in_pn
m.cpp in_ps.cpp in_tga.cpp in_tiff.cpp in_xpm.cpp jpegdump_main.cpp mapping.cpp minips.cpp out_gif.cpp ps_tiny.c pts_defl.c pts_fax.c pts_lzw.c rule.cpp sam2p_main.cpp snprintf.c StdAfx.cpp test_main.cpp testfax_main.c vcsam2p.cpp
+ ccache /usr/bin/clang++ -DOBJDEP -E 2&gt;&amp;1 &gt;/dev/null appliers.cpp c_lgcc.cpp c_lgcc3.cpp cgif.c crc32.c encoder.cpp error.cpp gensi.cpp gensio.cpp image.cpp in_bmp.cpp in_gif.cpp in_jai.cpp in_jpeg.cpp in_lbm.cpp in_pcx.cpp in_png.cpp i
n_pnm.cpp in_ps.cpp in_tga.cpp in_tiff.cpp in_xpm.cpp jpegdump_main.cpp mapping.cpp minips.cpp out_gif.cpp ps_tiny.c pts_defl.c pts_fax.c pts_lzw.c rule.cpp sam2p_main.cpp snprintf.c StdAfx.cpp test_main.cpp testfax_main.c vcsam2p.cpp
./<a href="http://ccdep.pl" target="_blank">ccdep.pl</a><div style="display:inline-block;width:16px;height:16px"> </div>: invalid depret: [clang: warning: treating &#39;c&#39; input as &#39;c++&#39; when in C++ mode, this behavior is deprecated]
make: *** [Makedep] Error 1
</code></blockquote></div><br>The above is a bug in the specific package; it was relying on clang++ to work on C source files (cgif.c, crc32.c, snprintf.c, several others) but the clang++ in your Xcode doesn&#39;t permit that any more. You should probably report it upstream to the developer of sam2p.</div><div class="gmail_extra"><br></div><div class="gmail_extra">The &quot;all compilers blacklisted&quot; suggests either a bug in the port, or you are missing some part of Xcode (likely the command line tools component).</div><div class="gmail_extra"><br></div><div class="gmail_extra">When you upgrade a system with MacPorts installed, you must follow the Migration steps at <a href="http://trac.macports.org/wiki/Migration">http://trac.macports.org/wiki/Migration</a> which include installing the appropriate Xcode for your system and its Command Line Tools component (in a terminal: xcode-select --install).<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>