From owner-cvs-all@FreeBSD.ORG Sat May 6 02:38:47 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C61816A404 for ; Sat, 6 May 2006 02:38:47 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B9F43D49 for ; Sat, 6 May 2006 02:38:45 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so792841nzi for ; Fri, 05 May 2006 19:38:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=mo5adlVCmoSI95dmMMO6aejIguhPyAP+76/DPqB5J22AXrnhqgGp8Z3J0On7AQhAtkTU0C63WwheU893j8RNy6m+QJRQ4lSluw7zZ0ReB3h83SxDVJ0sLGPa14EhVywt08uoKqd22eke2liZSGrqqh1RVxSZqVG61FETOOpdQ+g= Received: by 10.36.148.1 with SMTP id v1mr2946397nzd; Fri, 05 May 2006 19:38:36 -0700 (PDT) Received: from synergy.odyssey.homeunix.org ( [68.190.230.198]) by mx.gmail.com with ESMTP id 36sm1047847nza.2006.05.05.19.38.34; Fri, 05 May 2006 19:38:35 -0700 (PDT) From: Pascal Hofstee To: Sergei Kolobov In-Reply-To: <200605031255.k43CtbZ9061942@repoman.freebsd.org> References: <200605031255.k43CtbZ9061942@repoman.freebsd.org> Content-Type: text/plain Date: Fri, 05 May 2006 19:38:32 -0700 Message-Id: <1146883112.1357.3.camel@synergy.odyssey.homeunix.org> Mime-Version: 1.0 X-Mailer: Evolution 2.7.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2006 02:38:47 -0000 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