Subject: Re: pkgsrc Linux 2.4.20/i386 bulk build results 2005-06-06
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Min Sik Kim <minskim@NetBSD.org>
List: pkgsrc-bulk
Date: 06/14/2005 11:59:38
On Jun 9, 2005, at 8:40 AM, Martti Kuparinen wrote:
> ===> Installing for distcc-2.18.2nb2
> Creating user: distcc
> useradd: unknown group distcc
>
> What should be done with this? The Makefile already has these lines:
>
> DISTCC_USER?= distcc
> DISTCC_GROUP?= distcc
> PKG_GROUPS= ${DISTCC_GROUP}
> PKG_USERS= ${DISTCC_USER}:${DISTCC_GROUP}::Distccd\\ user
I will set DISTCC_USER and DISTCC_GROUP to ROOT_USER and ROOT_GROUP
respectively in the next bulk build.
>> mail/postfix 1 martti@NetBSD.org
>>
>
> ===> Installing for postfix-2.2.3
> Creating user: postfix
> useradd: unknown group postfix
mail/postfix does not have such variables as POSTFIX_USER and
POSTFIX_GROUP, so I cannot override it.
Regards,
Min Sik Kim