net/viamillipede seeks commiter

Eugene Grosbein eugen at grosbein.net
Sat Mar 3 04:55:14 UTC 2018


03.03.2018 11:48, Kurt Jaeger wrote:

> Thanks, I tried to work on it.
> 
> The suggested port does not install using poudriere.
> 
> It uses
> 
> .include <bsd.prog.mk>
> 
> to get the install framework to install the program. This fails,
> as bsd.prog.mk assumes that it is allowed to use chown/chgrp, which
> is not the case while building under poudriere. And the program
> itself does not really need to be installed to be owned by root.
> 
> The error in poudriere is reported as this:
> 
> ===>   Generating temporary packing list
> install  -s -o root -g wheel -m 555   viamillipede /wrkdirs/usr/ports/net/viamillipede/work/stage/usr/local/bin/viamillipede
> install: /wrkdirs/usr/ports/net/viamillipede/work/stage/usr/local/bin/viamillipede: chown/chgrp: Operation not permitted
> 
> Can you try to use a different approach and test it using poudriere ?

Isn't it just a bug of poudriere's approach? There is nothing wrong in just using bsd.prog.mk.



More information about the freebsd-ports mailing list