Changes between Version 1 and Version 2 of Ticket #46984
- Timestamp:
- Feb 27, 2015, 9:01:16 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46984 – Description
v1 v2 1 1 When trying to update my installation after upgrading to Yosemite, I encountered the following problem: 2 2 3 {{ 3 {{{ 4 4 # port -qv installed 5 5 … … 8 8 Reason: Incompatible library version: tclsh8.5 requires version 8.5.0 or later, but libtcl8.5.dylib provides version 0.0.0 9 9 Trace/BPT trap 10 }} 10 }}} 11 11 12 12 When I attempt 13 13 14 {{ 14 {{{ 15 15 # sudo port -qv installed 16 }} 16 }}} 17 17 18 18 however, it works. This occurs for every port command, but I am having trouble identifying the cause. The file exists, but appears not to have been installed with the most recent base (using the package installer) for Mavericks, which is perhaps the problem. However, when I try to upgrade using the source install as recommend here (https://guide.macports.org/chunked/installing.macports.upgrade.html), I encounter the same problem after attempting 'make': 19 19 20 {{ 20 {{{ 21 21 dyld: Library not loaded: /opt/local/libexec/macports/lib/libtcl8.5.dylib 22 22 Referenced from: /opt/local/libexec/macports/bin/tclsh8.5 … … 25 25 make[1]: *** [destroot-tcllib] Error 2 26 26 make: *** [all] Error 1 27 }} 27 }}}