From owner-freebsd-gnome@FreeBSD.ORG Sun Nov 3 22:50:02 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1ADD67D for ; Sun, 3 Nov 2013 22:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E7C427E4 for ; Sun, 3 Nov 2013 22:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3Mo2DV062708 for ; Sun, 3 Nov 2013 22:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA3Mo2OC062707; Sun, 3 Nov 2013 22:50:02 GMT (envelope-from gnats) Date: Sun, 3 Nov 2013 22:50:02 GMT Message-Id: <201311032250.rA3Mo2OC062707@freefall.freebsd.org> To: gnome@FreeBSD.org From: Kevin Zheng Subject: Re: ports/183608: security/libgnome-keyring: Error: shared library "tasn1.5" does not exist X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kevin Zheng List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 22:50:02 -0000 The following reply was made to PR ports/183608; it has been noted by GNATS. From: Kevin Zheng To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/183608: security/libgnome-keyring: Error: shared library "tasn1.5" does not exist Date: Sun, 03 Nov 2013 16:42:42 -0600 I came across this issue as well building in poudriere: ===> libgnome-keyring-2.32.0_5 depends on shared library: libintl.so - not found ===> Verifying for libintl.so in /usr/ports/devel/gettext ===> Installing existing package /packages/All/gettext-0.18.3.1.txz Installing gettext-0.18.3.1... done ===> Returning to build of libgnome-keyring-2.32.0_5 ===> libgnome-keyring-2.32.0_5 depends on shared library: tasn1.5 - not found ===> Verifying install for tasn1.5 in /usr/ports/security/libtasn1 ===> Installing existing package /packages/All/libtasn1-3.3.txz Installing libtasn1-3.3... done ===> Returning to build of libgnome-keyring-2.32.0_5 Error: shared library "tasn1.5" does not exist *** [lib-depends] Error code 1 Thanks, Kevin Zheng