Subject: Re: lang/clisp fails to build
To: None <pkgsrc-users@NetBSD.org>
From: Christian Biere <christianbiere@gmx.de>
List: pkgsrc-users
Date: 10/08/2006 07:29:00
Rhialto wrote:
> lang/clisp fails to build, apparently since it wants to install
> something during the build, doing a chown, and that is not allowed (as a
> non-root user, anyway).
> 
> The build ends like this:
> /usr/bin/install -c -o root -g wheel -m 444 .libs/libcharset.so.1.0.0 /home/tmp/lang/clisp/work.x86_64/clisp-2.39/src/libcharset.so.1.0.0
> install: /home/tmp/lang/clisp/work.x86_64/clisp-2.39/src/libcharset.so.1.0.0: chown/chgrp: Operation not permitted

Do you have these options in your mk.conf?

UNPRIVILEGED=yes
UNPRIVILEGED_USER=whatever
UNPRIVILEGED_GROUP=whatever

-- 
Christian