Changes between Initial Version and Version 5 of Ticket #7131


Ignore:
Timestamp:
Mar 24, 2016, 4:33:28 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7131

    • Property Status changed from new to closed
    • Property Cc markd@… added
    • Property Owner changed from darwinports-bugs@… to toby@…
    • Property Resolution changed from to fixed
    • Property Port monotone added
  • Ticket #7131 – Description

    initial v5  
    11Tried to install monotone today (which by the way is still at 0.23 while the current version is 0.25) and while build process appeared to went fine I ended up with a broken executable, which when invoked leads to this error message:
    22
     3{{{
    34dyld: Library not loaded: libboost_regex-1_33.dylib
    45  Referenced from: /opt/local/bin/monotone
    56  Reason: image not found
    67zsh: trace trap  monotone
     8}}}
    79
    810The boost libraries are correctly installed and shows up in ${prefix}/lib.
     
    1012Looking closer at the monotone executable shows that the boost libraries aren't correctly referenced:
    1113
     14{{{
    1215% otool -L /opt/local/bin/monotone                                                                      [~]
    1316/opt/local/bin/monotone:
     
    2124        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.2)
    2225        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
     26}}}
    2327
    2428I can workaround this problem by setting DYLD_LIBRARY_PATH but I guess that the problem still remains.