From owner-freebsd-ports@FreeBSD.ORG Mon Oct 28 01:05:30 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 409757AA; Mon, 28 Oct 2013 01:05:30 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DCA3D27EB; Mon, 28 Oct 2013 01:05:29 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1VabGY-0003m7-6G; Mon, 28 Oct 2013 08:05:15 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id r9S16DHt054703; Mon, 28 Oct 2013 08:06:23 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id r9S167kt054627; Mon, 28 Oct 2013 08:06:07 +0700 (NOVT) (envelope-from danfe) Date: Mon, 28 Oct 2013 08:06:07 +0700 From: Alexey Dokuchaev To: Joe Marcus Clarke Subject: Re: 10.0-hosted tinderbox: 8.4 builds broken? Message-ID: <20131028010607.GA51342@regency.nsu.ru> References: <20131009110955.GA75075@regency.nsu.ru> <4d21dc12-2fb5-43a7-a0fd-8ea13c6ebf5a.maildroid@localhost> <20131009212710.GA7998@regency.nsu.ru> <4ABC4095-7230-4C69-92D4-756057C46296@bayofrum.net> <20131020145129.GA11372@regency.nsu.ru> <526D78AC.2060508@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <526D78AC.2060508@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: Chris Rees , ports@freebsd.org, decke@freebsd.org, tinderbox-list@marcuscom.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 01:05:30 -0000 On Sun, Oct 27, 2013 at 04:33:48PM -0400, Joe Marcus Clarke wrote: > The distcache directory is created within the build each time before the > cache is mounted. So this becomes a mountpoint. Does your _host_ > distcache directory have 0775 perms? If so, I imagine the perms should > be inherited and not require you to do a chmod while the Build is running. Yes, whenever I mention /usr/ports/distfiles, I am talking about the host (that is, my laptop where I'm running ./tc command from). I'll take a closer look about the mount time to see if I notice something unusual. ./danfe