<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class="">
<br class=""><div><blockquote type="cite" class=""><div class="">On Jan 13, 2017, at 10:58 AM, Daniel J. Luke <<a href="mailto:dluke@geeklair.net" class="">dluke@geeklair.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><blockquote type="cite" class="">So, this suggests that there might be some combination of the long list of ports below that I could uninstall +universal, then install default, and that might allow wine to build? <br class=""></blockquote><br class="">well, I was suggesting that you can even 'uninstall' any 'build' dependencies after they've been used to build something (since they're not needed at runtime).<br class=""><br class="">you probably shouldn't care too much about what is or isn't installed +universal if your ports are working, though.<br class=""></div></div></blockquote><div><br class=""></div>I really was initially worried because there were some build issues.  Then, was also very curious why two different machines would not end up with the same universal or not, for the same set of ports.  It sounds like the answer, is that the variants that are installed depend on the install order.  The other reason that I considered is that when not installing the default versions the machine can’t use binaries, which is a nice convenience for install time etc.  </div><div><br class=""></div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class=""><blockquote type="cite" class="">But, no easy way to figure out which combination?  Macports might or might not want to update any given port to +universal?  <br class=""><br class="">At the moment my libunistring is not +universal.  Although, perhaps the reasons that macports wants to rebuild textlive that way, is that it can rebuild that as well.<br class=""></blockquote><br class="">to get your stuff working, you could probably uninstall libunistring, install textlive (non-universal) and then install libunistring +universal while telling MacPorts not to look at dependencies (-n) [although I haven't tested that, so it might not work since IIRC the build_arch +universal stuff is 'special']<br class=""><br class="">-- <br class="">Daniel J. Luke<br class=""><br class=""><br class=""><br class=""></div></div></blockquote></div><br class=""><div class="">That seemed to do the job.  </div><div class="">Just to be clear, for anyone else who is having this issue.  I had to force the uninstall:</div><div class=""><div style="margin: 0px; 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="">sudo port -f uninstall libunistring</span></div></div><div class="">Then do the installs:</div><div class=""><div style="margin: 0px; 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="">sudo port clean texlive-bin</span></div></div><div style="margin: 0px; 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="">sudo port  install texlive-bin</span></div><div class=""><br class=""></div><div class="">This install found gnutils to be a broken ports, and it fixed it by installing libunistring (default)</div><div class="">Then, I switched it to universal:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; 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="">sudo port install -n libunistring +universal</span></div></div><div class="">(this also installed texlive-basic)</div><div class=""><br class=""></div><div class="">Finally, I was able to install wine-devel successfully:</div><div class=""><div style="margin: 0px; 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="">sudo port install wine-devel</span></div></div><div class=""><br class=""></div><div class="">Thank you for all of the assistance getting it working.</div><div class=""><br class=""></div><div class="">—Adam</div><div class=""><br class=""></div></body></html>