Date: Fri, 05 May 2006 19:38:32 -0700 From: Pascal Hofstee <caelian@gmail.com> To: Sergei Kolobov <sergei@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/gnutls Makefile ports/security/gnutls-devel Makefile ports/security/libgcrypt Makefile ports/security/libksba Makefile Message-ID: <1146883112.1357.3.camel@synergy.odyssey.homeunix.org> In-Reply-To: <200605031255.k43CtbZ9061942@repoman.freebsd.org> References: <200605031255.k43CtbZ9061942@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1146883112.1357.3.camel>