[MacPorts] ProblemHotlist modified
MacPorts Wiki
noreply at macports.org
Tue Jul 15 09:02:46 UTC 2025
Page "ProblemHotlist" was changed by ryandesign
Diff URL: <https://trac.macports.org/wiki/ProblemHotlist?action=diff&version=166>
Revision 166
Comment: Add info on selfupdate failure and/or port command killed problem (#72689)
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: ProblemHotlist
=========================================================================
--- ProblemHotlist (version: 165)
+++ ProblemHotlist (version: 166)
@@ -1,6 +1,45 @@
= Problem Hotlist =
[[PageOutline(1-3,Table of Contents,inline)]]
+
+== selfupdate fails and/or `port` command is killed by OS after using selfupdate ==
+
+If you are running MacPorts 2.11.x and selfupdate fails:
+
+{{{
+$ sudo port selfupdate
+---> Checking for newer releases of MacPorts
+MacPorts base version 2.11.0 installed,
+MacPorts base version 2.11.1 available.
+---> MacPorts base is outdated, installing new version 2.11.1
+---> Attempting to fetch MacPorts 2.11.1 source code from https://github.com/macports/macports-base/releases/download/v2.11.1/MacPorts-2.11.1.tar.bz2
+---> Extracting MacPorts 2.11.1
+---> Installing new MacPorts release in /opt/local as root:wheel; permissions 0755
+Error: Error installing new MacPorts base: command execution failed
+}}}
+
+and/or if the `port` command then no longer works and is killed by the OS:
+
+{{{
+$ port
+Killed
+}}}
+
+Try running:
+
+{{{
+cp -c /opt/local/libexec/macports/bin/tclsh8.6 /tmp
+}}}
+
+Then try using the `port` command again.
+
+If that doesn't work, try:
+
+{{{
+sudo /usr/sbin/purge
+}}}
+
+Report your findings in #72689.
== Build failures after updating to version 16.0 of Xcode Command Line Tools == #clts16
-------8<------8<------8<------8<------8<------8<------8<------8<--------
--
Page URL: <https://trac.macports.org/wiki/ProblemHotlist>
MacPorts <https://www.macports.org/>
Ports system for macOS
This is an automated message. Someone added your email address to be
notified of changes on 'ProblemHotlist' page.
If it was not you, please report to admin at macports.org.
More information about the macports-changes
mailing list