pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems with check/check-shlibs.mk on Linux



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



Home | Main Index | Thread Index | Old Index