Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 02:30:35 GMT
From:      Tuure Laurinolli<tuure@laurinolli.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/109003: gnutls-1.6.1 fails to build because of dependencies
Message-ID:  <200702100230.l1A2UZOl089526@www.freebsd.org>
Resent-Message-ID: <200702100240.l1A2e5EJ048319@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109003
>Category:       ports
>Synopsis:       gnutls-1.6.1 fails to build because of dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 02:40:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Tuure Laurinolli
>Release:        FreeBSD 6.1-RC1
>Organization:
>Environment:
FreeBSD vortex.home.lan 6.1-RC FreeBSD 6.1-RC #0: Fri Apr 14 22:32:04 EEST 2006     root@vortex.home.lan:/usr/obj/usr/src/sys/VORTEX2  i386
>Description:
gnutls 1.6.1 fails to build with libgcrypt 1.2.1. 

Partial output of "sudo make build" for gnutls 1.6.1:

First ports checks whether gcrypt.13 is found.

===>   gnutls-1.6.1 depends on executable in : pkg-config - found
===>   gnutls-1.6.1 depends on shared library: gcrypt.13 - found
===>   gnutls-1.6.1 depends on shared library: gpg-error.3 - found
===>   gnutls-1.6.1 depends on shared library: iconv.3 - found
===>   gnutls-1.6.1 depends on shared library: intl - found
===>  Configuring for gnutls-1.6.1

<snip>

Then gnutls itself checks for external libraries and finds that libgcrypt <= 1.2.2.

*** Checking for external libraries...

checking for libgcrypt-config... /usr/local/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.2.2... no
configure: error:
***
*** libgcrypt was not found. You may want to get it from
*** ftp://ftp.gnupg.org/gcrypt/libgcrypt/
***

Indeed it is not:
[4:24:31][tazle@vortex][/usr/ports/security/libgcrypt]% libgcrypt-config --version
1.2.1


>How-To-Repeat:
build gnutls-1.6.1 with libgcrypt-1.2.1 installed.
>Fix:
gnutls 1.6.1 should depend on a newer version of libgcrypt.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702100230.l1A2UZOl089526>