Changes between Version 126 and Version 127 of Migration


Ignore:
Timestamp:
Oct 4, 2023, 8:25:48 PM (8 months ago)
Author:
cooljeanius (Eric Gallager)
Comment:

PR mentioned has now been merged (might need to update the block with the error message text now, too, but I don't really feel like intentionally triggering it)

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v126 v127  
    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. 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
     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.
    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.