Changes between Version 2 and Version 3 of Ticket #66378, comment 8
- Timestamp:
- Dec 23, 2022, 8:30:48 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66378, comment 8
v2 v3 5 5 actually, 10 seconds is all it takes, no multi-hour endeavours needed: 6 6 {{{ 7 sudo port -v deactivate libgcc 127 sudo port -v deactivate libgcc 8 8 }}} 9 9 see if any toolchain parts are listed as going to be broken by this. … … 12 12 13 13 eg: 14 {{{15 $ sudo port -v deactivate libgcc1216 Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.17 The following ports will break: libgcc @6.0_018 Continue? [y/N]: n19 ---> Cleaning libgcc1220 ---> Removing work directory for libgcc1221 }}}22 23 although it looks like the real info you need comes from trying to deactivate libgcc, not libgccN:24 14 {{{ 25 15 $ sudo port -v deactivate libgcc