Changes between Initial Version and Version 1 of Ticket #34309


Ignore:
Timestamp:
May 2, 2012, 5:45:57 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34309

    • Property Cc ryandesign@… added
  • Ticket #34309 – Description

    initial v1  
    33I am running a data analysis software with Mac OS X (10.5.8) and recently running the previously running commands give me this error:
    44
    5 
     5{{{
    66dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
    77  Referenced from: /opt/local/lib/libintl.8.dylib
     
    1111       basename [-a] [-s suffix] string [...]
    121244693
     13}}}
    1314
    14 
    15 I read the Ticket #29142 (https://trac.macports.org/ticket/29142) which is using the same software as me however there are some differences between his/her settings than mine.
     15I read the Ticket #29142 which is using the same software as me however there are some differences between his/her settings than mine.
    1616
    1717I also tried otool and lipo:
    1818
     19{{{
    1920otool -L /opt/local/lib/libiconv.2.dylib
    2021
     
    2930 lipo -info /opt/local/lib/libintl.8.dylib
    3031Non-fat file: /opt/local/lib/libintl.8.dylib is architecture: i386
     32}}}
    3133
    3234and it seems that it is correct that the version of libiconv is 7 and not 8, I tried to update my system however selfupdate also failed:
    3335
     36{{{
    3437 sudo port selfupdate
    3538Password:
     
    3841Error: Synchronization of the local ports tree failed doing rsync
    3942Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization of 1 source(s) failed
     43}}}
    4044
    4145Now I am really stuck and would appreciate any help.