Changes between Version 1 and Version 2 of Ticket #46984


Ignore:
Timestamp:
Feb 27, 2015, 9:01:16 AM (9 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46984 – Description

    v1 v2  
    11When trying to update my installation after upgrading to Yosemite, I encountered the following problem:
    22
    3 {{
     3{{{
    44# port -qv installed
    55
     
    88  Reason: Incompatible library version: tclsh8.5 requires version 8.5.0 or later, but libtcl8.5.dylib provides version 0.0.0
    99Trace/BPT trap
    10 }}
     10}}}
    1111
    1212When I attempt
    1313
    14 {{
     14{{{
    1515# sudo port -qv installed
    16 }}
     16}}}
    1717
    1818however, 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':
    1919
    20 {{
     20{{{
    2121dyld: Library not loaded: /opt/local/libexec/macports/lib/libtcl8.5.dylib
    2222  Referenced from: /opt/local/libexec/macports/bin/tclsh8.5
     
    2525make[1]: *** [destroot-tcllib] Error 2
    2626make: *** [all] Error 1
    27 }}
     27}}}