Subject: Re: problems with check/check-shlibs.mk on Linux
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 05/22/2007 14:10:14
On Mon, May 21, 2007 at 06:58:59PM +0200, Ond?ej T?ma wrote:
> what i found, problem is in ldconfig, which is not call before
> _check-shlibs rule, so what do you thing ? Have this problem someone
> another ? How can i solve this problem by another way then hack
> chack-shlibs.mk file ? Can i set some-there that ldconfig will be
> called before _check-shlibs rule ?

Try something like

_check-shlibs-ldconfig: error-check
	ldconfig
_check-shlibs: _check-shlibs

in /etc/mk.conf. I am aware of this and more general issues with the way
the shlib check is implemented, but it will take some time to implement
it.

Joerg