<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">On 10.13, current Xcode, everything up to date in App Store and running the newest MacPorts there is:</div><div class=""><br class=""></div>sudo port -v -N install mpv +audiocd+bundle+caca+dvd+libarchive+network+opengl+osd+python27+rubberband+screenshot+smb+uchardet+zsh<div class=""><br class=""></div><div class="">installs through to completion without touching a single thing.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">$ port -v installed mpv</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">The following ports are currently installed:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">  mpv @0.26.0_8+audiocd+bundle+caca+dvd+libarchive+network+opengl+osd+python27+rubberband+screenshot+smb+uchardet+zsh (active) platform='darwin 17' archs='x86_64' date='2018-06-07T18:23:57-0700'</span></div></div><div class=""><br class=""></div><div class="">Here’s my suggestion:</div><div class=""><br class=""></div><div class="">sudo port clean mpv</div><div class=""><br class=""></div><div class="">open Xcode in /Applications/Xcode.app</div><div class="">let it do anything it wants to do, install anything it wants to install</div><div class="">then quit it again</div><div class=""><br class=""></div><div class="">go here:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">cd /opt/local/var/macports/build</span></div></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><br class=""></div><div class="">and if you see anything at all in that folder, look at the last part of the name for a clue as to what it is, and</div><div class=""><br class=""></div><div class="">sudo port clean</div><div class=""><br class=""></div><div class="">it.</div><div class=""><br class=""></div><div class="">If there are still things in there after that</div><div class=""><br class=""></div><div class="">sudo rm -rf each and every folder you see (carefully!)</div><div class=""><br class=""></div><div class="">unti that folder is completely and totally empty.</div><div class=""><br class=""></div><div class="">then:</div><div class=""><br class=""></div><div class="">sudo port -v -N install mpv +audiocd+bundle+caca+dvd+libarchive+network+opengl+osd+python27+rubberband+screenshot+smb+uchardet+zsh</div><div class=""><br class=""></div><div class="">and report back if it still doesn’t work.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">I have MacPorts installs that go back years and have never once been deleted and reinstalled.</div><div class=""><br class=""></div><div class="">Good luck!</div><div class=""><br class=""></div><div class="">Ken</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 7, 2018, at 2:57 PM, Lee Bast <<a href="mailto:x-lists@asgarda.com" class="">x-lists@asgarda.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I did a selfupdate of a working 10.13 install running 2.4.4 to 2.5.0 and experienced failures so I rolled back, then tried again after 2.5.2 and experienced a different failure (ffmpeg wouldn't build). So I gave up and decided to blow the entire install away again and just buckle down and spend the hour to reinstall the exact same set of ports & variants. This time I got all the way through to the last one, mpv, and that choked, as generally seems to be the case with a configure failure:<br class=""><blockquote type="cite" class="">--->  Configuring mpv<br class="">Error: Failed to configure mpv: configure failure: command execution failed<br class="">Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_mpv/mpv/main.log for details.<br class="">Error: Follow <a href="https://guide.macports.org/#project.tickets" class="">https://guide.macports.org/#project.tickets</a> to report a bug.<br class="">Error: Processing of port mpv failed<br class=""></blockquote><br class="">Log of attempt #1 attached.<br class=""><br class="">Looking at it, I saw it crapped out on checking lua, even though lua52 was supposed to be dealt with during the port install. So I tried manually running 'port install lua52' first, then giving it another spin. No dice, it still failed in config, except this time the lua check passed but it died on dvdread support, however it definitely reported fetching/installing/activating/cleaning libdvdread with no issues before it got to mpv, as would be expected. Log #2 also attached.<br class=""><br class="">So I'm definitely confused here about what could be causing this, it seems like somehow the automatic install of reqs is not being noticed by config or activated in time or something? Is there any special fragility on systems I could look for, or something odd with Xcode/CLI tools recently or such? On both 10.12 and 10.13 systems I've had a lot of breakage during MacPorts upgrades in the last month. I've tried to reduce it by at least giving up on LibreSSL entirely, while it's what Apple uses and is more secure it's endless problems in MacPorts since it's not default like other systems. So at this point I don't think I'm doing anything too wacky. No changes whatsoever to any MP defaults, just a download of the latest version, selfupdate, and then ports.<br class=""><br class="">I'm not sure what to investigate here to file a useful bug report, any suggestions would be much appreciated! Most of my systems don't have ZFS so recovery from upgrade fails can be more of a slog, if there's something I'm doing wrong I could fix and reduce complete reinstalls to 3-4 times a year or so I'd be happy to do so.<br class=""><br class="">Thanks for any ideas in advance,<br class="">-Lee<br class=""><br class=""><br class=""><br class=""><span id="cid:02A3FDA8-B865-42F9-8F84-61AC8FA166B5@vn.shawcable.net"><mpv install attempt 1 - main.log.tar.gz></span><span id="cid:F2823CCC-60A3-48C3-8907-8E53C90914A9@vn.shawcable.net"><mpv install attempt 2 - main.log.tar.gz></span></div></div></blockquote></div><br class=""></div></body></html>