Opened 13 years ago
Closed 13 years ago
#30754 closed defect (fixed)
wget 1.13 configure failure: needs gnutls
Reported by: | blair (Blair Zajac) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | ||
Port: | wget |
Description
Getting this configure failure:
checking for inet_ntoa... yes checking for socket in -lsocket... no checking for compress in -lz... yes checking for gpg_err_init in -lgpg-error... yes checking for gcry_control in -lgcrypt... yes checking for main in -lgnutls... no configure: error: --with-ssl was given, but GNUTLS is not available. shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_wget/wget/work/wget-1.13" && ./configure --prefix=/opt/local --with-libssl-prefix=/opt/local " returned error 1
I only have openssl on my system, I don't have gnutls.
Here's the variants I have for wget:
$ port variants wget wget has the variants: no_ssl: Build without SSL support * conflicts with ssl (+)ssl: Build with SSL support * conflicts with no_ssl test universal: Build for multiple architectures
Change History (3)
comment:1 Changed 13 years ago by blair (Blair Zajac)
Owner: | changed from ryandesign to ryandesign@… |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|---|
Summary: | wget 1.13 configure failure → wget 1.13 configure failure: needs gnutls |
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Oops! Thanks. Fixed in r82465.