Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 07:19:52 -0500
From:      Wesley Shields <wxs@FreeBSD.org>
To:        Paul Schmehl <pauls@utdallas.edu>
Cc:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: How is this possible?
Message-ID:  <20080213121952.GW90004@atarininja.org>
In-Reply-To: <5EA942D65ACEF70A6D6986AF@paul-schmehls-powerbook59.local>
References:  <42022FA719577C4E81617706@utd59514.utdallas.edu> <20080213010049.GA40395@charon.picobyte.net> <5EA942D65ACEF70A6D6986AF@paul-schmehls-powerbook59.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 12, 2008 at 11:47:34PM -0600, Paul Schmehl wrote:
> --On February 13, 2008 1:00:50 AM +0000 Shaun Amott <shaun@FreeBSD.org> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080213121952.GW90004>