Changes between Version 123 and Version 124 of Migration


Ignore:
Timestamp:
Mar 1, 2022, 5:09:50 AM (2 years ago)
Author:
cooljeanius (Eric Gallager)
Comment:

Note PR against restore_ports script.

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v123 v124  
    8787    (file "./restore_ports.tcl" line 285)
    8888}}}
    89 it indicates that the script has a list of ports to install, and it can't figure out which of the ports to install next. Each port has some obstacle that prevents it from being the next to install. One cause of this problem is a "dependency cycle": port A depends directly or indirectly on port B, while port B depends on port A.  A workaround is to reduce your list of ports to install, until it no longer has a dependency cycle.
     89it indicates that the script has a list of ports to install, and it can't figure out which of the ports to install next. Each port has some obstacle that prevents it from being the next to install. One cause of this problem is a "dependency cycle": port A depends directly or indirectly on port B, while port B depends on port A.  A workaround is to reduce your list of ports to install, until it no longer has a dependency cycle. Note that if you still need additional help debugging a dependency cycle like this, there is a pull request against this script that may improve things: https://github.com/macports/macports-contrib/pull/10
    9090
    9191If things go really wrong, don't forget that you can always [https://guide.macports.org/chunked/installing.macports.uninstalling.html uninstall MacPorts] entirely before manually reinstalling ports.