From owner-freebsd-ports@FreeBSD.ORG Mon Dec 15 20:21:46 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90C5FD74; Mon, 15 Dec 2014 20:21:46 +0000 (UTC) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D7443D7; Mon, 15 Dec 2014 20:21:46 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id gq15so10138525lab.32 for ; Mon, 15 Dec 2014 12:21:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=tY0lkLYRwvAgWGe/EUAaY1+Te/CMkpnJDYdcHwPJ7wk=; b=I4jCB0fBFIK2GXKo1uUf+vdMRWIntiOnQNlkym3BfTQvMSyUO6iZQI8F+Y9NIHXC+T hBaE/x2mvx1BzqfVOPnzxEY32cgpMFAsM22U09BOWJHi1zreYuFrVLVGp+8q8vywdHVh gCgoFI6KrBJgWW89NVL5o5eBADJyoVbsEMXta2D1SuQBd945Y+ROD7vnaXLStZm6RZlQ ENVJnamGT5NQ5zmlvZ4Y9x+AGINmhBr2mN5aN0AtSZWgeOhjOzU9Wz5bQWZVLX6zBvWS /IemxkIaV71utSbp+KRrLxwKH/gufTf7IECl/FzKeaAMVhcCg/wcSREIJ55nDUUcsi17 NjcQ== MIME-Version: 1.0 X-Received: by 10.152.121.65 with SMTP id li1mr31818711lab.17.1418674904331; Mon, 15 Dec 2014 12:21:44 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Mon, 15 Dec 2014 12:21:44 -0800 (PST) In-Reply-To: <548F2678.7040903@freebsd.org> References: <548F2678.7040903@freebsd.org> Date: Mon, 15 Dec 2014 12:21:44 -0800 X-Google-Sender-Auth: ywIbcHTlSy8OWdpNrfzmcH2_rwU Message-ID: Subject: Re: poudriere: bulk.sh: cpdup: Permission denied From: Craig Rodrigues To: Alfred Perlstein Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Ports , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 20:21:46 -0000 On Mon, Dec 15, 2014 at 10:20 AM, Alfred Perlstein wrote: > > Hey folks, I'm trying to get started with poudriere. I pulled from the > latest version 3.1.1 (9f9e43d3). > > > /usr/home/alfred/poudriere/src/share/poudriere/bulk.sh: cpdup: Permission > denied > > cpdup is a binary (not shell script) which gets installed as part of the poudriere distribution. It looks like you haven't got it installed right in your setup. I advise you to install the poudriere-devel port instead of pulling poudriere directly from git and building it. The other thing I would recommend that you do is to check out the freebsd10 branch from https://github.com/freenas/freenas repository, and build it once. Then look at:' https://github.com/freenas/freenas/tree/freebsd10/build/ports https://github.com/freenas/freenas/blob/freebsd10/build/ports/build-ports.sh to see how poudriere is invoked to build the ports in FreeNAS. If you want to enable tracing in poudriere, then use "-x" as the first flag write after poudiere. For example: poudriere -x bulk -- Craig