From owner-freebsd-ports@freebsd.org Sat Mar 3 06:40:36 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B8FCF44A26 for ; Sat, 3 Mar 2018 06:40:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E3C170D4C for ; Sat, 3 Mar 2018 06:40:36 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 1C94C20612; Sat, 3 Mar 2018 01:40:35 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Sat, 03 Mar 2018 01:40:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=m2oiAK e+3lT86hDeckHbTxsMJ5M1CvJQzevOeeojYqA=; b=YFEUotgpkAU11gJEKvKVGx qn0Fww9R7lYSbLDXoswNzpWNbcg0TD8owgLmvz4VV3ZeOjSw/+7pc9Yy23GoaO/t Ci5rRU7rROaZJk+bGSq8Z6r9epRV7nvSHLVH7fX1n04ixSg62Ity71yTChal+j2v uLo5AiHO7EQwModZcbedKdzmaJSNATRPwNYuL8ZNXYrBJRgFfWl3wbvr+F27Z25e H+d/evKg7cZEzZ9TkimGdNOxVCcTw0oKqpxvCkXFkn13e3MxafDAYPfRxOGrXatx b/y5FzdcO1NxHwKP/EYCxgn9cILLC8iI/WrhB8w/rIPtcPRlcsnNPAKXg+zolExQ == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id DCD979E4C8; Sat, 3 Mar 2018 01:40:34 -0500 (EST) Message-Id: <1520059234.309443.1289947728.44653321@webmail.messagingengine.com> From: Tobias Kortkamp To: Kurt Jaeger , Eugene Grosbein Cc: josh@tcbug.org, Diane Bruce , Ash Gokhale , freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b08ff009 Subject: Re: net/viamillipede seeks commiter References: <20180303044839.GA32429@home.opsec.eu> <5A9A2A97.5090401@grosbein.net> <20180303050654.GB32429@home.opsec.eu> Date: Sat, 03 Mar 2018 07:40:34 +0100 In-Reply-To: <20180303050654.GB32429@home.opsec.eu> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 06:40:36 -0000 On Sat, Mar 3, 2018, at 06:06, Kurt Jaeger wrote: > Hi! > > > > .include > [...] > > > 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. > > The plan behind poudriere is to build under an unprivileged account. > That plan is unlikely to change, I guess 8-) > > I think it is a very good idea to try to limit the usage of 'run > as root', so maybe it's bsd.prog.mk that needs some hook to allow > unprivileged installs ? We have USES=uidfix for this.