Changes between Initial Version and Version 3 of Ticket #52749


Ignore:
Timestamp:
Oct 30, 2016, 1:41:03 PM (8 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

If you are the reporter, you don't need to Cc yourself. When reporting tickets against ports, please cc the maintainer (port info --maintainer transmission), if any.

libcrypto.0.9.8.dylib was installed by OpenSSL 0.9.8, which was provided by Apple until Sierra. While I would argue it was a bad idea to use such an old version of OpenSSL, it seems the developers of transmission probably made this choice deliberately.

I can reproduce the problem. Did you report this to the developers of transmission already?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52749

    • Property Owner changed from macports-tickets@… to kurthindenburg
    • Property Status changed from new to assigned
  • Ticket #52749 – Description

    initial v3  
    33When running port install transmission +daemon I go:
    44
     5{{{
    56--->  Building transmission
    67Error: org.macports.build for port transmission returned: command execution failed
    78Please see the log file for port transmission for details:
     9}}}
    810
    911Looking at the log:
    1012
     13{{{
    1114:info:build ld: library not found for -lcrypto.0.9.8
    1215:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
     16}}}
    1317
    1418I checked my openssl and it has:
    1519
     20{{{
    1621$ port contents openssl | grep libcrypto
    1722  /opt/local/lib/libcrypto.1.0.0.dylib
    18 
     23}}}
    1924So this appears to need a version number change for the more recent openssl package.
    2025