From owner-freebsd-ports@FreeBSD.ORG Wed Oct 9 20:31:05 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B0D5F185 for ; Wed, 9 Oct 2013 20:31:05 +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 5CCAF2398 for ; Wed, 9 Oct 2013 20:31:05 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1VU0PF-0001dG-Ne; Thu, 10 Oct 2013 03:30:58 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id r99KV2cc087310; Thu, 10 Oct 2013 03:31:12 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id r99KUvf3087271; Thu, 10 Oct 2013 03:30:57 +0700 (NOVT) (envelope-from danfe) Date: Thu, 10 Oct 2013 03:30:57 +0700 From: Alexey Dokuchaev To: Chris Rees Subject: Re: 10.0-hosted tinderbox: 8.4 builds broken? Message-ID: <20131009203057.GA84646@regency.nsu.ru> References: <20131009110955.GA75075@regency.nsu.ru> <4d21dc12-2fb5-43a7-a0fd-8ea13c6ebf5a.maildroid@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d21dc12-2fb5-43a7-a0fd-8ea13c6ebf5a.maildroid@localhost> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org 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: Wed, 09 Oct 2013 20:31:05 -0000 On Wed, Oct 09, 2013 at 09:11:10PM +0100, Chris Rees wrote: > That's really annoying... I'll have to track it down Friday I'm afraid. cvs up'ing back to sources as of Oct 6 (before your recent commits) seems to restore correct behavior for me. Now -b 8.4 builds do not try to find or install pkgng, and "building for:" line correctly depends on -b switch as it should. > Alexey, if you're interested, the patch hitting CVS is at: > > http://www.bayofrum.net/~crees/patches/tinderbox-calculate-deps-in-chroot-9.diff I'll try to play with it to see if I can fix the problem without reverting the repo back to Oct 6th state, thanks! BTW, is createJail command working properly now for both old and new style releases? I've been using the following patch for a while now, not sure if it is still relevant though: @@ -107,7 +107,7 @@ generateUpdateCode () { fetchRc=0 tested=0 while [ 1 -eq 1 ]; do - ${fetchCmd} -s ${fetchUrl}/${fetchSets%%*}${fetchSufx} >/dev/null 2>&1 + ${fetchCmd} -s ${fetchUrl}/${fetchSets%%*}${fetchSufx} | grep -qv Unknown ./danfe