<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 3, 2014 at 12:51 PM, Dan Aldrich <span dir="ltr">&lt;<a href="mailto:daldrich@earthlink.net" target="_blank">daldrich@earthlink.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Get this error trying to install avr-libc, is this conflicting with another macport app installed?<br><br>
sudo port install avr-libc<br>
Password:<br>
---&gt;  Computing dependencies for avr-libc<br>
---&gt;  Cleaning avr-libc<br></blockquote><div><br></div><div>This is not an error, it is an indication that avr-libc is already installed.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

---&gt;  Scanning binaries for linking errors: 100.0%<br></blockquote><div><br></div><div>Everything from here on is a sanity check that MacPorts runs on itself, and is (usually) not directly related to what you otherwise asked it to do.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---&gt;  Configuring webkit-gtk3<br>
Error: webkit-gtk3 is not supported for this installation of MacPorts.  It requires libc++ be selected as your C++ runtime.  Please use webkit-gtk3-2.0 instead<br></blockquote><div><br></div><div>This is not related to avr-libc. It&#39;s actually a victim of Apple changing the way C++ works with Xcode 5 and Mavericks, which has an effect even on other releases.</div>
<div><br></div><div>It is telling you that a port that you already have installed (webkit-gtk3) had to be changed to only work with Xcode 5.0.2 and later (clang&#39;s C++ runtime), and that if you are not running those then you must remove webkit-gtk3 and install webkit-gtk3-2.0 instead (gcc&#39;s C++ runtime). If you later upgrade your OS or Xcode, you will again have to remove webkit-gtk3-2.0 and install webkit-gtk3.</div>
<div><br></div></div>-- <br><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>