[MacPorts] #37395: On PPC Tiger, Mac OS X 10.4.11, tk has a problematic wish: Could not open /opt/local/lib:/opt/local/lib/libtk8.6.dylib

MacPorts noreply at macports.org
Wed Dec 26 12:28:46 PST 2012


#37395: On PPC Tiger, Mac OS X 10.4.11, tk has a problematic wish: Could not open
/opt/local/lib:/opt/local/lib/libtk8.6.dylib
------------------------------+--------------------------------
  Reporter:  Peter_Dyballa@…  |      Owner:  macports-tickets@…
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.1.2
Resolution:                   |   Keywords:
      Port:  tk               |
------------------------------+--------------------------------

Comment (by macports@…):

 For reference, embedded linking/paths in the 8.6.0 /opt/local/bin/wish8.6:

 {{{
 ewen at bethel:~$ otool -L /opt/local/bin/wish8.6
 /opt/local/bin/wish8.6:
         /opt/local/lib/libfontconfig.1.dylib (compatibility version 8.0.0,
 current version 8.2.0)
         /opt/local/lib:/opt/local/lib/libtk8.6.dylib (compatibility
 version 8.6.0, current version 8.6.0)
         /opt/local/lib/libtcl8.6.dylib (compatibility version 8.6.0,
 current version 8.6.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 125.2.11)
 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 (compatibility version 150.0.0, current version 550.44.0)
         /opt/local/lib/libXft.2.dylib (compatibility version 6.0.0,
 current version 6.1.0)
         /opt/local/lib/libX11.6.dylib (compatibility version 10.0.0,
 current version 10.0.0)
         /opt/local/lib/libXss.1.dylib (compatibility version 2.0.0,
 current version 2.0.0)
         /opt/local/lib/libXext.6.dylib (compatibility version 11.0.0,
 current version 11.0.0)
         /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current
 version 1.2.7)
 ewen at bethel:~$
 }}}

 compared with what was in 8.5.13 (previous package I had installed),
 activate reactivating the older build:

 {{{
 ewen at bethel:~$ otool -L /opt/local/bin/wish8.5
 /opt/local/bin/wish8.5:
         /opt/local/lib/libfontconfig.1.dylib (compatibility version 8.0.0,
 current version 8.2.0)
         /opt/local/lib/libtk8.5.dylib (compatibility version 8.5.0,
 current version 8.5.13)
         /opt/local/lib/libtcl8.5.dylib (compatibility version 8.5.0,
 current version 8.5.13)
 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
 (compatibility version 150.0.0, current version 550.44.0)
         /opt/local/lib/libXft.2.dylib (compatibility version 6.0.0,
 current version 6.1.0)
         /opt/local/lib/libX11.6.dylib (compatibility version 10.0.0,
 current version 10.0.0)
         /opt/local/lib/libXss.1.dylib (compatibility version 2.0.0,
 current version 2.0.0)
         /opt/local/lib/libXext.6.dylib (compatibility version 11.0.0,
 current version 11.0.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 125.2.11)
 ewen at bethel:~$
 }}}

 Note the "/opt/local/lib:/opt/local/lib" prefix to the libtk8.6.dylib
 file, which doesn't appear like that in the 8.5 file.

 It's not obvious to me what has changed in the Portfile to provoke that
 change in embedded path.

 Ewen

-- 
Ticket URL: <https://trac.macports.org/ticket/37395#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list