pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/42714: [sysutils/checkperms] Checking file-check failure
The following reply was made to PR pkg/42714; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Joerg Sonnenberger <joerg%netbsd.org@localhost>
Subject: Re: pkg/42714: [sysutils/checkperms] Checking file-check failure
Date: Mon, 15 Feb 2010 20:03:09 +0000
On Mon, Feb 08, 2010 at 07:35:02AM +0000, Ryo HAYASAKA wrote:
>> What about passing MANINSTALL= on the make command line so it doesn't
>> break?
>
> It doesn't break when passing MANINSTALL=maninstall .
That doesn't make sense... hmm.
It looks like the real problem is that the makefile inside checkperms
ignores /etc/mk.conf. This in turn seems to be because the MAKECONF it
gets passed is /dev/null because PKGMAKECONF is empty, even though
MAKECONF in pkgsrc points to /etc/mk.conf and those settings are seen
there. I'm not sure if this is expected/appropriate behavior or not.
Maybe the proper solution is to add
MANINSTALL=${MANINSTALL:Umaninstall catinstall}
to BSD_MAKE_ENV in bsd.pkg.mk?
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index