[MacPorts] #56328: ntp does not build

MacPorts noreply at macports.org
Fri Apr 20 06:46:46 UTC 2018


#56328: ntp does not build
----------------------+--------------------
 Reporter:  janstary  |      Owner:  (none)
     Type:  defect    |     Status:  new
 Priority:  Normal    |  Milestone:
Component:  ports     |    Version:  2.4.3
 Keywords:            |       Port:  ntp
----------------------+--------------------
 The build of sysutils/ntp eventually fails with

 {{{
 :info:build   CCLD     sntp
 :info:build Undefined symbols for architecture x86_64:
 :info:build   "_EVP_MD_CTX_free", referenced from:
 :info:build       _compute_mac in libsntp.a(crypto.o)
 :info:build       _make_mac in libntp.a(a_md5encrypt.o)
 :info:build       _addr2refid in libntp.a(a_md5encrypt.o)
 :info:build   "_EVP_MD_CTX_new", referenced from:
 :info:build       _compute_mac in libsntp.a(crypto.o)
 :info:build       _make_mac in libntp.a(a_md5encrypt.o)
 :info:build       _addr2refid in libntp.a(a_md5encrypt.o)
 :info:build   "_OpenSSL_version_num", referenced from:
 :info:build       _ssl_check_version in libntp.a(ssl_init.o)
 }}}

 I suspect the linking with libcrypto.
 The Portfile describes its dependency as "lib:libcrypto:openssl";
 no other port does that.

 I changed it to "path:lib/libcrypto.dylib:openssl" like other ports do,
 but it fails the same

-- 
Ticket URL: <https://trac.macports.org/ticket/56328>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list