From owner-freebsd-ports@FreeBSD.ORG Wed Feb 13 12:18:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2485316A417 for ; Wed, 13 Feb 2008 12:18:05 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 0B35613C4F0 for ; Wed, 13 Feb 2008 12:18:05 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 642C45C5C; Wed, 13 Feb 2008 07:19:52 -0500 (EST) Date: Wed, 13 Feb 2008 07:19:52 -0500 From: Wesley Shields To: Paul Schmehl Message-ID: <20080213121952.GW90004@atarininja.org> References: <42022FA719577C4E81617706@utd59514.utdallas.edu> <20080213010049.GA40395@charon.picobyte.net> <5EA942D65ACEF70A6D6986AF@paul-schmehls-powerbook59.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5EA942D65ACEF70A6D6986AF@paul-schmehls-powerbook59.local> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: FreeBSD Ports Subject: Re: How is this possible? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 12:18:05 -0000 On Tue, Feb 12, 2008 at 11:47:34PM -0600, Paul Schmehl wrote: > --On February 13, 2008 1:00:50 AM +0000 Shaun Amott > wrote: > >> On Tue, Feb 12, 2008 at 04:38:31PM -0600, Paul Schmehl wrote: >>> >>> The Makefile has: >>> LIB_DEPENDS+= ${PYTHON_SITELIBDIR}/pcapy.so:${PORTSDIR}/net/py-pcapy >>> >>> How is it possible to get "the file doesn't exist" when the file does >>> in fact exist? Very weird. >>> >> >> LIB_DEPENDS expects a library name/version. The dependency is checked >> with ldconfig; although the error message is misleading in this case. > > Thanks, Shaun. So it should be RUN_DEPENDS? More than likely, yes. Unless it is needed to build, in which case it should be a BUILD_DEPENDS. -- WXS