cvs commit: ports/security/gnutls Makefile ports/security/gnutls-devel Makefile ports/security/libgcrypt Makefile ports/security/libksba Makefile

Pascal Hofstee caelian at gmail.com
Sat May 6 02:38:47 UTC 2006


On Wed, 2006-05-03 at 12:55 +0000, Sergei Kolobov wrote:
> sergei      2006-05-03 12:55:36 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     security/gnutls      Makefile 
>     security/gnutls-devel Makefile 
>     security/libgcrypt   Makefile 
>     security/libksba     Makefile 
>   Log:
>   - Chase libgpg-error shlib version bump (.1 -> .2)
>   - Bump PORTREVISION

Apparently the libtasn1 update did more than just bump the shared
library version number .. obviously it also broke gnutls in the process.
The gnutls port seems to have a WITH_LIBTASN1 knob .. but regardless of
wether this knob is set or not .. configure Will pick up an installed
libtasn1 and try to build support for it.

Building security/gnutls fails with the following errors ....

cc -O -g -pipe -march=athlon64 -D_REENTRANT -D_THREAD_SAFE -pipe
-I/usr/local/include -I/usr/local/include -o .libs/gnutls-serv
serv-gaa.o serv.o common.o
-L/usr/local/lib ../lib/.libs/libgnutls.so ../libextra/.libs/libgnutls-extra.so /usr/ports/security/gnutls/work/gnutls-1.2.10/lib/.libs/libgnutls.so -lz -lgcrypt /usr/local/lib/libgpg-error.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so /usr/local/lib/libtasn1.so -Wl,--rpath -Wl,/usr/local/lib
../lib/.libs/libgnutls.so: undefined reference to `_asn1_find_node'
../lib/.libs/libgnutls.so: undefined reference to `_asn1_get_length_der'
*** Error code 1

Stop in /usr/ports/security/gnutls/work/gnutls-1.2.10/src.
*** Error code 1

-- 
  Pascal Hofstee




More information about the cvs-ports mailing list