Opened 6 years ago
Closed 5 years ago
#57352 closed defect (fixed)
ldmud @3.6.0: configure failure
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | ldmud |
Description
https://paste.macports.org/64f02c6fb242
WARNING: The following options were disabled because the system lacked the necessary support: use-gcrypt. Command failed: cd "/opt/local/var/macports/build/_Users_travis_build_macports_macports-ports_games_ldmud/ldmud/work/ldmud-3.5.1/src" && ./configure --prefix=/opt/local --libdir=/opt/local/var/ldmud --with-optimize=no Exit code: 1
Change History (7)
comment:1 Changed 6 years ago by tobypeterson
comment:2 Changed 6 years ago by tobypeterson
Ultimately it doesn't appear to link any SSL libraries...
comment:3 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | ldmud @3.5.1: configure failure → ldmud @3.6.0: configure failure |
---|---|
Version: | → 2.6.2 |
comment:5 Changed 5 years ago by tobypeterson
Ok, the configure script fails if there are no TLS libraries available (openssl, gcrypt, etc). Most sensible fix seems to be to unconditionally enable and depend on openssl.
comment:6 Changed 5 years ago by tobypeterson
comment:7 Changed 5 years ago by tobypeterson
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
On mine, configure prints "checking for OpenSSL support... yes" and then moves on.