Opened 15 years ago

Closed 13 years ago

#19670 closed defect (fixed)

lynx +gnutls @2.8.6rel.5, Revision 1 - Port will not configure with +gnutls Variant

Reported by: ctempleton3@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: lynx

Description

The +gnutls variant of the lynx port will not configure. The default variant (lynx +ssl) builds properly.

$ sudo port installed gnutls
The following ports are currently installed:  gnutls @2.6.5_0 (active)
$
$ sudo port install lynx +gnutls
--->  Fetching lynx
--->  Attempting to fetch lynx2.8.6rel.5.tar.bz2 from http://lynx.isc.org/current/
--->  Verifying checksum(s) for lynx
--->  Extracting lynx
--->  Applying patches to lynx
--->  Configuring lynx
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_lynx/work/lynx2-8-6" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --enable-ipv6 --with-gnutls=/opt/local " returned error 1
Command output: checking for __argz_next... no
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... no
checking if you want full utility pathnames... yes
checking for system mailer... /usr/sbin/sendmail
checking system mail flags... -t -oi
checking if /usr/bin/gcc-4.0 -U and -D options work together... yes
checking if we should define _XOPEN_SOURCE... 600
checking if we should define _POSIX_C_SOURCE... no
checking if SIGWINCH is defined... maybe
checking for actual SIGWINCH definition... 28
checking if you want ssl library... no
checking if you want experimental gnutls support... /opt/local
checking if you want socks library... no
checking if you want socks5 library... no
checking for network libraries... working...
checking for gethostname... yes
checking for main in -linet... no
checking for socket... yes
checking for gethostbyname... yes
checking for strcasecmp... (cached) yes
checking for inet_aton function... yes
checking if we know what directory gnutls is in... /opt/local
checking for SSL_connect in -lgnutls-openssl... no
checking for SSL_connect in -lgnutls-extra... no
configure: error: cannot find gnutls openssl functions

Error: Status 1 encountered during processing.
$

Change History (1)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Cc: ctempleton3@… removed
Keywords: failure configure variant gnutls removed
Port: +gnutls removed
Resolution: fixed
Status: newclosed

Seems fine now, probably fixed by r69130.

Note: See TracTickets for help on using tickets.