From owner-freebsd-ports@FreeBSD.ORG Sat Apr 4 08:27:00 2015 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 61ECAA9A for ; Sat, 4 Apr 2015 08:27:00 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA85996F for ; Sat, 4 Apr 2015 08:26:59 +0000 (UTC) Received: from walrus.pepperland ([81.217.76.60]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0M2Glc-1ZTw353t48-00sADJ; Sat, 04 Apr 2015 10:21:32 +0200 Message-ID: <551F9F0B.10405@gmx.net> Date: Sat, 04 Apr 2015 10:21:31 +0200 From: Stefan Ehmann User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Bryan Drewery , "ports@freebsd.org" Subject: Re: poudriere 3.1.2: bulk fails and deletes jail References: <551D7A04.6090806@gmx.net> <551F6C80.5070009@FreeBSD.org> In-Reply-To: <551F6C80.5070009@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:81yqRUgW7tqB14Gc8DDUAxs4u/91RnjClCEk9f8YQhCunECnWm0 A+O0hAMFWZIRAQA55el2tMKal5wFcRNV9yXXwEeB+7RO64vZnWryfmZh1cE5c427/8D7bDY JsN2c1G2JGdH1TZO9r0710gNlIGW6qJzV9DLfTanNc8ID3H6ZEd9fec4RB2AJhjJh5DobJt n8UBRtiCXsQJMfQdlN/QA== X-UI-Out-Filterresults: notjunk:1; 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: Sat, 04 Apr 2015 08:27:00 -0000 On 04.04.2015 06:45, Bryan Drewery wrote: > On 4/2/2015 12:19 PM, Stefan Ehmann wrote: >> The following commands work as expected with poudriere 3.1.1: >> >> # poudriere jail -c -v 10.1-RELEASE -a amd64 -j 101amd64 >> # poudriere bulk -j 10amd64 ports-mgmt/poudriere >> >> >> After upgrade to 3.1.2 it fails: >> >> # poudriere bulk -j 101amd64 ports-mgmt/poudriere >> [00:00:00] ====>> Creating the reference >> jail.../usr/local/share/poudriere/bulk.sh: cannot create >> /usr/local/poudriere/jails/101amd64/usr/.cpignore: No such file or >> directory >> /usr/local/share/poudriere/bulk.sh: cannot create >> /usr/local/poudriere/jails/101amd64/usr/lib/.cpignore: No such file or >> directory >> done ... > > 3.1.3 is now out which fixes this. Sorry about that. Thanks for the fix!